ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: Sisyphus-20251022 x86_64 beehive_status: +12 -28 (262)
@ 2025-10-22  8:05 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2025-10-22  8:05 UTC (permalink / raw)
  To: sisyphus-cybertalk

	12 NEW error logs

auditd-plugin-clickhouse-lite-0.1.8-alt2
	ok 1 auditd-plugin-clickhouse min-bench
	hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

gcc12-12.3.1-alt1
	In member function 'copy_to_legacy',
	inlined from 'operator=' at ../../gcc/value-range.cc:41:22,
	inlined from 'operator=' at ../../gcc/value-range.h:456:21,
	inlined from 'initialize_node_lattices' at ../../gcc/ipa-cp.cc:1367:45:
	../../gcc/value-range.cc:115:31: warning: 'MEM <vector(2) long unsigned int> [(union
	tree_node * *)&D.20838 + 16B]' may be used uninitialized [-Wmaybe-uninitialized]
	115 |	    m_base[0] = src.m_base[0];
	../../gcc/ipa-cp.cc: In function 'initialize_node_lattices':
	../../gcc/ipa-cp.cc:1367:52: note: '<anonymous>' declared here
	1367 |		 plats->m_value_range.m_vr = value_range ();
	hasher-privd: parent: work_limits_ok: time elapsed limit (28800 seconds) exceeded

keepassxc-2.7.10-alt3
	40/40 Test #18: testautotype .....................   Passed   12.20 sec
	98% tests passed, 1 tests failed out of 40
	Total Test time (real) =  12.24 sec
	The following tests FAILED:
	36 - testtools (Failed)

perl-Server-Starter-0.35-alt1.1
	received TERM, sending TERM to all workers:1734229
	hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

python3-module-hypothesis-jsonschema-0.23.1-alt1
	assert make_validator(schema).is_valid(value)
	E   AssertionError: assert False
	E    +	where False = is_valid(-9007199254741149)
	--
	=========================== short test summary info ============================
	FAILED tests/test_from_schema.py::test_generated_data_matches_schema[integer-schema]
	= 1 failed, 860 passed, 59 skipped, 109 xfailed, 2 xpassed in 664.22s (0:11:04) =
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-n', 'auto']' returned
	non-zero exit status 1.

python3-module-mkdocs-test-0.5.3-alt1
	>	return _bootstrap._gcd_import(name[level:], package, level)
	E	ModuleNotFoundError: No module named 'lxml'
	/usr/lib64/python3.13/importlib/__init__.py:88: ModuleNotFoundError
	--
	module = importlib.import_module(name)
	except ImportError:
	if errors == "raise":
	>		raise ImportError(msg)
	E		ImportError: Missing optional dependency 'lxml'.  Use pip or conda to
	install lxml.
	/usr/lib64/python3/site-packages/pandas/compat/_optional.py:138: ImportError
	--
	=========================== short test summary info ============================
	FAILED test/test_simple.py::test_functions - ImportError: Missing optional de...
	========================= 1 failed, 7 passed in 5.29s ==========================
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest']' returned non-zero
	exit status 1.

python3-module-mongomock-motor-0.0.36-alt1
	>	self._ma_kwargs.setdefault('missing', self.default)
	E	AttributeError: 'StringField' object has no attribute 'default'
	/usr/lib/python3/site-packages/umongo/abstract.py:135: AttributeError
	--
	>	self._ma_kwargs.setdefault('missing', self.default)
	E	AttributeError: 'StringField' object has no attribute 'default'
	/usr/lib/python3/site-packages/umongo/abstract.py:135: AttributeError
	--
	=========================== short test summary info ============================
	FAILED tests/test_umongo.py::test_umongo - AttributeError: 'StringField' obje...
	FAILED tests/test_umongo.py::test_umongo_enums - AttributeError: 'StringField...
	=========== 2 failed, 32 passed, 1 deselected, 27 warnings in 0.85s ============
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-k', 'not
	test_bulk_write']' returned non-zero exit status 1.

python3-module-opentelemetry-contrib-0.51b0-alt1
	-------------------------------- live log call ---------------------------------
	ERROR	 opentelemetry.instrumentation.auto_instrumentation._load:_load.py:77 Distribution
	custom_distro2 configuration failed
	Traceback (most recent call last):
	--
	-------------------------------- live log call ---------------------------------
	ERROR	 opentelemetry.instrumentation.auto_instrumentation._load:_load.py:123 Importing
	of <Mock name='instr1.name' id='140627059780848'> failed, skipping it
	Traceback (most recent call last):
	--
	-------------------------------- live log call ---------------------------------
	ERROR	 opentelemetry.instrumentation.auto_instrumentation._load:_load.py:128
	Instrumenting of <Mock name='instr1.name' id='140627059784208'> failed
	Traceback (most recent call last):
	--
	tests/test_utils.py::TestUtils::test_suppress_instrumentation_key PASSED [ 90%]
	tests/test_utils.py::UnwrapTestCase::test_can_unwrap_object_attribute FAILED [ 91%]
	tests/test_utils.py::UnwrapTestCase::test_can_unwrap_object_attribute_as_string FAILED
	[ 92%]
	tests/test_utils.py::UnwrapTestCase::test_does_nothing_if_attribute_is_not_from_wrapt
	PASSED [ 94%]
	tests/test_utils.py::UnwrapTestCase::test_does_nothing_if_cannot_find_attribute PASSED
	[ 95%]
	tests/test_utils.py::UnwrapTestCase::test_raises_import_error_if_cannot_find_module
	FAILED [ 97%]
	tests/test_utils.py::UnwrapTestCase::test_raises_import_error_if_cannot_find_object
	FAILED [ 98%]
	tests/test_utils.py::UnwrapTestCase::test_raises_import_error_if_path_not_well_formed
	FAILED [100%]
	=================================== FAILURES ===================================
	--
	>	self.assertTrue(isinstance(instance.method, ObjectProxy))
	E	AssertionError: False is not true
	tests/test_utils.py:266: AssertionError
	--
	>	self.assertTrue(isinstance(instance.method, ObjectProxy))
	E	AssertionError: False is not true
	tests/test_utils.py:274: AssertionError

