ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
From: ALT beekeeper <hiver@altlinux.org>
To: sisyphus-cybertalk@lists.altlinux.org
Subject: [cyber] I: Sisyphus-20250928 x86_64 beehive_status: +14 -6 (239)
Date: Sun, 28 Sep 2025 13:37:40 +0000
Message-ID: <aNk6JEKAgqnEgsSr@beehive.mskdc.altlinux.org> (raw)

	14 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	     S1		  Q1.1		 Q1.2	        Q1.3	       Q1.4	      Q1.5
	 Q1.6	        Q1.7	       Q1.8	      S2	   Q2.1		  Q2.2
	 Q2.3	        Q2.4	       S3	    Q3.1	   Q3.2		  Q3.3
	 Q3.4	        unknown 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
	/usr/bin/install: cannot stat '.libs/libcilk.g.so.0.0.0': No such file or directory
	make[2]: *** [Makefile:567: install-libLTLIBRARIES] Error 1

guile-fibers-1.4.0-alt1
	make  check-TESTS
	hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

libdqlite-1.18.2-alt1
	make[2]: Entering directory '/usr/src/RPM/BUILD/libdqlite-1.18.2'
	FAIL: integration-test
	make[2]: Leaving directory '/usr/src/RPM/BUILD/libdqlite-1.18.2'
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See ./test-suite.log

libpixman-3:0.46.4-alt1
	34/35 tolerance-test	     OK		     99.13s
	composite time out (After 120 seconds)
	35/35 composite		     TIMEOUT	    120.14s   killed by signal 15 SIGTERM
	>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1
	UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
	MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
	MALLOC_PERTURB_=29 LD_LIBRARY_PATH=/usr/src/RPM/BUILD/pixman-0.46.4/x86_64-alt-linux/pixman
	MESON_TEST_ITERATION=1 /usr/src/RPM/BUILD/pixman-0.46.4/x86_64-alt-linux/test/composite
	Summary of Failures:
	35/35 composite		     TIMEOUT	    120.14s   killed by signal 15 SIGTERM
	Ok:		   34
	Fail:		   0
	Timeout:	   1
	Full log written to
	/usr/src/RPM/BUILD/pixman-0.46.4/x86_64-alt-linux/meson-logs/testlog.txt

libsecp256k1-0.25.4-alt1_2
	./build-aux/test-driver: line 112: 3547259 Aborted		   "$@" >> "$log_file" 2>&1
	FAIL: tests
	PASS: exhaustive_tests
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See ./test-suite.log

perl-Net-SIP-0.839-alt1
	t/23_valid_message.t .................... ok
	#   Failed test 'DTMF audio generator and extractor for codec pcmu works'
	#   at t/24_dtmf_audio.t line 24.
	--
	t/24_dtmf_audio.t		      (Wstat: 256 (exited 1) Tests: 2 Failed: 1)
	Failed test:  1
	Non-zero exit status: 1
	--
	Result: FAIL
	Failed 1/26 test programs. 1/2000 subtests failed.
	make: *** [Makefile:829: test_dynamic] Error 255

perl-Parallel-Runner-0.014-alt1_3
	PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e"
	"undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
	# Failed test 'First signal sent after delay'
	# at t/Destruction.t line 76.
	--
	t/Destruction.t (Wstat: 256 (exited 1) Tests: 10 Failed: 1)
	Failed test:  7
	Non-zero exit status: 1
	--
	Result: FAIL
	Failed 1/3 test programs. 1/57 subtests failed.
	make: *** [Makefile:776: test_dynamic] Error 255

python3-module-cattrs-25.2.0-alt1
	=========================== short test summary info ============================
	FAILED tests/test_baseconverter.py::test_310_union_field_roundtrip - hypothes...
	============ 1 failed, 932 passed, 15 xfailed in 325.47s (0:05:25) =============
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest']' returned non-zero
	exit status 1.

python3-module-haversine-2.9.0-alt1
	SKIPPED [1] tests/test_performance.py:41: Skipped
	FAILED tests/test_performance.py::test_haversine[False-True] - assert np.floa...
	=================== 1 failed, 73 passed, 2 skipped in 18.58s ===================
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-ra']' returned
	non-zero exit status 1.

python3-module-pyshark-0.6-alt2
	>		raise KeyError(f"Packet of index {packet_index} does not exist in capture")
	E		KeyError: 'Packet of index 0 does not exist in capture'
	.tox/py3/lib/python3/site-packages/pyshark/capture/file_capture.py:75: KeyError
	--
	=========================== short test summary info ============================
	FAILED ../tests/test_cap_operations.py::test_getting_packet_summary - KeyErro...
	================= 1 failed, 72 passed, 121 warnings in 25.87s ==================

python3-module-schemathesis-4.1.4-alt1
	>	assert "Schemathesis test server is running!" in stdout
	E	AssertionError: assert 'Schemathesis test server is running!' in ''
	/usr/src/RPM/BUILD/python3-module-schemathesis-4.1.4/test/test_app.py:32: AssertionError
	--
	>	assert "Schemathesis test server is running!" in stdout
	E	AssertionError: assert 'Schemathesis test server is running!' in ''
	/usr/src/RPM/BUILD/python3-module-schemathesis-4.1.4/test/test_app.py:32: AssertionError
	--
	SKIPPED [1] test/coverage/test_combinations.py:262: This test is not applicable for
	multiple_of=None
	FAILED test/test_app.py::test_app[flask] - AssertionError: assert 'Schemathes...
	FAILED test/test_app.py::test_app[aiohttp] - AssertionError: assert 'Schemath...
	===== 2 failed, 2490 passed, 1 skipped, 263 warnings in 499.43s (0:08:19) ======
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '--snapshot-update',
	'test/', '-n', 'auto']' returned non-zero exit status 1.

