ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: p9-20231210 x86_64 beehive_status: +9 -2 (235)
@ 2023-12-10 13:02 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2023-12-10 13:02 UTC (permalink / raw)
  To: sisyphus-cybertalk

	9 NEW error logs

SNNS-4.3-alt1.1.1.1
	/usr/bin/ld.default: ../../kernel/sources/libfunc.a(func_tbl.o):(.data.rel+0x1360):
	undefined reference to `LEARN_kohonen'
	/usr/bin/ld.default: ../../kernel/sources/libfunc.a(func_tbl.o):(.data.rel+0x13a8):
	undefined reference to `LEARN_QPTT'
	/usr/bin/ld.default: ../../kernel/sources/libfunc.a(func_tbl.o):(.data.rel+0x13c0):
	undefined reference to `LEARN_quickprop'
	/usr/bin/ld.default: ../../kernel/sources/libfunc.a(func_tbl.o):(.data.rel+0x13d8):
	undefined reference to `LEARN_RBF'
	/usr/bin/ld.default: ../../kernel/sources/libfunc.a(func_tbl.o):(.data.rel+0x13f0):
	undefined reference to `LEARN_RBF_DDA'
	/usr/bin/ld.default: ../../kernel/sources/libfunc.a(func_tbl.o):(.data.rel+0x1408):
	undefined reference to `LEARN_RM_delta'
	/usr/bin/ld.default: ../../kernel/sources/libfunc.a(func_tbl.o):(.data.rel+0x1420):
	undefined reference to `LEARN_rprop'
	/usr/bin/ld.default: ../../kernel/sources/libfunc.a(func_tbl.o):(.data.rel+0x1438):
	undefined reference to `LEARN_RpropMAP'
	/usr/bin/ld.default: ../../kernel/sources/libfunc.a(func_tbl.o):(.data.rel+0x14e0):
	undefined reference to `TEST_backprop'
	/usr/bin/ld.default: ../../kernel/sources/libfunc.a(func_tbl.o):(.data.rel+0x14f8):
	undefined reference to `TEST_backprop'
	/usr/bin/ld.default: ../../kernel/sources/libfunc.a(func_tbl.o):(.data.rel+0x1510):
	undefined reference to `TEST_backprop'

apache-commons-math-0:3.4.1-alt2_9jpp8
	[ERROR]
	[ERROR] Please refer to /usr/src/RPM/BUILD/commons-math3-3.4.1-src/target/surefire-reports
	for the individual test results.
	[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream
	and [date]-jvmRun[N].dumpstream.
	[ERROR] -> [Help 1]
	[ERROR]
	[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
	[ERROR] Re-run Maven using the -X switch to enable full debug logging.
	[ERROR]
	[ERROR] For more information about the errors and possible solutions, please read the
	following articles:
	[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

automake_1.11-1.11.6-alt9
	checking for upc... no
	configure: error: no Unified Parallel C compiler was found
	+ exit_status=77
	--
	+ exit 77
	1 of 893 tests failed
	(58 tests were not run)

erlang-proper-1.3-alt2
	DEBUG: No processes to kill
	ERROR: One or more eunit tests failed.
	ERROR: eunit failed while processing /usr/src/RPM/BUILD/erlang-proper-1.3: rebar_abort

ghc7.6.1-7.6.1-alt8
	/usr/bin/ld.default:
	libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers_o_split/gmp-wrappers__1.o:
	file not recognized: file truncated
	collect2: error: ld returned 1 exit status
	make[1]: *** [libraries/integer-gmp/ghc.mk:4:
	libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers.p_o] Error 1

jmock-0:2.8.2-alt2_6jpp8
	[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.204 s <<<
	FAILURE! - in org.jmock.test.unit.lib.concurrent.BlitzerTests
	[ERROR]
	testActionsCanFailWithoutDeadlockingTheTestThread(org.jmock.test.unit.lib.concurrent.BlitzerTests)
	Time elapsed: 0.149 s  <<< ERROR!
	java.util.concurrent.TimeoutException: timed out waiting for blitzed actions to complete
	successfully

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.04 sys +  4.01 cusr  0.65 csys =
	4.80 CPU)
	Result: FAIL
	Failed 1/37 test programs. 2/465 subtests failed.
	make: *** [Makefile:792: test_dynamic] Error 255

perl-Net-Ping-2.72-alt1
	t/150_syn_inst.t ...... ok
	#   Failed test 'Make sure it died for a good excuse'
	#   at t/190_alarm.t line 54.
	--
	t/190_alarm.t	    (Wstat: 256 Tests: 6 Failed: 1)
	Failed test:  6
	Non-zero exit status: 1
	--
	Result: FAIL
	Failed 1/17 test programs. 1/66 subtests failed.
	make: *** [Makefile:784: test_dynamic] Error 255

python-module-pebble-4.3.7-alt1.git20180228
	collecting ... collected 41 items
	test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_broken_initializer
	FAILED [  2%]
	test/test_process_pool_spawn.py::TestProcessPool::test_process_pool_callback PASSED [  4%]
	--
	>		pool.schedule(function)
	E		AssertionError: RuntimeError not raised
	test/test_process_pool_spawn.py:212: AssertionError
	----------------------------- Captured stderr call -----------------------------
	ERROR:root:BOOM!
	Traceback (most recent call last):
	--
	Exception: BOOM!
	ERROR:root:BOOM!
	Traceback (most recent call last):
	--
	Exception: BOOM!
	ERROR:root:BOOM!
	Traceback (most recent call last):
	--
	Exception: BOOM!
	ERROR:root:BOOM!
	Traceback (most recent call last):
	--
	Exception: BOOM!
	ERROR:root:BOOM!
	Traceback (most recent call last):
	--
	Exception: BOOM!
	ERROR:root:BOOM!
	Traceback (most recent call last):
	--
	Exception: BOOM!
	ERROR:root:BOOM!
	Traceback (most recent call last):
	--
	Exception: BOOM!
	ERROR:root:BOOM!
	Traceback (most recent call last):

	2 error logs REMOVED from the list
perl-Glib-1.329-alt2
python-module-pycodestyle-2.5.0-alt1

Total 235 error logs.


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

only message in thread, other threads:[~2023-12-10 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-10 13:02 [cyber] I: p9-20231210 x86_64 beehive_status: +9 -2 (235) 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