ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: Sisyphus-20240602 x86_64 beehive_status: +10 -8 (104)
@ 2024-06-02 10:15 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2024-06-02 10:15 UTC (permalink / raw)
  To: sisyphus-cybertalk

	10 NEW error logs

Cardinal-24.04-alt1
	ld: ../../carla/build/modules/Release/jackbridge.min.a: error adding symbols: archive
	has no index; run ranlib to add one
	collect2: error: ld returned 1 exit status
	make[2]: *** [../../dpf/Makefile.plugins.mk:515: ../../bin/Cardinal] Error 1
	--
	ld: ../../carla/build/modules/Release/jackbridge.min.a: error adding symbols: archive
	has no index; run ranlib to add one
	collect2: error: ld returned 1 exit status
	make[2]: *** [../../dpf/Makefile.plugins.mk:558: ../../bin/Cardinal.lv2/Cardinal.so]
	Error 1

libgupnp-igd-1.6.0-alt1
	1/1 gupnp-simple-igd FAIL	     4.54s   killed by signal 5 SIGTRAP
	Summary of Failures:
	1/1 gupnp-simple-igd FAIL	     4.54s   killed by signal 5 SIGTRAP
	Ok:		    0
	Expected Fail:	    0
	Fail:		    1
	Unexpected Pass:    0
	Skipped:	    0
	Timeout:	    0
	Full log written to
	/usr/src/RPM/BUILD/gupnp-igd-1.6.0/x86_64-alt-linux/meson-logs/testlog.txt

litmus-0.14.0-alt2.git.9fbc73d
	checking for a BSD-compatible install... /usr/bin/ginstall -c
	./configure: line 3491: syntax error near unexpected token `0,'
	./configure: line 3491: `NE_REQUIRE_VERSIONS(0, 26 27 28 29 30 31 32)'

mumps-5.3.5-alt3
	ld: /usr/src/tmp/ccnGF6xW.ltrans0.ltrans.o: in function `constructDomainDecomposition':
	/usr/src/RPM/BUILD/mumps-5.3.5-seq/PORD/lib/ddcreate.c:507:(.text+0x43bf): undefined
	reference to `distributionCounting'
	ld: /usr/src/tmp/ccnGF6xW.ltrans0.ltrans.o: in function `shrinkDomainDecomposition':
	/usr/src/RPM/BUILD/mumps-5.3.5-seq/PORD/lib/ddcreate.c:922:(.text+0x52aa): undefined
	reference to `distributionCounting'
	ld: /usr/src/tmp/ccnGF6xW.ltrans0.ltrans.o: in function `extractElimTree':
	/usr/src/RPM/BUILD/mumps-5.3.5-seq/PORD/lib/gelim.c:1067:(.text+0x815a): undefined
	reference to `newElimTree'
	ld: /usr/src/RPM/BUILD/mumps-5.3.5-seq/PORD/lib/gelim.c:1121:(.text+0x82a1): undefined
	reference to `initFchSilbRoot'
	ld: /usr/src/RPM/BUILD/mumps-5.3.5-seq/PORD/lib/gelim.c:1067:(.text+0x82ce): undefined
	reference to `newElimTree'
	ld: /usr/src/tmp/ccnGF6xW.ltrans0.ltrans.o: in function `setupCSSFromGraph':
	/usr/src/RPM/BUILD/mumps-5.3.5-seq/PORD/lib/symbfac.c:173:(.text+0xabde): undefined
	reference to `qsortUpInts'
	ld: /usr/src/tmp/ccnGF6xW.ltrans0.ltrans.o: in function `setupCSSFromFrontSubscripts':
	/usr/src/RPM/BUILD/mumps-5.3.5-seq/PORD/lib/symbfac.c:248:(.text+0xae05): undefined
	reference to `firstPostorder'
	ld: /usr/src/RPM/BUILD/mumps-5.3.5-seq/PORD/lib/symbfac.c:248:(.text+0xae7a): undefined
	reference to `nextPostorder'
	ld: /usr/src/tmp/ccnGF6xW.ltrans0.ltrans.o: in function `newFrontSubscripts':
	/usr/src/RPM/BUILD/mumps-5.3.5-seq/PORD/lib/symbfac.c:270:(.text+0xaeb2): undefined
	reference to `nFactorIndices'
	ld: /usr/src/tmp/ccnGF6xW.ltrans0.ltrans.o: in function `freeFrontSubscripts':
	/usr/src/RPM/BUILD/mumps-5.3.5-seq/PORD/lib/symbfac.c:288:(.text+0xaf98): undefined
	reference to `freeElimTree'
	ld: /usr/src/tmp/ccnGF6xW.ltrans0.ltrans.o: in function `printFrontSubscripts':

