[cyber] I: Sisyphus-20241228 i586 beehive_status: +27 -46 (724)

ALT beekeeper hiver ÎÁ altlinux.org
ó äÅË 28 14:50:43 MSK 2024


	27 NEW error logs

Uranium-5.4.0-alt4
	>	self.assertEqual(len(os.listdir(self._temp_dir.name)), 1)
	E	AssertionError: 2 != 1
	tests/SaveFile/TestSaveFile.py:43: AssertionError
	--
	=========================== short test summary info ============================
	FAILED tests/SaveFile/TestSaveFile.py::TestSaveFile::test_multiWrite - Assert...
	=== 1 failed, 2356 passed, 10 skipped, 19 deselected, 135 warnings in 44.40s ===

apache-commons-collections-0:3.2.2-alt1_27jpp11
	[ERROR] testBlockedGetWithAddAll(org.apache.commons.collections.buffer.TestBlockingBuffer)
	.testBlockedGetWithAddAll  Time elapsed: 0.372 s  <<< FAILURE!
	junit.framework.AssertionFailedError: Live thread(s) when both should be dead.
	at junit.framework.Assert.fail(Assert.java:57)
	--
	[ERROR]
	testBlockedRemoveWithAddAll1(org.apache.commons.collections.buffer.TestBlockingBuffer)
	.testBlockedRemoveWithAddAll1  Time elapsed: 1.062 s  <<< FAILURE!
	junit.framework.AssertionFailedError: Live thread(s) when both should be dead.
	at junit.framework.Assert.fail(Assert.java:57)
	--
	[ERROR]
	testBlockedRemoveWithAddAll2(org.apache.commons.collections.buffer.TestBlockingBuffer)
	.testBlockedRemoveWithAddAll2  Time elapsed: 0.265 s  <<< FAILURE!
	junit.framework.AssertionFailedError: Both objects were removed expected:<0> but was:<2>
	at junit.framework.Assert.fail(Assert.java:57)
	--
	[ERROR] testBlockedRemoveWithAdd(org.apache.commons.collections.buffer.TestBlockingBuffer)
	.testBlockedRemoveWithAdd  Time elapsed: 0.158 s  <<< FAILURE!
	junit.framework.AssertionFailedError: There is one thread waiting
	at junit.framework.Assert.fail(Assert.java:57)

auditd-plugin-clickhouse-lite-0.1.8-alt2
	ok 5 auditd-plugin-clickhouse def-threads 100-loads
	hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

borg-1.2.8-alt1
	build/lib.linux-i686-cpython-312/borg/testsuite/archive.py::test_get_item_uid_gid PASSED
	[  2%]
	build/lib.linux-i686-cpython-312/borg/testsuite/archiver.py::test_return_codes[python]
	FAILED [  2%]
	=================================== FAILURES ===================================
	--
	=========================== short test summary info ============================
	FAILED
	build/lib.linux-i686-cpython-312/borg/testsuite/archiver.py::test_return_codes[python]
	!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!

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.p.so.0.0.0
	/usr/src/tmp/cilk-buildroot/usr/lib/libcilk.p.so.0.0.0
	/bin/install: cannot stat '.libs/libcilk.p.so.0.0.0': No such file or directory
	make[2]: *** [Makefile:567: install-libLTLIBRARIES] Error 1

erlang-fast_xml-1.1.48-alt1
	{suspending,[]}]
	ERROR: One or more eunit tests failed.
	ERROR: eunit failed while processing /usr/src/RPM/BUILD/erlang-fast_xml-1.1.48: rebar_abort

