[cyber] I: Sisyphus-20180726 x86_64 beehive_status: +22 -10 (502)

ALT beekeeper hiver на altlinux.org
Чт Июл 26 09:20:39 MSK 2018


	22 NEW error logs

LibreOffice-6.0.5.1-alt1
	/usr/src/RPM/BUILD/libreoffice-6.0.5.1/i18npool/source/collator/gencoll_rule.cxx:
	In function 'int sal_main_with_args(int, char**)':
	/usr/src/RPM/BUILD/libreoffice-6.0.5.1/i18npool/source/collator/gencoll_rule.cxx:116:35:
	error: 'RuleBasedCollator' was not declared in this scope
	auto coll = o3tl::make_unique<RuleBasedCollator>(reinterpret_cast<const UChar
	*>(Obuf.getStr()), status);
	--
	class U_I18N_API RuleBasedCollator : public Collator {
	/usr/src/RPM/BUILD/libreoffice-6.0.5.1/i18npool/source/collator/gencoll_rule.cxx:116:108:
	error: no matching function for call to 'make_unique<<expression error> >(const
	sal_Unicode*, UErrorCode&)'
	auto coll = o3tl::make_unique<RuleBasedCollator>(reinterpret_cast<const UChar
	*>(Obuf.getStr()), status);
	--
	/usr/src/RPM/BUILD/libreoffice-6.0.5.1/include/o3tl/make_unique.hxx:27:1: note:
	template argument deduction/substitution failed:
	/usr/src/RPM/BUILD/libreoffice-6.0.5.1/i18npool/source/collator/gencoll_rule.cxx:116:108:
	error: template argument 1 is invalid
	auto coll = o3tl::make_unique<RuleBasedCollator>(reinterpret_cast<const UChar
	*>(Obuf.getStr()), status);
	--
	/usr/src/RPM/BUILD/libreoffice-6.0.5.1/include/o3tl/make_unique.hxx:41:1: note:
	template argument deduction/substitution failed:
	/usr/src/RPM/BUILD/libreoffice-6.0.5.1/i18npool/source/collator/gencoll_rule.cxx:116:108:
	error: template argument 1 is invalid
	auto coll = o3tl::make_unique<RuleBasedCollator>(reinterpret_cast<const UChar
	*>(Obuf.getStr()), status);

Mayavi-4.4.0-alt1.git20150422
	(sphinx-build:109236): Gtk-WARNING **: 04:07:55.386: gtk_disable_setlocale() must be
	called before gtk_init()
	hasher-priv: master: idle time limit (3600 seconds) exceeded

apr1-1.5.2-alt1
	/bin/sh /usr/src/RPM/BUILD/apr1-1.5.2/libtool --silent --mode=compile x86_64-alt-linux-gcc
	-pthread  -pipe -frecord-gcc-switches -Wall -g -O2 -DHAVE_CONFIG_H  -DLINUX -D_REENTRANT
	-D_GNU_SOURCE	-I../include -I./../include  -o sendfile.lo -c sendfile.c && touch
	sendfile.lo
	make[1]: Leaving directory '/usr/src/RPM/BUILD/apr1-1.5.2/test'
	make[2]: Entering directory '/usr/src/RPM/BUILD/apr1-1.5.2/test'
	/bin/sh /usr/src/RPM/BUILD/apr1-1.5.2/libtool --silent --mode=link x86_64-alt-linux-gcc
	-pthread  -pipe -frecord-gcc-switches -Wall -g -O2 -DHAVE_CONFIG_H  -DLINUX -D_REENTRANT
	-D_GNU_SOURCE	-I../include -I./../include   -no-install    -o sockperf sockperf.lo
	../libapr-1.la	 -luuid -lrt -lcrypt  -lpthread -ldl
	make[2]: Leaving directory '/usr/src/RPM/BUILD/apr1-1.5.2/test'
	make[2]: Entering directory '/usr/src/RPM/BUILD/apr1-1.5.2/test'
	/bin/sh /usr/src/RPM/BUILD/apr1-1.5.2/libtool --silent --mode=link x86_64-alt-linux-gcc
	-pthread  -pipe -frecord-gcc-switches -Wall -g -O2 -DHAVE_CONFIG_H  -DLINUX -D_REENTRANT
	-D_GNU_SOURCE	-I../include -I./../include   -no-install    -o testall abts.lo
	testutil.lo testtime.lo teststr.lo testvsn.lo testipsub.lo testshm.lo testmmap.lo
	testud.lo testtable.lo testsleep.lo testpools.lo testfmt.lo testfile.lo testdir.lo
	testfileinfo.lo testrand.lo testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo
	testpoll.lo testlock.lo testsockopt.lo testpipe.lo testthread.lo testhash.lo testargs.lo
	testnames.lo testuser.lo testpath.lo testenv.lo testprocmutex.lo testfnmatch.lo
	testatomic.lo testflock.lo testsock.lo testglobalmutex.lo teststrnatcmp.lo testfilecopy.lo
	testtemp.lo testlfs.lo testcond.lo testescape.lo testskiplist.lo ../libapr-1.la   -luuid
	-lrt -lcrypt  -lpthread -ldl
	if test ! -d "./data"; then cp -r ./data data; fi
	make[2]: Leaving directory '/usr/src/RPM/BUILD/apr1-1.5.2/test'
	make: *** [Makefile:127: check] Error 2

