11 NEW error logs

auditd-plugin-clickhouse-lite-0.1.9-alt3
        ../test/dbtest/base_test.py ...                                         
 [ 21%]
        0% tests passed, 1 tests failed out of 1
        Total Test time (real) = 1500.12 sec
        The following tests FAILED:
        1 - main_test (Timeout)

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

fish-4.7.1-alt1
        tests/checks/tmux-repaint.fish                                   
PASSED    2778 ms
        tests/checks/tmux-abbr.fish                                      
FAILED    3083 ms
        Failure:
        --
        tests/checks/tmux-history-pager.fish                             
PASSED    5554 ms
        tests/pexpects/fkr.py                                            
FAILED    5392 ms
        Failed to match pattern: prompt 2
        --
        236 / 238 passed (10 skipped)
        Failed tests:
        tests/checks/tmux-abbr.fish
        tests/pexpects/fkr.py
        FAILED: [code=1] CMakeFiles/fish_run_tests
        /usr/src/RPM/BUILD/fish-4.7.1/x86_64-alt-linux/CMakeFiles/fish_run_tests
        cd /usr/src/RPM/BUILD/fish-4.7.1 && 
/usr/src/RPM/BUILD/fish-4.7.1/tests/test_driver.py
        /usr/src/RPM/BUILD/fish-4.7.1/x86_64-alt-linux && env
        FISH_CMAKE_BINARY_DIR=/usr/src/RPM/BUILD/fish-4.7.1/x86_64-alt-linux
        PREFIX=/usr DOCDIR=/usr/share/doc/fish DATADIR=/usr/share 
SYSCONFDIR=/etc
        BINDIR=/usr/bin 
CARGO_TARGET_DIR=/usr/src/RPM/BUILD/fish-4.7.1/x86_64-alt-linux/cargo
        CARGO_BUILD_RUSTC=/usr/bin/rustc FISH_SPHINX=SPHINX_EXECUTABLE-NOTFOUND 
/usr/bin/cargo
        test --no-default-features --features=localize-messages --workspace 
--target-dir
        
/usr/src/RPM/BUILD/fish-4.7.1/x86_64-alt-linux/cargo/x86_64-unknown-linux-gnu 
--target
        x86_64-unknown-linux-gnu --lib

mate-calc-1:1.28.0-alt1
        mp-serializer.c: In function 'mp_serializer_class_init':
        mp-serializer.c:596:55: error: implicit declaration of function
        'math_mp_display_format_get_type' [-Wimplicit-function-declaration]
        596 |
        math_mp_display_format_get_type(),

perl-Gearman-2.004.015-alt1_5
        Result: FAIL
        Failed 1/24 test programs. 0/334 subtests failed.
        make: *** [Makefile:782: test_dynamic] Error 255

postgresql16-16.14-alt2
        1..220
        # 78 of 220 tests failed.
        # The differences that caused some tests to fail can be viewed in the 
file
        
"/usr/src/RPM/BUILD/postgresql16-16.14/src/test/regress/regression.diffs".

python3-module-binary-memcached-0.31.4-alt1.1
        >       self.assertTrue(self.client.add('test_key', 'test'))
        E       AssertionError: False is not true
        test/test_simple_functions.py:193: AssertionError
        --
        >       self.assertTrue(self.client.cas('test_key', 'test', cas))
        E       AssertionError: False is not true
        test/test_simple_functions.py:67: AssertionError
        --
        >       self.assertTrue(self.client.set('test_key', 'test'))
        E       AssertionError: False is not true
        test/test_simple_functions.py:84: AssertionError
        --
        >       self.assertEqual(10, self.client.decr('test_key', 1, 
default=10))
        E       AssertionError: 10 != 0
        test/test_simple_functions.py:220: AssertionError
        --
        >       self.assertTrue(self.client.delete('test_key'))
        E       AssertionError: False is not true
        test/test_simple_functions.py:179: AssertionError
        --
        >       self.assertTrue(self.client.delete_multi(['test_key', 
'test_key2']))
        E       AssertionError: False is not true
        test/test_simple_functions.py:187: AssertionError
        --
        >       self.assertTrue(self.client.delete('test_key'))
        E       AssertionError: False is not true
        test/test_simple_functions.py:190: AssertionError
        --
        =========================== short test summary info 
============================
        FAILED test/test_tls.py::TLSMemcachedTests::testAddPass - 
AssertionError: Fal...
        FAILED test/test_tls.py::TLSMemcachedTests::testCas - AssertionError: 
False i...
        FAILED test/test_tls.py::TLSMemcachedTests::testCasDelete - 
AssertionError: F...
        FAILED test/test_tls.py::TLSMemcachedTests::testDecrementInitialize - 
Asserti...

python3-module-chess-1.11.2-alt1
        return await command.result
        chess.engine.EngineTerminatedError: engine process died unexpectedly 
