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-20251114 x86_64 beehive_status: +18 -15 (241)
Date: Fri, 14 Nov 2025 07:48:53 +0000
Message-ID: <aRbe5SOcUYYWYdWG@beehive.mskdc.altlinux.org> (raw)

	18 NEW error logs

Cardinal-25.06-alt1
	ld: ../../carla/build/modules/Release/jackbridge.min.a: error adding symbols: archive
	has no index; run ranlib to add one
	collect2: error: ld returned 1 exit status
	make[2]: *** [../../dpf/Makefile.plugins.mk:567: ../../bin/Cardinal] Error 1
	--
	ld: ../../carla/build/modules/Release/jackbridge.min.a: error adding symbols: archive
	has no index; run ranlib to add one
	collect2: error: ld returned 1 exit status
	make[2]: *** [../../dpf/Makefile.plugins.mk:610: ../../bin/Cardinal.lv2/Cardinal.so]
	Error 1

bpftrace-0.24.1-alt1
	^[[94m[	 SKIP	]^[[0m probe.kprobe_offset_module_error (unmet condition: 'lsmod | grep
	'^nf_tables'')\r
	^[[91m[	FAILED	]^[[0m 5 tests, listed below:\r
	^[[91m[	FAILED	]^[[0m probe.attach_to_bpf_program\r
	^[[91m[	TIMEOUT ]^[[0m array.cast literal to int array\r

clamav-1.4.3-alt3
	[INFO]: Removed tmp directory:
	/usr/src/RPM/BUILD/clamav-1.4.3/x86_64-alt-linux/unit_tests/TC-nlbg6ft6
	FAIL: test_freshclam_04_http_429 (freshclam_test.TC.test_freshclam_04_http_429)
	Traceback (most recent call last):
	--
	Ran 11 tests in 16.843s
	FAILED (failures=1, skipped=1)
	3/5 Test #3: clamd ............................   Passed   22.08 sec
	--
	5/5 Test #2: libclamav_rust ...................   Passed   31.95 sec
	80% tests passed, 1 tests failed out of 5
	Total Test time (real) =  31.95 sec
	The following tests FAILED:
	4 - freshclam (Failed)

glog-0.7.1-alt1
	26/26 Test #26: dcheck_off .......................***Not Run (Disabled)   0.00 sec
	96% tests passed, 1 tests failed out of 23
	Total Test time (real) =  11.62 sec
	--
	26 - dcheck_off (Disabled)
	The following tests FAILED:
	2 - logging (SIGPIPE)

grex-1.4.5-alt1.1
	running 45 tests
	test matching_regexes_with_case_insensitive_matching_and_verbose_mode ... FAILED
	test matching_regexes_with_conversion_of_non_whitespace ... ok
	--
	thread 'matching_regexes_with_case_insensitive_matching_and_verbose_mode' (3071370)
	panicked at tests/property_tests.rs:23:1:
	Test failed: assertion failed: test_cases.iter().all(|test_case|
	compiled_regexp.is_match(test_case)) at tests/property_tests.rs:295.
	minimal failing input: test_cases = {
	--
	matching_regexes_with_case_insensitive_matching_and_verbose_mode
	test result: FAILED. 44 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out;
	finished in 1.72s
	error: test failed, to rerun pass `--test property_tests`

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

guile30-3.0.10-alt1
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  0
	# XPASS: 0
	# ERROR: 0
	make[6]: Leaving directory '/usr/src/RPM/BUILD/guile30-3.0.10/test-suite/standalone'
	--
	Running 00-repl-server.test
	ERROR: 00-repl-server.test: repl-server: HTTP inter-protocol attack - arguments:
	((system-error "fport_write" "~A" ("Broken pipe") (32)))
	make[5]: *** [Makefile:2622: tests/00-repl-server.log] Error 1

libgmime3.0-3.2.15-alt2
	done; \
	echo "Results: ${passed} tests passed; ${failed} tests failed."; \
	if [ ${failed} -ne 0 ]; then \
	echo -e "Failed tests: ${failed_tests}"; \
	exit 255; \
	--
	Testing PGP/MIME implementation: passed
	Results: 12 tests passed; 1 tests failed.
	Failed tests:
	test-streams

mairix-0.24-alt1
	parse.y:251:53: error: request for member 'e' in something not a structure or union
	251 | expr : NOT expr { $$ = new_not_expr($2); }
	parse.y:252:30: error: request for member 'e' in something not a structure or union
	252 |	   | expr AND expr { $$ = new_and_expr($1, $3); }
	parse.y:252:36: error: implicit declaration of function 'new_and_expr'
	[-Wimplicit-function-declaration]
	252 |	   | expr AND expr { $$ = new_and_expr($1, $3); }
	parse.y:252:59: error: request for member 'e' in something not a structure or union
	252 |	   | expr AND expr { $$ = new_and_expr($1, $3); }
	parse.y:252:73: error: request for member 'e' in something not a structure or union
	252 |	   | expr AND expr { $$ = new_and_expr($1, $3); }
	parse.y:253:40: error: request for member 'e' in something not a structure or union
	253 |	   | expr PIPE /* OR */ expr { $$ = new_or_expr($1, $3); }
	parse.y:253:46: error: implicit declaration of function 'new_or_expr'
	[-Wimplicit-function-declaration]
	253 |	   | expr PIPE /* OR */ expr { $$ = new_or_expr($1, $3); }
	parse.y:253:68: error: request for member 'e' in something not a structure or union
	253 |	   | expr PIPE /* OR */ expr { $$ = new_or_expr($1, $3); }
	parse.y:253:82: error: request for member 'e' in something not a structure or union
	253 |	   | expr PIPE /* OR */ expr { $$ = new_or_expr($1, $3); }
	parse.y:254:30: error: request for member 'e' in something not a structure or union
	254 |	   | expr XOR expr { $$ = new_xor_expr($1, $3); }

python3-module-aiohttp-3.13.2-alt1
	SKIPPED [1] tests/test_multipart_helpers.py:99: need more smart parser which respects
	quoted text
	SKIPPED [1] tests/test_multipart_helpers.py:446: should raise decoding error: %82 is
	invalid for latin1
	SKIPPED [1] tests/test_multipart_helpers.py:455: should raise decoding error: %E4 is
	invalid for utf-8
	SKIPPED [1] tests/test_multipart_helpers.py:510: urllib.parse.unquote is tolerate to
	standalone % chars
	--
	XFAIL tests/test_websocket_parser.py::test_parse_frame_header_new_data_err[pyloop]
	FAILED tests/test_web_functional.py::test_keepalive_expires_on_time[pyloop]
	============ 1 failed, 4166 passed, 25 skipped, 7 xfailed in 56.10s ============
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['pytest', '-m', 'not dev_mode and not
	internal', '-vra', '-o=addopts=', '-n', 'auto', '--ignore=tests/autobahn',
	'--ignore=tests/test_proxy_functional.py', '--ignore-glob=tests/test_benchmarks_*',
	'tests']' returned non-zero exit status 1.

python3-module-pytest-xdist-3.8.0-alt1
	) == {"gw0": 10}
	E	AssertionError: assert {'gw1': 10} == {'gw0': 10}
	E
	--
	XFAIL testing/test_workermanage.py::test_unserialize_warning_msg[Nested] - Nested
	warning classes are not supported.
	FAILED testing/acceptance_test.py::TestLoadScope::test_workqueue_ordered_by_input
	======= 1 failed, 195 passed, 6 skipped, 10 xfailed in 170.81s (0:02:50) =======
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-ra']' returned
	non-zero exit status 1.
	error: Bad exit status from /usr/src/tmp/rpm-tmp.90156 (%check)

python3-module-retrying-1.4.2-alt1
	"msg": "calls_per_second_final was not within +/-20% of calls_per_second_initial"
	E	AssertionError: False is not true : {'calls_per_second_initial':
	16113.704520594822, 'calls_per_second_final': 22171.889445011402, 'msg':
	'calls_per_second_final was not within +/-20% of calls_per_second_initial'}
	test_retrying.py:530: AssertionError
	=========================== short test summary info ============================
	FAILED test_retrying.py::LoadTest::test_load - AssertionError: False is not t...
	======================== 1 failed, 26 passed in 24.56s =========================
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', 'test_retrying.py']'
	returned non-zero exit status 1.

python3-module-vcrpy-7.0.0-alt1
	>	    self.sock.sendall(data)
	E	    BrokenPipeError: [Errno 32] Broken pipe
	/usr/lib64/python3.13/http/client.py:1057: BrokenPipeError
	--
	=========================== short test summary info ============================
	FAILED tests/unit/test_stubs.py::TestVCRConnection::test_body_consumed_once_iterator
	================= 1 failed, 176 passed, 3 deselected in 1.42s ==================
	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/rpm-tmp.22575 (%check)

python3-module-zmq-27.1.0-alt1
	>   raise ZMQError(ENOTSOCK)
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/_zmq.py:1339: ZMQError
	--
	>   raise ZMQError(ENOTSOCK)
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/_zmq.py:1339: ZMQError
	--
	>   raise ZMQError(ENOTSOCK)
	E   zmq.error.ZMQError: Socket operation on non-socket
	zmq/backend/cython/_zmq.py:1339: 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...

qt5-qtsystems-5.4.0_git20230712.81e08ee-alt1
	make[3]: Leaving directory
	'/usr/src/RPM/BUILD/qt5-qtsystems-5.4.0_git20230712.81e08ee/tests/auto/serviceframework'
	make[2]: *** [Makefile:452: sub-serviceframework-check] Error 2
	make[2]: Leaving directory
	'/usr/src/RPM/BUILD/qt5-qtsystems-5.4.0_git20230712.81e08ee/tests/auto'
	make[1]: *** [Makefile:396: sub-auto-check] Error 2
	make[1]: Leaving directory
	'/usr/src/RPM/BUILD/qt5-qtsystems-5.4.0_git20230712.81e08ee/tests'
	make: *** [Makefile:514: sub-tests-check_ordered] Error 2
	make: Leaving directory '/usr/src/RPM/BUILD/qt5-qtsystems-5.4.0_git20230712.81e08ee'
	error: Bad exit status from /usr/src/tmp/rpm-tmp.82198 (%check)
	RPM build errors:
	File /usr/src/RPM/SOURCES/qt5-qtsystems-5.4.0_git20230712.81e08ee-alt1.patch is smaller
	than 8 bytes

reuse-6.2.0-alt1
	linkcheck   to check all external links for integrity
	doctest     to run all doctests embedded in the documentation (if enabled)
	coverage    to run coverage check of the documentation (if enabled)
	clean	    to remove everything in the build directory
	make: Leaving directory '/usr/src/RPM/BUILD/reuse-6.2.0/docs'
	+ pushd docs
	~/RPM/BUILD/reuse-6.2.0/docs ~/RPM/BUILD/reuse-6.2.0
	+ PBR_VERSION=6.2.0
	+ sphinx-build-3.12 -b man . manpages
	/usr/src/tmp/rpm-tmp.23809: line 135: sphinx-build-3.12: command not found

tmux-3.5a-alt1
	+ rm regress/capture-pane-hyperlink.sh
	+ make -C regress
	make: Entering directory '/usr/src/RPM/BUILD/tmux-3.5a/regress'
	sh am-terminal.sh
	sh capture-pane-sgr0.sh
	sh combine-test.sh
	sh command-order.sh
	server exited unexpectedly
	make: *** [Makefile:9: command-order.sh] Error 1
	make: Leaving directory '/usr/src/RPM/BUILD/tmux-3.5a/regress'

valkey-8.1.3-alt1
	254 seconds - integration/replication-psync
	!!! WARNING The following tests failed:
	*** [TIMEOUT]: clients state report follows.

	15 error logs REMOVED from the list
dm-secdel-1.0.12-alt1
fonts-ttf-IosevkaTermCurlySlab-33.3.0-alt1
ispc-1.28.2-alt1
libdqlite-1.18.2-alt1
opendht-3.4.0-alt1
perl-Parallel-Runner-0.014-alt1_3
plank-0.11.89-alt2
pve-qemu-1:10.0.2-alt1
python3-module-easyprocess-1.1-alt2
python3-module-fastapi-0.119.0-alt1
python3-module-haversine-2.9.0-alt1
python3-module-paho-2.1.0-alt1
python3-module-pytest-httpbin-2.1.0-alt1
python3-module-qtconsole-5.7.0-alt1
zstd-1.5.5-alt2

Total 241 error logs.


                 reply	other threads:[~2025-11-14  7:48 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=aRbe5SOcUYYWYdWG@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