[cyber] I: Sisyphus-20180726 i586 beehive_status: +22 -12 (512)

ALT beekeeper hiver на altlinux.org
Чт Июл 26 15:34:14 MSK 2018


	22 NEW error logs

HikariCP-2.4.3-alt1_1jpp8
	[ERROR]
	[ERROR] Please refer to /usr/src/RPM/BUILD/HikariCP-HikariCP-2.4.3/target/surefire-reports
	for the individual test results.
	[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream
	and [date]-jvmRun[N].dumpstream.
	[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/MojoFailureException

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);

augeas-1.10.1-alt1
	CC	 liblexer_la-lexer.lo
	lexer.l:21:10: fatal error: parser.h: No such file or directory
	#include "parser.h"

cilk-5.4.6-alt11
	perl -I. ./bfnnconv.pl ./cilk-faq.bfnn
	no ./cilk-faq.xrefdb (No such file or directory) at ./bfnnconv.pl line 43.
	S0	    
S1		 
Q1.1		
Q1.2	       
Q1.3	      
Q1.4	     
Q1.5
	
Q1.6	       
Q1.7	      
Q1.8	     
S2	  
Q2.1		 
Q2.2
	
Q2.3	       
Q2.4	      
S3	   
Q3.1	  
Q3.2		 
Q3.3
	
Q3.4	       
unknown question `compile' at ./bfnnconv.pl line 221, <> line 263.
	--
	libtool: install: /bin/install -p .libs/libcilk.g.p.so.0.0.0
	/usr/src/tmp/cilk-buildroot/usr/lib/libcilk.g.p.so.0.0.0
	/bin/install: cannot stat '.libs/libcilk.g.p.so.0.0.0': No such file or directory
	make[2]: *** [Makefile:522: install-libLTLIBRARIES] Error 1

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);

gimp-2.10.4-alt1
	CC	 gimpcellrenderertoggle.lo
	gimpcellrenderertoggle.c:28:10: fatal error: gimpwidgetsmarshal.h: No such file or
	directory
	#include "gimpwidgetsmarshal.h"

glibc-6:2.27-alt6
	UNSUPPORTED: resolv/tst-resolv-threads
	FAIL: rt/tst-cpuclock1
	FAIL: rt/tst-cpuclock2
	UNSUPPORTED: sunrpc/tst-svc_register
	--
	+ xargs -i tail -v -n 100 'build-i586-linux/{}.test-result' 'build-i586-linux/{}.out'
	+ grep '^FAIL:' build-i586-linux/tests.sum
	==> build-i586-linux/rt/tst-cpuclock1.test-result <==
	FAIL: rt/tst-cpuclock1
	original exit status 1
	--
	==> build-i586-linux/rt/tst-cpuclock2.test-result <==
	FAIL: rt/tst-cpuclock2
	original exit status 1

intercal-0.29-alt1.git20140828.1
	groff -U -dc=n -Tascii -p -t -mm intercal.mm > intercal.refs.tmp
	intercal.mm:30: can't open `intercal.refs.qrf': No such file or directory
	intercal.mm:3069: warning: can't find special character `no'
	--
	sed <intercal.refs.tmp -e '/hn \([0-9]*\)\.$/s//hn \1/' >tmp.refs;
	/bin/sh: intercal.refs.tmp: No such file or directory
	make: *** [Makefile:45: original.txt] Error 1
	--
	groff -U -dc=y -Tascii -p -t -mm intercal.mm > intercal.refs.tmp
	intercal.mm:30: can't open `intercal.refs.qrf': No such file or directory
	intercal.mm:3115: warning: can't find special character `no'
	--
	GROFF_NO_SGR=1 groff -U -dc=y -Tascii -p -t -mm intercal.mm >intercal.txt
	intercal.mm:30: can't open `intercal.refs.qrf': No such file or directory
	intercal.mm:3115: warning: can't find special character `no'
	--
	groff -U -dc=n -Tps    -p -t -mm intercal.mm >intercal.refs.tmp
	intercal.mm:30: can't open `intercal.refs.qrf': No such file or directory
	sed <intercal.refs.tmp -e '/hn \([0-9]*\)\.$/s//hn \1/' >tmp.refs;
	/bin/sh: intercal.refs.tmp: No such file or directory
	make: *** [Makefile:31: original.ps] Error 1
	--
	groff -U -dc=y -Tps    -p -t -mm intercal.mm >intercal.refs.tmp
	intercal.mm:30: can't open `intercal.refs.qrf': No such file or directory
	sed <intercal.refs.tmp -e '/hn \([0-9]*\)\.$/s//hn \1/' >tmp.refs;
	/bin/sh: intercal.refs.tmp: No such file or directory
	make: *** [Makefile:24: intercal.ps] Error 1

libotr5-4.1.1-alt1.1
	regression/random-msg-disconnect-auth.sh ....... ok
	hasher-priv: master: idle time limit (3600 seconds) exceeded

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;
	--
	from /usr/src/RPM/BUILD/openttd-1.8.0/src/game/game_text.cpp:13:
	/usr/src/RPM/BUILD/openttd-1.8.0/src/game/../strgen/../language.h:108:8: error:
	'Collator' does not name a type; did you mean 'UCollator'?
	extern Collator *_current_collator;

perl-Test-TCP-2.19-alt1
	t/02_abrt.t .................... ok
	hasher-priv: master: idle time limit (3600 seconds) exceeded

php5-intl-5.6.36.20180425-alt1.S1.1
	timezone
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/dateformat/dateformat_format_object.cpp:124:28:
	error: 'DateFormat' is not a class, namespace, or enumeration
	dateStyle = timeStyle = (DateFormat::EStyle)Z_LVAL_PP(format);
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/dateformat/dateformat_format_object.cpp:136:2:
	error: 'timeStyle' was not declared in this scope
	timeStyle = (DateFormat::EStyle)(timeStyle & ~DateFormat::kRelative);
	--
	timezone
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/dateformat/dateformat_format_object.cpp:136:15:
	error: 'DateFormat' is not a class, namespace, or enumeration
	timeStyle = (DateFormat::EStyle)(timeStyle & ~DateFormat::kRelative);
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/dateformat/dateformat_format_object.cpp:136:48:
	error: 'DateFormat' is not a class, namespace, or enumeration
	timeStyle = (DateFormat::EStyle)(timeStyle & ~DateFormat::kRelative);
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/dateformat/dateformat_format_object.cpp:140:13:
	error: 'obj_cal' was not declared in this scope
	Calendar *obj_cal = calendar_fetch_native_calendar(object TSRMLS_CC);
	--
	object
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/dateformat/dateformat_format_object.cpp:140:23:
	error: 'calendar_fetch_native_calendar' was not declared in this scope
	Calendar *obj_cal = calendar_fetch_native_calendar(object TSRMLS_CC);
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/dateformat/dateformat_format_object.cpp:162:13:
	error: expected type-specifier before 'GregorianCalendar'
	cal = new GregorianCalendar(Locale::createFromName(locale_str), status);
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/dateformat/dateformat_format_object.cpp:178:13:
	error: expected type-specifier before 'SimpleDateFormat'
	df = new SimpleDateFormat(
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/dateformat/dateformat_format_object.cpp:192:8:
	error: 'DateFormat' is not a class, namespace, or enumeration
	df = DateFormat::createDateTimeInstance(dateStyle, timeStyle,
	/usr/src/RPM/BUILD/php5-intl-5.6.36.20180425/dateformat/dateformat_format_object.cpp:192:43:
	error: 'dateStyle' was not declared in this scope
	df = DateFormat::createDateTimeInstance(dateStyle, timeStyle,

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.

python-module-joblib-0.11-alt2
	joblib/test/test_parallel.py::test_dispatch_multiprocessing[multiprocessing] PASSED [ 93%]
	joblib/test/test_parallel.py::test_dispatch_multiprocessing[threading] FAILED [ 94%]
	joblib/test/test_parallel.py::test_batching_auto_threading PASSED	 [ 94%]
	--
	>	assert first_four == ['Produced 0', 'Produced 1', 'Produced 2']
	E	AssertionError: assert ['Produced 0'...Consumed any'] == ['Produced
	0',... 'Produced 2']
	E	  At index 2 diff: 'Consumed any' != 'Produced 2'

python-module-zdaemon-4.2.0-alt1
	testCtlSocketDirectoryCreationRelativePath (zdaemon.tests.testzdrun.TestRunnerDirectory)
	... ok
	testDirectoryChown (zdaemon.tests.testzdrun.TestRunnerDirectory) ... Test failed:
	<unittest.runner.TextTestResult run=81 errors=0 failures=1>
	error: Test failed: <unittest.runner.TextTestResult run=81 errors=0 failures=1>
	ok
	FAIL: test_start_test_program (zdaemon.tests.tests)
	Doctest: zdaemon.tests.tests.test_start_test_program
	--
	raise self.failureException(self.format_failure(new.getvalue()))
	AssertionError: Failed doctest test for zdaemon.tests.tests.test_start_test_program
	File "/usr/src/RPM/BUILD/python3/src/zdaemon/tests/tests.py", line 267, in
	test_start_test_program
	--
	Ran 81 tests in 102.257s
	FAILED (failures=1)

qt5-webengine-5.11.1-alt1.S1
	/usr/bin/ld: warning: libicuuc.so.60, needed by
	/usr/lib/gcc/i586-alt-linux/7/../../../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

sgc-0.2.1-alt1
	pygame.display.init()
	error: Couldn't open X11 display
	The full traceback has been saved in /usr/src/tmp/sphinx-err-GC9UfD.log, if you want
	to report the issue to the developers.

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
	uselocale
	ustringutil.h:110:62: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool wcs_iequals(const wchar_t *s1, const wchar_t *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:111:65: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool wcs_startswith(const wchar_t *s1, const wchar_t *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:112:66: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool wcs_istartswith(const wchar_t *s1, const wchar_t *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:113:61: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	int wcs_compare(const wchar_t *s1, const wchar_t *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:114:62: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	int wcs_icompare(const wchar_t *s1, const wchar_t *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:115:73: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool wcs_contains(const wchar_t *haystack, const wchar_t *needle, const ECLocale &locale);
	uselocale
	ustringutil.h:116:74: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool wcs_icontains(const wchar_t *haystack, const wchar_t *needle, const ECLocale &locale);
	uselocale
	ustringutil.h:119:54: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool u8_equals(const char *s1, const char *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:120:55: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool u8_iequals(const char *s1, const char *s2, const ECLocale &locale);
	uselocale
	ustringutil.h:121:58: error: 'ECLocale' does not name a type; did you mean 'uselocale'?
	bool u8_startswith(const char *s1, const char *s2, const ECLocale &locale);

	12 error logs REMOVED from the list
archivemail-0.9.0-alt1
curl-7.61.0-alt1.S1
gawk-4.1.0-alt2
gettext-0.19.8.1-alt5
jed-2:0.99.19-alt2.qa2.1
nagios-plugins-1.4.15-alt2
perl-IO-Event-0.813-alt2
perl-Net-SIP-0.815-alt1
python-module-apptools-4.4.0-alt2
python-module-pexpect-4.4-alt1.S1
python-module-terminado-0.5-alt1.git20150717.2.1
qslave-1.0.2-alt2.S1

Total 512 error logs.


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