* [cyber] I: Sisyphus-20260125 x86_64 beehive_status: +15 -34 (334)
@ 2026-01-25 14:59 ALT beekeeper
0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2026-01-25 14:59 UTC (permalink / raw)
To: sisyphus-cybertalk
15 NEW error logs
altlinux-freedesktop-menu-0.70-alt2
+ j=altlinux-webdevelopment.directory
+ grep altlinux-webdevelopment.directory ignore.list
+ grep 'Name\[ru\]=' desktop-directories/altlinux-webdevelopment.directory
+ for i in desktop-directories/*.directory
++ basename desktop-directories/altlinux-xfce.directory
+ j=altlinux-xfce.directory
+ grep altlinux-xfce.directory ignore.list
+ rm ignore.list
+ '[' 0 -gt 0 ']'
+ exit 1
binwalk3-3.1.0-alt1
test src/binwalk.rs - binwalk::Binwalk::configure (line 103) ... ok
test src/binwalk.rs - binwalk::Binwalk::analyze (line 639) ... FAILED
failures:
--
src/binwalk.rs - binwalk::Binwalk::analyze (line 639)
test result: FAILED. 28 passed; 1 failed; 3 ignored; 0 measured; 0 filtered out;
finished in 0.20s
error: doctest failed, to rerun pass `--doc`
bolt-0.9.10-alt1
# Start of touch tests
not ok /common/fs/touch/mtime - ERROR:../tests/test-common.c:1629:test_fs_touch_mtime:
assertion failed (ts >= now): (1769340372 >= 1769340373)
Bail out!
stderr:
ERROR:../tests/test-common.c:1629:test_fs_touch_mtime: assertion failed (ts >= now):
(1769340372 >= 1769340373)
15/17 bolt:test-power OK 0.03s
--
Full log written to /usr/src/RPM/BUILD/bolt-0.9.10/x86_64-alt-linux/meson-logs/testlog.txt
FAILED: [code=1] meson-internal__test
/usr/bin/meson test --no-rebuild --print-errorlogs
guestfs-tools-1.53.7-alt1
File "_none_", line 1:
Error: No implementation provided for the following modules:
"Dune_site__Dune_site_data" referenced from "Dune_site__Helpers"
(/usr/lib64/ocaml/dune-site/dune_site.cmxa)
perl-Parallel-Runner-0.014-alt1_3
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e"
"undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'First signal sent after delay'
# at t/Destruction.t line 76.
--
t/Destruction.t (Wstat: 256 (exited 1) Tests: 10 Failed: 1)
Failed test: 7
Non-zero exit status: 1
--
Result: FAIL
Failed 1/3 test programs. 1/57 subtests failed.
make: *** [Makefile:776: test_dynamic] Error 255
python3-module-oslo.db-17.4.0-alt1
raise exception
oslo_db.exception.DBConnectionError:
(oslo_db.tests.sqlalchemy.test_exc_filters.OperationalError) 2002 MySQL server has
gone away
[SQL: SELECT 1]
--
{123} oslo_db.tests.sqlalchemy.test_exc_filters.TestDeadlock.test_postgresql_not_deadlock
[0.000937s] ... ok
hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded
python3-module-pulsectl-asyncio-1.2.2-alt2
tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_ext_stream_restore PASSED
[ 29%]
tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_get_peak_sample FAILED
[ 35%]
tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_get_sink_src PASSED [ 41%]
--
> self.assertGreater(peak, 0)
E AssertionError: 0.0 not greater than 0
tests/test_async_with_dummy_instance.py:461: AssertionError
--
=========================== short test summary info ============================
FAILED tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_get_peak_sample
=================== 1 failed, 16 passed, 1 warning in 20.23s ===================
python3-module-serializable-2.1.0-alt1
self.assertDictEqual(dd1, dd2, msg)
E AssertionError: {'_id[1210 chars]-ref-2', '_references': ({'_ref': 'sub-ref-1',[586
chars]k'>"} != {'_id[1210 chars]-ref-1', '_references': ('%conv:%set',), '%con[586
chars]k'>"}
E {'%conv': "<class 'tests.model.Book'>",
--
=========================== short test summary info ============================
FAILED tests/test_xml.py::TestXml::test_deserializable_with_unknown_ignored_attributes
FAILED tests/test_xml.py::TestXml::test_deserializable_with_unknown_ignored_elements
========================= 2 failed, 89 passed in 0.19s =========================
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest']' returned non-zero
exit status 1.
python3-module-textdistance-4.6.3-alt1
XFAIL tests/test_external.py::test_list_of_numbers[Levenshtein] - module not installed:
distance.levenshtein
FAILED tests/test_compression/test_common.py::test_simmetry[alg0] - hypothesi...
============= 1 failed, 417 passed, 12 xfailed in 98.66s (0:01:38) =============
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned
non-zero exit status 1.
python3-module-uvloop-0.22.1-alt2
raise self.failureException(msg)
AssertionError: unexpected calls to loop.call_exception_handler()
=============================== warnings summary ===============================
--
SKIPPED [1] tests/test_udp.py:337: Skipped
FAILED tests/test_process.py::TestAsyncio_AIO_Process::test_cancel_post_init
======= 1 failed, 473 passed, 36 skipped, 5 warnings in 77.58s (0:01:17) =======
INFO : Command's result: FAILURE
INFO : Command's error: Command '['pytest', '-vra']' returned non-zero exit status 1.
python3-module-vcrpy-8.1.0-alt1
> self.sock.sendall(data)
E BrokenPipeError: [Errno 32] Broken pipe
/usr/lib64/python3.13/http/client.py:1077: BrokenPipeError
--
=========================== short test summary info ============================
FAILED tests/unit/test_stubs.py::TestVCRConnection::test_body_consumed_once_iterator
=========== 1 failed, 177 passed, 3 deselected, 3 warnings in 1.09s ============
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-ra', '-m', 'not online',
'tests/unit/']' returned non-zero exit status 1.
error: Bad exit status from /usr/src/tmp/rpm-tmp.21410 (%check)
python3-module-websockets-16.0-alt1
.......................................sssssssssssssss.......ssssssss.......................................................................................................................................................................s....s.s.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss...........................................................................................................................................................................................................................................................................................................................................................................................sssssssssssssss.....ssssssss...................................................................................................E.................s.s.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
ERROR: test_writing_in_recv_events_fails
(tests.sync.test_connection.ClientConnectionTests.test_writing_in_recv_events_fails)
Error when responding to incoming frames is correctly reported.
--
raise self.protocol.close_exc from original_exc
websockets.exceptions.ConnectionClosedError: no close frame received or sent
Ran 1959 tests in 78.859s
FAILED (errors=1, skipped=53)
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'unittest']' returned non-zero
exit status 1.
shepherd-1.0.1-alt1
make[4]: Entering directory '/usr/src/RPM/BUILD/shepherd-1.0.1'
FAIL: tests/services/log-rotation.sh
make[4]: Leaving directory '/usr/src/RPM/BUILD/shepherd-1.0.1'
--
# SKIP: 1
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
See ./test-suite.log
virt-v2v-2.6.0-alt2
../ocaml-dep.sh convert.mli convert_linux.mli convert_windows.mli inspect_source.mli
target_bus_assignment.mli windows.mli convert.ml convert_linux.ml convert_windows.ml
inspect_source.ml target_bus_assignment.ml windows.ml
Bad -I option: /usr/src/RPM/BUILD/virt-v2v-2.6.0/common/mlvisit: No such file or directory
Bad -I option: /usr/src/RPM/BUILD/virt-v2v-2.6.0/common/mlprogress: No such file or
directory
make[2]: Leaving directory '/usr/src/RPM/BUILD/virt-v2v-2.6.0/convert'
--
../ocaml-dep.sh v2v.mli v2v.ml v2v_unit_tests.ml
Bad -I option: /usr/src/RPM/BUILD/virt-v2v-2.6.0/common/mlvisit: No such file or directory
Bad -I option: /usr/src/RPM/BUILD/virt-v2v-2.6.0/common/mlprogress: No such file or
directory
make[2]: Leaving directory '/usr/src/RPM/BUILD/virt-v2v-2.6.0/v2v'
--
File "_none_", line 1:
Error: No implementation provided for the following modules:
"Dune_site__Dune_site_data" referenced from "Dune_site__Helpers"
(/usr/lib64/ocaml/dune-site/dune_site.cmxa)
zoryn-0.12.0-alt2
[OK] workflow 7 verbose output.
[OK] workflow 8 debug output.
[OK] workflow 9 detects package name.
[OK] workflow 10 shows step progress.
[OK] error cases 0 invalid tag shows error.
[OK] gear tags 0 skips gear tags when no list file.
[OK] gear tags 1 skips gear tags when list is em...
[OK] gear tags 2 attempts gear-update-tag when l...
Full test results in `~/RPM/BUILD/zoryn-0.12.0/_build/default/test/_build/_tests/zoryn
up integration'.
Test Successful in 2.458s. 31 tests run.
34 error logs REMOVED from the list
cpu-x-5.4.0-alt1
deepin-screenshot-5.0.0-alt1
emacs-mode-auctex-14.1.0-alt1
entangle-3.0-alt4
flatseal-2.4.0-alt1
gawk-5.1.0.0.213.d04f-alt1
gcr4-4.4.0.1-alt1.1
ghostty-1.1.4-alt0.2
gitg-44-alt2
glog-0.7.1-alt1
gnome-vfs-1:2.24.4-alt14
grex-1.4.6-alt1
kf5-kwallet-5.116.0-alt3
libdqlite-1.18.2-alt1
libdtkwm-2.0.12-alt1
libwebkitgtk6.0-2.50.4-alt1
perl-HTML-Widget-1.11-alt3
perl-autovivification-0.18-alt2_8
python3-module-mkdocs-1.6.1-alt2
python3-module-qtconsole-5.7.0-alt1
python3-module-schemathesis-4.7.6-alt1
python3-module-sh-2.2.2-alt1
python3-module-tox-4.32.0-alt1
regard3d-1.0.0-alt1.1
river-0.3.9-alt1
rpcs3-0.0.39-alt1
rxclient-1.0.1-alt1
shadps4-0.13.0-alt1
verilator-5.040-alt1
wayqt-0.3.0-alt1
xli-1.17.0-alt10
xplayer-2.4.4-alt3
zoryn-0.11.0-alt1
zstd-1.5.5-alt2
Total 334 error logs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-25 14:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-25 14:59 [cyber] I: Sisyphus-20260125 x86_64 beehive_status: +15 -34 (334) 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