ALT Linux Sisyphus cybertalk
 help / color / mirror / Atom feed
* [cyber] I: p11-20250921 x86_64 beehive_status: +11 -9 (88)
@ 2025-09-21  6:14 ALT beekeeper
  0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2025-09-21  6:14 UTC (permalink / raw)
  To: sisyphus-cybertalk

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 7558 bytes --]

	11 NEW error logs

bdsync-0.11.2-alt3
	--> PASS
	test12.sh:
	**** Checking: stderr forwarding and status returning of subprocess
	--> PASS
	test13.sh:
	**** Checking: stderr forwarding and status returning of subprocess prior to bdsync
	execution
	|  Inconsistent checksums MD5ER1/MD5ER2
	--> FAIL
	make: *** [Makefile:16: test] Error 1
	make: Leaving directory '/usr/src/RPM/BUILD/bdsync-0.11.2'

gcr4-4.3.0-alt1
	+ xvfb-run /usr/bin/meson test --no-rebuild --print-errorlogs -C x86_64-alt-linux -t 8
	_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
	<12>Sep 21 04:26:42 egg-hkdf: Libgcrypt warning: missing initialization - please fix
	the application\r

meschach-1.2-alt1.b.3
	gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H spbkp.c
	spbkp.c: In function 'spBKPfactor':
	spbkp.c:614:17: warning: variable 'row_num' set but not used [-Wunused-but-set-variable]
	614 |	  int	      row_num;
	spbkp.c:612:42: warning: variable 'r' set but not used [-Wunused-but-set-variable]
	612 |	  int	      i, j, k, l, n, onebyone, r;
	spbkp.c: At top level:
	spbkp.c:34:17: warning: 'rcsid' defined but not used [-Wunused-variable]
	34 | static  char    rcsid[] = "$Id: spbkp.c,v 1.6 1996/08/20 19:53:10 stewart Exp $";
	make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'

perl-Crypt-RSA-1.99-alt2
	t/11-wrapper.t	   (Wstat: 0 Tests: 13 Failed: 1)
	Failed test:  12
	Parse errors: Tests out of sequence.  Found (1) but expected (2)
	--
	Tests out of sequence.	Found (5) but expected (6)
	Displayed the first 5 of 13 TAP syntax errors.
	Re-run prove with the -p option to see them all.
	--
	Result: FAIL
	Failed 1/16 test programs. 1/95 subtests failed.
	make: *** [Makefile:791: test_dynamic] Error 255

perl-Starlet-0.31-alt1_22
	t/11multi-sockets.t ........ ok
	#   Failed test 'No warnings'
	#   at t/12bad_request_line.t line 24.
	--
	t/12bad_request_line.t	 (Wstat: 256 (exited 1) Tests: 2 Failed: 1)
	Failed test:  2
	Non-zero exit status: 1
	--
	Result: FAIL
	Failed 1/15 test programs. 1/146 subtests failed.
	make: *** [Makefile:753: test_dynamic] Error 255

python3-module-cheroot-10.0.1-alt4
	err_text = ssl_err.value.args[0].reason.args[0].args[1]
	except AttributeError:
	if IS_WINDOWS or IS_GITHUB_ACTIONS_WORKFLOW:
	--
	----------------------------- Captured stderr call -----------------------------
	Client ('127.0.0.1', 55398) lost — peer dropped the TLS connection suddenly, during
	handshake: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to
	get local issuer certificate (_ssl.c:1000)')
	- generated xml file:
	/usr/src/RPM/BUILD/python3-module-cheroot-10.0.1/.test-results/pytest/test.xml -
	--
	XFAIL cheroot/test/test_core.py::test_large_request -
	https://github.com/cherrypy/cheroot/issues/106
	FAILED cheroot/test/test_ssl.py::test_tls_client_auth[1-False-localhost-builtin] -
	assert False
	+  where False = any(<generator object test_tls_client_auth.<locals>.<genexpr> at
	0x7fd1d7dad970>)
	--
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned
	non-zero exit status 1.

python3-module-fastapi-0.116.1-alt3
	+++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++
	FAILED									 [ 98%]
	tests/test_tutorial/test_websockets/test_tutorial003_py39.py::test_get PASSED [ 98%]
	--
	=========================== short test summary info ============================
	FAILED
	tests/test_tutorial/test_websockets/test_tutorial003.py::test_websocket_handle_disconnection
	- Failed: Timeout >300.0s
	=========== 1 failed, 2339 passed, 129 skipped in 358.65s (0:05:58) ============
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['bash', '-s']' returned non-zero exit status 1.

python3-module-pyshark-0.6-alt2
	>		raise KeyError(f"Packet of index {packet_index} does not exist in capture")
	E		KeyError: 'Packet of index 0 does not exist in capture'
	.tox/py3/lib/python3/site-packages/pyshark/capture/file_capture.py:75: KeyError
	--
	=========================== short test summary info ============================
	FAILED ../tests/test_cap_operations.py::test_getting_packet_summary - KeyErro...
	================= 1 failed, 72 passed, 121 warnings in 36.53s ==================

python3-module-sh-2.0.6-alt1
	>	    self.assertEqual(str(p), "0\n1\n2\n3\n42\n43\n")
	E	    AssertionError: '0\n1\n2\n3\n43\n44\n' != '0\n1\n2\n3\n42\n43\n'
	E	      0
	--
	SKIPPED [1] tests/sh_test.py:2322: what's the best way to test a different '_encoding'
	special keywordargument?
	FAILED tests/sh_test.py::FunctionalTests::test_general_signal - AssertionErro...
	================== 1 failed, 177 passed, 1 skipped in 57.63s ===================
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-ra', '-Wignore']'
	returned non-zero exit status 1.

python3-module-terminado-0.18.1-alt1
	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
	--
	>	self.assertEqual(msg[0], "setup")
	^[[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
	40.96s^[[0m^[[31m =========================^[[0m
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned
	non-zero exit status 1.

python3-module-websockets-12.0-alt1
	raise ValueError("Invalid file descriptor: {}".format(fd))
	ValueError: Invalid file descriptor: -1
	.Exception in thread Thread-496 (serve_forever):
	--
	raise ValueError("Invalid file descriptor: {}".format(fd))
	ValueError: Invalid file descriptor: -1
	..................................................................................................................s..............................................................................................................................................................................................................................................................................................................................................................................
	FAIL: test_server_shuts_down_and_waits_until_handlers_terminate
	(tests.legacy.test_client_server.ClientServerTests.test_server_shuts_down_and_waits_until_handlers_terminate)
	Traceback (most recent call last):
	--
	self.assertFalse(server_ws.handler_task.done())
	AssertionError: True is not false
	Ran 1297 tests in 3.114s
	FAILED (failures=1, skipped=12)
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'unittest']' returned non-zero
	exit status 1.

	9 error logs REMOVED from the list
Cardinal-24.04-alt1
fish-4.0.2-alt1
givaro-4.2.0-alt3
kopia-0.15.0-alt2
perl-Server-Starter-0.35-alt1.1
php8.4-pcntl-8.4.11-alt1
python3-module-mdp-3.6.0.15.g64f14eee-alt4.1
python3-module-qtsass-0.3.0-alt3
zstd-1.5.5-alt2

Total 88 error logs.


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

only message in thread, other threads:[~2025-09-21  6:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-21  6:14 [cyber] I: p11-20250921 x86_64 beehive_status: +11 -9 (88) 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