ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: Sisyphus-20240925 x86_64 beehive_status: +13 -12 (110)
@ 2024-09-25  5:38 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2024-09-25  5:38 UTC (permalink / raw)
  To: sisyphus-cybertalk

	13 NEW error logs

cilk-5.4.6-alt13
	perl -I. ./bfnnconv.pl ./cilk-faq.bfnn
	no ./cilk-faq.xrefdb (No such file or directory) at ./bfnnconv.pl line 43.
	S0	    \rS1		 \rQ1.1		\rQ1.2	       \rQ1.3	      \rQ1.4	     \rQ1.5
	\rQ1.6	       \rQ1.7	      \rQ1.8	     \rS2	  \rQ2.1		 \rQ2.2
	\rQ2.3	       \rQ2.4	      \rS3	   \rQ3.1	  \rQ3.2		 \rQ3.3
	\rQ3.4	       \runknown question `compile' at ./bfnnconv.pl line 221, <> line 263.
	--
	libtool: install: /usr/libexec/rpm-build/install -p .libs/libcilk.g.so.0.0.0
	/usr/src/tmp/cilk-buildroot/usr/lib64/libcilk.g.so.0.0.0
	/bin/install: cannot stat '.libs/libcilk.g.so.0.0.0': No such file or directory
	make[2]: *** [Makefile:567: install-libLTLIBRARIES] Error 1

clisp-1:2.49.92-alt2.1
	Bye.
	(echo *.erg | grep '*' >/dev/null) || (echo "Test failed:" ; ls -l *erg; echo "To see
	which tests failed, type" ; echo "    cat "`pwd`"/*.erg" ; exit 1)
	Test failed:
	-rw-r--r-- 1 builder builder 848 Sep 25 04:28 socket.erg
	To see which tests failed, type
	cat /usr/src/RPM/BUILD/clisp-2.49.92/src/tests/*.erg

elixir-1.17.3-alt1
	(elixir 1.17.3) lib/file.ex:1665: File.cd!/2
	test/test_helper.exs:156: MixTest.Case.in_fixture/3
	test/mix/tasks/compile_test.exs:364: Mix.Tasks.CompileTest."test code path pruning"/1
	(ex_unit 1.17.3) lib/ex_unit/runner.ex:485: ExUnit.Runner.exec_test/2
	(stdlib 5.2.3.1) timer.erl:270: :timer.tc/2
	(ex_unit 1.17.3) lib/ex_unit/runner.ex:407: anonymous fn/6 in
	ExUnit.Runner.spawn_test_monitor/4
	Finished in 194.3 seconds (1.9s on load, 0.04s async, 192.2s sync)
	6 doctests, 838 tests, 1 failure, 17 skipped
	make: *** [Makefile:114: test_mix] Error 2
	make: Leaving directory '/usr/src/RPM/BUILD/elixir-1.17.3'

fleet-commander-admin-0.15.1-alt14
	ok
	ERROR: test_01_write_key_for_known_schema
	(__main__.TestDconfLogger.test_01_write_key_for_known_schema)
	Traceback (most recent call last):
	--
	return self.log.pop(0)
	IndexError: pop from empty list
	Ran 9 tests in 10.146s
	FAILED (errors=1)
	dbus.Array([dbus.String('org.freedesktop.DBus'), dbus.String(':1.3'),
	dbus.String('org.freedesktop.ScreenSaver'), dbus.String('ca.desrt.dconf'),
	dbus.String(':1.1'), dbus.String(':1.2')], signature=dbus.Signature('s'))
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See tests/test-suite.log

perl-Tie-DBI-1.08-alt1
	Result: FAIL
	Failed 1/2 test programs. 0/46 subtests failed.
	make: *** [Makefile:781: test_dynamic] Error 255

prometheus-simpleclient-java-0.12.0-alt1_4jpp11
	[ERROR] io.prometheus.client.HistogramTest.testTimeWithExemplar  Time elapsed: 0 s
	<<< FAILURE!
	java.lang.AssertionError: expected:<0.015> but was:<0.016197481>
	at io.prometheus.client.HistogramTest.assertExemplar(HistogramTest.java:302)

public-inbox-1.9.0.1113.g84874a85-alt1
	Bailout called.  Further testing stopped:
	#   Failed test '$TMPDIR/lei-daemon/md/cur/y:2,RS exists'
	#   at t/lei-export-kw.t line 21.
	--
	Failed 1/9 subtests
	FAILED--Further testing stopped.
	make: *** [Makefile:1163: test_dynamic] Error 255

python3-module-mdp-3.6.0.15.g64f14eee-alt3
	>	assert abs(train_bm.bv - bm.bv).max() < 0.5
	E	AssertionError: assert 0.616245465603559 < 0.5
	E	 +  where 0.616245465603559 = <built-in method max of numpy.ndarray object
	at 0x7fa1f259a1f0>()
	--
	=========================== short test summary info ============================
	FAILED mdp/test/test_RBM.py::test_RBM_bv_learning - AssertionError: assert 0....
	==== 1 failed, 730 passed, 26 skipped, 176076 warnings in 86.06s (0:01:26) =====
	ERROR: InvocationError for command
	/usr/src/RPM/BUILD/python3-module-mdp-3.6.0.15.g64f14eee/.tox/py3/bin/pytest mdp
	(exited with code 1)
	py3 finish: run-test  after 86.87 seconds
	--
	___________________________________ summary ____________________________________
	ERROR:	 py3: commands failed
	cleanup
	/usr/src/RPM/BUILD/python3-module-mdp-3.6.0.15.g64f14eee/.tox/.tmp/package/1/MDP-3.6-py2.py3-none-any.whl

python3-module-pexpect-4.9.0-alt1
	tests/test_replwrap.py::REPLWrapTestCase::test_python PASSED		 [ 66%]
	tests/test_replwrap.py::REPLWrapTestCase::test_zsh FAILED		 [ 67%]
	tests/test_repr.py::TestCaseMisc::test_str_before_spawn PASSED		 [ 67%]
	--
	tests/test_socket_fd.py::ExpectTestCase::test_multiple_interrupts
	hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

python3-module-pulsectl-asyncio-1.2.0-alt1
	tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_ext_stream_restore PASSED
	[ 29%]
	tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_get_peak_sample FAILED
	[ 35%]
	tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_get_sink_src PASSED [ 41%]
	--
	>			self.assertGreater(peak, 0)
	E      AssertionError: 0.0 not greater than 0
	tests/test_async_with_dummy_instance.py:463: AssertionError
	--
	=========================== short test summary info ============================
	FAILED tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_get_peak_sample
	=================== 1 failed, 16 passed, 1 warning in 20.51s ===================
	ERROR: InvocationError for command
	/usr/src/RPM/BUILD/python3-module-pulsectl-asyncio-1.2.0/.tox/py3/bin/pytest -vra
	(exited with code 1)
	py3 finish: run-test  after 20.77 seconds
	--
	___________________________________ summary ____________________________________
	ERROR:	 py3: commands failed
	cleanup
	/usr/src/RPM/BUILD/python3-module-pulsectl-asyncio-1.2.0/.tox/.tmp/package/1/pulsectl_asyncio-1.2.0-py3-none-any.whl

python3-module-qtsass-0.3.0-alt3
	tests/test_functions.py::TestQLinearGradientFunc::test_rgba PASSED	 [ 89%]
	tests/test_watchers.py::test_watchers[PollingWatcher] FAILED		 [ 91%]
	tests/test_watchers.py::test_watchers[None] PASSED			 [ 94%]
	--
	SKIPPED [1] tests/test_watchers.py:100: Fails on linux
	FAILED tests/test_watchers.py::test_watchers[PollingWatcher] - assert 1 == 2
	=================== 1 failed, 35 passed, 1 skipped in 10.82s ===================
	ERROR: InvocationError for command
	/usr/src/RPM/BUILD/python3-module-qtsass-0.3.0/.tox/py3/bin/pytest -vra (exited with
	code 1)
	py3 finish: run-test  after 11.11 seconds
	--
	___________________________________ summary ____________________________________
	ERROR:	 py3: commands failed
	cleanup
	/usr/src/RPM/BUILD/python3-module-qtsass-0.3.0/.tox/.tmp/package/1/qtsass-0.3.0-py2.py3-none-any.whl

snapd-glib-2-1.66-alt1
	ok 157 /install/not-classic
	Summary of Failures:
	4/4 Tests		 TIMEOUT	600.13s   killed by signal 15 SIGTERM
	Ok:		    3
	Expected Fail:	    0
	Fail:		    0
	Unexpected Pass:    0
	Skipped:	    0
	Timeout:	    1
	Full log written to
	/usr/src/RPM/BUILD/snapd-glib-1.66/x86_64-alt-linux/meson-logs/testlog.txt

telepathy-haze-0.8.1-alt1.1
	servicetest.TimeoutError
	FAIL: roster/removed-from-rp-subscribe.py (1)
	Testing roster/subscribe.py ...

	12 error logs REMOVED from the list
azure-sdk-for-ruby-20200316-alt1.6
byteman-4.0.16-alt1_7jpp11
dotnet-runtime-6.0-6.0.25-alt1
gawk-5.1.0.0.213.d04f-alt1
libpixman-3:0.43.4-alt2
mumps-5.3.5-alt3
perl-Starlet-0.31-alt1_22
procmail-3.22-alt11
python3-module-pymdown-extensions-10.9-alt1
python3-module-pythran-0.16.1-alt1
python3-module-sanic-24.6.0-alt2
stringtemplate4-4.3.3-alt1_3jpp11

Total 110 error logs.


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

only message in thread, other threads:[~2024-09-25  5:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-25  5:38 [cyber] I: Sisyphus-20240925 x86_64 beehive_status: +13 -12 (110) 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