[cyber] I: Sisyphus-20190524 i586 beehive_status: +9 -6 (80)

ALT beekeeper hiver на altlinux.org
Пт Май 24 16:36:15 MSK 2019


	9 NEW error logs

SNNS-4.3-alt1.1.1.1
	ar  rc	lib3d.a net_analyzer.o d3_xUtils.o d3_global.o d3_anageo.o d3_shade.o d3_lists.o
	d3_point.o d3_dither.o d3_zgraph.o d3_fonts.o d3_graph.o d3_draw.o d3_disp.o d3_move.o
	d3_zValue.o d3_setup.o d3_units.o d3_links.o d3_model.o d3_project.o d3_light.o
	d3_pannels.o d3_main.o bn_bignet.o bn_basics.o bn_art1.o bn_art2.o bn_artmap.o
	bn_TD_bignet.o bn_kohonen.o bn_assoz.o o_graph.o bn_JordElm.o ui_class.o bn_bighop.o
	ranlib	lib3d.a
	make[1]: Leaving directory '/usr/src/RPM/BUILD/SNNSv4.3/xgui/sources'
	make[1]: Entering directory '/usr/src/RPM/BUILD/SNNSv4.3/xgui/sources'
	i586-alt-linux-gcc  libxgui1.a libxgui2.a lib3d.a \
	-lXaw3d -lXmu -lXt -lXext -lSM -lICE  -lX11  \
	../../kernel/sources/libkernel.a ../../kernel/sources/libfunc.a -lm -lfl  -o xgui
	/usr/bin/ld.default: libxgui1.a(ui_controlP.o): in function `ui_rem_performPrunInit':
	/usr/src/RPM/BUILD/SNNSv4.3/xgui/sources/ui_controlP.c:1191: warning: the use of
	`tempnam' is dangerous, better use `mkstemp'
	make[1]: Leaving directory '/usr/src/RPM/BUILD/SNNSv4.3/xgui/sources'

gettext-0.19.8.1-alt6
	SKIP test-mbrtowc-w32-5.sh (exit status: 77)
	FAIL: test-verify
	i586-alt-linux-gcc: error: test-verify.o: No such file or directory
	FAIL test-verify (exit status: 1)
	--
	# SKIP:  19
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See gnulib-tests/test-suite.log

gnutls30-3.6.7-alt1
	# SKIP:  16
	# XFAIL: 0
	# FAIL:  0
	# XPASS: 0
	# ERROR: 0
	make[3]: Leaving directory '/usr/src/RPM/BUILD/gnutls-3.6.7/fuzz'
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  0
	# XPASS: 0
	# ERROR: 0
	make[4]: Leaving directory '/usr/src/RPM/BUILD/gnutls-3.6.7/guile'

jed-2:0.99.19-alt2.qa2.1
	/usr/bin/ld.default: syntax.o: file not recognized: file truncated
	collect2: error: ld returned 1 exit status
	make[1]: *** [Makefile:188: /usr/src/RPM/BUILD/jed-0.99-19/src/objs/xjed] Error 1

libprelude-5.0.0-alt2
	warning: failed to load external entity "../xml/annotation-glossary.xml"
	corrupted size vs. prev_size
	make[3]: *** [Makefile:1874: html-build.stamp] Error 250
	make[3]: Leaving directory '/usr/src/RPM/BUILD/libprelude-5.0.0/docs/api'
	make[2]: *** [Makefile:1502: all-recursive] Error 1
	make[1]: *** [Makefile:1678: all-recursive] Error 1
	make: *** [Makefile:1544: all] Error 2
	error: Bad exit status from /usr/src/tmp/rpm-tmp.84450 (%build)
	RPM build errors:
	Macro %_gtk_docdir not found

