ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: Sisyphus-20200422 x86_64 beehive_status: +9 -13 (261)
@ 2020-04-22 13:16 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2020-04-22 13:16 UTC (permalink / raw)
  To: sisyphus-cybertalk

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 5087 bytes --]

	9 NEW error logs

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:157: /usr/src/RPM/BUILD/jed-0.99-19/src/objs/jed] Error 1

libgupnp-igd-0.2.5-alt4
	Full log written to
	/usr/src/RPM/BUILD/gupnp-igd-0.2.5/x86_64-alt-linux/meson-logs/testlog.txt
	FAILED: meson-test
	/usr/bin/meson test --no-rebuild --print-errorlogs

librabbitmq-c-0.9.0-alt1
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c: In function
	'amqp_decode_method':
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:636:7: error:
	'amqp_queue_bi' undeclared (first use in this function); did you mean 'amqp_queue_bind'?
	636 |	    amqp_queue_bind_ok_t *m = (amqp_queue_bind_ok_t *) amqp_pool_alloc(pool,
	sizeof(amqp_queue_bind_ok_t));
	--
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:636:7: note:
	each undeclared identifier is reported only once for each function it appears in
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:636:20: error:
	expected ';' at end of input
	636 |	    amqp_queue_bind_ok_t *m = (amqp_queue_bind_ok_t *) amqp_pool_alloc(pool,
	sizeof(amqp_queue_bind_ok_t));
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:636:7: error:
	expected declaration or statement at end of input
	636 |	    amqp_queue_bind_ok_t *m = (amqp_queue_bind_ok_t *) amqp_pool_alloc(pool,
	sizeof(amqp_queue_bind_ok_t));
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:636:7: error:
	expected declaration or statement at end of input
	/usr/src/RPM/BUILD/librabbitmq-c-0.9.0/BUILD/librabbitmq/amqp_framing.c:636:7: warning:
	control reaches end of non-void function [-Wreturn-type]

perl-Parallel-Prefork-0.18-alt1_11
	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

python-module-cups-1.9.73-alt2.1
	make: Entering directory '/usr/src/RPM/BUILD/pycups-1.9.73'
	make: python: No such file or directory
	make: Leaving directory '/usr/src/RPM/BUILD/pycups-1.9.73'
	--
	python setup.py build
	make: python: No such file or directory
	make: *** [Makefile:16: cups.so] Error 127

python-module-flake8-3.7.9-alt1
	No data to combine
	ERROR: InvocationError for command
	/usr/src/RPM/BUILD/python-module-flake8-3.7.9/.tox/py38/bin/coverage combine (exited
	with code 1)
	ERROR: invocation failed (exit code 1)
	✖ FAIL py38 in 17.268 seconds
	--
	py27: commands succeeded
	ERROR:	 py38: parallel child exit code 1

python-module-pyxmpp-1.1.2-alt1.1
	+ make build
	make: Entering directory '/usr/src/RPM/BUILD/pyxmpp-1.1.2'
	if test -d ".git" ; then \
	echo "# pylint: disable-msg=W0103,W0131" > pyxmpp/version.py ; \
	echo "version='1.1.2+git'" >> pyxmpp/version.py ; \
	fi
	umask 022 ; python setup.py build
	/bin/sh: python: command not found
	make: *** [Makefile:11: build] Error 127
	make: Leaving directory '/usr/src/RPM/BUILD/pyxmpp-1.1.2'

python-module-terminado-0.5-alt2.git20150717
	+ nosetests3 -v
	test_basic (terminado.tests.basic_test.CommonTests) ... ERROR
	test_basic_command (terminado.tests.basic_test.CommonTests) ... ok
	--
	test_unique_processes (terminado.tests.basic_test.UniqueTermTests) ... ok
	ERROR: test_basic (terminado.tests.basic_test.CommonTests)
	Traceback (most recent call last):
	--
	raise WebSocketClosedError()
	tornado.websocket.WebSocketClosedError:
	-------------------- >> begin captured logging << --------------------
	--
	Ran 8 tests in 34.953s
	FAILED (errors=1)

python3-module-pytest-5.3.2-alt2
	=========================== short test summary info ============================
	SKIPPED [2] /usr/src/RPM/BUILD/python3-module-pytest-5.3.2/testing/test_capture.py:891:
	could not run 'lsof' (FileNotFoundError(2, 'No such file or directory'))
	SKIPPED [1] testing/test_capture.py:1310: only py3.6+ on windows
	--
	'enabled' feature not implemented
	FAILED testing/test_pdb.py::TestPDB::test_pdb_and_capsys - pexpect.exceptions...
	====== 1 failed, 2592 passed, 34 skipped, 9 xfailed in 625.83s (0:10:25) =======
	ERROR: InvocationError for command
	/usr/src/RPM/BUILD/python3-module-pytest-5.3.2/.tox/py38/bin/pytest (exited with code 1)
	___________________________________ summary ____________________________________
	ERROR:	 py38: commands failed
	error: Bad exit status from /usr/src/tmp/rpm-tmp.26069 (%check)

	13 error logs REMOVED from the list
guitarix-0.38.1-alt1
inkscape-1.0-alt0.beta2
ipmiutil-3.1.3-alt1
libopenh264-2.0.0-alt1
ncmpc-0.31-alt1
opencpn-5.0.0-alt2
openscada-0.9.0-alt6
pesign-0.109-alt7
python-module-clize-4.0.3-alt1
python-module-epydoc-1:3.0.1-alt3
python-module-gantt-0.6.0-alt2
transgui-5.15.4-alt1.S1
xtux-20030306-alt5.qa1

Total 261 error logs.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-22 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-22 13:16 [cyber] I: Sisyphus-20200422 x86_64 beehive_status: +9 -13 (261) ALT beekeeper

ALT Linux Sisyphus cybertalk

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \
		sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com
	public-inbox-index sisyphus-cybertalk

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git