11 NEW error logs

auditd-plugin-clickhouse-lite-0.1.9-alt3
        ok 5 auditd-plugin-clickhouse def-threads 100-loads
        0% tests passed, 1 tests failed out of 1
        Total Test time (real) = 1500.03 sec
        The following tests FAILED:
        1 - main_test (Timeout)

dosage-3.2-alt2
        tests/test_robotstxt.py::test_allowed_robotstxt PASSED                  
 [ 81%]
        tests/test_robotstxt.py::test_all_denied_robotstxt FAILED               
 [ 82%]
        tests/test_robotstxt.py::test_explit_denied_robotstxt PASSED            
 [ 82%]
        --
        >           raise IOError("%s is disallowed by %s" % (url, roboturl))
        E           OSError: http://e/somefile.html is disallowed by 
http://e/robots.txt
        dosagelib/http.py:95: OSError
        --
        =========================== short test summary info 
============================
        FAILED tests/test_robotstxt.py::test_all_denied_robotstxt - OSError: 
http://e...
        ============= 1 failed, 148 passed, 1 skipped, 4 warnings in 1.42s 
=============
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', '-v']' 
returned non-zero
        exit status 1.
        error: Bad exit status from /usr/src/tmp/rpmb-tmp.nUVBMk (%check)

eartag-1.0.2-alt1.1
        stderr:
        Fatal Python error: Segmentation fault
        Thread 0x00007f3f13fbe6c0 (most recent call first):

grex-1.4.6-alt1
        test matching_regexes_with_default_settings ... ok
        test matching_regexes_with_case_insensitive_matching_and_verbose_mode 
... FAILED
        test valid_regexes_with_conversion_of_non_whitespace ... ok
        --
        thread 
'matching_regexes_with_case_insensitive_matching_and_verbose_mode' (1918359)
        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 2.15s
        error: test failed, to rerun pass `--test property_tests`
        error: Bad exit status from /usr/src/tmp/rpmb-tmp.BA14fU (%check)

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

libnanomsg-1.2.2-alt1
        43/43 Test  #7: tcp_shutdown .....................   Passed    3.08 sec
        98% tests passed, 1 tests failed out of 43
        Total Test time (real) =   3.09 sec
        The following tests FAILED:
        23 - device (SEGFAULT)

libs2geometry-0.14.0-alt1
        from 
/usr/src/RPM/BUILD/libs2geometry-0.14.0/src/s2/internal/s2index_cell_data.cc:16:
        
/usr/src/RPM/BUILD/libs2geometry-0.14.0/src/s2/util/gtl/compact_array.h:52:10: 
fatal
        error: absl/base/internal/throw_delegate.h: No such file or directory
        52 | #include "absl/base/internal/throw_delegate.h"
        --
        from 
/usr/src/RPM/BUILD/libs2geometry-0.14.0/src/s2/gmock_matchers.cc:16:
        
/usr/src/RPM/BUILD/libs2geometry-0.14.0/src/s2/util/gtl/compact_array.h:52:10: 
fatal
        error: absl/base/internal/throw_delegate.h: No such file or directory
        52 | #include "absl/base/internal/throw_delegate.h"
        --
        from /usr/src/RPM/BUILD/libs2geometry-0.14.0/src/s2/s2testing.cc:49:
        
/usr/src/RPM/BUILD/libs2geometry-0.14.0/src/s2/util/gtl/compact_array.h:52:10: 
fatal
        error: absl/base/internal/throw_delegate.h: No such file or directory
        52 | #include "absl/base/internal/throw_delegate.h"

pure-maps-3.5.0-alt1
        from /usr/src/RPM/BUILD/pure-maps-3.5.0/src/navigatordbusadapter.cpp:1:
        /usr/include/s2/util/gtl/compact_array.h:52:10: fatal error:
        absl/base/internal/throw_delegate.h: No such file or directory
        52 | #include "absl/base/internal/throw_delegate.h"
        --
        from /usr/src/RPM/BUILD/pure-maps-3.5.0/src/locationmodel.cpp:2:
        /usr/include/s2/util/gtl/compact_array.h:52:10: fatal error:
        absl/base/internal/throw_delegate.h: No such file or directory
        52 | #include "absl/base/internal/throw_delegate.h"
        --
        from /usr/src/RPM/BUILD/pure-maps-3.5.0/src/navigator.cpp:1:
        /usr/include/s2/util/gtl/compact_array.h:52:10: fatal error:
        absl/base/internal/throw_delegate.h: No such file or directory
        52 | #include "absl/base/internal/throw_delegate.h"
        --
        from
        
