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-20251215 x86_64 beehive_status: +14 -15 (183)
Date: Mon, 15 Dec 2025 08:05:02 +0000
Message-ID: <aT/BLhb0fpSxtInK@beehive.mskdc.altlinux.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 9035 bytes --]

	14 NEW error logs

deepin-application-manager-1.2.39-alt1
	Which is: "running"
	[  FAILED  ] TestJob.suspendAndResumeJob (6 ms)
	[----------] 1 test from TestJob (6 ms total)
	--
	[  PASSED  ] 0 tests.
	[  FAILED  ] 1 test, listed below:
	[  FAILED  ] TestJob.suspendAndResumeJob
	1 FAILED TEST
	6/10 Test  #6: UnescapeExec.dollarSignEscape ............   Passed    0.02 sec
	--
	10/10 Test #10: TestApplicationManager.identifyService ...***Skipped   0.02 sec
	90% tests passed, 1 tests failed out of 10
	Total Test time (real) =   0.05 sec
	--
	10 - TestApplicationManager.identifyService (Skipped)
	The following tests FAILED:
	3 - TestJob.suspendAndResumeJob (Failed)

gcr4-4.4.0.1-alt1.1
	+ xvfb-run /usr/bin/meson test --no-rebuild --print-errorlogs -C x86_64-alt-linux -t 8
	_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
	The XKEYBOARD keymap compiler (xkbcomp) reports:

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

