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

	9 NEW error logs

lightdm-1.32.0-alt4
	PASS: test-session-greeter-autologin
	FAIL: test-session-greeter-reconnect
	PASS: test-session-greeter-unlock
	--
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  2
	# XPASS: 0
	# ERROR: 0
	See tests/test-suite.log

nagios-3.0.6-alt18
	x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto
	-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong
	-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/lib64/perl5/CORE
	-DHAVE_CONFIG_H  perlxsi.o mini_epn.o `perl -MExtUtils::Embed -e ccopts -e ldopts`
	-o mini_epn
	lto1: fatal error: bytecode stream in file 'perlxsi.o' generated with GCC compiler
	older than 10.0
	compilation terminated.
	lto-wrapper: fatal error: x86_64-alt-linux-gcc returned 1 exit status
	compilation terminated.
	ld: error: lto-wrapper failed
	collect2: error: ld returned 1 exit status
	make: *** [Makefile:69: mini_epn] Error 1
	--
	x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto
	-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong
	-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/lib64/perl5/CORE
	-DHAVE_CONFIG_H  perlxsi.o new_mini_epn.o `perl -MExtUtils::Embed -e ccopts -e ldopts`
	-o new_mini_epn
	lto1: fatal error: bytecode stream in file 'perlxsi.o' generated with GCC compiler
	older than 10.0
	compilation terminated.
	lto-wrapper: fatal error: x86_64-alt-linux-gcc returned 1 exit status
	compilation terminated.
	ld: error: lto-wrapper failed
	collect2: error: ld returned 1 exit status
	make: *** [Makefile:75: new_mini_epn] Error 1

python3-module-easyprocess-1.1-alt2
	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_with - assert False
	=================== 1 failed, 37 passed in 76.75s (0:01:16) ====================

python3-module-hypothesis-6.103.0-alt1
	XFAIL tests/datetime/test_dateutil_timezones.py::test_non_imaginary_datetimes_at_boundary
	FAILED tests/nocover/test_strategy_state.py::TestHypothesis::runTest - hypoth...
	====== 1 failed, 6197 passed, 17 skipped, 6 xfailed in 1049.16s (0:17:29) ======
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-ra', '-nauto',
	'-Wignore::UserWarning:dateutil.zoneinfo', 'tests']' returned non-zero exit status 1.

python3-module-pygeoif-1.5.0-alt1
	=========================== short test summary info ============================
	FAILED tests/hypothesis/test_multipolygon.py::test_repr_eval - hypothesis.err...
	FAILED tests/hypothesis/test_multipolygon.py::test_shape - hypothesis.errors....
	===== 2 failed, 426 passed, 1 xfailed, 1225 warnings in 109.03s (0:01:49) ======
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['python3', '-m', 'pytest', '-v']' returned non-zero
	exit status 1.

python3-module-pymeeus-0.5.12-alt1
	>		raise RuntimeError("Internal table is empty. Use set().")
	E		RuntimeError: Internal table is empty. Use set().
	pymeeus/Interpolation.py:407: RuntimeError
	--
	>	    if x < self._x[0] or x > self._x[-1]:
	E	    IndexError: list index out of range
	pymeeus/Interpolation.py:441: IndexError
	--
	>	xmin = self._x[0]
	E	IndexError: list index out of range
	pymeeus/Interpolation.py:506: IndexError
	--
	=========================== short test summary info ============================
	FAILED tests/test_curvefitting.py::test_curvefitting_correlation_coeff - Attr...
	FAILED tests/test_curvefitting.py::test_curvefitting_linear_fitting - Attribu...
	FAILED tests/test_curvefitting.py::test_curvefitting_quadratic_fitting - Attr...
	FAILED tests/test_curvefitting.py::test_curvefitting_general_fitting - ZeroDi...
	FAILED tests/test_interpolation.py::test_interpolation_call - RuntimeError: I...
	FAILED tests/test_interpolation.py::test_interpolation_derivative - IndexErro...
	FAILED tests/test_interpolation.py::test_interpolation_root - IndexError: lis...
	================== 7 failed, 244 passed, 8 warnings in 1.19s ===================