(exit code: -11)
        ERROR: test_sf_multipv (__main__.EngineTestCase.test_sf_multipv)
        Traceback (most recent call last):
        --
        return await command.result
        chess.engine.EngineTerminatedError: engine process died unexpectedly 
(exit code: -11)
        ERROR: test_sf_options (__main__.EngineTestCase.test_sf_options)
        Traceback (most recent call last):
        --
        return await command.result
        chess.engine.EngineTerminatedError: engine process died unexpectedly 
(exit code: -11)
        ERROR: test_sf_quit (__main__.EngineTestCase.test_sf_quit)
        Traceback (most recent call last):
        --
        return await command.result
        chess.engine.EngineTerminatedError: engine process died unexpectedly 
(exit code: -11)
        Ran 288 tests in 1.647s
        FAILED (errors=4, skipped=17)
        py3: exit 1 (1.94 seconds) 
/usr/src/RPM/BUILD/python3-module-chess-1.11.2> python
        test.py --verbose pid=918893

python3-module-filelock-3.25.2-alt1.1
        >           raise RuntimeError(msg)
        E           RuntimeError: Cannot acquire write lock on
        
/usr/src/tmp/pytest-of-builder/pytest-0/test_nested_write_context_mana0/test_lock.db
 (lock
        id: 140225400671760) from thread 140225391933120 while it is held by 
thread 140225400342208
        .run_venv/lib64/python3/site-packages/filelock/_read_write.py:183: 
RuntimeError
        --
        SKIPPED [20] tests/test_filelock.py:108: Windows only
        FAILED 
tests/test_async_read_write.py::test_nested_write_context_managers - R...
        ============ 1 failed, 353 passed, 20 skipped, 6 warnings in 47.62s 
============
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'-vra', 'tests']'
        returned non-zero exit status 1.
        error: Bad exit status from /usr/src/tmp/rpmb-tmp.C2gs3L (%check)

python3-module-m2crypto-0.47.0-alt1
        "Control characters are not allowed in cookies %r %r %r" % (key, val, 
coded_val,))
        E           http.cookies.CookieError:
        Control characters are not allowed in cookies '_M2AUTH_'
        
'exp=1781496194.691734&data=cogitoergosum&digest=3z2r3W\x7fct8Z3yJwe5ga7RYh/D866qZZFqh4vuvCagQY='
        
'"exp=1781496194.691734&data=cogitoergosum&digest=3z2r3W\x7fct8Z3yJwe5ga7RYh/D866qZZFqh4vuvCagQY="'
        /usr/lib64/python3.13/http/cookies.py:357: CookieError
        --
        =========================== short test summary info 
============================
        FAILED 
tests/test_authcookie.py::AuthCookieTestCase::test_cookie_str_changed_mac
        = 1 failed, 326 passed, 13 skipped, 3 warnings, 53 subtests passed in 
69.99s (0:01:09) =

snapd-glib-2-1.72-alt1
        2/4 snapd-glib:Markdown tests (qt6) OK                0.01s
        ??? 3/4 /find/cancel - ERROR:../tests/test-glib.c:4800:find_cancel_cb: 
assertion failed
        (error == (g-io-error-quark, 19)): snapd returned no content type 
(snapd - error -
        quark, 4) FAIL
        ??? 3/4                               ERROR
        3/4 snapd-glib:Tests                ERROR             0.91s   killed by 
signal 6 SIGABRT
        >>> 
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
        MALLOC_PERTURB_=72 MESON_TEST_ITERATION=1
        
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
        
LD_LIBRARY_PATH=/usr/src/RPM/BUILD/snapd-glib-1.72/x86_64-alt-linux/snapd-glib
        ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1
        /usr/src/RPM/BUILD/snapd-glib-1.72/x86_64-alt-linux/tests/test-glib
        stderr:
        ERROR:../tests/test-glib.c:4800:find_cancel_cb: assertion failed (error 
==
        (g-io-error-quark, 19)): snapd returned no content type (snapd - error 
- quark, 4)
        (test program exited with status code -6)
        --
        Summary of Failures:
        3/4 snapd-glib:Tests                ERROR             0.91s   killed by 
signal 6 SIGABRT
        Ok:                3

        14 error logs REMOVED from the list
Cardinal-26.02-alt1
exabgp-5.0.9-alt1
gambit-4.9.7-alt5
guile22-2.2.7-alt1
gz-gui-10.0.0-alt2
gz-sim-10.1.1-alt2
perl-Starlet-0.31-alt1_22
python3-module-click-8.4.1-alt1
python3-module-devpi-server-6.20.1-alt1
python3-module-mdp-3.6.0.15.g64f14eee-alt6
python3-module-oslo.service-4.3.0-alt1
python3-module-paho-2.1.0-alt1
shepherd-1.0.1-alt1
thrift-0.18.1-alt1

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

Reply via email to