python3-module-asyncpg-0.29.0-alt2
	tests/test_execute.py::TestExecuteMany::test_executemany_server_failure_after_writes PASSED
	tests/test_execute.py::TestExecuteMany::test_executemany_server_failure_during_writes
	FAILED
	tests/test_execute.py::TestExecuteMany::test_executemany_timeout PASSED
	--
	raise self.failureException(msg)
	AssertionError: 128 not less than 128 : should stop early
	=========================== short test summary info ============================
	--
	SKIPPED [1] tests/test__sourcecode.py:19: flake8 module is missing
	FAILED
	tests/test_execute.py::TestExecuteMany::test_executemany_server_failure_during_writes
	============= 1 failed, 302 passed, 3 skipped in 72.66s (0:01:12) ==============
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['pytest', '-vra', './tests']' returned non-zero
	exit status 1.

python3-module-dbus-next-0.2.3-alt2
	>	assert reply.body == ['got it']
	E	AssertionError: assert ['The name :1...ervice files'] == ['got it']
	E
	--
	------------------------------ Captured log call -------------------------------
	ERROR	 asyncio:base_events.py:1819 Future exception was never retrieved
	future: <Future finished exception=OSError(9, 'Bad file descriptor')>
	--
	self.offset += self.sock.send(self.buf[self.offset:])
	OSError: [Errno 9] Bad file descriptor
	=============================== warnings summary ===============================
	--
	=========================== short test summary info ============================
	FAILED test/test_fd_passing.py::test_sending_file_descriptor_low_level - Asse...
	============= 1 failed, 74 passed, 7 skipped, 6 warnings in 1.01s ==============

python3-module-easyprocess-1.1-alt2
	tests/test_fast/test_proc.py::test_start3 PASSED			 [ 15%]
	tests/test_fast/test_proc.py::test_alive FAILED				 [ 18%]
	tests/test_fast/test_proc.py::test_std PASSED				 [ 21%]
	--
	tests/test_fast/test_proc.py::test_wrap PASSED				 [ 26%]
	tests/test_fast/test_proc.py::test_with FAILED				 [ 28%]
	tests/test_fast/test_proc.py::test_parse PASSED				 [ 31%]
	--
	=========================== short test summary info ============================
	FAILED tests/test_fast/test_proc.py::test_alive - assert False
	FAILED tests/test_fast/test_proc.py::test_with - assert False
	=================== 2 failed, 36 passed in 78.51s (0:01:18) ====================

python3-module-fastapi-0.111.0-alt1
	>	    assert issubclass(w[-1].category, UserWarning)
	E	    AssertionError: assert False
	E	     +	where False = issubclass(<class 'ResourceWarning'>, UserWarning)
	--
	=========================== short test summary info ============================
	FAILED tests/test_include_router_defaults_overrides.py::test_openapi - Assert...
	========== 1 failed, 2011 passed, 74 skipped, 1 deselected in 24.02s ===========
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-Wignore',
	'--deselect=tests/test_tutorial/test_async_sql_databases/test_tutorial001.py::test_create_read',
	'tests']' returned non-zero exit status 1.