python3-module-pytest-rerunfailures-14.0-alt1
	E	    and: '>	  raise AssertionError("fail")'
	E	    and: 'E	  AssertionError: fail'
	E	    and: ''
	--
	E	    and: '=========================== short test summary info
	============================'
	E	    and: 'FAILED test_exception_matches_only_rerun_query.py::test_1 -
	AssertionError: fail'
	E	    and: '========================== 1 failed, 1 rerun in 0.01s
	=========================='
	--
	>	raise AssertionError("fail")
	E	AssertionError: fail
	test_exception_matches_only_rerun_query.py:17: AssertionError
	--
	=========================== short test summary info ============================
	FAILED test_exception_matches_only_rerun_query.py::test_1 - AssertionError: fail
	========================== 1 failed, 1 rerun in 0.01s ==========================
	--
	E	    and: '=========================== short test summary info
	============================'
	E	    and: 'FAILED test_exception_match_only_rerun_in_dual_query.py::test_1 -
	Exception: ...'
	E	    and: '========================== 1 failed, 1 rerun in 0.01s
	=========================='
	--
	=========================== short test summary info ============================
	FAILED test_exception_match_only_rerun_in_dual_query.py::test_1 - Exception: ...
	========================== 1 failed, 1 rerun in 0.01s ==========================
	=========================== short test summary info ============================
	FAILED tests/test_pytest_rerunfailures.py::test_run_session_teardown_once_after_reruns
	FAILED tests/test_pytest_rerunfailures.py::test_exception_matches_rerun_except_query
	FAILED tests/test_pytest_rerunfailures.py::test_exception_not_match_rerun_except_query
	FAILED tests/test_pytest_rerunfailures.py::test_exception_matches_only_rerun_query
	FAILED tests/test_pytest_rerunfailures.py::test_exception_match_only_rerun_in_dual_query

python3-module-qtconsole-5.5.2-alt1
	--------------------------- Captured stderr teardown ---------------------------
	[IPKernelApp] ERROR | Exception during subprocesses termination process PID not found
	(pid=4093969)
	Traceback (most recent call last):
	--
	return open(fname, "rb", buffering=FILE_READ_BUFFER_SIZE)
	FileNotFoundError: [Errno 2] No such file or directory: '/proc/4093969/stat'
	During handling of the above exception, another exception occurred:
	--
	--------------------------- Captured stderr teardown ---------------------------
	[IPKernelApp] ERROR | Exception during subprocesses termination process PID not found
	(pid=4098334)
	Traceback (most recent call last):
	--
	return open(fname, "rb", buffering=FILE_READ_BUFFER_SIZE)
	FileNotFoundError: [Errno 2] No such file or directory: '/proc/4098334/stat'
	During handling of the above exception, another exception occurred:
	--
	=========================== short test summary info ============================
	FAILED qtconsole/tests/test_00_console_widget.py::test_input - pytestqt.excep...
	======== 1 failed, 43 passed, 1 skipped, 1 warning in 87.15s (0:01:27) =========
	INFO	 : Command's result: FAILURE
	INFO	 : Command's error: Command '['xvfb-run', '-s', '-nolisten local', 'pytest',
	'-v', 'qtconsole', '--ignore', 'qtconsole/tests/test_inprocess_kernel.py']' returned
	non-zero exit status 1.

tarantool-3.0.1-alt1
	[447] replication-luatest/linearizable_test.lua			      [ fail ]
	[447] Test failed! Output from reject file
	/tmp/t/rejects/replication-luatest/linearizable.reject:
	[447] Tarantool version is 3.0.1-0-g31c2ddb31

	5 error logs REMOVED from the list
erlang-proper-1.4.0.19.3bbd-alt1
just-1.27.0-alt1
mumps-5.3.5-alt3
python3-module-graphene-django-3.2.1-alt1
tarantool-picodata-2.11.2.109-alt1

Total 104 error logs.


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

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

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