ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: Sisyphus-20251004 i586 beehive_status: +9 -37 (208)
@ 2025-10-04 13:09 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2025-10-04 13:09 UTC (permalink / raw)
  To: sisyphus-cybertalk

	9 NEW error logs

autogen-5.18.16-alt1
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  0
	# XPASS: 0
	# ERROR: 0
	make[4]: Leaving directory '/usr/src/RPM/BUILD/autogen-5.18.16/agen5/test'
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  0
	# XPASS: 0
	# ERROR: 0
	make[5]: Leaving directory '/usr/src/RPM/BUILD/autogen-5.18.16/getdefs/test'
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  0
	# XPASS: 0
	# ERROR: 0
	make[5]: Leaving directory '/usr/src/RPM/BUILD/autogen-5.18.16/xml2ag/test'

cppcheck-2.18.1-alt1_0_12337740f
	103 |	      return static_cast<int>(std::distance(mFiles.cbegin(), it));
	gmake[2]: Leaving directory '/usr/src/RPM/BUILD/cppcheck-2.18.1/i586-alt-linux'
	gmake[2]: Entering directory '/usr/src/RPM/BUILD/cppcheck-2.18.1/i586-alt-linux'
	[ 49%] Building CXX object lib/CMakeFiles/cppcheck-core.dir/build/mc_vf_analyzers.cpp.o
	cd /usr/src/RPM/BUILD/cppcheck-2.18.1/i586-alt-linux/lib
	&& /usr/bin/c++ -DFILESDIR=\"/usr/share/Cppcheck\"
	-DHAVE_RULES -I/usr/src/RPM/BUILD/cppcheck-2.18.1/i586-alt-linux/lib
	-I/usr/src/RPM/BUILD/cppcheck-2.18.1/lib -I/usr/src/RPM/BUILD/cppcheck-2.18.1/externals
	-I/usr/src/RPM/BUILD/cppcheck-2.18.1/externals/tinyxml2
	-I/usr/src/RPM/BUILD/cppcheck-2.18.1/externals/picojson
	-I/usr/src/RPM/BUILD/cppcheck-2.18.1/externals/simplecpp -isystem /usr/include/pcre
	-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic
	-Wno-error=return-type -O2 -DNDEBUG -std=c++11 -O2 -pedantic -Wall -Wextra -Wcast-qual
	-Wfloat-equal -Wmissing-declarations -Wmissing-format-attribute -Wno-long-long -Wpacked
	-Wredundant-decls -Wundef -Wno-sign-compare -Wno-multichar -Woverloaded-virtual
	-pipe -Wsuggest-attribute=noreturn -Wuseless-cast -Winvalid-pch -include
	/usr/src/RPM/BUILD/cppcheck-2.18.1/i586-alt-linux/lib/CMakeFiles/cppcheck-core.dir/cmake_pch.hxx
	-MD -MT lib/CMakeFiles/cppcheck-core.dir/build/mc_vf_analyzers.cpp.o
	-MF CMakeFiles/cppcheck-core.dir/build/mc_vf_analyzers.cpp.o.d
	-o CMakeFiles/cppcheck-core.dir/build/mc_vf_analyzers.cpp.o -c
	/usr/src/RPM/BUILD/cppcheck-2.18.1/i586-alt-linux/lib/build/mc_vf_analyzers.cpp
	gmake[2]: Leaving directory '/usr/src/RPM/BUILD/cppcheck-2.18.1/i586-alt-linux'
	gmake[1]: Entering directory '/usr/src/RPM/BUILD/cppcheck-2.18.1/i586-alt-linux'
	[ 50%] Built target cppcheck-core
	gmake[1]: Leaving directory '/usr/src/RPM/BUILD/cppcheck-2.18.1/i586-alt-linux'
	gmake: *** [Makefile:146: all] Error 2