/usr/src/RPM/BUILD/pure-maps-3.5.0/x86_64-alt-linux/src/pure-maps_autogen/mocs_compilation.cpp:10:
        /usr/include/s2/util/gtl/compact_array.h:52:10: fatal error:
        absl/base/internal/throw_delegate.h: No such file or directory
        52 | #include "absl/base/internal/throw_delegate.h"
        --
        from /usr/src/RPM/BUILD/pure-maps-3.5.0/src/main.cpp:47:
        /usr/include/s2/util/gtl/compact_array.h:52:10: fatal error:
        absl/base/internal/throw_delegate.h: No such file or directory
        52 | #include "absl/base/internal/throw_delegate.h"

python3-module-aiosmtplib-5.1.0-alt1
        tests/test_protocol.py::test_protocol_eof_response PASSED               
 [ 74%]
        tests/test_protocol.py::test_protocol_exception_cleanup_warning FAILED  
 [ 74%]
        tests/test_protocol.py::test_protocol_get_close_waiter PASSED           
 [ 75%]
        --
        >       assert "Future exception was never retrieved" not in caplog.text
        E       AssertionError: assert 'Future exce...er retrieved' not in 
'ERROR    as...ction
        lost\n'
        E
        E         'Future exception was never retrieved' is contained here:
        E           ERROR    asyncio:base_events.py:1889 Future exception was 
never retrieved
        E           future: <Future finished 
exception=SMTPServerDisconnected('Connection lost')>
        --
        ------------------------------ Captured log call 
-------------------------------
        ERROR    asyncio:base_events.py:1889 Future exception was never 
retrieved
        future: <Future finished exception=SMTPServerDisconnected('Connection 
lost')>
        --
        =========================== short test summary info 
============================
        FAILED tests/test_protocol.py::test_protocol_exception_cleanup_warning 
- Asse...
        =================== 1 failed, 331 passed, 1 warning in 3.75s 
===================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'-vra']' returned
        non-zero exit status 1.
        error: Bad exit status from /usr/src/tmp/rpmb-tmp.VCDcZ3 (%check)

python3-module-devpi-server-6.20.1-alt1
        SKIPPED [4] test_devpi_server/test_streaming.py:103: No nginx 
executable found.
        FAILED test_devpi_server/test_mythread.py::test_run - Failed: Timeout 
(>60.0s...
        ===== 1 failed, 1129 passed, 53 skipped, 27 warnings in 358.25s 
(0:05:58) ======
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'-ra']' returned
        non-zero exit status 1.
        error: Bad exit status from /usr/src/tmp/rpmb-tmp.9246kL (%check)

python3-module-oslo.i18n-6.6.0-alt1
        {3} oslo_i18n.tests.test_public_api.PublicAPITest.test_create_factory 
[0.000062s] ... ok
        {6} 
oslo_i18n.tests.test_gettextutils.GettextTest.test_get_available_languages 
[0.002484s]
        ... FAILED
        Captured traceback:
        --
        raise mismatch_error
        testtools.matchers._impl.MismatchError: 5 != 6: ['en_US', 'es_ES', 
'fil_PH', 'en_GB',
        'it', 'it']
        {6}
        
oslo_i18n.tests.test_message.MessageTestCase.test_translate_message_with_message_parameters
        [0.001067s] ... ok
        --
        raise mismatch_error
        testtools.matchers._impl.MismatchError: 5 != 6: ['en_US', 'es_ES', 
'fil_PH', 'en_GB',
        'it', 'it']
        Totals

        30 error logs REMOVED from the list
apache-ivy-2.5.3-alt1
autocutsel-0.9.0-alt1.1.qa1
awaitility-4.3.0-alt1
bmake-20251111-alt1
compiz-0.9.14.2-alt3.1
cryptmount-6.2.0-alt1
dufs-0.46.0-alt1
gambit-4.9.7-alt5
gnuplot-1:6.0.4-alt1
gz-common-7.0.0-alt1
ispell-uk-1.2-alt3
jai-imageio-core-1.4.0-alt1
jansi-0:2.4.0-alt2
joda-convert-2.2.4-alt1
palemoon-2:34.2.2-alt1
pbm2lwxl-0-alt1.qa1
prometheus-3.12.0-alt1
python3-module-httpdbg-2.1.7-alt1
python3-module-mpi4py-3.1.5-alt1
python3-module-opcua-asyncio-2.0-alt1
python3-module-paho-2.1.0-alt1
python3-module-python-lsp-server-1.14.0-alt1
python3-module-pythran-0.18.1-alt2
python3-module-tpm2-pytss-2.3.0-alt2.1
ritopt-0.2.1-alt1_21jpp11
rxtx-2.2-alt3_0.24.20100211jpp11
shepherd-1.0.1-alt1
television-0.15.9-alt1
torchvision-cpu-0.25.0-alt2
zstd-1.5.5-alt2

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

Reply via email to