11 NEW error logs

bdsync-0.11.2-alt3
        --> PASS
        test12.sh:
        **** Checking: stderr forwarding and status returning of subprocess
        --> PASS
        test13.sh:
        **** Checking: stderr forwarding and status returning of subprocess 
prior to bdsync
        execution
        |  Inconsistent checksums MD5ER1/MD5ER2
        --> FAIL
        make: *** [Makefile:16: test] Error 1
        make: Leaving directory '/usr/src/RPM/BUILD/bdsync-0.11.2'

gcr4-4.3.0-alt1
        + xvfb-run /usr/bin/meson test --no-rebuild --print-errorlogs -C 
x86_64-alt-linux -t 8
        _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be 
created.
        <12>Sep 21 04:26:42 egg-hkdf: Libgcrypt warning: missing initialization 
- please fix
        the application

meschach-1.2-alt1.b.3
        gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H spbkp.c
        spbkp.c: In function 'spBKPfactor':
        spbkp.c:614:17: warning: variable 'row_num' set but not used 
[-Wunused-but-set-variable]
        614 |     int         row_num;
        spbkp.c:612:42: warning: variable 'r' set but not used 
[-Wunused-but-set-variable]
        612 |     int         i, j, k, l, n, onebyone, r;
        spbkp.c: At top level:
        spbkp.c:34:17: warning: 'rcsid' defined but not used [-Wunused-variable]
        34 | static  char    rcsid[] = "$Id: spbkp.c,v 1.6 1996/08/20 19:53:10 
stewart Exp $";
        make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2'

perl-Crypt-RSA-1.99-alt2
        t/11-wrapper.t     (Wstat: 0 Tests: 13 Failed: 1)
        Failed test:  12
        Parse errors: Tests out of sequence.  Found (1) but expected (2)
        --
        Tests out of sequence.  Found (5) but expected (6)
        Displayed the first 5 of 13 TAP syntax errors.
        Re-run prove with the -p option to see them all.
        --
        Result: FAIL
        Failed 1/16 test programs. 1/95 subtests failed.
        make: *** [Makefile:791: test_dynamic] Error 255

perl-Starlet-0.31-alt1_22
        t/11multi-sockets.t ........ ok
        #   Failed test 'No warnings'
        #   at t/12bad_request_line.t line 24.
        --
        t/12bad_request_line.t   (Wstat: 256 (exited 1) Tests: 2 Failed: 1)
        Failed test:  2
        Non-zero exit status: 1
        --
        Result: FAIL
        Failed 1/15 test programs. 1/146 subtests failed.
        make: *** [Makefile:753: test_dynamic] Error 255

python3-module-cheroot-10.0.1-alt4
        err_text = ssl_err.value.args[0].reason.args[0].args[1]
        except AttributeError:
        if IS_WINDOWS or IS_GITHUB_ACTIONS_WORKFLOW:
        --
        ----------------------------- Captured stderr call 
-----------------------------
        Client ('127.0.0.1', 55398) lost ??? peer dropped the TLS connection 
suddenly, during
        handshake: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify 
failed: unable to
        get local issuer certificate (_ssl.c:1000)')
        - generated xml file:
        
/usr/src/RPM/BUILD/python3-module-cheroot-10.0.1/.test-results/pytest/test.xml -
        --
        XFAIL cheroot/test/test_core.py::test_large_request -
        https://github.com/cherrypy/cheroot/issues/106
        FAILED 
cheroot/test/test_ssl.py::test_tls_client_auth[1-False-localhost-builtin] -
        assert False
        +  where False = any(<generator object 
test_tls_client_auth.<locals>.<genexpr> at
        0x7fd1d7dad970>)
        --
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'-vra']' returned
        non-zero exit status 1.

python3-module-fastapi-0.116.1-alt3
        +++++++++++++++++++++++++++++++++++ Timeout 
