[cyber] I: Sisyphus-20150412 x86_64 beehive_status: +8 -13 (264)

ALT beekeeper hiver на altlinux.org
Вс Апр 12 17:13:46 MSK 2015


	8 NEW error logs

kernel-modules-fglrx-ovz-el-2:14.501.1003-alt2.132640.130
	echo;								\
	echo "	ERROR: Kernel configuration is invalid.";		\
	echo "	       include/linux/autoconf.h or include/config/auto.conf are missing.";	\
	--
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:
	In function 'kasSetExecutionLevel':
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4819:
	error: 'kasExecutionLevel' undeclared (first use in this function)
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4819:
	error: (Each undeclared identifier is reported only once
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4819:
	error: for each function it appears in.)
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4819:
	warning: type defaults to 'int' in declaration of 'ret__'
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4819:
	warning: type defaults to 'int' in declaration of 'type name'
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4819:
	error: invalid type argument of 'unary *' (have 'int')
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4819:
	warning: type defaults to 'int' in declaration of 'type name'
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4819:
	error: invalid type argument of 'unary *' (have 'int')
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4819:
	warning: type defaults to 'int' in declaration of 'type name'
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4819:
	error: invalid type argument of 'unary *' (have 'int')
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4819:
	warning: type defaults to 'int' in declaration of 'type name'
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4819:
	error: invalid type argument of 'unary *' (have 'int')
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4820:
	warning: type defaults to 'int' in declaration of 'type name'
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4820:
	error: invalid type argument of 'unary *' (have 'int')
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4820:
	warning: type defaults to 'int' in declaration of 'type name'
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4820:
	error: invalid type argument of 'unary *' (have 'int')
	/usr/src/RPM/BUILD/kernel-modules-fglrx-ovz-el-14.501.1003/fglrx-14.501.1003/2.6.x/firegl_public.c:4820:
	warning: type defaults to 'int' in declaration of 'type name'

kernel-modules-nvidia-un-def-346.47-alt1.201475.1
	Selecting xorg-server for 'xorg-x11-server'
	E: Couldn't find package kernel-source-nvidia-34647
	hsh-install: Failed to calculate package file list.

perl-HTML-WikiConverter-MoinMoin-0.54-alt1.1
	t/boilerplate.t ... ok
	#   Failed test 'table w/ attrs'
	#   at t/runtests.pl line 108.
	--
	t/moinmoin.t	(Wstat: 256 Tests: 50 Failed: 1)
	Failed test:  34
	Non-zero exit status: 1
	--
	Result: FAIL
	Failed 1/5 test programs. 1/56 subtests failed.
	make: *** [test_dynamic] Error 255

python-module-isort-3.9.6-alt1.git20150205
	def test_consistency():
	"""Ensures consistency of handling even when dealing with non ordered-by-type imports"""
	test_input = "from sqlalchemy.dialects.postgresql import ARRAY, array\n"
	>	assert SortImports(file_contents=test_input, order_by_type=False).output ==
	test_input
	E	assert 'from sqlalch...rray, ARRAY\n' == 'from sqlalche...RRAY, array\n'
	E	  Skipping 33 identical leading characters in diff, use -v to show
	E	  - ql import array, ARRAY
	E	  + ql import ARRAY, array
	test_isort.py:1262: AssertionError
	===================== 1 failed, 48 passed in 0.57 seconds ======================

python-module-libvirt-1.2.13-alt1
	virDomainInterfacePtr **:1
	ERROR: failed virDomainGetIOThreadInfo
	ERROR: failed virDomainIOThreadInfoFree
	ERROR: failed virDomainInterfaceAddresses
	ERROR: failed virDomainInterfaceFree
	error: command '/usr/bin/python' failed with exit status 1

python-module-manhole-1.0.0-alt1.git20141223
	tests/test_manhole.py::test_sigmask PASSED
	tests/test_manhole.py::test_stderr_doesnt_deadlock FAILED
	=================================== FAILURES ===================================
	--
	seconds, strings
	E   AssertionError: Waited 10.00secs but ('SUCCESS',) did not appear in output in the
	given order !
	----------------------------- Captured stdout call -----------------------------
	--
	raise AssertionError(path + ' exists !')
	AssertionError: /tmp/manhole-15423 exists !
	DIED.
	In atexit handler.

python-module-socketpool-0.5.3-alt1.git20140425
	______________________ Test_Pool.test_stop_reaper_thread _______________________
	self = <test_pool_01.Test_Pool object at 0x7f35bd291c50>
	def test_stop_reaper_thread(self):
	"""Verify that calling stop_reaper will terminate the reaper thread.
	pool = ConnectionPool(MessyConnector, backend='thread')
	>	assert pool._reaper.running
	E	assert <ConnectionReaper(Thread-5, started daemon 139868675364608)>.running
	E	 +  where <ConnectionReaper(Thread-5, started daemon 139868675364608)> =
	<socketpool.pool.ConnectionPool object at 0x7f35b7b640d0>._reaper
	tests/test_pool_01.py:34: AssertionError
	====================== 1 failed, 7 passed in 2.72 seconds ======================

ruby-tmail-1.2.3.1-alt3.5
	-	boundary="boundary"
	This is the preamble
	--boundary
	Content-Type: text/plain
	Blah
	--boundary--
	Finished in 0.384888632 seconds.
	210 tests, 4002 assertions, 1 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
	99.5238% passed
	545.61 tests/s, 10397.81 assertions/s

	13 error logs REMOVED from the list
X-Downloader-1:2.5.7.1-alt4.6
esound-0.2.41-alt8
gcc4.5-4.5.4-alt3
kf5-filesystem-5.0.0-alt0.1
kf5-kapidox-5.7.0-alt0.1
libuhttpmock-0.4.0-alt1
libwebkitgtk2-2.2.8-alt1
libwebkitgtk3-2.4.8-alt1
openttd-1.4.4-alt1
perl-DateTime-Format-DateManip-0.04-alt2_17
perl-Devel-Cover-1.17-alt1.1
perl-HTML-FormFu-MultiForm-1.00-alt1
perl-MouseX-Getopt-0.35-alt1_6

Total 264 error logs.


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