14 NEW error logs

bpftrace-0.24.2-alt1
        [   SKIP   ] probe.kprobe_offset_module_error (unmet 
condition: 'lsmod | grep
        '^nf_tables'')
        [  FAILED  ] 1 tests, listed below:
        [  FAILED  ] probe.attach_to_bpf_program

elixir-1.17.3-alt1
        02:38:28.540 [error] Module 'Elixir.Sample' must be purged before 
deleting
        02:38:28.547 [error] Module 'Elixir.Sample' must be purged before 
deleting
        02:38:28.554 [error] Module 'Elixir.Sample' must be purged before 
deleting
        02:38:28.561 [error] Module 'Elixir.Sample' must be purged before 
deleting
        02:38:28.572 [error] Module 'Elixir.Sample' must be purged before 
deleting
        02:38:28.581 [error] Module 'Elixir.Sample' must be purged before 
deleting
        Finished in 13.8 seconds (3.2s on load, 6.2s async, 4.3s sync)
        2049 doctests, 4364 tests, 3 failures, 13 excluded
        make: *** [Makefile:280: test_stdlib] Error 2
        make: Leaving directory '/usr/src/RPM/BUILD/elixir-1.17.3'

grex-1.4.6-alt1
        test matching_regexes_without_start_anchor ... ok
        test matching_regexes_with_case_insensitive_matching_and_verbose_mode 
... FAILED
        test matching_regexes_without_anchors ... ok
        --
        thread 
'matching_regexes_with_case_insensitive_matching_and_verbose_mode' (2569224)
        panicked at tests/property_tests.rs:23:1:
        Test failed: assertion failed: test_cases.iter().all(|test_case|
        compiled_regexp.is_match(test_case)) at tests/property_tests.rs:295.
        minimal failing input: test_cases = {
        --
        matching_regexes_with_case_insensitive_matching_and_verbose_mode
        test result: FAILED. 44 passed; 1 failed; 0 ignored; 0 measured; 0 
filtered out;
        finished in 0.78s
        error: test failed, to rerun pass `--test property_tests`

gz-sim-10.1.0-alt1
        (2026-03-05 00:56:21.991) [debug] [SimulationRunner.cc:606] Exiting 
postupdate worker
        thread (1)
        [  FAILED  ] LookupWheelSlipTest.DriveForwardSlip (6112 ms)
        [----------] 1 test from LookupWheelSlipTest (6112 ms total)
        --
        [  PASSED  ] 0 tests.
        [  FAILED  ] 1 test, listed below:
        [  FAILED  ] LookupWheelSlipTest.DriveForwardSlip
        1 FAILED TEST
        Start 162: check_INTEGRATION_lookup_wheel_slip_system
        --
        236/236 Test #236: check_PERFORMANCE_level_manager 
........................   Passed
        0.01 sec
        99% tests passed, 1 tests failed out of 236
        Total Test time (real) = 373.99 sec
        The following tests FAILED:
        161 - INTEGRATION_lookup_wheel_slip_system (Failed)
        --
        30852888inputs+0outputs (2653998major+53866414minor)pagefaults 0swaps
        hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

liburing-2.14-alt1


lua5.4-module-lualanes-3.17.2-alt2_lr0
        lane    1.      a.some == 1
        lane    2.      a.some == 2
        lane    3.      c.some == nil
        lane    4.      c.some == 3
        main    4.      lane joined:
        main    5.      A.some = 2
        main    6.      C.some = 3
        make[1]: *** [Makefile:118: keeper] Segmentation fault
        make[1]: Leaving directory 
'/usr/src/RPM/BUILD/lua5.4-module-lualanes-3.17.2'
        make: *** [Makefile:87: test] Error 2

nushell-0.110.0-alt1
        === stderr
        Error: I/O error
        Diagnostic severity: error
        --
        commands::run_external::external_command_expand_tilde::case_2
        test result: FAILED. 2109 passed; 1 failed; 32 ignored; 0 measured; 6 
filtered out;
        finished in 13.33s
        error: test failed, to rerun pass `-p nu-command --test main`

python3-module-httpdbg-2.1.5-alt1
        >       assert "def handle_exception" in group.label, 
records._print_for_debug()
        E       AssertionError: None
        E       assert 'def handle_exception' in ''
        --
        ------------------------------ Captured log call 
-------------------------------
        ERROR    tests.test_server_hook_flask:app.py:875 Exception on /boum 
[GET]
        Traceback (most recent call last):
        --
        1 / 0
        ZeroDivisionError: division by zero
        INFO     werkzeug:_internal.py:97 127.0.0.1 - - [05/Mar/2026 03:09:06] 
"GET
        /boum HTTP/1.1" 500 -
        --
        =========================== short test summary info 
============================
        FAILED tests/test_server_hook_fastapi.py::test_fastapi_endpoint - 
assert b'' ...
        FAILED 
tests/test_server_hook_flask.py::test_flask_internal_server_error - As...
        ================== 2 failed, 185 passed, 1 warning in 56.45s 
===================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'--ignore=tests/ui']'
        returned non-zero exit status 1.

python3-module-joblib-1.5.3-alt1
        
.............[DEBUG:MainProcess:Thread-6156
        (worker)] worker got sentinel -- exiting
        hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

python3-module-paho-2.1.0-alt1
        KeyboardInterrupt
        ____________ ERROR at teardown of test_01_unpwd_empty_password_set 
_____________
        def fin():
        --
        >           raise RuntimeError(f"Client {name} exited with code 
{proc.returncode},
        expected {expected_returncode}")
        E           RuntimeError: Client 01-unpwd-empty-password-set.py exited 
with code -2,
        expected 0
        tests/lib/conftest.py:75: RuntimeError
        --
        KeyboardInterrupt
        ____________________ ERROR at teardown of test_01_unpwd_set 
____________________
        def fin():
        --
        >           raise RuntimeError(f"Client {name} exited with code 
{proc.returncode},
        expected {expected_returncode}")
        E           RuntimeError: Client 01-unpwd-set.py exited with code -2, 
expected 0
        tests/lib/conftest.py:75: RuntimeError
        --
        KeyboardInterrupt
        ________________ ERROR at teardown of test_01_unpwd_unicode_set 
________________
        def fin():
        --
        >           raise RuntimeError(f"Client {name} exited with code 
{proc.returncode},
        expected {expected_returncode}")
        E           RuntimeError: Client 01-unpwd-unicode-set.py exited with 
code -2, expected 0
        tests/lib/conftest.py:75: RuntimeError
        --
        KeyboardInterrupt
        _________ ERROR at teardown of test_03_publish_helper_qos1_disconnect 
__________
        def fin():
        --
        >           raise RuntimeError(f"Client {name} exited with code 
{proc.returncode},
        expected {expected_returncode}")
        E           RuntimeError: Client 03-publish-helper-qos1-disconnect.py 
exited with code
        -2, expected 0
        tests/lib/conftest.py:75: RuntimeError
        --
        =========================== short test summary info 
============================
        ERROR tests/lib/test_01_no_clean_session.py::test_01_no_clean_session - 
Runti...
        ERROR 
tests/lib/test_01_unpwd_empty_password_set.py::test_01_unpwd_empty_password_set
        ERROR tests/lib/test_01_unpwd_set.py::test_01_unpwd_set - RuntimeError: 
Clien...

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.38s 
===================

python3-module-requests-unixsocket2-1.0.1-alt1
        raise BadStatusLine(line)
        E   urllib3.exceptions.ProtocolError: ('Connection aborted.', 
BadStatusLine('Hello
        world!HTTP/1.1 200 OK\r\n'))
        During handling of the above exception, another exception occurred:
        --
        raise ConnectionError(err, request=request)
        E   requests.exceptions.ConnectionError: ('Connection aborted.', 
BadStatusLine('Hello
        world!HTTP/1.1 200 OK\r\n'))
        =========================== short test summary info 
============================
        FAILED 
requests_unixsocket/tests/test_requests_unixsocket.py::test_unix_domain_adapter_ok
        ========================= 1 failed, 5 passed in 0.20s 
==========================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', '-ra', 
'-Wignore',
        'requests_unixsocket/tests']' returned non-zero exit status 1.
        error: Bad exit status from /usr/src/tmp/rpm-tmp.17359 (%check)

python3-module-serializable-2.1.0-alt1
        self.assertDictEqual(dd1, dd2, msg)
        E   AssertionError: {'_id[1210 chars]-ref-1', '_references': 
('%conv:%set',), '%con[586
        chars]k'>"} != {'_id[1210 chars]-ref-2', '_references': ({'_ref': 
'sub-ref-3',[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.13s 
=========================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest']' 
returned non-zero
        exit status 1.

srt-1.5.4-alt2
        [  PASSED  ] 267 tests.
        [  FAILED  ] 1 test, listed below:
        [  FAILED  ] TestFEC.ConnectionReorder
        1 FAILED TEST
        YOU HAVE 6 DISABLED TESTS

        14 error logs REMOVED from the list
apitrace-12.0-alt1
dropbear-2025.89-alt1
dufs-0.43.0-alt1
libflif-0.4-alt1
libwebkitgtk4.1-2.48.1-alt1
optipng-0.7.8-alt1
oxker-0.13.0-alt1
perl-Image-PNG-Libpng-0.59-alt1
python3-module-geopmpy-3.2.2-alt1
python3-module-qtconsole-5.7.1-alt1
python3-module-uvloop-0.22.1-alt2
python3-module-vcrpy-8.1.1-alt1
reticulum-1.1.3-alt1
shepherd-1.0.1-alt1

Total 195 error logs.
_______________________________________________
Sisyphus-cybertalk mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sisyphus-cybertalk

Reply via email to