++++++++++++++++++++++++++++++++++++
        FAILED                                                                  
 [ 98%]
        tests/test_tutorial/test_websockets/test_tutorial003_py39.py::test_get 
PASSED [ 98%]
        --
        =========================== short test summary info 
============================
        FAILED
        
tests/test_tutorial/test_websockets/test_tutorial003.py::test_websocket_handle_disconnection
        - Failed: Timeout >300.0s
        =========== 1 failed, 2339 passed, 129 skipped in 358.65s (0:05:58) 
============
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['bash', '-s']' returned non-zero 
exit status 1.

python3-module-pyshark-0.6-alt2
        >               raise KeyError(f"Packet of index {packet_index} does 
not exist in capture")
        E               KeyError: 'Packet of index 0 does not exist in capture'
        .tox/py3/lib/python3/site-packages/pyshark/capture/file_capture.py:75: 
KeyError
        --
        =========================== short test summary info 
============================
        FAILED ../tests/test_cap_operations.py::test_getting_packet_summary - 
KeyErro...
        ================= 1 failed, 72 passed, 121 warnings in 36.53s 
==================

python3-module-sh-2.0.6-alt1
        >           self.assertEqual(str(p), "0\n1\n2\n3\n42\n43\n")
        E           AssertionError: '0\n1\n2\n3\n43\n44\n' != 
'0\n1\n2\n3\n42\n43\n'
        E             0
        --
        SKIPPED [1] tests/sh_test.py:2322: what's the best way to test a 
different '_encoding'
        special keywordargument?
        FAILED tests/sh_test.py::FunctionalTests::test_general_signal - 
AssertionErro...
        ================== 1 failed, 177 passed, 1 skipped in 57.63s 
===================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', '-ra', 
'-Wignore']'
        returned non-zero exit status 1.

python3-module-terminado-0.18.1-alt1
        tests/basic_test.py::UniqueTermTests::test_large_io_doesnt_hang 
PASSED
        [ 77%]
        tests/basic_test.py::UniqueTermTests::test_max_terminals 
FAILED          [
        88%]
        tests/basic_test.py::UniqueTermTests::test_unique_processes 
PASSED
        [100%]
        --
        >       self.assertEqual(msg[0], "setup")
        E       TypeError: 'NoneType' object is not subscriptable
        msg        = None
        --
        =========================== short test summary info
        ============================
        FAILED 
tests/basic_test.py::UniqueTermTests::test_max_terminals -
        TypeError: 'NoneType' object is not subscriptable
        ========================= 1 failed, 8 
passed in
        40.96s =========================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'-vra']' returned
        non-zero exit status 1.

python3-module-websockets-12.0-alt1
        raise ValueError("Invalid file descriptor: {}".format(fd))
        ValueError: Invalid file descriptor: -1
        .Exception in thread Thread-496 (serve_forever):
        --
        raise ValueError("Invalid file descriptor: {}".format(fd))
        ValueError: Invalid file descriptor: -1
        
..................................................................................................................s..............................................................................................................................................................................................................................................................................................................................................................................
        FAIL: test_server_shuts_down_and_waits_until_handlers_terminate
        
(tests.legacy.test_client_server.ClientServerTests.test_server_shuts_down_and_waits_until_handlers_terminate)
        Traceback (most recent call last):
        --
        self.assertFalse(server_ws.handler_task.done())
        AssertionError: True is not false
        Ran 1297 tests in 3.114s
        FAILED (failures=1, skipped=12)
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'unittest']' 
returned non-zero
        exit status 1.

        9 error logs REMOVED from the list
Cardinal-24.04-alt1
fish-4.0.2-alt1
givaro-4.2.0-alt3
kopia-0.15.0-alt2
perl-Server-Starter-0.35-alt1.1
php8.4-pcntl-8.4.11-alt1
python3-module-mdp-3.6.0.15.g64f14eee-alt4.1
python3-module-qtsass-0.3.0-alt3
zstd-1.5.5-alt2

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

Reply via email to