ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: Sisyphus-20260613 x86_64 beehive_status: +15 -11 (610)
@ 2026-06-13  6:51 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2026-06-13  6:51 UTC (permalink / raw)
  To: sisyphus-cybertalk

	15 NEW error logs

auditd-plugin-clickhouse-lite-0.1.9-alt3
	../test/dbtest/base_test.py ...						 [ 21%]
	0% tests passed, 1 tests failed out of 1
	Total Test time (real) = 1500.07 sec
	The following tests FAILED:
	1 - main_test (Timeout)

dufs-0.43.0-alt1
	running 35 tests
	test get_file_404 ... FAILED
	test delete_file_404 ... ok
	--
	test get_dir ... ok
	2026-06-13T02:46:54Z ERROR - Failed to zip /usr/src/tmp/.tmpUVxgeX, an upstream reader
	returned an error: broken pipetest hash_file ... ok
	test get_dir_zip::case_4 ... ok
	--
	test put_file_conflict_dir ... ok
	2026-06-13T02:46:54Z ERROR - Failed to zip /usr/src/tmp/.tmpFhHVZ5, an upstream reader
	returned an error: broken pipe
	2026-06-13T02:46:54Z ERROR - Failed to zip /usr/src/tmp/.tmpfVdVtk, an upstream reader
	returned an error: broken pipe
	test get_dir_search4 ... ok
	--
	---- get_file_404 stdout ----
	Error: reqwest::Error { kind: Request, url: "http://localhost:46767/404", source:
	hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", Os { code:
	111, kind: ConnectionRefused, message: "Connection refused" })) }
	failures:
	get_file_404
	test result: FAILED. 34 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out;
	finished in 0.51s
	error: test failed, to rerun pass `--test http`
	error: Bad exit status from /usr/src/tmp/rpmb-tmp.fptkvc (%check)

eartag-1.0.2-alt1.1
	stderr:
	Fatal Python error: Segmentation fault
	Thread 0x00007fe20a7c96c0 (most recent call first):

edk2-20260201-alt1
	VfrSyntax.cpp:1796:12: note: 'PreBits' was declared here
	1796 |	 UINT8	  PreBits;
	make[2]: Leaving directory '/usr/src/RPM/BUILD/edk2-20260201/BaseTools/Source/C/VfrCompile'
	make[1]: *** [GNUmakefile:50: VfrCompile] Error 2
	make[1]: Leaving directory '/usr/src/RPM/BUILD/edk2-20260201/BaseTools/Source/C'
	make: *** [GNUmakefile:19: Source/C] Error 2
	make: Leaving directory '/usr/src/RPM/BUILD/edk2-20260201/BaseTools'
	error: Bad exit status from /usr/src/tmp/rpmb-tmp.MDQEvz (%build)
	RPM build errors:
	Bad exit status from /usr/src/tmp/rpmb-tmp.MDQEvz (%build)

edk2-tools-20260201-alt1
	g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard
	-I ../Common/ -I .. -I . -I ../../../../MdePkg/Include/X64/ -I ../../../../MdePkg/Include
	-Wno-unused-result -O2	VfrLexer.cpp -o VfrLexer.o
	EfiVfrParser.cpp:1423:49178: error: expected '}' before numeric constant
	1423 |	       0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,

libgdk-pixbuf-2.44.4-alt1
	ok 13 /pixbuf/fail_tiny/bug785973.gif
	Summary of Failures:
	23/23 conform+slow - gdk-pixbuf:pixbuf-fail	      TIMEOUT	     602.14s   killed
	by signal 15 SIGTERM
	Ok:		   22
	Fail:		   0
	Timeout:	   1
	Full log written to
	/usr/src/RPM/BUILD/gdk-pixbuf-2.44.4/x86_64-alt-linux/meson-logs/testlog.txt
	error: Bad exit status from /usr/src/tmp/rpmb-tmp.kZC08V (%check)
	RPM build errors:
	Bad exit status from /usr/src/tmp/rpmb-tmp.kZC08V (%check)