python3-module-oslo.rootwrap-7.2.0-alt1
	raise self.failureException(msg)
	AssertionError: -9 == -9 : Server haven't stopped in one second
	Captured daemon_log:
	--
	raise self.failureException(msg)
	AssertionError: -9 == -9 : Server haven't stopped in one second
	Captured daemon_log:

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	 7	    \r	 16	     \r	  26	      \r    28	       \r    43
	\r    51		 \r    64	  \r    69	   \r	82	    \r	 86	     
	93	    \r	 98	     \r	 108	      \r   119	       \r   124		\r   139
	\r   153		 \r   155	  \r   172	   \r   175	    \r	188	     
	209	     \r	 220	      \r   225	       \r   232		\r   237		 \r   255
	\r   268		 \r   272	  \r   279	   \r   287	    \r	304	     
	309	     \r	 319	      \r   334	       \r   350		\r   352		 \r   362
	\r   371		 \r   386	  \r   396	   \r   399	    \r	402	     
	413	     \r	 420	      \r   434	       \r   437		\r   445		 \r   460
	\r   471		 \r   476	  \r   493	   \r   495	    \r	522	     
	523	     \r	 537	      \r   542	       \r   561		\r   566		 \r   571
	\r   592		 \r   608	  \r   617	   \r   627	    \r	628	     
	648	     \r	 653	      \r   658	       \r   665		\r   671		 \r   682
	\r   693		 \r   714	  \r   725	   \r   730	    \r	749	     
	758	     \r	 765	      \r   775	       \r   787		\r   788		 \r   797
	\r   805		 \r   821	  \r   836	   \r   847	    \r	864	     
	868	     \r	 880	      \r   894	       \r   903		\r   908		 \r   925
	\r   932		 \r   947	  \r   949	   \r   953	    \r	964	     
	966	     \r	 969	      \r   973	       \r   978		\r   983		 \r   998
	\r  1005		 \r  1010	  \r  1022	   \r  1027	    \r  1033	     
	1042	      \r  1060	       \r  1064		\r  1071		 \r  1072	  
	1087	      \r  1095	       \r  1100		\r  1107		 \r  1128	  
	1140	      \r  1147	       \r  1153		\r  1169		 \r  1183	  
	1184	      \r  1206	       \r  1216		\r  1229		 \r  1253	  
	1259	      \r  1269	       \r  1279		\r  1287		 \r  1290	  
	1305	      \r  1317	       \r  1322		\r  1340		 \r  1364	  
	1384	      \r  1390	       \r  1400		\r  1404		 \r  1420	  
	1441	      \r  1444	       \r  1462		\r  1477		 \r  1479	  
	1503	      \r  1515	       \r  1524		\r  1538		 \r  1548	  
	1559	      \r  1567	       \r  1582		\r  1588		 \r  1599	  
	1614	      \r  1626	       \r  1643		\r  1656		 \r  1659	  
	1672	      \r  1675	       \r  1688		\r  1693		 \r  1697	  
	1718	      \r  1725	       \r  1743		\r  1747		 \r  1764	  
	1766	      \r  1774	       \r  1777		\r  1788		 \r  1798	  
	1811	      \r  1824	       \r  1826		\r  1845		 \r  1852	  
	1869	      \r  1875	       \r  1883		\r  1897		 \r  1902	  
	1906	      \r  1909	       \r  1912		\r  1942		 \r  1953	  
	1961	      \r  1968	       \r  1983		\r  2007		 \r  2040	  
	2041	      \r  2042	       \r  2058		\r  2071		 \r  2077	  
	2079	      \r  2083	       \r  2092		\r  2111		 \r  2122	  
	2126	      \r  2131	       \r  2144		\r  2148		 \r  2161	  
	2164	      \r  2171	       \r  2181		\r  2206		 \r  2217	  
	2223	      \r  2242	       \r  2260		\r  2262		 \r  2273	  
	2279	      \r  2302	       \r  2303		\r  2309		 \r  2320	  
	2334	      \r  2344	       \r  2351		\r  2354		 \r  2379	  
	2392	      \r  2407	       \r  2419		\r  2429		 \r  2449	  \r  2456
	make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.5.5-alt2/tests'
	make: Target 'test' not remade because of errors.

	8 error logs REMOVED from the list
altlinux-freedesktop-menu-0.70-alt1
fprintd-1.94.3-alt1
fractal-5.beta2-alt2
guile22-2.2.7-alt1
java-1.8.0-openjdk-0:1.8.0.402.b06-alt1_1jpp8
meschach-1.2-alt1.b.3
python3-module-zmq-26.0.3-alt1
qmapshack-1.17.1-alt1

Total 104 error logs.


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

only message in thread, other threads:[~2024-06-02 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-02 10:15 [cyber] I: Sisyphus-20240602 x86_64 beehive_status: +10 -8 (104) 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