[cyber] I: Sisyphus-20181119 x86_64 beehive_status: +12 -13 (368)

ALT beekeeper hiver на altlinux.org
Пн Ноя 19 09:09:00 MSK 2018


	12 NEW error logs

archivemail-0.9.0-alt1
	................................................F..................................................
	FAIL: testJustOld (__main__.TestIsTooOld)
	with max_days=1, should be true for these dates >= 1 day
	--
	Ran 99 tests in 2.159s
	FAILED (failures=1)

cinnamon-control-center-3.8.2-alt1
	CC	 cc-datetime-panel.lo
	cc-datetime-panel.c:28:10: fatal error: cc-csddtm-proxy.h: No such file or directory
	#include "cc-csddtm-proxy.h"

gettext-0.19.8.1-alt6
	SKIP test-mbrtowc-w32-5.sh (exit status: 77)
	FAIL: test-verify
	/usr/bin/ld.default: cannot find test-verify.o: No such file or directory
	collect2: error: ld returned 1 exit status
	FAIL test-verify (exit status: 1)
	--
	# SKIP:  19
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See gnulib-tests/test-suite.log

holotz-castle-1.3.14-alt2.qa1
	../JLib/libJLib.so: file not recognized: File truncated
	collect2: error: ld returned 1 exit status
	mv: cannot stat 'HC': No such file or directory
	make[1]: *** [Makefile:57: HC] Error 1

ipfm-0.11.5-alt1.qa1
	gcc -pipe -frecord-gcc-switches -Wall -g -O2
	-Wall	-DDEFAULT_OPTIONS_PIDFILE=\"/var/run/ipfm.pid\"
	-DDEFAULT_OPTIONS_CONFIGFILE=\"/etc/ipfm.conf\"
	-DDEFAULT_OPTIONS_LOGFILE=\"/var/log/ipfm/%d-%b.%H-%M\"   -c lex.yy.c
	config.l:44:10: fatal error: y.tab.h: No such file or directory
	#include "y.tab.h"

libsmi-0.4.8-alt2.2
	libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pipe
	-frecord-gcc-switches -Wall -g -O2 -c scanner-sming.c  -fPIC -DPIC -o .libs/scanner-sming.o
	scanner-sming.l:47:30: error: unknown type name 'YYSTYPE'; did you mean 'YYSTATE'?
	#define YY_DECL int yylex(YYSTYPE *lvalp, void *parser)

littleproxy-1.1.0-alt2_3jpp8
	25347  2018-11-19 03:28:23,606 INFO  [main] impl.DefaultHttpProxyServer
	(DefaultHttpProxyServer.java:516).doStart() - Proxy started at address: /127.0.0.1:43377
	25357  2018-11-19 03:28:23,616 ERROR [Upstream-37-ClientToProxyWorker-0]
	impl.ClientToProxyConnection (ClientToProxyConnection.java:736).exceptionCaught() -
	(AWAITING_INITIAL) [id: 0x4993d8fe, L:0.0.0.0/0.0.0.0:35863 ! R:/127.0.0.1:43412]:
	Caught an exception on ClientToProxyConnection
	io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: null
	cert chain
	--
	at java.lang.Thread.run(Thread.java:748)
	25358  2018-11-19 03:28:23,617 ERROR [Downstream-38-ProxyToServerWorker-0]
	impl.ProxyToServerConnection (ProxyToServerConnection.java:436).exceptionCaught() -
	(DISCONNECTED) [id: 0xf69618c6, L:0.0.0.0/0.0.0.0:43412 ! R:/127.0.0.1:35863]: Caught
	an exception on ProxyToServerConnection
	io.netty.handler.codec.DecoderException: javax.net.ssl.SSLException: Received fatal
	alert: bad_certificate

perl-IO-Event-0.813-alt2
	Result: FAIL
	Failed 1/12 test programs. 0/920 subtests failed.
	make: *** [Makefile:780: test_dynamic] Error 255

python-module-pebble-4.3.7-alt1.git20180228
	collecting ... collected 41 items
	test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_broken_initializer
	FAILED [  2%]
	test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_callback PASSED [  4%]
	--
	test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_close_stopped PASSED
	[ 17%]
	test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_different_process
	FAILED [ 19%]
	test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_error PASSED [ 21%]
	--
	test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_stop_stopped PASSED
	[ 87%]
	test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_stop_stopped_callback
	FAILED [ 90%]
	test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_stop_timeout PASSED
	[ 92%]
	--
	>		pool.schedule(function)
	E		AssertionError: RuntimeError not raised
	test/test_process_pool_spawn.py:212: AssertionError
	----------------------------- Captured stderr call -----------------------------
	ERROR:root:BOOM!
	Traceback (most recent call last):
	--
	>	self.assertEqual(len(set([f.result() for f in futures])), 2)
	E	AssertionError: 1 != 2
	test/test_process_pool_spawn.py:172: AssertionError
	--
	>		    pool.schedule(long_function, args=[index])
	E		    AssertionError: RuntimeError not raised
	test/test_process_pool_spawn.py:273: AssertionError

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

quilt-0.65.0.27.0f2a-alt1
	make: Leaving directory '/usr/src/RPM/BUILD/quilt-0.65.0.27.0f2a-alt1'
	make: Entering directory '/usr/src/RPM/BUILD/quilt-0.65.0.27.0f2a-alt1'
	[three.test]
	66 commands (66 passed, 0 failed)
	make: Leaving directory '/usr/src/RPM/BUILD/quilt-0.65.0.27.0f2a-alt1'
	make: Entering directory '/usr/src/RPM/BUILD/quilt-0.65.0.27.0f2a-alt1'
	[two.test]
	57 commands (57 passed, 0 failed)
	make: Leaving directory '/usr/src/RPM/BUILD/quilt-0.65.0.27.0f2a-alt1'
	make: Target 'check' not remade because of errors.

spl-0.7.11-alt1
	+ /bin/mkdir -p /usr/src/RPM/BUILD
	+ cd /usr/src/RPM/BUILD
	+ rm -rf spl-0.7.11
	+ echo 'Source #0 (spl-0.7.11.tar):'
	Source #0 (spl-0.7.11.tar):
	+ /bin/tar -xf /usr/src/RPM/SOURCES/spl-0.7.11.tar
	+ cd spl-0.7.11
	+ /bin/chmod -c -Rf u+rwX,go-w .
	+ tar -C .. --exclude .gitignore -cJf spl-0.7.11.tar.xz .
	tar: ./spl-0.7.11: file changed as we read it

	13 error logs REMOVED from the list
OpenBoard-1.3.6-alt3.1.S1
automake_1.11-1.11.6-alt8
bitlbee-facebook-1.1.2-alt1.g553593d
chromium-70.0.3538.77-alt1
gawk-4.1.0-alt2
glibc-6:2.27-alt6
ipmiutil-3.1.3-alt1
jed-2:0.99.19-alt2.qa2.1
libical-3.0.4-alt1
lz4-1:1.8.3-alt1
perl-HTTP-Proxy-0.304-alt2
python-module-tlslite-ng-0.7.5-alt1
sbcl-1.4.12-alt1

Total 368 error logs.


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