[cyber] I: Sisyphus-20190208 x86_64 beehive_status: +14 -10 (203)

ALT beekeeper hiver на altlinux.org
Пт Фев 8 09:14:47 MSK 2019


	14 NEW error logs

BALL-1.4.3_beta1.793.git37fc53c-alt1
	Processing files: BALL-1.4.3_beta1.793.git37fc53c-alt1
	error: File not found by glob: /usr/src/tmp/BALL-buildroot/usr/lib64/*.py*
	RPM build errors:

Uranium-3.4.1-alt1.1
	import Arcus
	E   ValueError: PyCapsule_GetPointer called with incorrect name

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.147s
	FAILED (failures=1)

aws-sdk-java-1.11.3-alt1_5jpp8
	[ERROR]
	/usr/src/RPM/BUILD/aws-sdk-java-9883b981ab5103cc6944fbf8f3b973994777350f/aws-java-sdk-core/src/main/java/com/amazonaws/http/conn/ssl/MasterSecretValidators.java:51:
	warning - Tag @see:illegal character: "47" in
	"https://access.redhat.com/security/cve/CVE-2014-6593"
	[ERROR] javadoc: error - java.lang.OutOfMemoryError: Please increase memory.
	[ERROR] For example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx

cura-1:3.4.1-alt1
	==================================== ERRORS ====================================
	_________________ ERROR collecting tests/TestMachineAction.py __________________
	tests/TestMachineAction.py:5: in <module>
	--
	import Arcus
	E   ValueError: PyCapsule_GetPointer called with incorrect name
	_________ ERROR collecting tests/Settings/TestCuraContainerRegistry.py _________
	tests/Settings/TestCuraContainerRegistry.py:11: in <module>
	--
	import Arcus
	E   ValueError: PyCapsule_GetPointer called with incorrect name
	_____________ ERROR collecting tests/Settings/TestExtruderStack.py _____________
	tests/Settings/TestExtruderStack.py:8: in <module>
	--
	import Arcus
	E   ValueError: PyCapsule_GetPointer called with incorrect name
	______________ ERROR collecting tests/Settings/TestGlobalStack.py ______________
	tests/Settings/TestGlobalStack.py:8: in <module>
	--
	import Arcus
	E   ValueError: PyCapsule_GetPointer called with incorrect name
	=============================== warnings summary ===============================

gromacs-4.0.7-alt8
	../../../include/vec.h:760:13: warning: 'calc_lll' defined but not used [-Wunused-function]
	static void calc_lll(rvec box,rvec lll)
	In file included from ../../../include/vec.h:121,
	from ../../../src/tools/addconf.c:42:
	../../../include/maths.h:126:1: warning: 'gmx_numzero' defined but not used
	[-Wunused-function]
	gmx_numzero(double a)
	make[3]: Leaving directory '/usr/src/RPM/BUILD/gromacs-4.0.7/single/src/tools'
	make[2]: *** [Makefile:377: all-recursive] Error 1
	make[1]: *** [Makefile:315: all] Error 2
	make: *** [Makefile:406: all-recursive] Error 1

kde5-kipi-plugins-5.9.0-alt2
	rpm-build-ubt is already the newest version.
	E: Couldn't find package libkqoauth-devel
	hsh-install: Failed to calculate package file list.

libArcus-3.4.1-alt1
	[ 41%] Generating python/sipArcuspart0.cpp, python/sipArcuspart1.cpp,
	python/sipArcuspart2.cpp, python/sipArcuspart3.cpp, python/sipArcuspart4.cpp,
	python/sipArcuspart5.cpp, python/sipArcuspart6.cpp, python/sipArcuspart7.cpp
	make[2]: /usr/bin/sip: Command not found
	make[2]: *** [CMakeFiles/python_module_Arcus.dir/build.make:68: python/sipArcuspart0.cpp]
	Error 127

perl-Crypt-RSA-1.99-alt1
	t/11-wrapper.t	   (Wstat: 0 Tests: 13 Failed: 1)
	Failed test:  12
	Parse errors: Tests out of sequence.  Found (1) but expected (2)
	--
	Tests out of sequence.	Found (5) but expected (6)
	Displayed the first 5 of 13 TAP syntax errors.
	Re-run prove with the -p option to see them all.
	--
	Result: FAIL
	Failed 1/16 test programs. 1/95 subtests failed.
	make: *** [Makefile:790: test_dynamic] Error 255

perl-HTTP-Proxy-0.304-alt2
	# socket is non blocking, switching to blocking mode
	#   Failed test 'Read some data from the socket'
	#   at t/23connect.t line 79.
	#   Failed test 'CONNECTed to the TCP server and got the banner'
	#   at t/23connect.t line 80.
	--
	t/23connect.t		(Wstat: 0 Tests: 4 Failed: 2)
	Failed tests:  2-3
	Files=37, Tests=465, 10 wallclock secs ( 0.10 usr  0.03 sys +  3.99 cusr  0.51 csys =
	4.63 CPU)
	Result: FAIL
	Failed 1/37 test programs. 2/465 subtests failed.
	make: *** [Makefile:792: test_dynamic] Error 255

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

perl-Parallel-Prefork-0.18-alt1_7
	t/06-wait-all-children-with-timeout.t .... ok
	#   Failed test 'wait_all_children does not block'
	#   at t/07-wait-all-children-does-not-block.t line 22.
	--
	t/07-wait-all-children-does-not-block.t (Wstat: 256 Tests: 1 Failed: 1)
	Failed test:  1
	Non-zero exit status: 1
	--
	Result: FAIL
	Failed 1/7 test programs. 1/29 subtests failed.
	make: *** [Makefile:775: test_dynamic] Error 1

perl-Sane-0.05-alt3.2
	t/enums.t ......... ok
	hasher-priv: master: idle time limit (3600 seconds) exceeded

python-module-pexpect-4.6-alt2
	>	assert resp == 1  # index 1 == EOF
	E	AssertionError: assert 2 == 1
	tests/test_performance.py:108: AssertionError

	10 error logs REMOVED from the list
cockpit-185-alt1
dietlibc-0.33-alt3
erlang-proper-1.3-alt1
gawk-4.1.0-alt2
gdm-3.30.2-alt1
make-2:4.2.1-alt4
python-module-scikits.fitting-1:0.6-alt2
quilt-0.65.0.27.0f2a-alt1
sgc-0.2.1-alt1
vhttpd-0.7.8-alt2.1

Total 203 error logs.


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