* [cyber] I: Sisyphus-20240221 x86_64 beehive_status: +8 -13 (141)
@ 2024-02-21 5:34 ALT beekeeper
0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2024-02-21 5:34 UTC (permalink / raw)
To: sisyphus-cybertalk
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 ^[[32mPASSED^[[0m^[[33m [
70%]^[[0m
tests/test_paths.py::test_jupyter_path ^[[31mFAILED^[[0m^[[31m [
71%]^[[0m
tests/test_paths.py::test_jupyter_path_user_site ^[[31mFAILED^[[0m^[[31m [
72%]^[[0m
tests/test_paths.py::test_jupyter_path_no_user_site ^[[31mFAILED^[[0m^[[31m [
73%]^[[0m
tests/test_paths.py::test_jupyter_path_prefer_env ^[[32mPASSED^[[0m^[[31m [
74%]^[[0m
--
tests/test_paths.py::test_jupyter_path_subdir ^[[32mPASSED^[[0m^[[31m [
78%]^[[0m
tests/test_paths.py::test_jupyter_config_path ^[[31mFAILED^[[0m^[[31m [
79%]^[[0m
tests/test_paths.py::test_jupyter_config_path_no_user_site ^[[31mFAILED^[[0m^[[31m [
80%]^[[0m
tests/test_paths.py::test_jupyter_config_path_prefer_env ^[[32mPASSED^[[0m^[[31m [
81%]^[[0m
--
> assert path[0] == jupyter_data_dir()
^[[1m^[[31mE AssertionError: assert '/usr/src/RPM...share/jupyter' ==
'/usr/src/.lo...share/jupyter'^[[0m
^[[1m^[[31mE ^[[0m
--
> assert p == v
^[[1m^[[31mE AssertionError: assert '/usr/src/RPM...share/jupyter' ==
'/usr/src/.lo...share/jupyter'^[[0m
^[[1m^[[31mE ^[[0m
--
> assert path[0] == jupyter_data_dir()
^[[1m^[[31mE AssertionError: assert '/usr/src/RPM...share/jupyter' ==
'/usr/src/.lo...share/jupyter'^[[0m
^[[1m^[[31mE ^[[0m
--
> assert p == v
^[[1m^[[31mE AssertionError: assert '/usr/src/RPM...v/etc/jupyter' ==
'/usr/src/.jupyter'^[[0m
^[[1m^[[31mE ^[[0m
--
> assert path[0] == jupyter_config_dir()
^[[1m^[[31mE AssertionError: assert '/usr/src/RPM...v/etc/jupyter' ==
'/usr/src/.jupyter'^[[0m
^[[1m^[[31mE ^[[0m
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-02-21 5:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-21 5:34 [cyber] I: Sisyphus-20240221 x86_64 beehive_status: +8 -13 (141) 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