[cyber] I: Sisyphus-20240221 x86_64 beehive_status: +8 -13 (141)

ALT beekeeper hiver на altlinux.org
Ср Фев 21 08:34:48 MSK 2024


	8 NEW error logs

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

lightdm-1.32.0-alt4
	# SKIP:  0
	# XFAIL: 0
	# FAIL:  1
	# XPASS: 0
	# ERROR: 0
	See tests/test-suite.log

perl-Tie-DBI-1.08-alt1
	Result: FAIL
	Failed 1/2 test programs. 0/46 subtests failed.
	make: *** [Makefile:781: test_dynamic] Error 255

python3-module-ipykernel-6.29.2-alt1
	>	msg_id = KC.inspect("does_not_exist")
	E	AttributeError: 'NoneType' object has no attribute 'inspect'
	tests/test_message_spec.py:474: AttributeError
	--
	>	msg_id = KC.complete("al", 2)
	E	AttributeError: 'NoneType' object has no attribute 'complete'
	msg_id	   = '559ad019-cac1dafcd193f9afe0415c57_3311076_137'
	--
	>	msg_id = KC.kernel_info()
	E	AttributeError: 'NoneType' object has no attribute 'kernel_info'
	tests/test_message_spec.py:497: AttributeError
	--
	>	msg = KC.session.msg("connect_request")
	E	AttributeError: 'NoneType' object has no attribute 'session'
	tests/test_message_spec.py:504: AttributeError
	--
	>	msg_id = KC.comm_info()
	E	AttributeError: 'NoneType' object has no attribute 'comm_info'
	tests/test_message_spec.py:517: AttributeError
	--
	>	msg_id = KC.is_complete("a = 1")
	E	AttributeError: 'NoneType' object has no attribute 'is_complete'
	tests/test_message_spec.py:544: AttributeError
	--
	>	KC.execute(code="x=1", store_history=True)
	E	AttributeError: 'NoneType' object has no attribute 'execute'
	tests/test_message_spec.py:552: AttributeError
	--
	>	KC.execute(code="x=1", store_history=True)
	E	AttributeError: 'NoneType' object has no attribute 'execute'
	tests/test_message_spec.py:565: AttributeError
	--
	>	KC.execute(code="x=1", store_history=True)
	E	AttributeError: 'NoneType' object has no attribute 'execute'
	tests/test_message_spec.py:578: AttributeError
	--
	>	stdout = KC.get_iopub_msg(timeout=TIMEOUT)
	E	AttributeError: 'NoneType' object has no attribute 'get_iopub_msg'
	msg_id	   = '559ad019-cac1dafcd193f9afe0415c57_3311076_139'

python3-module-jupyter_core-5.7.1-alt1
	tests/test_paths.py::test_runtime_dir_linux PASSED		       [
	70%]
	tests/test_paths.py::test_jupyter_path FAILED			       [
	71%]
	tests/test_paths.py::test_jupyter_path_user_site FAILED		       [
	72%]
	tests/test_paths.py::test_jupyter_path_no_user_site FAILED	       [
	73%]
	tests/test_paths.py::test_jupyter_path_prefer_env PASSED		       [
	74%]
	--
	tests/test_paths.py::test_jupyter_path_subdir PASSED		       [
	78%]
	tests/test_paths.py::test_jupyter_config_path FAILED		       [
	79%]
	tests/test_paths.py::test_jupyter_config_path_no_user_site FAILED        [
	80%]
	tests/test_paths.py::test_jupyter_config_path_prefer_env PASSED	       [
	81%]
	--
	>	    assert path[0] == jupyter_data_dir()
	E	     AssertionError: assert '/usr/src/RPM...share/jupyter' ==
	'/usr/src/.lo...share/jupyter'
	E	       
	--
	>		assert p == v
	E		 AssertionError: assert '/usr/src/RPM...share/jupyter' ==
	'/usr/src/.lo...share/jupyter'
	E		   
	--
	>	    assert path[0] == jupyter_data_dir()
	E	     AssertionError: assert '/usr/src/RPM...share/jupyter' ==
	'/usr/src/.lo...share/jupyter'
	E	       
	--
	>	    assert p == v
	E	     AssertionError: assert '/usr/src/RPM...v/etc/jupyter' ==
	'/usr/src/.jupyter'
	E	       
	--
	>	assert path[0] == jupyter_config_dir()
	E	 AssertionError: assert '/usr/src/RPM...v/etc/jupyter' ==
	'/usr/src/.jupyter'
	E	   

python3-module-setuptools-1:69.1.0-alt1
	output=stdout, stderr=stderr)
	E		subprocess.CalledProcessError: Command
	'[Path('/usr/src/tmp/pytest-of-builder/pytest-0/popen-gw3/test_test_command_install_requ0/venv/.env/bin/python'),
	'setup.py', 'test', '-s', 'test']' returned non-zero exit status 1.
	/usr/lib64/python3.12/subprocess.py:571: CalledProcessError
	--
	er_d = dist.fetch_build_eggs(
	test (unittest.loader._FailedTest.test) ... ERROR
	ERROR: test (unittest.loader._FailedTest.test)
	ImportError: Failed to import test module: test
	Traceback (most recent call last):
	--
	import foobar
	ModuleNotFoundError: No module named 'foobar'
	Ran 1 test in 0.000s
	FAILED (errors=1)
	Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
	error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
	=================================== XPASSES ====================================
	--
	XPASS setuptools/tests/test_bdist_deprecations.py::test_bdist_rpm_warning - bdist_rpm
	is long deprecated, should we remove it? #1988
	FAILED setuptools/tests/test_integration.py::test_stevedore - distutils.error...
	FAILED setuptools/tests/test_integration.py::test_pbr - distutils.errors.Dist...
	FAILED setuptools/tests/test_integration.py::test_pyuri - distutils.errors.Di...

stringtemplate4-4.3.3-alt1_3jpp11
	[ERROR]
	[ERROR] Please refer to /usr/src/RPM/BUILD/stringtemplate4-4.3.3/target/surefire-reports
	for the individual test results.
	[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and
	[date].dumpstream.
	[ERROR] -> [Help 1]
	[ERROR]
	[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
	[ERROR] Re-run Maven using the -X switch to enable full debug logging.
	[ERROR]
	[ERROR] For more information about the errors and possible solutions, please read the
	following articles:
	[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

torrust-tracker-2.3.1-alt1
	Compiling mysql_common v0.27.5
	error: rustc interrupted by SIGSEGV, printing backtrace
	/usr/lib64/librustc_driver-ba15bc578279f798.so(+0x750d56)[0x7f2db61b5d56]
	--
	note: backtrace dumped due to SIGSEGV! resuming signal
	error: could not compile `frunk_core` (lib)
	Caused by:

	13 error logs REMOVED from the list
gawk-5.1.0.0.213.d04f-alt1
ldns-1.8.1-alt2
libvamp-2.10.0-alt2
python3-module-pytest-benchmark-4.0.0-alt2
python3-module-qtconsole-5.5.1-alt1
python3-module-qtsass-0.3.0-alt3
python3-module-requests-unixsocket-0.3.0-alt2
python3-module-setuptools_scm-8.0.4-alt1
python3-module-time-machine-2.13.0-alt1
python3-module-websockets-12.0-alt1
qemu-8.2.0-alt1
slicer-5.2.2-alt1
xdg-desktop-portal-1.18.2-alt1

Total 141 error logs.


Подробная информация о списке рассылки Sisyphus-cybertalk