ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: Sisyphus-20250122 x86_64 beehive_status: +12 -26 (675)
@ 2025-01-22  5:49 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2025-01-22  5:49 UTC (permalink / raw)
  To: sisyphus-cybertalk

	12 NEW error logs

bind-9.18.32-alt1
	SKIPPED [1] nzd2nzf/tests_sh_nzd2nzf.py:23: Prerequisites missing.
	FAILED dupsigs/tests_sh_dupsigs.py::test_dupsigs
	- subprocess.CalledProcessError: Command '['/bin/sh',
	'/usr/src/RPM/BUILD/bind-9.18.32/bin/tests/system/dupsigs_tmp_imzrn2_s/tests.sh']'
	returned non-zero exit status 1.
	======= 1 failed, 43 passed, 8 skipped, 1 warning in 1086.74s (0:18:06) ========

hyprpaper-0.7.3-alt1
	--   Found hyprgraphics, version 0.1.1
	Package libffi was not found in the pkg-config search path.
	Perhaps you should add the directory containing `libffi.pc'
	to the PKG_CONFIG_PATH environment variable
	Package 'libffi', required by 'wayland-client', not found
	Package libffi was not found in the pkg-config search path.
	Perhaps you should add the directory containing `libffi.pc'
	to the PKG_CONFIG_PATH environment variable
	Package 'libffi', required by 'wayland-client', not found
	Package libffi was not found in the pkg-config search path.
	Perhaps you should add the directory containing `libffi.pc'
	to the PKG_CONFIG_PATH environment variable
	Package 'libffi', required by 'wayland-client', not found
	Package libffi was not found in the pkg-config search path.
	Perhaps you should add the directory containing `libffi.pc'
	to the PKG_CONFIG_PATH environment variable
	Package 'libffi', required by 'wayland-client', not found
	-- Found wayland-protocols at //usr/share/wayland-protocols
	--
	/usr/src/RPM/BUILD/hyprpaper-0.7.3/src/Hyprpaper.cpp: In lambda function:
	/usr/src/RPM/BUILD/hyprpaper-0.7.3/src/Hyprpaper.cpp:204:78: error: 'wl_resource'
	has not been declared
	204 |		  m_pSeatPointer->setEnter([this](CCWlPointer* r, uint32_t serial,
	wl_resource* surface, wl_fixed_t x, wl_fixed_t y) {
	/usr/src/RPM/BUILD/hyprpaper-0.7.3/src/Hyprpaper.cpp:204:38: error: cannot convert
	'CHyprpaper::createSeat(Hyprutils::Memory::CSharedPointer<CCWlSeat>)::<lambda(CCWlSeat*,
	wl_seat_capability)>::<lambda(CCWlPointer*, uint32_t, int*, wl_fixed_t, wl_fixed_t)>'
	to 'std::function<void(CCWlPointer*, unsigned int, wl_proxy*, int, int)>'
	204 |		  m_pSeatPointer->setEnter([this](CCWlPointer* r, uint32_t serial,
	wl_resource* surface, wl_fixed_t x, wl_fixed_t y) {

kernel-image-6.12-6.12.10-alt1
	timerfd01.c:128: TPASS: Timer read back value is relative
	timerfd01.c:86: TFAIL: got 6 tick(s) expected 3
	+ exit 1

libgupnp-igd-1.6.0-alt1
	# GLib-GIO-DEBUG: GSocketClient: Connection successful!
	not ok /simpleigd/random/conflict -
	ERROR:../tests/gtest/gupnp-simple-igd.c:172:delete_port_mapping_cb: assertion failed:
	(external_port != INTERNAL_PORT)
	Bail out!
	ERROR:../tests/gtest/gupnp-simple-igd.c:172:delete_port_mapping_cb: assertion failed:
	(external_port != INTERNAL_PORT)
	1/1 gupnp-simple-igd FAIL	     8.01s   killed by signal 6 SIGABRT

pyro5-5.15-alt1
	>			chunk = sock.recv(size, socket.MSG_WAITALL)
	E			TimeoutError: timed out
	/usr/src/tmp/pyro5-buildroot/usr/lib/python3/site-packages/Pyro5/socketutil.py:132:
	TimeoutError
	--
	>			raise TimeoutError("receiving: timeout")
	E			Pyro5.errors.TimeoutError: receiving: timeout
	/usr/src/tmp/pyro5-buildroot/usr/lib/python3/site-packages/Pyro5/socketutil.py:140:
	TimeoutError
	=========================== short test summary info ============================
	FAILED tests/test_server.py::TestServerThreadNoTimeout::testTimeoutCall - ass...
	FAILED tests/test_server_timeout.py::TestServerThreadTimeout::testServerConnections
	===== 2 failed, 433 passed, 5 skipped, 13 deselected in 128.68s (0:02:08) ======

python3-module-mkdocs-1.6.1-alt1
	.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F...............................................s..................................................s................s...............s........................................................................................................................
	FAIL: test_watch_with_broken_symlinks
	(mkdocs.tests.livereload_tests.BuildTests.test_watch_with_broken_symlinks)
	Traceback (most recent call last):
	--
	self.assertTrue(started_building.wait(timeout=10))
	AssertionError: False is not true
	Ran 724 tests in 20.022s
	FAILED (failures=1, skipped=4)
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'unittest', 'discover', '-p',
	'*tests.py', 'mkdocs', '--top-level-directory', '.']' returned non-zero exit status 1.
	error: Bad exit status from /usr/src/tmp/rpm-tmp.84059 (%check)

python3-module-pycryptodomex-3.20.0-alt1
	result = load_test_vectors_wycheproof(("Signature", "wycheproof"),
	FAIL: runTest (Cryptodome.SelfTest.Random.test_random.SimpleTest.runTest)
	Cryptodome.Random.new()
	--
	self.assertNotEqual(x, y)
	AssertionError: 6088 == 6088
	Ran 3603 tests in 43.101s
	FAILED (failures=1)
	Traceback (most recent call last):
	--
	raise SelfTestError("Self-test failed", result)
	Cryptodome.SelfTest.SelfTestError: ('Self-test failed', <unittest.runner.TextTestResult
	run=3603 errors=0 failures=1>)

python3-module-sanic-24.6.0-alt2
	=========================== short test summary info ============================
	FAILED tests/test_tls.py::test_logger_vhosts - sanic.exceptions.ServerError: ...
	FAILED tests/test_tls.py::test_ssl_in_multiprocess_mode - assert ('sanic.root...
	= 2 failed, 1666 passed, 25 skipped, 5 deselected, 3 xfailed, 6 xpassed, 318 warnings
	in 170.74s (0:02:50) =
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-k', 'not
	test_websocket_route_with_subprotocols and not test_keep_alive_client_timeout']'
	returned non-zero exit status 1.

python3-module-setuptools-1:75.8.0-alt1
	===== 1218 passed, 42 skipped, 10 xfailed, 2 xpassed in 337.30s (0:05:37) ======
	hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

snapd-glib-2-1.66-alt1
	Summary of Failures:
	3/4 Tests		 TIMEOUT	600.16s   killed by signal 15 SIGTERM
	4/4 Tests (qt6		 TIMEOUT	600.13s   killed by signal 15 SIGTERM
	Ok:		    2
	Expected Fail:	    0
	Fail:		    0
	Unexpected Pass:    0
	Skipped:	    0
	Timeout:	    2
	Full log written to
	/usr/src/RPM/BUILD/snapd-glib-1.66/x86_64-alt-linux/meson-logs/testlog.txt

tripso-1.2.2-alt1
	10.99.0.1 > 10.99.0.3: ICMP echo request, id 17547, seq 1, length 64
	= Received packet matches expected!
	= send test/cipso-dsp-c1.pkt
	[   14.526290] xt_TRIPSO: option cipso 0x86[b]<2> 86 0b 00 00 00 01 01 05 00 01 40 00
	[   14.528556] xt_TRIPSO: : cipso level=1 categories=2
	[   14.532777] xt_TRIPSO: :: translated to astra: 82 05 ab 03 08
	[   14.535034] xt_TRIPSO: ::: packet shortened 4 bytes. [92]
	IP (tos 0x0, ttl 64, id 50004, offset 0, flags [DF], proto ICMP (1), length 96, options
	(unknown 134,EOL))
	10.99.0.1 > 10.99.0.3: ICMP echo request, id 18037, seq 1, length 64
	qemu-system-x86_64: terminating on signal 15 from pid 2016694 (timeout)

zstd-1.5.5-alt2
	test206 : ZSTD_adjustCParams() + dictionary OK
	test207 : check compression mem usage monotonicity over levels for estimateCCtxSize() : OK
	test208 : check estimateCCtxSize() always larger or equal to
	ZSTD_estimateCCtxSize_usingCParams() : OK
	test209 : thread pool API tests :
	thread pool test : threadPool re-use roundtrips: OK
	thread pool test : threadPool simultaneous usage: OK
	thread pool tests OK
	1	   \r	 3	    \r	  5	     \r	   9	      \r    20	       \r    24
	\r    28		 \r    34	  \r    41	   \r	43	    \r	 48	     
	52	    \r	 53	     \r	  54	      \r    57	       \r    60		\r    64
	\r    70		 \r    74	  \r    78	   \r	85	    \r	 99	     
	101	     \r	 105	      \r   107	       \r   111		\r   112		 \r   113
	\r   115		 \r   117	  \r   123	   \r   128	    \r	130	     
	132	     \r	 134	      \r   135	       \r   138		\r   144		 \r   147
	\r   148		 \r   156	  \r   165	   \r   166	    \r	176	     
	186	     \r	 192	      \r   204	       \r   212		\r   216		 \r   217
	\r   220		 \r   224	  \r   225	   \r   229	    \r	242	     
	245	     \r	 247	      \r   248	       \r   250		\r   256		 \r   260
	\r   267		 \r   270	  \r   275	   \r   280	    \r	281	     
	294	     \r	 298	      \r   306	       \r   315		\r   323		 \r   326
	\r   332		 \r   336	  \r   342	   \r   354	    \r	358	     
	367	     \r	 377	      \r   379	       \r   385		\r   388		 \r   399
	\r   412		 \r   414	  \r   418	   \r   421	    \r	433	     
	442	     \r	 451	      \r   456	       \r   468		\r   473		 \r   485
	\r   487		 \r   490	  \r   504	   \r   515	    \r	528	     
	539	     \r	 544	      \r   550	       \r   558		\r   563		 \r   569
	\r   571		 \r   576	  \r   579	   \r   585	    \r	590	     
	591	     \r	 603	      \r   607	       \r   619		\r   625		 \r   637
	\r   652		 \r   660	  \r   664	   \r   675	    \r	683	     
	689	     \r	 690	      \r   707	       \r   713		\r   735		 \r   742
	\r   744		 \r   753	  \r   754	   \r   759	    \r	766	     
	772	     \r	 773	      \r   782	       \r   790		\r   794		 \r   805
	\r   816		 \r   831	  \r   836	   \r   843	    \r	844	     
	846	     \r	 850	      \r   867	       \r   871		\r   886		 \r   895
	\r   906		 \r   917	  \r   928	   \r   932	    \r	933	     
	941	     \r	 945	      \r   951	       \r   953		\r   957		 \r   963
	\r   964		 \r   965	  \r   968	   \r   979	    \r	982	     
	990	     \r	 999	      \r  1005	       \r  1008		\r  1016		 
	1019	      \r  1022	       \r  1027		\r  1030		 \r  1040	  
	1049	      \r  1059	       \r  1060		\r  1070		 \r  1071	  
	1091	      \r  1098	       \r  1102		\r  1103		 \r  1105	  
	1110	      \r  1115	       \r  1122		\r  1131		 \r  1143	  
	1147	      \r  1158	       \r  1160		\r  1164		 \r  1176	  
	1177	      \r  1182	       \r  1188		\r  1193		 \r  1200	  
	1205	      \r  1214	       \r  1215		\r  1226		 \r  1228	  
	1245	      \r  1258	       \r  1268		\r  1281		 \r  1290	  
	1292	      \r  1299	       \r  1317		\r  1323		 \r  1328	  
	1333	      \r  1342	       \r  1351		\r  1364		 \r  1368	  
	1375	      \r  1384	       \r  1387		\r  1392		 \r  1403	  
	1406	      \r  1411	       \r  1415		\r  1418		 \r  1419	  
	1427	      \r  1436	       \r  1451		\r  1460		 \r  1467	  
	1476	      \r  1477	       \r  1483		\r  1502		 \r  1509	  \r  1516
	make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.5.5-alt2/tests'
	make: Target 'test' not remade because of errors.

	26 error logs REMOVED from the list
Alaya-4.5.0.1.gitc003169-alt1
agrep-2.04-alt1.qa2
altlinux-freedesktop-menu-0.70-alt1
apache-commons-pool-0:1.6-alt2_29jpp11
autogen-5.18.16-alt1
cilk-5.4.6-alt13
clisp-1:2.49.92-alt2.1
fprintd-1.94.4-alt3
gcr4-4.2.1-alt1
gem-libv8-8.4.255.0-alt1
gem-libv8-node-22.5.1.0-alt1
gem-ruby-debug-0.11.0.3-alt0.1
gnome-vfs-1:2.24.4-alt13
kyotocabinet-1.2.76-alt3
pam-redhat-1.0.0-alt1
perl-HTML-Widget-1.11-alt3
perl-Tie-DBI-1.08-alt1
python-2.7.18-alt11
python3-module-devpi-process-1.0.2-alt1
python3-module-fastapi-template-5.1.0-alt1.git8c5f2813
python3-module-nbclient-0.10.2-alt1
python3-module-oslo.rootwrap-7.3.0-alt1
python3-module-pyshark-0.6-alt2
python3-module-pythran-0.17.0-alt1
python3-module-vcrpy-7.0.0-alt1
srt-1.5.4-alt1

Total 675 error logs.


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

only message in thread, other threads:[~2025-01-22  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-22  5:49 [cyber] I: Sisyphus-20250122 x86_64 beehive_status: +12 -26 (675) 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