perl-Net-SIP-0.839-alt1
	# received=285 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *'
	#   Failed test 'UAS RTP ok'
	#   at t/19_call_with_dtmf.t line 151.
	--
	t/19_call_with_dtmf.t		      (Wstat: 256 (exited 1) Tests: 216 Failed: 1)
	Failed test:  79
	Non-zero exit status: 1
	--
	Result: FAIL
	Failed 1/26 test programs. 1/2000 subtests failed.
	make: *** [Makefile:829: test_dynamic] Error 255

postgresql17-17.10-alt2
	1..225\r
	# 59 of 225 tests failed.\r
	# The differences that caused some tests to fail can be viewed in the file
	"/usr/src/RPM/BUILD/postgresql17-17.10/src/test/regress/regression.diffs".\r

python3-module-easyprocess-1.1-alt2
	tests/test_fast/test_proc.py::test_wrap PASSED				 [ 26%]
	tests/test_fast/test_proc.py::test_with FAILED				 [ 28%]
	tests/test_fast/test_proc.py::test_parse PASSED				 [ 31%]
	--
	=========================== short test summary info ============================
	FAILED tests/test_fast/test_proc.py::test_with - assert False
	=================== 1 failed, 37 passed in 76.87s (0:01:16) ====================

python3-module-paho-2.1.0-alt1
	==================================== ERRORS ====================================
	________________ ERROR at teardown of test_01_no_clean_session _________________
	def fin():
	--
	>	    raise RuntimeError(f"Client {name} exited with code {proc.returncode},
	expected {expected_returncode}")
	E	    RuntimeError: Client 01-no-clean-session.py exited with code -2, expected 0
	tests/lib/conftest.py:75: RuntimeError
	--
	KeyboardInterrupt
	____________ ERROR at teardown of test_01_unpwd_empty_password_set _____________
	def fin():
	--
	>	    raise RuntimeError(f"Client {name} exited with code {proc.returncode},
	expected {expected_returncode}")
	E	    RuntimeError: Client 01-unpwd-empty-password-set.py exited with code -2,
	expected 0
	tests/lib/conftest.py:75: RuntimeError
	--
	KeyboardInterrupt
	____________________ ERROR at teardown of test_01_will_set _____________________
	def fin():
	--
	>	    raise RuntimeError(f"Client {name} exited with code {proc.returncode},
	expected {expected_returncode}")
	E	    RuntimeError: Client 01-will-set.py exited with code -2, expected 0
	tests/lib/conftest.py:75: RuntimeError
	--
	KeyboardInterrupt
	_________ ERROR at teardown of test_03_publish_helper_qos1_disconnect __________
	def fin():
	--
	>	    raise RuntimeError(f"Client {name} exited with code {proc.returncode},
	expected {expected_returncode}")
	E	    RuntimeError: Client 03-publish-helper-qos1-disconnect.py exited with code
	-2, expected 0
	tests/lib/conftest.py:75: RuntimeError
	--
	=========================== short test summary info ============================
	ERROR tests/lib/test_01_no_clean_session.py::test_01_no_clean_session - Runti...
	ERROR tests/lib/test_01_unpwd_empty_password_set.py::test_01_unpwd_empty_password_set
	ERROR tests/lib/test_01_will_set.py::test_01_will_set - RuntimeError: Client ...

python3-module-qtconsole-5.7.2-alt1.1
	raise ZMQError(ENOTSOCK)
	zmq.error.ZMQError: Socket operation on non-socket
	--------------------------- Captured stderr teardown ---------------------------
	[IPKernelApp] ERROR | Exception in message handler:
	Traceback (most recent call last):
	--
	raise ZMQError(ENOTSOCK)
	zmq.error.ZMQError: Socket operation on non-socket
	--------------------------- Captured stderr teardown ---------------------------
	[IPKernelApp] ERROR | Exception in message handler:
	Traceback (most recent call last):
	--
	raise ZMQError(ENOTSOCK)
	zmq.error.ZMQError: Socket operation on non-socket
	--------------------------- Captured stderr teardown ---------------------------
	[IPKernelApp] ERROR | Exception in message handler:
	Traceback (most recent call last):
	--
	raise ZMQError(ENOTSOCK)
	zmq.error.ZMQError: Socket operation on non-socket
	--------------------------- Captured stderr teardown ---------------------------
	[IPKernelApp] ERROR | Exception in message handler:
	Traceback (most recent call last):
	--
	raise ZMQError(ENOTSOCK)
	zmq.error.ZMQError: Socket operation on non-socket
	===Flaky Test Report===
	--
	if obj == self._text_edit:
	AttributeError: 'CompletionHtml' object has no attribute '_text_edit'
	/usr/bin/xvfb-run: line 171: 3359794 Aborted		     DISPLAY=:"$SERVERNUM"
	XAUTHORITY="$AUTHFILE" "$@"

python3-module-vcrpy-8.1.1-alt1
	>	    self.sock.sendall(data)
	E	    BrokenPipeError: [Errno 32] Broken pipe
	/usr/lib64/python3.13/http/client.py:1077: BrokenPipeError
	--
	>	    self.sock.sendall(data)
	E	    BrokenPipeError: [Errno 32] Broken pipe
	/usr/lib64/python3.13/http/client.py:1077: BrokenPipeError
	--
	=========================== short test summary info ============================
	FAILED tests/unit/test_stubs.py::TestVCRConnection::test_body_consumed_once_stream
	FAILED tests/unit/test_stubs.py::TestVCRConnection::test_body_consumed_once_iterator
	================= 2 failed, 176 passed, 3 deselected in 1.46s ==================
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-ra', '-m', 'not online',
	'tests/unit/']' returned non-zero exit status 1.
	error: Bad exit status from /usr/src/tmp/rpmb-tmp.o1rHoC (%check)

python3-module-websockets-16.0-alt2
	.......................................sssssssssssssss.......ssssssss.......................................................................................................................................................................s....s.s.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss...........................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssss.....ssssssss.....................................................................................................................s.s............................................................................E............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
	ERROR: test_writing_in_recv_events_fails
	(tests.sync.test_connection.ServerConnectionTests.test_writing_in_recv_events_fails)
	Error when responding to incoming frames is correctly reported.
	--
	raise self.protocol.close_exc from original_exc
	websockets.exceptions.ConnectionClosedError: no close frame received or sent
	Ran 1959 tests in 72.614s
	FAILED (errors=1, skipped=53)
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'unittest']' returned non-zero
	exit status 1.
	error: Bad exit status from /usr/src/tmp/rpmb-tmp.IIPhbA (%check)

runit-2.3.1-alt1
	new = 1781316402493460392
	diff = 5047867967
	wating for runsv to exit..
	done
	bad. forced-rescan took too long
	make: *** [Makefile:9: check] Error 1
	make: Leaving directory '/usr/src/RPM/BUILD/runit-2.3.1/compile'
	error: Bad exit status from /usr/src/tmp/rpmb-tmp.LPKKU8 (%check)
	RPM build errors:
	Bad exit status from /usr/src/tmp/rpmb-tmp.LPKKU8 (%check)

shepherd-1.0.1-alt1
	make[4]: Entering directory '/usr/src/RPM/BUILD/shepherd-1.0.1'
	FAIL: tests/services/log-rotation.sh
	make[4]: Leaving directory '/usr/src/RPM/BUILD/shepherd-1.0.1'
	--
	# SKIP:  1
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See ./test-suite.log

	11 error logs REMOVED from the list
casr-2.13.0-alt2
czmq-4.2.1-alt1_1
gambit-4.9.7-alt5
gz-common-7.0.0-alt1
gz-gui-10.0.0-alt2
perl-File-Tee-0.07-alt3
perl-Server-Starter-0.35-alt1.1
postgresql18-1C-18.4-alt3
python3-module-hdf5plugin-6.0.0-alt1
python3-module-httpdbg-2.1.7-alt1
python3-module-textdistance-4.6.3-alt1

Total 610 error logs.


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

only message in thread, other threads:[~2026-06-13  6:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13  6:51 [cyber] I: Sisyphus-20260613 x86_64 beehive_status: +15 -11 (610) 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