python3-module-setuptools-1:80.9.0-alt1
	====== 1146 passed, 44 skipped, 9 xfailed, 2 xpassed in 421.29s (0:07:01) ======
	hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

python3-module-zmq-27.0.2-alt1
	>   raise ZMQError(ENOTSOCK)
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/_zmq.py:1334: ZMQError
	--
	>   raise ZMQError(ENOTSOCK)
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/_zmq.py:1334: ZMQError
	--
	>   raise ZMQError(ENOTSOCK)
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/_zmq.py:1334: ZMQError
	--
	raise RuntimeError('Event loop is closed')
	RuntimeError: Event loop is closed
	warnings.warn(
	--
	=========================== short test summary info ============================
	FAILED tests/test_log.py::TestPubLog::test_blank_root_topic - TimeoutError: T...
	FAILED tests/test_log.py::TestPubLog::test_custom_debug_formatter - zmq.error...
	FAILED tests/test_log.py::TestPubLog::test_custom_global_formatter - zmq.erro...
	FAILED tests/test_log.py::TestPubLog::test_custom_message_type - zmq.error.ZM...
	FAILED tests/test_log.py::TestPubLog::test_init_iface - zmq.error.ZMQError: S...
	FAILED tests/test_log.py::TestPubLog::test_init_socket - zmq.error.ZMQError: ...
	FAILED tests/test_log.py::TestPubLog::test_root_topic - zmq.error.ZMQError: S...

zstd-1.5.5-alt2
	test206 : ZSTD_adjustCParams() + dictionary OK
	test207 : check compression mem usage monotonicity over levels for estimateCCtxSize() : OK
	test208 : check estimateCCtxSize() always larger or equal to
	ZSTD_estimateCCtxSize_usingCParams() : OK
	test209 : thread pool API tests :
	thread pool test : threadPool re-use roundtrips: OK
	thread pool test : threadPool simultaneous usage: OK
	thread pool tests OK
	1	    	 6	     	  8	      	  10	           14	            20
	     23		      30	       32	    	38	     	 45	     
	54	     	 55	      	  57	           65	            67		     78
	     88		      93	       97	       102	     	112	     
	116	      	 117	          125	           126		    137		     138
	    151		     153	      154	       155	     	156	     
	160	      	 168	          177	           180		    194		     204
	    207		     209	      213	       215	     	226	     
	231	      	 237	          241	           243		    246		     247
	    249		     255	      257	       258	     	259	     
	263	      	 265	          266	           267		    275		     277
	    279		     289	      291	       293	     	295	     
	298	      	 308	          317	           323		    328		     332
	    335		     340	      342	       344	     	347	     
	358	      	 359	          363	           376		    381		     383
	    385		     390	      391	       392	     	395	     
	396	      	 403	          408	           409		    410		     413
	    420		     421	      425	       427	     	430	     
	432	      	 433	          438	           450		    451		     453
	    454		     455	      459	       469	     	471	     
	472	      	 477	          488	           497		    498		     508
	    509		     519	      528	       529	     	547	     
	557	      	 571	          587	           597		    602		     619
	    640		     649	      658	       670	     	674	     
	696	      	 704	          717	           727		    748		     755
	    757		     762	      770	       786	     	794	     
	797	      	 808	          817	           840		    844		     854
	    866		     867	      870	       886	     	892	     
	903	      	 922	          929	           940		    952		     962
	    975		     985	      995	       998	       1007	     
	1008	         1010	          1014		   1015		    1025	  
	1037	         1039	          1047		   1054		    1066	  
	1073	         1081	          1084		   1091		    1096	  
	1105	         1116	          1129		   1156		    1163	  
	1168	         1177	          1184		   1185		    1197	  
	1212	         1220	          1227		   1234		    1237	  
	1243	         1249	          1251		   1253		    1260	  
	1267	         1272	          1273		   1274		    1283	  
	1292	         1309	          1313		   1323		    1331	  
	1336	         1349	          1353		   1369		    1372	  
	1394	         1400	          1402		   1405		    1406	  
	1411	         1415	          1416		   1424		    1440	  
	1445	         1447	          1448		   1458		    1462	  
	1471	         1475	          1478		   1486		    1490	  
	1491	         1499	          1513		   1527		    1544	     1557
	make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.5.5-alt2/tests'
	make: Target 'test' not remade because of errors.

	6 error logs REMOVED from the list
gawk-5.1.0.0.213.d04f-alt1
libgupnp-igd-1.6.0-alt1
python3-module-faststream-0.5.48-alt1
python3-module-qtconsole-5.7.0-alt1
python3-module-tox-4.29.0-alt1
rng-tools-6.17-alt1.1

Total 239 error logs.


                 reply	other threads:[~2025-09-28 13:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aNk6JEKAgqnEgsSr@beehive.mskdc.altlinux.org \
    --to=hiver@altlinux.org \
    --cc=devel@lists.altlinux.org \
    --cc=sisyphus-cybertalk@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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