perl-POE-Component-SSLify-1.012-alt1_17
	t/simple_large.t .............. ok
	#   Failed test 'SERVER: SSLify_Options 3791639: private key
	#   at t/simple_parallel.t line 52.
	#   Failed test 'SERVER: Server_SSLify Please do SSLify_Options() first ( or pass in a $ctx
	object ) at /usr/src/RPM/BUILD/POE-Component-SSLify-1.012/blib/lib/POE/Component/SSLify.pm
	line 247.
	#   at t/simple_parallel.t line 55.
	--
	t/simple_parallel.t	    (Wstat: 5632 (exited 22) Tests: 114 Failed: 2)
	Failed tests:  112-113
	Non-zero exit status: 22

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': 23287.97837924438,
	'calls_per_second_final': 13311.598934230422, '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.54s =========================
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', 'test_retrying.py']'
	returned non-zero exit status 1.

python3-module-schemathesis-4.1.4-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.1.4/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.1.4/test/test_app.py:32: AssertionError
	--
	SKIPPED [1] test/coverage/test_combinations.py:262: This test is not applicable for
	multiple_of=None
	FAILED test/test_app.py::test_app[flask] - AssertionError: assert 'Schemathes...
	FAILED test/test_app.py::test_app[aiohttp] - AssertionError: assert 'Schemath...
	===== 2 failed, 2490 passed, 1 skipped, 263 warnings in 180.44s (0:03:00) ======
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '--snapshot-update',
	'test/', '-n', 'auto']' returned non-zero exit status 1.

snapshot-48.0.1-alt1
	Checking gdk4-x11 v0.9.6
	Checking gdk4-wayland v0.9.6
	Checking glycin v2.1.0
	Checking gtk4 v0.9.6
	Summary of Failures:
	6/6 Cargo clippy	    TIMEOUT	   400.14s   killed by signal 15 SIGTERM
	Ok:		   5
	Fail:		   0
	Timeout:	   1
	Full log written to
	/usr/src/RPM/BUILD/snapshot-48.0.1/i586-alt-linux/meson-logs/testlog.txt

tripso-1.2.2-alt2
	[   52.280227] xt_TRIPSO: :: translated to cipso: 86 0b 00 00 00 01 01 05 00 02 80
	[   52.286981] xt_TRIPSO: ::: skb expanded from 2 to 4 bytes (12 8)
	[   52.291809] xt_TRIPSO: ::: packet expanded 4 bytes (12 8)
	IP (tos 0x0, ttl 64, id 1369, offset 0, flags [DF], proto ICMP (1), length 92, options
	(security,EOL))
	10.99.0.2 > 10.99.0.3: ICMP echo request, id 4462, seq 1, length 64
	= received
	IP (tos 0x0, ttl 64, id 1369, offset 0, flags [DF], proto ICMP (1), length 96, options
	(unknown 134,EOL))
	10.99.0.2 > 10.99.0.3: ICMP echo request, id 4462, seq 1, length 64
	= Received packet matches expected!
	qemu-system-i386: terminating on signal 15 from pid 1934634 (timeout)

