11 NEW error logs

clamav-1.4.3-alt3
        [INFO]: Removed tmp directory:
        /usr/src/RPM/BUILD/clamav-1.4.3/x86_64-alt-linux/unit_tests/TC-629gl0hw
        FAIL: test_freshclam_04_http_429 
(freshclam_test.TC.test_freshclam_04_http_429)
        Traceback (most recent call last):
        --
        Ran 11 tests in 15.566s
        FAILED (failures=1, skipped=1)
        5/5 Test #3: clamd ............................   Passed   22.51 sec
        80% tests passed, 1 tests failed out of 5
        Total Test time (real) =  22.51 sec
        The following tests FAILED:
        4 - freshclam (Failed)

dm-secdel-1.0.12-alt1
        systemctl daemon-reload
        make: systemctl: No such file or directory
        make: [Makefile:24: install-bin] Error 127 (ignored)
        systemctl enable secdeltab
        make: systemctl: No such file or directory
        make: [Makefile:25: install-bin] Error 127 (ignored)

gcc12-12.3.1-alt1
        ../../gcc/opts.cc:2126:53: note: 'bm.m_best_candidate_len' was declared 
here
        2126 |   best_match <const string_fragment &, const char*> bm (arg);
        In function 'gen_rtvec_v',
        inlined from 'ix86_expand_call' at 
../../gcc/config/i386/i386-expand.cc:9358:12:
        ../../gcc/emit-rtl.cc:1091:21: warning: 'vec[1]' may be used 
uninitialized
        [-Wmaybe-uninitialized]
        1091 |     rt_val->elem[i] = *argp++;
        ../../gcc/config/i386/i386-expand.cc: In function 'ix86_expand_call':
        ../../gcc/config/i386/i386-expand.cc:9148:7: note: 'vec[1]' was 
declared here
        9148 |   rtx vec[3];
        hasher-privd: parent: work_limits_ok: time elapsed limit (28800 
seconds) exceeded

guile-fibers-1.4.0-alt1
        make  check-TESTS
        hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

java-1.8.0-openjdk-0:1.8.0.472.b08-alt2
        + /usr/bin/gmake VERBOSE= LOG_LEVEL=trace -R -I
        
/usr/src/RPM/BUILD/java-1.8.0-openjdk-1.8.0.472.b08-0.x86_64/openjdk/make/common
        -f adlc.make -r -rRw
        
-I/usr/src/RPM/BUILD/java-1.8.0-openjdk-1.8.0.472.b08-0.x86_64/openjdk/make/common
 -j2
        -Otarget --sync-mutex=fnm:/usr/src/tmp/Gm -j -EVMcx
        gmake: *** cannot open output sync mutex /usr/src/tmp/Gm: No such file 
or directory.  Stop.
        gmake[5]: ***
        
[/usr/src/RPM/BUILD/java-1.8.0-openjdk-1.8.0.472.b08-0.x86_64/jdk8u472-b08/hotspot/make/linux/makefiles/top.make:91:
        ad_stuff] Error 2

perl-Mite-0.012000-alt1
        t/Test-Mite/pragmas.t .................... ok
        # Failed test at t/Test-Mite/sims.t line 9.
        # | PATH  | GOT                    | OP      | CHECK                  |
        --
        # |       | d790803c0)             |         |                        |
        # Failed test 'sim_source'
        # at t/Test-Mite/sims.t line 12.
        --
        t/Test-Mite/sims.t                     (Wstat: 256 (exited 1) Tests: 6 
Failed: 1)
        Failed test:  5
        Non-zero exit status: 1
        --
        Result: FAIL
        Failed 1/75 test programs. 1/146 subtests failed.
        make: *** [Makefile:861: test_dynamic] Error 1

perl-Net-SIP-0.839-alt1
        # received=341 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *'
        #   Failed test 'UAS RTP ok'
        #   at t/19_call_with_dtmf.t line 151.
        --
        t/19_call_with_dtmf.t                 (Wstat: 256 (exited 1) Tests: 216 
Failed: 1)
        Failed test:  16
        Non-zero exit status: 1
        --
        Result: FAIL
        Failed 1/26 test programs. 1/2000 subtests failed.
        make: *** [Makefile:829: test_dynamic] Error 255

python3-module-aiohttp-3.13.2-alt1
        SKIPPED [1] tests/test_resolver.py:467: aiodns <3.2.0 required
        SKIPPED [1] tests/test_multipart_helpers.py:455: should raise decoding 
