[cyber] I: Sisyphus-20171129 x86_64 beehive_status: +9 -16 (551)

ALT beekeeper hiver на altlinux.org
Ср Ноя 29 14:06:30 MSK 2017


	9 NEW error logs

curl-7.56.1-alt1.S1
	TESTDONE: 873 tests out of 874 reported OK: 99%
	TESTFAIL: These test cases failed: 644
	TESTDONE: 1138 tests were considered during 349 seconds.

elixir-1.3.3-alt1
	(elixir) lib/kernel.ex:1579: Kernel.inspect/2
	(mix) lib/mix/tasks/compile.protocols.ex:130: Mix.Tasks.Compile.Protocols.consolidate/4
	(elixir) lib/task/supervised.ex:94: Task.Supervised.do_apply/2
	(elixir) lib/task/supervised.ex:45: Task.Supervised.reply/5
	(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
	Finished in 103.5 seconds (11.7s on load, 91.8s on tests)
	377 tests, 1 failure
	Randomized with seed 968276
	make: *** [test_mix] Error 1
	make: Leaving directory `/usr/src/RPM/BUILD/elixir-1.3.3'

make-2:3.82-alt6
	features/override ....................................... ok	 (4 passed)
	features/parallelism .................................... FAILED (9/10 passed)
	features/patspecific_vars ............................... ok	 (10 passed)
	--
	uptime
	/proc/uptime: No such file or directory
	make[2]: [check-loadavg] Error 102 (ignored)
	--
	./loadavg
	Error getting load average: No such file or directory
	make[2]: [check-loadavg] Error 1 (ignored)

ocaml-ocamlnet-4.1.2-alt3.S1
	In file included from nettls_nettle_bindings_stubs.c:24:0:
	nettls_nettle_bindings_stubs.c:120:36: error: 'nettle_get_ciphers' declared as function
	returning an array
	const struct nettle_cipher * const nettle_ciphers[] = {
	nettls_nettle_bindings_stubs.c:120:14: error: function 'nettle_get_ciphers' is initialized
	like a variable
	const struct nettle_cipher * const nettle_ciphers[] = {
	In file included from nettls_nettle_bindings_stubs.c:24:0:
	nettls_nettle_bindings_stubs.c:120:36: error: conflicting types for 'nettle_get_ciphers'
	const struct nettle_cipher * const nettle_ciphers[] = {
	--
	nettle_get_ciphers (void);
	nettls_nettle_bindings_stubs.c:121:3: error: invalid initializer
	&nettle_aes128,
	--
	nettls_nettle_bindings_stubs.c: In function 'net_nettle_ciphers':
	nettls_nettle_bindings_stubs.c:149:26: error: subscripted value is neither array nor
	pointer nor vector
	while (nettle_ciphers[k] != NULL) k++;
	--
	nettls_nettle_bindings_stubs.c: At top level:
	nettls_nettle_bindings_stubs.c:359:34: error: 'nettle_get_hashes' declared as function
	returning an array
	const struct nettle_hash * const nettle_hashes[] = {
	nettls_nettle_bindings_stubs.c:359:14: error: function 'nettle_get_hashes' is initialized
	like a variable
	const struct nettle_hash * const nettle_hashes[] = {
	In file included from nettls_nettle_bindings_stubs.c:24:0:
	nettls_nettle_bindings_stubs.c:359:34: error: conflicting types for 'nettle_get_hashes'
	const struct nettle_hash * const nettle_hashes[] = {
	--
	nettle_get_hashes (void);
	nettls_nettle_bindings_stubs.c:360:5: error: invalid initializer
	&nettle_md2,
	--
	nettls_nettle_bindings_stubs.c: In function 'net_nettle_hashes':
	nettls_nettle_bindings_stubs.c:373:25: error: subscripted value is neither array nor
	pointer nor vector
	while (nettle_hashes[k] != NULL) k++;

python-module-notebook-4.0.4-alt3.1
	working_set = WorkingSet._build_master()
	File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 664, in
	_build_master
	ws.require(__requires__)
	File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 981, in require
	needed = self.resolve(parse_requirements(requirements))
	File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 867, in resolve
	raise DistributionNotFound(req, requirers)
	pkg_resources.DistributionNotFound: The 'testpath' distribution was not found and is
	required by nbconvert
	make: *** [ipynb2rst] Error 1
	make: Leaving directory `/usr/src/RPM/BUILD/python-module-notebook-4.0.4/docs'

python-module-numpy-1:1.12.1-alt1
	__import__(self.modname)
	ImportError: No module named jargon
	/usr/src/tmp/python-module-numpy-buildroot/usr/lib64/python2.7/site-packages/numpy/doc/glossary.py:docstring
	of numpy.doc.glossary:46: WARNING: Unknown target name: "ufuncs".
	--
	File "<string>", line 19, in <module>
	NameError: name 'geomspace' is not defined
	/usr/src/tmp/python-module-numpy-buildroot/usr/lib64/python2.7/site-packages/numpy/lib/function_base.py:docstring
	of numpy.gradient:80: WARNING: Unexpected indentation.
	--
	raise ValueError(msg)
	ValueError: The section Notes appears twice in the docstring of None in None.
	The full traceback has been saved in /usr/src/tmp/sphinx-err-nJRAH_.log, if you want
	to report the issue to the developers.

python-module-scikits.bvp1lg-0.2.7-alt1
	test_colnew.test_doctests ... ok
	test_examples.test_doctests ... ERROR
	test_jacobian.TestJacobian.test_problems ... ok
	--
	test_problems.test_doctests ... ok
	ERROR: test_examples.test_doctests
	Traceback (most recent call last):
	--
	import matplotlib
	ImportError: No module named matplotlib
	Ran 48 tests in 10.560s
	FAILED (errors=1)
	Test failed: <unittest.runner.TextTestResult run=48 errors=1 failures=0>
	error: Test failed: <unittest.runner.TextTestResult run=48 errors=1 failures=0>

python-module-sh-1.12.14-alt1
	test_fork_exc (__main__.FunctionalTests) ... ok
	test_general_signal (__main__.FunctionalTests) ... ERROR
	test_generator_and_callback (__main__.FunctionalTests) ... ok
	--
	test_unbuffered (__main__.StreamBuffererTests) ... ok
	ERROR: test_general_signal (__main__.FunctionalTests)
	Traceback (most recent call last):
	--
	print(10)
	RuntimeError: reentrant call inside <_io.BufferedWriter name='<stdout>'>
	Ran 156 tests in 54.238s
	FAILED (errors=1, skipped=3)
	Coverage.py warning: Module sh.py was never imported. (module-not-imported)

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-83AjkZ.log, if you want
	to report the issue to the developers.

	16 error logs REMOVED from the list
gnome-vfs-1:2.24.4-alt10
libgnomeui-2.24.5-alt1
ltrace-0.7.91.0.198.git82c6640-alt1
mkimage-profiles-1.2.4-alt1
perl-Gnome2-Canvas-1.002-alt5.1.1.1
perl-IO-Event-0.813-alt2
python-module-nbconvert-4.0.0-alt3
python-module-scikits.audiolab-1:0.11.0-alt2.git20130116.1.1
python-module-scikits.bootstrap-0.3.2-alt1.git20150327.1.1
python-module-scikits.fitting-0.5.1-alt2.git20121029.1.1
python-module-scikits.optimization-1:0.3-alt2.git20130417.1.1
python-module-scikits.pulsefit-0.1.3-alt2.git20141230
python-module-scikits.samplerate-1:0.4.0-alt2.git20090722.1.1
python-module-scikits.scattpy-0.1.2-alt2.git20120523.1.1
python3-module-fudge-1.0.3-alt1.1
strace-4.20-alt1

Total 551 error logs.


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