extreme-tuxracer-1:0.8.4-alt1
	/usr/include/SFML/Graphics/Shader.hpp:190:41: error: 'vertexShaderFilename' does not
	name a type
	190 |	  Shader(const std::filesystem::path& vertexShaderFilename,
	/usr/include/SFML/Graphics/Shader.hpp:212:28: error: expected ')' before 'shader'
	212 |	  Shader(std::string_view shader, Type type);
	/usr/include/SFML/Graphics/Shader.hpp:233:28: error: expected ')' before 'vertexShader'
	233 |	  Shader(std::string_view vertexShader, std::string_view fragmentShader);
	/usr/include/SFML/Graphics/Shader.hpp:255:28: error: expected ')' before 'vertexShader'
	255 |	  Shader(std::string_view vertexShader, std::string_view geometryShader,
	std::string_view fragmentShader);
	/usr/include/SFML/Graphics/Shader.hpp:339:48: error: 'filesystem' in namespace 'std'
	does not name a type; did you mean 'system'?
	339 |	  [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename,
	Type type);
	|						 system
	/usr/include/SFML/Graphics/Shader.hpp:339:64: error: expected unqualified-id before
	'&' token
	339 |	  [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename,
	Type type);
	/usr/include/SFML/Graphics/Shader.hpp:339:64: error: expected ')' before '&' token
	339 |	  [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename,
	Type type);
	/usr/include/SFML/Graphics/Shader.hpp:339:64: error: expected ';' at end of member
	declaration
	339 |	  [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename,
	Type type);
	/usr/include/SFML/Graphics/Shader.hpp:339:66: error: 'filename' does not name a type
	339 |	  [[nodiscard]] bool loadFromFile(const std::filesystem::path& filename,
	Type type);
	/usr/include/SFML/Graphics/Shader.hpp:360:48: error: 'filesystem' in namespace 'std'
	does not name a type; did you mean 'system'?
	360 |	  [[nodiscard]] bool loadFromFile(const std::filesystem::path&
	vertexShaderFilename,

glibc-6:2.38.0.76.e9f05fa1c6-alt1
	UNSUPPORTED: misc/tst-ntp_adjtime-time64
	FAIL: misc/tst-preadvwritev2
	FAIL: misc/tst-preadvwritev64v2
	UNSUPPORTED: misc/tst-syslog
	--
	+ rc=2
	+ grep '^FAIL:' build-i586-linux/tests.sum
	+ cut '-d ' -f2-
	--
	==> build-i586-linux/misc/tst-preadvwritev2.test-result <==
	FAIL: misc/tst-preadvwritev2
	original exit status 1
	==> build-i586-linux/misc/tst-preadvwritev2.out <==
	error: tst-preadvwritev2-common.c:113: preadv2 did not fail with an invalid flag
	error: 1 test failures
	==> build-i586-linux/misc/tst-preadvwritev64v2.test-result <==
	FAIL: misc/tst-preadvwritev64v2
	original exit status 1
	==> build-i586-linux/misc/tst-preadvwritev64v2.out <==
	error: tst-preadvwritev2-common.c:113: preadv2 did not fail with an invalid flag
	error: 1 test failures
	+ exit 2

kvmtool-3.18.0-alt7
	Info: # lkvm run -k ./bzImage -m 1024 -c 32 --name test
	KVM_CREATE_PIT2 ioctl: No such file or directory
	+ grep -f uuid boot.log

marsshooter-0.7.6-alt2
	--   Found sfml-system, version 3.0.0
	Package vorbisenc was not found in the pkg-config search path.
	Perhaps you should add the directory containing `vorbisenc.pc'
	to the PKG_CONFIG_PATH environment variable
	Package 'vorbisenc', required by 'sfml-audio', not found
	Package vorbisenc was not found in the pkg-config search path.
	Perhaps you should add the directory containing `vorbisenc.pc'
	to the PKG_CONFIG_PATH environment variable
	Package 'vorbisenc', required by 'sfml-audio', not found
	Package vorbisenc was not found in the pkg-config search path.
	Perhaps you should add the directory containing `vorbisenc.pc'
	to the PKG_CONFIG_PATH environment variable
	Package 'vorbisenc', required by 'sfml-audio', not found
	Package vorbisenc was not found in the pkg-config search path.
	Perhaps you should add the directory containing `vorbisenc.pc'
	to the PKG_CONFIG_PATH environment variable
	Package 'vorbisenc', required by 'sfml-audio', not found
	Summary:
	--
	In file included from /usr/src/RPM/BUILD/marsshooter-0.7.6/src/DecoObjects/Bolt.cpp:22:
	/usr/src/RPM/BUILD/marsshooter-0.7.6/include/Menu/menus.hpp:39:10: error: variable or
	field 'textEntered' declared void
	39 |	 void textEntered(sf::Uint32 keyCode);
	/usr/src/RPM/BUILD/marsshooter-0.7.6/include/Menu/menus.hpp:39:26: error: 'Uint32'
	is not a member of 'sf'
	39 |	 void textEntered(sf::Uint32 keyCode);

mumps-5.3.5-alt3
	gcc -shared graph.o gbipart.o gbisect.o ddcreate.o ddbisect.o nestdiss.o
	multisector.o gelim.o bucket.o tree.o symbfac.o interface.o sort.o minpriority.o
	-Wl,-soname,libpord_seq-5.3.so -o libpord_seq-5.3.so -fopenmp -lrt -Wl,-z,defs
	lto1: internal compiler error: resolution sub id 0x14fae0341d165d93 not in object file
	libbacktrace could not find executable to open
	--
	See <http://bugzilla.altlinux.org> for instructions.
	lto-wrapper: fatal error: i586-alt-linux-gcc returned 1 exit status
	compilation terminated.
	ld: error: lto-wrapper failed
	collect2: error: ld returned 1 exit status
	make[2]: *** [Makefile:34: libpord_seq.so] Error 1

nss-3.107-alt1
	NSS_DISABLE_PCLMUL=
	NSS_DISABLE_AVX=
	NSS_DISABLE_ARM_NEON=
	NSS_DISABLE_SSSE3=
	Tests summary:
	Passed:		    76018
	Failed:		    1
	Failed with core:   0
	ASan failures:	    0
	Unknown status:     0

ocaml-ounit-2.2.7-alt1
	.................................S.......S............~
	Error: OUnit:7:Runner:7:Threads.
	File
	"/usr/src/RPM/BUILD/ocaml-ounit-2.2.7/_build/default/test/oUnit-OUnit-localhost.localdomain#00.log",
	line 12166, characters 1-1:
	Error: OUnit:7:Runner:7:Threads (in the log).
	Timeout after 600.0s
	Ran: 55 tests in: 605.76 seconds.
	FAILED: Cases: 55 Tried: 55 Errors: 0 Failures: 0 Skip:  2 Todo: 0 Timeouts: 1.

python3-module-PyGithub-2.5.0-alt1
	FAILED tests/Repository.py::Repository::testGetContributors -
	httpretty.errors.UnmockedError: Failed to socket.shutdown because because a...
	FAILED tests/Repository.py::Repository::testGetCustomProperties -
	httpretty.errors.UnmockedError: Failed to socket.shutdown because because a...
	FAILED tests/Repository.py::Repository::testGetDeployments -
	httpretty.errors.UnmockedError: Failed to socket.shutdown because because a...
	FAILED tests/Repository.py::Repository::testGetDiscussion -
	httpretty.errors.UnmockedError: Failed to socket.shutdown because because a...
	FAILED tests/Repository.py::Repository::testGetDiscussions -
	httpretty.errors.UnmockedError: Failed to socket.shutdown because because a...
	FAILED tests/Repository.py::Repository::testGetDiscussionsByAnswered -
	httpretty.errors.UnmockedError: Failed to socket.shutdown because because a...
	FAILED tests/Repository.py::Repository::testGetDiscussionsByCategory -
	httpretty.errors.UnmockedError: Failed to socket.shutdown because because a...
	FAILED tests/Repository.py::Repository::testGetDiscussionsByStates -
	httpretty.errors.UnmockedError: Failed to socket.shutdown because because a...
	FAILED tests/Repository.py::Repository::testGetDownloads -
	httpretty.errors.UnmockedError: Failed to socket.shutdown because because a...
	FAILED tests/Repository.py::Repository::testGetEvents -
	httpretty.errors.UnmockedError: Failed to socket.shutdown because because a...
	FAILED tests/Repository.py::Repository::testGetForks -
	httpretty.errors.UnmockedError: Failed to socket.shutdown because because a...

python3-module-cheroot-10.0.1-alt3
	>	    assert col in needed_collectors, "previous item was not torn down properly"
	E	    AssertionError: previous item was not torn down properly
	col	   = <Module test_server.py>
	--
	/usr/lib/python3/site-packages/_pytest/runner.py:505: AssertionError
	_______________ ERROR at setup of test_ssl_env[1-True-pyopenssl] _______________
	[gw8] linux -- Python 3.12.8
	/usr/src/RPM/BUILD/python3-module-cheroot-10.0.1/.run_venv/bin/python3
	--
	>	    assert col in needed_collectors, "previous item was not torn down properly"
	E	    AssertionError: previous item was not torn down properly
	col	   = <Module test_server.py>
	--
	XFAIL cheroot/test/test_core.py::test_large_request -
	https://github.com/cherrypy/cheroot/issues/106
	ERROR cheroot/test/test_ssl.py::test_ssl_env[2-True-pyopenssl] - AssertionErr...
	ERROR cheroot/test/test_ssl.py::test_ssl_env[1-True-pyopenssl] - AssertionErr...
	================== 151 passed, 3 xfailed, 2 errors in 30.09s ===================
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-k', 'not
	test_tls_client_auth']' returned non-zero exit status 1.

python3-module-django-rich-1.13.0-alt1
	lines[6],
	E	AssertionError: assert None
	E	 +  where None = <function fullmatch at
	0xf7a9e988>((('│\\ \\ \\ ' + '\\d.\\d\\d\\ds ') + '│\\ test_slow\\
	\\(tests\\.test_test\\.ExampleTests\\.test_slow\\)\\ │'), '│   0.005s │ test_pass
	(tests.test_test.ExampleTests.test_pass) │')
	--
	=========================== short test summary info ============================
	FAILED tests/test_test.py::TestRunnerTests::test_durations_shown_hidden - Ass...
	============= 1 failed, 58 passed, 22 skipped in 158.73s (0:02:38) =============
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest']' returned non-zero
	exit status 1.

python3-module-httpretty-1.1.4-alt2
	FAILED
	tests/bugfixes/pytest/test_426_mypy_segfault.py::TestBug426MypySegfaultWithCallbackAndPayload::test_839
	FAILED
	tests/bugfixes/pytest/test_426_mypy_segfault.py::TestBug426MypySegfaultWithCallbackAndPayload::test_84
	FAILED
	tests/bugfixes/pytest/test_426_mypy_segfault.py::TestBug426MypySegfaultWithCallbackAndPayload::test_840
	FAILED
	tests/bugfixes/pytest/test_426_mypy_segfault.py::TestBug426MypySegfaultWithCallbackAndPayload::test_841
	FAILED
	tests/bugfixes/pytest/test_426_mypy_segfault.py::TestBug426MypySegfaultWithCallbackAndPayload::test_842
	FAILED
	tests/bugfixes/pytest/test_426_mypy_segfault.py::TestBug426MypySegfaultWithCallbackAndPayload::test_843
	FAILED
	tests/bugfixes/pytest/test_426_mypy_segfault.py::TestBug426MypySegfaultWithCallbackAndPayload::test_844
	FAILED
	tests/bugfixes/pytest/test_426_mypy_segfault.py::TestBug426MypySegfaultWithCallbackAndPayload::test_845
	FAILED
	tests/bugfixes/pytest/test_426_mypy_segfault.py::TestBug426MypySegfaultWithCallbackAndPayload::test_846
	FAILED
	tests/bugfixes/pytest/test_426_mypy_segfault.py::TestBug426MypySegfaultWithCallbackAndPayload::test_847
	FAILED
	tests/bugfixes/pytest/test_426_mypy_segfault.py::TestBug426MypySegfaultWithCallbackAndPayload::test_848

python3-module-loky-3.4.1-alt2
	[DEBUG:MainProcess:ExecutorManagerThread] Queue.join_thread()
	hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

python3-module-plumbum-1.9.0-alt1
	SKIPPED [1] tests/test_utils.py:10: Skipping; marked with disabled optional tests
	(skipif, ssh)
	FAILED tests/test_local.py::TestLocalMachine::test_iter_lines_timeout_by_type
	==== 1 failed, 200 passed, 77 skipped, 2 deselected, 75 warnings in 27.72s =====
	--
	___________________________________ summary ____________________________________
	ERROR:	 py3: commands failed
	cleanup
	/usr/src/RPM/BUILD/python3-module-plumbum-1.9.0/.tox/.tmp/package/1/plumbum-1.9.0-py3-none-any.whl

python3-module-pygame-2.6.1-alt2
	Tests time.wait() function. ... ok
	FAIL: test_set_timer (pygame.tests.time_test.TimeModuleTest.test_set_timer)
	Tests time.set_timer()
	--
	self.assertEqual(events, test_number)
	AssertionError: 7 != 8
	Ran 10 tests in 16.793s
	FAILED (failures=1)
	loading pygame.tests.touch_test

python3-module-social-core-4.5.1-alt1
	FAILED
	social_core/tests/backends/test_musicbrainz.py::MusicBrainzAuth2Test::test_partial_pipeline
	FAILED
	social_core/tests/backends/test_nationbuilder.py::NationBuilderOAuth2Test::test_login
	FAILED
	social_core/tests/backends/test_nationbuilder.py::NationBuilderOAuth2Test::test_partial_pipeline
	FAILED social_core/tests/backends/test_naver.py::NaverOAuth2Test::test_login
	FAILED social_core/tests/backends/test_naver.py::NaverOAuth2Test::test_partial_pipeline
	FAILED
	social_core/tests/backends/test_ngpvan.py::NGPVANActionIDOpenIDTest::test_association_uid
	FAILED
	social_core/tests/backends/test_ngpvan.py::NGPVANActionIDOpenIDTest::test_extra_data_phone
	FAILED social_core/tests/backends/test_ngpvan.py::NGPVANActionIDOpenIDTest::test_login
	FAILED
	social_core/tests/backends/test_ngpvan.py::NGPVANActionIDOpenIDTest::test_partial_pipeline
	FAILED social_core/tests/backends/test_ngpvan.py::NGPVANActionIDOpenIDTest::test_user_data
	FAILED social_core/tests/backends/test_okta.py::OktaOAuth2Test::test_login - ...

python3-module-strawberry-django-0.52.1-alt1
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest']' died with
	<Signals.SIGABRT: 6>.

sfizz-1.2.3-alt5.g93da04262
	Added a file root_key_62.flac
	Unknown off mode: nothing
	Unknown trigger value: nothing
	Unknown crossfade power curve: something
	Unknown velocity override: garbage
	Unknown/unsupported filter type: apf_1p
	Unknown/unsupported filter type: something
	Unknown EQ type: something
	test cases:   477 |   476 passed | 1 failed
	assertions: 52075 | 52074 passed | 1 failed

slade-3.2.6-alt1
	/usr/src/RPM/BUILD/slade-3.2.6/src/Game/Configuration.cpp:1097:14:   required from here
	1097 |	       log::warning(2, "Flag {} does not exist in this configuration", udmf_name);
	/usr/src/RPM/BUILD/slade-3.2.6/src/./General/Log.h:101:67:   in 'constexpr' expansion of
	'fmt::v10::make_format_args<>(args#0)'
	/usr/src/RPM/BUILD/slade-3.2.6/thirdparty/fmt/include/fmt/core.h:1674:10: warning:
	possibly dangling reference to a temporary [-Wdangling-reference]
	1674 |	 auto&& arg = arg_mapper<Context>().map(FMT_FORWARD(val));
	/usr/src/RPM/BUILD/slade-3.2.6/thirdparty/fmt/include/fmt/core.h:1674:41:
	note: the temporary was destroyed at the end of the full expression
	'fmt::v10::detail::arg_mapper<fmt::v10::basic_format_context<fmt::v10::appender, char>
	>().fmt::v10::detail::arg_mapper<fmt::v10::basic_format_context<fmt::v10::appender,
	char> >::map<std::basic_string_view<char> >((* & val))'
	1674 |	 auto&& arg = arg_mapper<Context>().map(FMT_FORWARD(val));
	make[2]: Leaving directory '/usr/src/RPM/BUILD/slade-3.2.6'
	make[1]: *** [CMakeFiles/Makefile2:276: src/CMakeFiles/slade.dir/all] Error 2
	make: *** [Makefile:136: all] Error 2

strace-6.12-alt1
	# SKIP:  109
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See tests/test-suite.log

xdg-desktop-portal-gnome-47.1-alt1
	[85/104] Compiling C object src/xdg-desktop-portal-gnome.p/notification.c.o
	FAILED: src/xdg-desktop-portal-gnome.p/notification.c.o
	cc -Isrc/xdg-desktop-portal-gnome.p -Isrc -I../src -I/usr/include/freetype2
	-I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0
	-I/usr/lib/glib-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-4.0
	-I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo
	-I/usr/include/graphene-1.0 -I/usr/lib/graphene-1.0/include
	-I/usr/include/gtk-4.0/unix-print -I/usr/include/gsettings-desktop-schemas
	-I/usr/include/gnome-desktop-4.0 -I/usr/include/libadwaita-1 -fdiagnostics-color=always
	-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -DHAVE_GTK_X11 -DHAVE_GTK_WAYLAND
	-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic
	-pthread -MD -MQ src/xdg-desktop-portal-gnome.p/notification.c.o
	-MF src/xdg-desktop-portal-gnome.p/notification.c.o.d -o
	src/xdg-desktop-portal-gnome.p/notification.c.o -c ../src/notification.c
	../src/notification.c: In function ‘handle_add_notification’:
	../src/notification.c:72:3: error: too few arguments to function
	‘xdp_impl_notification_complete_add_notification’
	72 |   xdp_impl_notification_complete_add_notification (object, invocation);

xdg-desktop-portal-gtk-1.15.1-alt1
	../src/notification.c: In function ‘handle_add_notification_fdo’:
	../src/notification.c:176:3: error: too few arguments to function
	‘xdp_impl_notification_complete_add_notification’
	176 |	xdp_impl_notification_complete_add_notification (object, invocation);

	46 error logs REMOVED from the list
TiMidity++-2.15.0-alt1.2
ayatana-indicator-sound-22.9.0-alt2
cccc-0.1-alt1
daemontools-encore-1.10-alt3
discount-2.2.7d-alt1
dlm-4.2.0-alt2
erlang-1:26.2.5.3-alt1
firefox-133.0.0-alt1
firefox-esr-128.5.1-alt1
freedroid-1.0.2-alt2
freedroidrpg-0.16.1-alt3
gbinder-python-1.1.2-alt0.1
gcr4-4.2.1-alt1
gdcm-3.0.21-alt1
ghc8.6.4-sha-1.6.4.4-alt1
gnome-games-robots-40.0-alt2
kernel-modules-ch341-6.6-1.0.0-alt1.g84b4b8c.394819.1
kernelshark-1:2.3.1-alt1
kyotocabinet-1.2.76-alt3
libao-1:1.2.2-alt6
libgupnp-igd-1.6.0-alt1
libopus-1.5.2-alt1
libpqxx-1:7.7.5-alt2_2
libsmi-0.5.0-alt2
lightdm-1.32.0-alt9
lm_sensors3-3.6.0-alt3
mcpp-2.7.2-alt4
net-snmp40-5.9.4-alt1
nvme-2.11-alt1
papi-6.0.0-alt8
python3-module-axolotl-curve25519-0.4.1.post2-alt2
python3-module-cups-1.9.74-alt3.1
python3-module-faststream-0.5.32-alt1
python3-module-kivy-2.2.1-alt2
python3-module-pyproject-installer-0.5.5-alt1
python3-module-sanic-24.6.0-alt2
python3-module-wx-4.2.1-alt1
qemu-9.1.2-alt1
qt5-location-5.15.15-alt1
qt5-webkit-5.212.0-alt26
qxmledit-0.9.18-alt1
simplescreenrecorder-0.4.4-alt5
thunderbird-128.5.0-alt1
unixODBC-2.3.12-alt1
uvcview-20071108-alt2
valkey-8.0.1-alt2

Total 724 error logs.


ðÏÄÒÏÂÎÁÑ ÉÎÆÏÒÍÁÃÉÑ Ï ÓÐÉÓËÅ ÒÁÓÓÙÌËÉ Sisyphus-cybertalk