librabbitmq-c-0.9.0-alt1
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:700:55: error:
	request for member 'exchange' in something not a structure or union
	|| !amqp_decode_bytes(encoded, &offset, &m->exchange, len))
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:706:55: error:
	request for member 'routing_key' in something not a structure or union
	|| !amqp_decode_bytes(encoded, &offset, &m->routing_key, len))
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:710:55: error:
	request for member 'arguments' in something not a structure or union
	int res = amqp_decode_table(encoded, pool, &(m->arguments), &offset);
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:716:10: error:
	'AMQP_QUEUE_UNBIND_OK_METHOD' undeclared (first use in this function); did you mean
	'AMQP_QUEUE_BIND_OK_METHOD'?
	case AMQP_QUEUE_UNBIND_OK_METHOD: {
	AMQP_QUEUE_BIND_OK_METHOD
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:717:7: error:
	unknown type name 'amqp_queue_unbind_ok_t'; did you mean 'amqp_queue_bind_ok_t'?
	amqp_queue_unbind_ok_t *m = (amqp_queue_unbind_ok_t *) amqp_pool_alloc(pool,
	sizeof(amqp_queue_unbind_ok_t));
	amqp_queue_bind_ok_t
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:717:36:
	error: 'amqp_queue_unbind_ok_t' undeclared (first use in this function); did you mean
	'amqp_queue_bind_ok_t'?
	amqp_queue_unbind_ok_t *m = (amqp_queue_unbind_ok_t *) amqp_pool_alloc(pool,
	sizeof(amqp_queue_unbind_ok_t));
	amqp_queue_bind_ok_t
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:717:60: error:
	expected expression before ')' token
	amqp_queue_unbind_ok_t *m = (amqp_queue_unbind_ok_t *) amqp_pool_alloc(pool,
	sizeof(amqp_queue_unbind_ok_t));
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:722:10:
	error: 'AMQP_BASIC_QOS_METHOD' undeclared (first use in this function); did you mean
	'AMQP_STATUS_WRONG_METHOD'?
	case AMQP_BASIC_QOS_METHOD: {
	AMQP_STATUS_WRONG_METHOD
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:723:7: error:
	unknown type name 'amqp_basic_qos_t'; did you mean 'amqp_socket_t'?
	amqp_basic_qos_t *m = (amqp_basic_qos_t *) amqp_pool_alloc(pool, sizeof(amqp_basic_qos_t));
	amqp_socket_t
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:723:30: error:
	'amqp_basic_qos_t' undeclared (first use in this function); did you mean 'amqp_basic_get'?
	amqp_basic_qos_t *m = (amqp_basic_qos_t *) amqp_pool_alloc(pool, sizeof(amqp_basic_qos_t));

pesign-0.109-alt5
	efikeygen.c: In function 'add_cert_type':
	/usr/include/nss/certt.h:445:5: error: unsigned conversion from 'int' to 'unsigned char'
	changes value from '496' to '240' [-Werror=overflow]
	(NS_CERT_TYPE_SSL_CLIENT | NS_CERT_TYPE_SSL_SERVER | NS_CERT_TYPE_EMAIL | \
	--
	unsigned char type = NS_CERT_TYPE_APP;
	cc1: all warnings being treated as errors
	make[1]: *** [/usr/src/RPM/BUILD/pesign-0.109-alt5/Make.rules:11: efikeygen.o] Error 1

python-module-joblib-0.13.2-alt1
	>		raise ValueError(message)
	E		ValueError: Non-zero return code: -9.
	E		Stdout:
	--
	[DEBUG:MainProcess:MainThread] running the remaining "atexit" finalizers
	ERROR: InvocationError for command
	/usr/src/RPM/BUILD/python-module-joblib-0.13.2/.tox/py37/bin/python -m pytest -vra
	(exited with code 1)
	ERROR: invocation failed (exit code 1)
	Б°√ FAIL py37 in 4 minutes, 33.626 seconds
	--
	py27: commands succeeded
	ERROR:	 py37: parallel child exit code 1

python-module-setuptools-1:41.0.1-alt1
	>		raise err
	E		subprocess.CalledProcessError: Command 'cd
	/usr/src/RPM/BUILD/python-module-setuptools-41.0.1/setuptools/tests/../.. && python
	setup.py -q sdist -d /usr/src/tmp/tmplfxzljgd && python setup.py -q bdist_wheel -d
	/usr/src/tmp/tmplfxzljgd' returned non-zero exit status 1.
	/usr/lib/python3/site-packages/pytest_shutil/workspace.py:132: CalledProcessError
	--
	warning: no previously-included files found matching 'pyproject.toml'
	error: [Errno 2] No such file or directory: 'build/bdist.linux-i686/wheel'
	=========================== short test summary info ============================
	--
	.ERROR: InvocationError for command
	/usr/src/RPM/BUILD/python-module-setuptools-41.0.1/.tox/py37/bin/pytest
	--cov-config=/usr/src/RPM/BUILD/python-module-setuptools-41.0.1/tox.ini --cov-report=
	(exited with code 1)
	ERROR: invocation failed (exit code 1)
	Б°√ FAIL py37 in 4 minutes, 10.721 seconds
	--
	py27: commands succeeded
	ERROR:	 py37: parallel child exit code 1

	6 error logs REMOVED from the list
atlas-3.9.35-alt1.qa1
gprolog-1.4.4-alt2
perl-Net-Ping-2.72-alt1
perl-Server-Starter-0.34-alt1
python-module-flake8-3.7.7-alt1
python-module-pytest-benchmark-3.1.1-alt2

Total 80 error logs.


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