xapian-core-1.4.29-alt1
	Running test: nomoredocids1... ok
	Running test: termtoolong1... XFAIL (Chert fails to clear pending changes after
	InvalidArgumentError - fix too invasive): InvalidArgumentError: REMOTE:Key too long: length
	was 254 bytes, maximum length of a key is 252 bytes (context: remote:tcp(127.0.0.1:1239))
	Term length 245
	--
	./apitest total: 4239 tests passed, 1 failed, 13 expected failures, 50 skipped.
	FAIL: apitest
	Running test: exception1... ok
	--
	PASS: unittest
	1 of 4 tests failed
	Please report to https://xapian.org/bugs

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	    	10	     	 18	      	  22	           32	            42
	     48		      53	       59	    	69	     	 75	     
	80	     	 84	      	  92	           99	           103		    109
	    127		     135	      137	       141	     	145	     
	152	      	 168	          181	           187		    188		     208
	    219		     225	      232	       236	     	240	     
	248	      	 253	          255	           260		    271		     275
	    288		     297	      300	       309	     	318	     
	322	      	 323	          330	           333		    338		     344
	    350		     361	      364	       370	     	371	     
	375	      	 382	          387	           393		    400		     413
	    419		     421	      425	       429	     	444	     
	449	      	 454	          457	           468		    472		     475
	    477		     483	      499	       500	     	510	     
	514	      	 523	          530	           540		    545		     552
	    564		     565	      566	       570	     	578	     
	588	      	 589	          594	           600		    606		     610
	    616		     620	      624	       627	     	632	     
	637	      	 638	          639	           648		    650		     658
	    667		     675	      683	       685	     	689	     
	691	      	 700	          713	           715		    726		     732
	    735		     753	      757	       763	     	768	     
	780	      	 781	          786	           797		    801		     808
	    812		     817	      823	       827	     	832	     
	844	      	 856	          860	           886		    891		     903
	    907		     911	      919	       926	     	934	     
	941	      	 946	          950	           958		    962		     963
	    964		     970	      973	       980	     	986	     
	991	      	 995	         1005	          1015		   1024		    1026
	   1032		    1034	     1041	      1043	       1064	     
	1071	         1085	          1088		   1093		    1101	  
	1102	         1103	          1118		   1132		    1136	  
	1140	         1142	          1143		   1153		    1154	  
	1156	         1164	          1167		   1169		    1178	  
	1184	         1194	          1213		   1217		    1225	  
	1249	         1255	          1268		   1275		    1283	  
	1294	         1301	          1313		   1315		    1320	  
	1322	         1325	          1336		   1345		    1349	  
	1352	         1355	          1357		   1358		    1365	  
	1370	         1374	          1381		   1384		    1385	  
	1395	         1407	          1419		   1424		    1433	  
	1438	         1442	          1448		   1458		    1460	  
	1468	         1475	          1482		   1491		    1502	  
	1510	         1520	          1523		   1529		    1530	  
	1534	         1546	          1550		   1552		    1557	     1575
	make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.5.5-alt2/tests'
	make: Target 'test' not remade because of errors.

	37 error logs REMOVED from the list
bdsync-0.11.2-alt3.1
bear-3.1.5-alt1
certmonger-0.79.20-alt3
corectrl-1.5.1-alt1
deepin-anything-7.0.23-alt1
dropbear-2025.88-alt1
dropbear-musl-2025.88-alt1
dtk6log-0.0.5-alt1
dtklog-0.0.5-alt1
firefox-esr-140.2.0-alt2
gcr4-4.4.0.1-alt1
gerbera-2.4.1-alt2
gnucash-5.12-alt1
goreleaser-1.18.2-alt1
grpcurl-1.9.3-alt1
guile-fibers-1.4.0-alt1
guile22-2.2.7-alt1
gz-common-6.0.0-alt1
gz-utils-3.0.0-alt1
ispc-1.28.1-alt1
kddockwidgets-2.2.5-alt1
kodi-21.2-alt6
libcoeurl-0.3.0-alt1
libmtxclient-0.10.0-alt2
mangohud-0.8.1-alt1
nheko-0.12.0-alt3
oddjob-0.34.7-alt1
perl-Imager-1.026-alt1
python3-module-cattrs-25.2.0-alt1
python3-module-cheroot-10.0.1-alt4
python3-module-easyprocess-1.1-alt2
python3-module-python-ulid-3.1.0-alt1
python3-module-serializable-2.1.0-alt1
python3-module-tox-4.29.0-alt1
qt5-pim-5.15-alt1
ueberzugpp-2.9.7-alt1
waybar-0.12.0-alt1

Total 208 error logs.


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

only message in thread, other threads:[~2025-10-04 13:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-04 13:09 [cyber] I: Sisyphus-20251004 i586 beehive_status: +9 -37 (208) 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