python3-module-pcre2-0.5.2-alt1
	tests/test_match.py::test_match_expand[[abc]+-$0-dabacbaccbacccb-0-0-abacbaccbacccb0]
	PASSED [  9%]
	tests/test_match.py::test_match_expand[[abc]+-$0-dabacbaccbacccb-0-0-abacbaccbacccb1]
	FAILED [ 11%]
	tests/test_match.py::test_match_expand[[abc]+-$0-dabacbaccbacccb-0-10-acccb] FAILED [ 13%]
	tests/test_pattern.py::test_pattern_compile_success[a+b+c*d*-0-SUCCESS0] PASSED [ 14%]
	--
	>   raise LibraryError(rc)
	E   pcre2._cy.LibraryError: substitute options differ from prior match call
	src/pcre2/_cy.pyx:144: LibraryError
	--
	>   raise LibraryError(rc)
	E   pcre2._cy.LibraryError: substitute start offset differs from prior match call
	src/pcre2/_cy.pyx:144: LibraryError
	=========================== short test summary info ============================
	FAILED
	tests/test_match.py::test_match_expand[[abc]+-$0-dabacbaccbacccb-0-0-abacbaccbacccb1]
	FAILED tests/test_match.py::test_match_expand[[abc]+-$0-dabacbaccbacccb-0-10-acccb]
	========================= 2 failed, 59 passed in 0.11s =========================
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned
	non-zero exit status 1.
	error: Bad exit status from /usr/src/tmp/rpm-tmp.7818 (%check)

python3-module-terminado-0.18.1-alt2
	tests/basic_test.py::UniqueTermTests::test_large_io_doesnt_hang ^[[32mPASSED^[[0m^[[32m
	[ 77%]^[[0m
	tests/basic_test.py::UniqueTermTests::test_max_terminals ^[[31mFAILED^[[0m^[[31m	       [
	88%]^[[0m
	tests/basic_test.py::UniqueTermTests::test_unique_processes ^[[32mPASSED^[[0m^[[31m
	[100%]^[[0m
	--
	^^^^^^^[[90m^[[39;49;00m
	^[[1m^[[31mE	 TypeError: 'NoneType' object is not subscriptable^[[0m
	msg	   = None
	--
	^[[36m^[[1m=========================== short test summary info
	============================^[[0m
	^[[31mFAILED^[[0m tests/basic_test.py::^[[1mUniqueTermTests::test_max_terminals^[[0m -
	TypeError: 'NoneType' object is not subscriptable
	^[[31m========================= ^[[31m^[[1m1 failed^[[0m, ^[[32m8 passed^[[0m^[[31m in
	38.38s^[[0m^[[31m =========================^[[0m
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-vra', '-W',
	'ignore::pytest.PytestUnraisableExceptionWarning']' returned non-zero exit status 1.

rng-tools-6.17-alt1.1
	PASS: rngtestzero.sh
	FAIL: rngtestjitter.sh
	Testsuite summary for rng-tools 6.17
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See tests/test-suite.log

tbb-2022.1.0-alt2
	Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile -j16 test
	hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

	28 error logs REMOVED from the list
cilk-5.4.6-alt13
dm-secdel-1.0.12-alt1
gitui-0.27.0-alt1
gnome-vfs-1:2.24.4-alt14
guile-fibers-1.4.0-alt1
java-1.8.0-openjdk-0:1.8.0.462.b08-alt1
kernel-modules-LiME-6.12-1.9.1-alt5.396342.1
libgdk-pixbuf-2.44.1-alt1
openmotif-2.3.8-alt2
openmsx-19.1-alt1.1
openshadinglanguage-1.14.7.0-alt0.1
perl-Net-SIP-0.839-alt1
perl-Starlet-0.31-alt1_22
python3-module-anyio-4.11.0-alt1
python3-module-astunparse-1.6.3-alt1
python3-module-fastapi-0.119.0-alt1
python3-module-jupyter_client-8.6.3-alt2
python3-module-jupyter_server-2.17.0-alt1
python3-module-pulsectl-asyncio-1.2.2-alt2
python3-module-pyramid-2.0.2-alt2
python3-module-pytest-aiohttp-1.1.0-alt1
python3-module-pytest-describe-2.2.0-alt1
python3-module-pythran-0.18.0-alt1
python3-module-retrying-1.4.2-alt1
python3-module-tox-4.29.0-alt1
qt5-pim-5.15-alt1
stevia-0.50.1-alt1
websocat-1.14.0-alt1

Total 262 error logs.


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

only message in thread, other threads:[~2025-10-22  8:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-22  8:05 [cyber] I: Sisyphus-20251022 x86_64 beehive_status: +12 -28 (262) 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