6 NEW error logs

perl-Tie-DBI-1.08-alt1
        Result: FAIL
        Failed 1/2 test programs. 0/46 subtests failed.
        make: *** [Makefile:781: test_dynamic] Error 255

prometheus-simpleclient-java-0.12.0-alt1_4jpp11
        [ERROR] io.prometheus.client.HistogramTest.testTimeWithExemplar  Time 
elapsed: 0.001
        s  <<< FAILURE!
        java.lang.AssertionError: expected:<0.015> but was:<0.018252388>
        at 
io.prometheus.client.HistogramTest.assertExemplar(HistogramTest.java:302)

python3-module-cheroot-10.0.1-alt2
        >           assert col in needed_collectors, "previous item was not 
torn down properly"
        E           AssertionError: previous item was not torn down properly
        col        = <Module test_server.py>
        --
        /usr/lib/python3/site-packages/_pytest/runner.py:505: AssertionError
        ________ ERROR at setup of test_http_over_https_error[0.0.0.0-builtin] 
_________
        [gw5] linux -- Python 3.12.7
        /usr/src/RPM/BUILD/python3-module-cheroot-10.0.1/.run_venv/bin/python3
        --
        >           assert col in needed_collectors, "previous item was not 
torn down properly"
        E           AssertionError: previous item was not torn down properly
        col        = <Module test_server.py>
        --
        XFAIL cheroot/test/test_core.py::test_large_request -
        https://github.com/cherrypy/cheroot/issues/106
        ERROR 
cheroot/test/test_ssl.py::test_http_over_https_error[0.0.0.0-pyopenssl]
        ERROR 
cheroot/test/test_ssl.py::test_http_over_https_error[0.0.0.0-builtin]
        ================== 151 passed, 3 xfailed, 2 errors in 14.58s 
===================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', '-k', 
'not
        test_tls_client_auth']' returned non-zero exit status 1.

python3-module-pkcs11-0.7.0-alt1
        <11>Oct  7 04:45:11 softhsm2-util: ObjectStore.cpp(74): Failed to open 
token
        python_pkcs11.egg-info
        <11>Oct  7 04:45:11 softhsm2-util: File.cpp(94): Could not open the 
file (No such file
        or directory): 
/usr/src/RPM/BUILD/python3-module-pkcs11-0.7.0/build/token.object
        <11>Oct  7 04:45:11 softhsm2-util: OSToken.cpp(600): Token integrity 
check failed
        <11>Oct  7 04:45:11 softhsm2-util: ObjectStore.cpp(74): Failed to open 
token build
        <11>Oct  7 04:45:11 softhsm2-util: File.cpp(94): Could not open the 
file (No such file
        or directory): 
/usr/src/RPM/BUILD/python3-module-pkcs11-0.7.0/tools/token.object
        <11>Oct  7 04:45:11 softhsm2-util: OSToken.cpp(600): Token integrity 
check failed
        <11>Oct  7 04:45:11 softhsm2-util: ObjectStore.cpp(74): Failed to open 
token tools
        <11>Oct  7 04:45:11 softhsm2-util: File.cpp(94): Could not open the 
file (No such file
        or directory): 
/usr/src/RPM/BUILD/python3-module-pkcs11-0.7.0/tests/token.object
        <11>Oct  7 04:45:11 softhsm2-util: OSToken.cpp(600): Token integrity 
check failed
        <11>Oct  7 04:45:11 softhsm2-util: ObjectStore.cpp(74): Failed to open 
token tests
        <11>Oct  7 04:45:11 softhsm2-util: File.cpp(94): Could not open the 
file (No such file
        or directory): 
/usr/src/RPM/BUILD/python3-module-pkcs11-0.7.0/pkcs11/token.object
        <11>Oct  7 04:45:11 softhsm2-util: OSToken.cpp(600): Token integrity 
check failed
        <11>Oct  7 04:45:11 softhsm2-util: ObjectStore.cpp(74): Failed to open 
token pkcs11
        <11>Oct  7 04:45:11 softhsm2-util: File.cpp(94): Could not open the 
file (No such file
        or directory): 
/usr/src/RPM/BUILD/python3-module-pkcs11-0.7.0/extern/token.object
        <11>Oct  7 04:45:11 softhsm2-util: OSToken.cpp(600): Token integrity 
check failed
        <11>Oct  7 04:45:11 softhsm2-util: ObjectStore.cpp(74): Failed to open 
token extern

python3-module-websockets-12.0-alt1
        
.....................................................................................................................................F...............................................................................................F................ss......s.....................................................................................................................s......................................................................................................................................s.............................................................................................................E...s.F..................s.............................................sFss...................s................................................FF..FF......................................................................................................................................................................s..............................................................................................................................................................................................................................................................................................................................................................................
        ERROR: test_close_idempotency_race_condition
        
(tests.sync.test_connection.ClientConnectionTests.test_close_idempotency_race_condition)
        close waits if the connection is already closing.
        --
        websockets.exceptions.ConnectionClosedOK: sent 1000 (OK); then received 
1000 (OK)
        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
        FAIL: test_server_shuts_down_and_waits_until_handlers_terminate
        
(tests.legacy.test_client_server.SecureClientServerTests.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
        FAIL: test_close_waits_for_recv
        
(tests.sync.test_connection.ClientConnectionTests.test_close_waits_for_recv)
        Traceback (most recent call last):
        --
        self.assertFalse(close_thread.is_alive())
        AssertionError: True is not false
        FAIL: test_close_timeout_waiting_for_recv
        
(tests.sync.test_connection.ServerConnectionTests.test_close_timeout_waiting_for_recv)
        Traceback (most recent call last):
        --
        self.assertFalse(close_thread.is_alive())
        AssertionError: True is not false
        FAIL: test_get_fragmented_text_message_already_received
        
(tests.sync.test_messages.AssemblerTests.test_get_fragmented_text_message_already_received)
        get reassembles a fragmented a text message that is already received.

snapd-glib-2-1.66-alt1
        Summary of Failures:
        3/4 Tests                TIMEOUT        600.13s   killed by signal 15 
SIGTERM
        4/4 Tests (qt6           TIMEOUT        600.12s   killed by signal 15 
SIGTERM
        Ok:                 2
        Expected Fail:      0
        Fail:               0
        Unexpected Pass:    0
        Skipped:            0
        Timeout:            2
        Full log written to
        
/usr/src/RPM/BUILD/snapd-glib-1.66/x86_64-alt-linux/meson-logs/testlog.txt

        11 error logs REMOVED from the list
dotnet-runtime-9.0-9.0.0.preview.2-alt1
fprintd-1.94.4-alt1
gawk-5.1.0.0.213.d04f-alt1
guile22-2.2.7-alt1
libvamp-2.10.0-alt2
perl-CHI-0.61-alt1
python3-module-easyprocess-1.1-alt2
python3-module-hypothesis-6.112.2-alt1
python3-module-pythran-0.16.1-alt1
stringtemplate4-4.3.3-alt1_3jpp11
tuxpaint-config-0.0.24-alt1

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

Reply via email to