error: %E4 is
        invalid for utf-8
        SKIPPED [1] tests/test_multipart_helpers.py:510: urllib.parse.unquote 
is tolerate to
        standalone % chars
        SKIPPED [1] tests/test_multipart_helpers.py:519: urllib.parse.unquote 
is tolerate to
        standalone % chars
        SKIPPED [1] tests/test_multipart_helpers.py:446: should raise decoding 
error: %82 is
        invalid for latin1
        SKIPPED [1] tests/test_connector.py:3680: Proactor Event loop present 
only in Windows
        --
        XFAIL 
tests/test_websocket_parser.py::test_parse_frame_header_new_data_err[pyloop]
        FAILED 
tests/test_web_functional.py::test_keepalive_expires_on_time[pyloop]
        ======= 1 failed, 4166 passed, 25 skipped, 7 xfailed in 74.12s 
(0:01:14) =======
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['pytest', '-m', 'not dev_mode and 
not
        internal', '-vra', '-o=addopts=', '-n', 'auto', 
'--ignore=tests/autobahn',
        '--ignore=tests/test_proxy_functional.py', 
'--ignore-glob=tests/test_benchmarks_*',
        'tests']' returned non-zero exit status 1.

python3-module-paho-2.1.0-alt1
        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_will_unpwd_set 
__________________
        def fin():
        --
        >           raise RuntimeError(f"Client {name} exited with code 
{proc.returncode},
        expected {expected_returncode}")
        E           RuntimeError: Client 01-will-unpwd-set.py exited with code 
-2, expected 0
        tests/lib/conftest.py:75: RuntimeError
        --
        KeyboardInterrupt
        _______________ ERROR at teardown of test_03_publish_helper_qos0 
_______________
        def fin():
        --
        >           raise RuntimeError(f"Client {name} exited with code 
{proc.returncode},
        expected {expected_returncode}")
        E           RuntimeError: Client 03-publish-helper-qos0.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_unpwd_empty_set.py::test_01_unpwd_empty_set - 
Runtime...
        ERROR tests/lib/test_01_unpwd_set.py::test_01_unpwd_set - RuntimeError: 
Clien...
        ERROR tests/lib/test_01_will_unpwd_set.py::test_01_will_unpwd_set - 
RuntimeEr...

python3-module-retrying-1.4.2-alt1
        "msg": "calls_per_second_final was not within +/-20% of 
calls_per_second_initial"
        E       AssertionError: False is not true : 
{'calls_per_second_initial': 11639.0170554988,
        'calls_per_second_final': 24550.618328169418, 'msg': 
'calls_per_second_final was not
        within +/-20% of calls_per_second_initial'}
        test_retrying.py:530: AssertionError
        =========================== short test summary info 
============================
        FAILED test_retrying.py::LoadTest::test_load - AssertionError: False is 
not t...
        ======================== 1 failed, 26 passed in 24.51s 
=========================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'test_retrying.py']'
        returned non-zero exit status 1.

python3-module-websockets-15.0.1-alt1
        
.......................................sssssssssssssss.......ssssssss...................................................................................................................................................................s....s.s........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss.......s..................................................................................................................................s.......................................................................................................................................s........................................................................................................sssssssssssssss.....ssssssss....................s................................s..............................................................sss...............................s.............................................E......................................................................................................................................................................................................................................................s..............................................................................................................................................................................................................................................................................................................................................................................................
        ERROR: test_writing_in_recv_events_fails
        
(tests.sync.test_connection.ServerConnectionTests.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 1947 tests in 73.983s
        FAILED (errors=1, skipped=61)
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'unittest']' 
returned non-zero
        exit status 1.

        18 error logs REMOVED from the list
blender5.0-5.0.0-alt0.2
bpftrace-0.24.2-alt1
codex-0.77.0-alt1
deepin-application-manager-1.2.42-alt1
dropbear-2025.89-alt1
emacs-mode-auctex-14.1.0-alt1
jogl2-2.5.0-alt1
kernel-modules-tripso-6.18-1.2.2-alt2.397827.1
libabigail-2.8-alt1
python3-module-backrefs-6.0.1-alt1
python3-module-hypothesis-jsonschema-0.23.1-alt1
python3-module-pulsectl-asyncio-1.2.2-alt2
python3-module-qtconsole-5.7.0-alt1
python3-module-schemathesis-4.7.6-alt1
python3-module-tox-4.32.0-alt1
python3-module-uvloop-0.22.1-alt2
tmux-3.5a-alt1
tripso-1.2.2-alt2

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

Reply via email to