coreutils-8.27.0.23.f4570-alt1
	make[4]: Leaving directory '/usr/src/RPM/BUILD/coreutils-8.27.0.23.f4570-alt1'
	hasher-priv: master: idle time limit (3600 seconds) exceeded

curl-7.61.0-alt1.S1
	TESTDONE: 924 tests out of 925 reported OK: 99%
	TESTFAIL: These test cases failed: 644
	TESTDONE: 1202 tests were considered during 390 seconds.

finlib-2.36.5-alt1
	In file included from regpref.cc:3:0:
	../finlib/regpref.hh:30:5: error: 'RegexPattern' does not name a type; did you mean
	'regexp_pattern'?
	RegexPattern *comp;
	--
	regpref.cc: In constructor 'regexp_pattern::regexp_pattern(const char*, const char*,
	const char*, bool, int)':
	regpref.cc:108:7: error: class 'regexp_pattern' does not have any field named 'comp'
	: comp (NULL), locale (loc), encoding (enc), pref (NULL),
	regpref.cc: In member function 'bool regexp_pattern::compile()':
	regpref.cc:264:5: error: 'UnicodeString' was not declared in this scope
	UnicodeString uspat (pat, -1, conv, err);
	--
	class U_COMMON_API UnicodeString : public Replaceable
	regpref.cc:265:5: error: 'comp' was not declared in this scope
	comp = RegexPattern::compile (uspat, options, err);
	--
	conv
	regpref.cc:265:12: error: 'RegexPattern' has not been declared
	comp = RegexPattern::compile (uspat, options, err);
	regpref.cc:265:35: error: 'uspat' was not declared in this scope
	comp = RegexPattern::compile (uspat, options, err);
	--
	regpref.cc: In destructor 'regexp_pattern::~regexp_pattern()':
	regpref.cc:274:9: error: 'comp' was not declared in this scope
	if (comp) {
	--
	regpref.cc: In member function 'bool regexp_pattern::match(const char*)':
	regpref.cc:297:9: error: 'comp' was not declared in this scope
	if (comp == NULL)
	--
	conv
	regpref.cc:306:9: error: 'UnicodeString' was not declared in this scope
	UnicodeString us (str, -1, conv, err);
	--
	class U_COMMON_API UnicodeString : public Replaceable
	regpref.cc:311:9: error: 'RegexMatcher' was not declared in this scope
	RegexMatcher *rex = comp->matcher (us, err);

golang-github-eapache-go-resiliency-0-alt1_0.4.gitb86b1ec
	+ go test -compiler gc github.com/eapache/go-resiliency/breaker
	--- FAIL: TestBreakerErrorExpiry (6.00s)
	breaker_test.go:35: circuit breaker is open

golang-github-xiang90-probing-0-alt1_0.6.git07dd2e8
	+ go test -compiler gc github.com/xiang90/probing
	--- FAIL: TestProbe (0.20s)
	prober_test.go:37: total = 120, want around 200
	--- FAIL: TestProbeReset (0.21s)
	prober_test.go:71: total = 29, want around 100

gssproxy-0.8.0-alt1.S1
	raise ValueError('Kadmin local [%s] failed' % cmd)
	ValueError: Kadmin local [addprinc -randkey -e aes256-cts-hmac-sha1-96:normal
	+ok_to_auth_as_delegate host/kdc.gssproxy.dev] failed
	To pass arguments to the test suite, use CHECKARGS:

jersey1-1.19-alt1_11jpp8
	[ERROR] -> [Help 1]
	[ERROR]
	[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
	[ERROR] Re-run Maven using the -X switch to enable full debug logging.
	[ERROR]
	[ERROR] For more information about the errors and possible solutions, please read the
	following articles:
	[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
	[ERROR]
	[ERROR] After correcting the problems, you can resume the build with the command
	[ERROR]   mvn <goals> -rf :jersey-multipart

kaptain-0.73-alt1
	g++ -c -pipe -frecord-gcc-switches -Wall -g -O2 -DPIC -fPIC -O2 -D_REENTRANT -Wall -W
	-DQT_WEBKIT -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_GUI_LIB -DQT_CORE_LIB
	-DQT_SHARED -I../../../../share/qt4/mkspecs/linux-g++ -I. -I../../../../include/qt4/QtCore
	-I../../../../include/qt4/QtGui -I../../../../include/qt4/Qt3Support
	-I../../../../include/qt4 -I. -o lexer_lex.o lexer_lex.cpp
	lexer.lpp:8:10: fatal error: parser_yacc.h: No such file or directory
	#include "parser_yacc.h"

node-8.11.3-alt1
	../src/node_i18n.cc: In function 'const char* node::i18n::{anonymous}::GetVersion(const
	char*, char*, UErrorCode*)':
	../src/node_i18n.cc:526:12: error: 'TimeZone' has not been declared
	return TimeZone::getTZDataVersion(*status);

openttd-1.8.0-alt1.S1
	In file included from /usr/src/RPM/BUILD/openttd-1.8.0/src/crashlog.cpp:28:0:
	/usr/src/RPM/BUILD/openttd-1.8.0/src/language.h:108:8: error: 'Collator' does not name
	a type; did you mean 'UCollator'?
	extern Collator *_current_collator;

perl-Wx-0.9932-alt2.1
	find-requires: running scripts
	(cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/event.h:13:10: fatal error:
	wx/event.h: No such file or directory
	#include <wx/event.h>
	--
	cpp.req: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/event.h: cpp failed,
	trying c++ mode
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/event.h:13:10: fatal error:
	wx/event.h: No such file or directory
	#include <wx/event.h>
	--
	cpp.req: WARNING: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/event.h: cpp failed
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/wxapi.h:26:10: fatal error:
	wx/defs.h: No such file or directory
	#include <wx/defs.h>
	--
	cpp.req: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/wxapi.h: cpp failed,
	trying c++ mode
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/wxapi.h:26:10: fatal error:
	wx/defs.h: No such file or directory
	#include <wx/defs.h>
	--
	cpp.req: WARNING: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/wxapi.h: cpp failed
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/compat.h:14:10: fatal error:
	patchlevel.h: No such file or directory
	#include <patchlevel.h>
	--
	cpp.req: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/compat.h: cpp failed,
	trying c++ mode
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/compat.h:14:10: fatal error:
	patchlevel.h: No such file or directory
	#include <patchlevel.h>
	--
	cpp.req: WARNING: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/compat.h:
	cpp failed
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/e_cback.h:16:24: error: missing
	binary operator before token "("
	#if WXPERL_W_VERSION_GE( 2, 5, 4 )
	cpp.req: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/e_cback.h: cpp failed,
	trying c++ mode
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/e_cback.h:16:24: error: missing
	binary operator before token "("
	#if WXPERL_W_VERSION_GE( 2, 5, 4 )
	cpp.req: WARNING: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/e_cback.h:
	cpp failed
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/helpers.h:16:10: fatal error:
	wx/object.h: No such file or directory
	#include <wx/object.h>
	--
	cpp.req: /usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/helpers.h: cpp failed,
	trying c++ mode
	/usr/src/tmp/perl-Wx-buildroot/usr/lib64/perl5/Wx/cpp/helpers.h:16:10: fatal error:
	wx/object.h: No such file or directory
	#include <wx/object.h>

php5-intl-5.6.36.20180425-alt1.S1.1
	UFormattable
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/msgformat/msgformat_helpers.cpp:409:42:
	error: invalid types 'int[int]' for array subscript
	Formattable& formattable = fargs[argNum];
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/msgformat/msgformat_helpers.cpp:410:18:
	error: 'key' was not declared in this scope
	UnicodeString& key = farg_names[argNum];
	--
	key_t
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/msgformat/msgformat_helpers.cpp:410:41:
	error: invalid types 'int[int]' for array subscript
	UnicodeString& key = farg_names[argNum];
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/msgformat/msgformat_helpers.cpp:411:3:
	error: 'Formattable' is not a class, namespace, or enumeration
	Formattable::Type argType = Formattable::kObject, //unknown
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/msgformat/msgformat_helpers.cpp:427:61:
	error: 'storedArgType' was not declared in this scope
	zend_hash_index_find(types, (ulong)num_index, (void**)&storedArgType);
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/msgformat/msgformat_helpers.cpp:429:60:
	error: 'intl_stringFromChar' cannot be used as a function
	intl_stringFromChar(key, str_index, str_len-1, &err.code);
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/msgformat/msgformat_helpers.cpp:441:14:
	error: 'storedArgType' was not declared in this scope
	(void**)&storedArgType);
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/msgformat/msgformat_helpers.cpp:444:7:
	error: 'storedArgType' was not declared in this scope
	if (storedArgType != NULL) {
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/msgformat/msgformat_helpers.cpp:445:4:
	error: 'argType' was not declared in this scope
	argType = *storedArgType;
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/msgformat/msgformat_helpers.cpp:450:7:
	error: 'argType' was not declared in this scope
	if (argType != Formattable::kObject) {

pytables-1:3.4.2-alt1.1
	max_len_buffer -->65535
	decompressed 368 bytes back into 65535 bytes
	Object type: 0. object_version:27
	nbytes -->368
	nalloc -->65535
	max_len_buffer -->65535
	decompressed 368 bytes back into 65535 bytes
	/bin/sh: line 1: 105986 Segmentation fault	env PYTHONPATH=. python3
	tables/tests/test_all.py
	make: *** [Makefile:49: check] Error 139
	make: Leaving directory '/usr/src/RPM/BUILD/python3'

python-module-greenhouse-2.2.0-alt2.git20141230.1
	test_getnames (tests.test_io.SelectSocketTestCase) ... ok
	test_non_blocking_accept (tests.test_io.SelectSocketTestCase) ... ERROR
	test_non_blocking_recv (tests.test_io.SelectSocketTestCase) ... ok
	--
	test_sendall (tests.test_io.SelectSocketTestCase) ... ok
	test_sendto (tests.test_io.SelectSocketTestCase) ... ERROR
	test_sock_dups (tests.test_io.SelectSocketTestCase) ... ok
	--
	test_nonshared_namespaces (tests.test_backdoor.BackdoorTests) ... ok
	ERROR: test_socketpolling (tests.test_scheduler.ScheduleTestsWithEpoll)
	Traceback (most recent call last):
	--
	return self._sock.bind(address)
	OverflowError: getsockaddrarg: port must be 0-65535.
	ERROR: test_socketpolling (tests.test_scheduler.ScheduleTestsWithPoll)
	Traceback (most recent call last):
	--
	return self._sock.bind(address)
	OverflowError: getsockaddrarg: port must be 0-65535.
	ERROR: test_socketpolling (tests.test_scheduler.ScheduleTestsWithSelect)
	Traceback (most recent call last):
	--
	return self._sock.bind(address)
	OverflowError: getsockaddrarg: port must be 0-65535.
	ERROR: test_block_on_accept (tests.test_io.EpollSocketTestCase)
	Traceback (most recent call last):
	--
	return self._sock.bind(address)
	OverflowError: getsockaddrarg: port must be 0-65535.

qt5-webengine-5.11.1-alt1.S1
	/usr/bin/ld: warning: libicuuc.so.60, needed by
	/usr/lib64/gcc/x86_64-alt-linux/7/../../../../lib64/libQt5Core.so, may conflict with
	libicuuc.so.62
	collect2: error: ld returned 1 exit status
	make[2]: *** [Makefile:80: ../../../bin/qwebengine_convert_dict] Error 1

razor-2.85-alt4.1.1.1
	blib/man5/razor-whitelist.5
	Can't write-open blib/man5/razor-agent.conf.5: No such file or directory at
	/usr/share/perl5/ExtUtils/Command/MM.pm line 153.
	Manifying 3 pod documents

sword-1.8.1-alt1
	In file included from /usr/src/RPM/BUILD/sword-1.8.1/src/mgr/swmgr.cpp:108:0:
	/usr/src/RPM/BUILD/sword-1.8.1/include/utf8transliterator.h:53:2: error: 'UnicodeString'
	does not name a type
	UnicodeString resource;
	/usr/src/RPM/BUILD/sword-1.8.1/include/utf8transliterator.h:56:24: error: ISO C++
	forbids declaration of 'type name' with no type [-fpermissive]
	typedef std::map<const UnicodeString, SWTransData> SWTransMap;
	/usr/src/RPM/BUILD/sword-1.8.1/include/utf8transliterator.h:56:50: error: wrong number
	of template arguments (1, should be at least 2)
	typedef std::map<const UnicodeString, SWTransData> SWTransMap;
	--
	In file included from /usr/src/RPM/BUILD/sword-1.8.1/src/mgr/swmgr.cpp:108:0:
	/usr/src/RPM/BUILD/sword-1.8.1/include/utf8transliterator.h:57:19: error: 'UnicodeString'
	was not declared in this scope
	typedef std::pair<UnicodeString, SWTransData> SWTransPair;
	--
	In file included from /usr/src/RPM/BUILD/sword-1.8.1/src/mgr/swmgr.cpp:108:0:
	/usr/src/RPM/BUILD/sword-1.8.1/include/utf8transliterator.h:57:45: error: template
	argument 1 is invalid
	typedef std::pair<UnicodeString, SWTransData> SWTransPair;
	/usr/src/RPM/BUILD/sword-1.8.1/include/utf8transliterator.h:84:2: error: 'Transliterator'
	does not name a type; did you mean 'UTransliterator'?
	Transliterator *createTrans(const UnicodeString& ID, UTransDirection dir, UErrorCode
	&status);

widelands-1:0-alt7_0.62.build19
	In file included from
	/usr/src/RPM/BUILD/widelands-build19-src-gcc7/src/ui_fsmenu/options.cc:36:0:
	/usr/src/RPM/BUILD/widelands-build19-src-gcc7/src/graphic/text/bidi.h:43:36: error:
	'UnicodeString' does not name a type
	std::string icustring2string(const UnicodeString& convertme);

zarafa-7.1.15-alt20.S1
	In file included from CommonUtil.cpp:50:0:
	ustringutil.h:54:9: error: 'Locale' does not name a type; did you mean 'locale_t'?
	typedef Locale ECLocale;
	locale_t
	ustringutil.h:55:9: error: 'CollationKey' does not name a type; did you mean
	'UCollationResult'?
	typedef CollationKey ECSortKey;
	UCollationResult
	ustringutil.h:99:55: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool str_equals(const char *s1, const char *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:100:56: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool str_iequals(const char *s1, const char *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:101:59: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool str_startswith(const char *s1, const char *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:102:60: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool str_istartswith(const char *s1, const char *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:103:55: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	int str_compare(const char *s1, const char *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:104:56: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	int str_icompare(const char *s1, const char *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:105:67: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool str_contains(const char *haystack, const char *needle, const ECLocale &locale);
	uselocale
	ustringutil.h:106:68: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool str_icontains(const char *haystack, const char *needle, const ECLocale &locale);

	10 error logs REMOVED from the list
SNNS-4.3-alt1.1.1.1
archivemail-0.9.0-alt1
monodevelop-6.3.0.864-alt1.S1
nsd-4.1.22-alt1
perl-Test-TCP-2.19-alt1
pommed-1.39-alt8
python-module-apptools-4.4.0-alt2
python-module-pexpect-4.4-alt1.S1
python-module-terminado-0.5-alt1.git20150717.2.1
python-module-zdaemon-4.2.0-alt1

Total 502 error logs.


Подробная информация о списке рассылки Sisyphus-cybertalk