kitty-0.44.0-alt1
	test_bash_integration
	(kitty_tests.shell_integration.ShellIntegration.test_bash_integration) ... ok
	test_fish_integration
	(kitty_tests.shell_integration.ShellIntegration.test_fish_integration) ... [4.541]
	[PARSE ERROR] Invalid character in CSI: 0x1b (0x1b), ignoring the sequence
	FAIL
	--
	test_num_users (kitty_tests.utmp.UTMPTest.test_num_users) ... ok
	FAIL: test_fish_integration
	(kitty_tests.shell_integration.ShellIntegration.test_fish_integration)
	Traceback (most recent call last):
	--
	self = <kitty_tests.shell_integration.ShellIntegration testMethod=test_fish_integration>
	AssertionError: 'XXX\n[?2004hleft>			       [135 chars]ight' !=
	'XXX\nleft>				       [135 chars]ight'
	XXX
	--
	Ran 158 tests in 9.441s
	FAILED (failures=1, skipped=4)
	All Go tests succeeded, ran in 45.5 seconds
	^[[31mError^[[39m: Some tests failed!

lightdm-1.32.0-alt11
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See tests/test-suite.log
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	.. contents:: :depth: 2
	FAIL: test-autologin-unknown
	** (process:27781): WARNING **: 06:48:39.454: Error loading passwd file: Failed to open
	file “/tmp/.r0/etc/passwd”: No such file or directory
	** (process:27793): WARNING **: 06:48:39.458: Error loading passwd file: Failed to open
	file “/tmp/.r0/etc/passwd”: No such file or directory
	** (process:27796): WARNING **: 06:48:39.462: Error loading passwd file: Failed to open
	file “/tmp/.r0/etc/passwd”: No such file or directory
	** (process:27797): WARNING **: 06:48:39.466: Error loading passwd file: Failed to open
	file “/tmp/.r0/etc/passwd”: No such file or directory

python3-module-devpi-server-6.17.0-alt1
	>	    assert not pypistage.cache_retrieve_times.is_expired("pkg",
	pypistage.cache_expiry)
	E	    AssertionError: assert not True
	E	     +	where True = is_expired('pkg', 1800)
	--
	XFAIL
	test_devpi_server/test_model.py::TestStage::test_store_releasefile_and_linkstore_same_tx
	- fix tx in-place key get semantics
	FAILED test_devpi_server/test_mirror.py::TestMirrorStageprojects::test_simplelinks_timeout
	= 1 failed, 1095 passed, 54 skipped, 2 xfailed, 24 warnings in 624.69s (0:10:24) =
	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.83325 (%check)

python3-module-oslo.middleware-6.6.0-alt1
	self.wfile.flush() #actually send the response if not already done.
	ValueError: I/O operation on closed file.
	{15} oslo_middleware.tests.test_healthcheck.HealthcheckMainTests.test_startup_response
	[0.021335s] ... ok
	{15} oslo_middleware.tests.test_healthcheck.HealthcheckTests.test_json_response
	[0.008832s] ... FAILED
	Captured traceback:
	--
	raise mismatch_error
	testtools.matchers._impl.MismatchError: !=:
	reference = b'''\
	--
	raise mismatch_error
	testtools.matchers._impl.MismatchError: !=:
	reference = b'''\

python3-module-pulsectl-asyncio-1.2.2-alt2
	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:461: 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.23s ===================

python3-module-qtconsole-5.7.0-alt1
	INFO	 : Running command: ['xvfb-run', '-s', '-nolisten local', 'pytest', '-v',
	'qtconsole', '--ignore', 'qtconsole/tests/test_inprocess_kernel.py']
	_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
	The XKEYBOARD keymap compiler (xkbcomp) reports:
	--
	if obj == self._text_edit:
	AttributeError: 'CompletionHtml' object has no attribute '_text_edit'
	/usr/bin/xvfb-run: line 171: 1909842 Aborted		     DISPLAY=:"$SERVERNUM"
	XAUTHORITY="$AUTHFILE" "$@"
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['xvfb-run', '-s', '-nolisten local', 'pytest',
	'-v', 'qtconsole', '--ignore', 'qtconsole/tests/test_inprocess_kernel.py']' returned
	non-zero exit status 134.

python3-module-schemathesis-4.3.18-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.3.18/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.3.18/test/test_app.py:32: AssertionError
	--
	SKIPPED [1] test/cli/test_commands.py:814: Cover only tracebacks that highlight error
	positions in every line
	FAILED test/test_app.py::test_app[flask] - AssertionError: assert 'Schemathes...
	FAILED test/test_app.py::test_app[aiohttp] - AssertionError: assert 'Schemath...
	===== 2 failed, 2935 passed, 4 skipped, 273 warnings in 143.54s (0:02:23) ======
	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-tox-4.32.0-alt1
	SKIPPED [1] tests/tox_env/python/virtual_env/test_setuptools.py:19: integration tests
	not run (no --run-integration flag)
	FAILED
	tests/tox_env/python/test_python_runner.py::test_skip_missing_interpreters_specified_env[true-None-0]
	============ 1 failed, 1919 passed, 12 skipped in 188.67s (0:03:08) ============
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned
	non-zero exit status 1.

sssd-2.9.7-alt4
	PASS: test_ad_subdom
	FAIL: test_ipa_subdom_server
	PASS: test_sssd_krb5_localauth_plugin
	--
	# SKIP:  2
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	.. contents:: :depth: 2
	FAIL: test_ipa_subdom_server
	[==========] tests: Running 13 test(s).
	--
	[sssd] [sss_sssd_user_uid_and_gid] (0x0020): failed to get sssd user (_sssd) uid/gid,
	using root
	[  ERROR   ] --- test_ctx->ipa_ctx->server_mode->trusts
	[   LINE   ] --- src/tests/cmocka/test_ipa_subdomains_server.c:548: error: Failure!
	[  FAILED  ] test_ipa_server_trust_init
	[ RUN	   ] test_ipa_server_create_trusts
	--
	[  PASSED  ] 12 test(s).
	[  FAILED  ] tests: 1 test(s), listed below:
	[  FAILED  ] test_ipa_server_trust_init
	1 FAILED TEST(S)

test-with-clickhouse-0.1.3-alt1
	<13>Dec 15 05:52:53 rpmi: clickhouse-server-25.8.10.7-alt1 sisyphus+397150.100.1.1
	1760463446 installed
	error reading information on service clickhouse-server: No such file or directory
	Building target platforms: x86_64
	--
	test/base_test.py
	hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

zeromq-4.3.4-alt3
	./config/test-driver: line 112: 3103529 Segmentation fault	"$@" >> "$log_file" 2>&1
	FAIL: tests/test_inproc_connect
	PASS: tests/test_issue_566
	--
	# SKIP:  19
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See ./test-suite.log

	15 error logs REMOVED from the list
blender5.0-5.0.0-alt0.2
dufs-0.43.0-alt1
dvdauthor-0.7.2-alt5
gimp-3.0.6-alt1
gopass-1.16.0-alt1
httpdbg-1.2.1-alt1
kernel-modules-tripso-6.12-1.2.2-alt2.396350.1
libdqlite-1.18.2-alt1
lomiri-app-launch-0.1.12-alt1
ocaml-5.3.0-alt2
python3-module-nbclient-0.10.2-alt2
python3-module-urllib3-2:2.6.2-alt1
python3-module-websockets-15.0.1-alt1
rng-tools-6.17-alt1.1
zed-0.205.5-alt1

Total 183 error logs.


                 reply	other threads:[~2025-12-15  8:05 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=aT/BLhb0fpSxtInK@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