30 NEW error logs

binwalk3-3.1.0-alt1
        test src/binwalk.rs - binwalk::Binwalk::scan (line 225) ... ok
        test src/binwalk.rs - binwalk::Binwalk::analyze (line 639) ... FAILED
        test src/lib.rs - (line 5) - compile ... ok
        --
        src/binwalk.rs - binwalk::Binwalk::analyze (line 639)
        test result: FAILED. 28 passed; 1 failed; 3 ignored; 0 measured; 0 
filtered out;
        finished in 0.76s
        error: doctest failed, to rerun pass `--doc`

byte-buddy-1.18.0-alt1
        Selecting jpackage-11-compat for 'jpackage-default'
        E: Couldn't find package mockito
        hsh-install: Failed to calculate package file list.

canl-java-2.8.3-alt1
        [INFO] Total time:  0.307 s
        [INFO] Finished at: 2025-11-19T06:06:40Z
        [INFO] 
------------------------------------------------------------------------
        [ERROR] Failed to execute goal on project canl: Could not resolve 
dependencies
        for project eu.eu-emi.security:canl:jar:2.8.3: Cannot access central
        (https://repo.maven.apache.org/maven2) in offline mode and the artifact
        org.hamcrest:hamcrest-all:jar:1.3 has not been downloaded from it 
before. -> [Help 1]
        [ERROR]
        [ERROR] To see the full stack trace of the errors, re-run Maven with 
the -e switch.
        [ERROR] Re-run Maven using the -X switch to enable full debug logging.
        [ERROR]
        [ERROR] For more information about the errors and possible solutions, 
please read the
        following articles:
        [ERROR] [Help 1]
        
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

clickhouse-25.8.10.7-alt1
        [  SKIPPED ] RandomishInt/CodecTest.TranscodingWithDataType/33
        [  FAILED  ] 1 test, listed below:
        [  FAILED  ] CoordinationChangelogTest/1.ChangelogTestWriteAtAllFiles, 
where TypeParam
        = ChangelogTestParam<false>
        1 FAILED TEST
        YOU HAVE 2 DISABLED TESTS

ed25519-java-0.3.0-alt1_14jpp11
        Selecting maven-plugin-bundle for 
'mvn(org.apache.felix:maven-bundle-plugin)'
        E: Couldn't find package mvn(org.hamcrest:hamcrest-all)
        hsh-install: Failed to calculate package file list.

guile22-2.2.7-alt1
        errors:                 2
        FAIL: check-guile
        1 of 1 test failed

httpdbg-1.2.1-alt1
        >       assert "def handle_exception" in group.label, 
records._print_for_debug()
        E       AssertionError: None
        E       assert 'def handle_exception' in ''
        --
        ------------------------------ Captured log call 
-------------------------------
        ERROR    tests.test_server_hook_flask:app.py:875 Exception on /boum 
[GET]
        Traceback (most recent call last):
        --
        1 / 0
        ZeroDivisionError: division by zero
        INFO     werkzeug:_internal.py:97 127.0.0.1 - - [19/Nov/2025 05:37:59] 
"GET
        /boum HTTP/1.1" 500 -
        --
        =========================== short test summary info 
============================
        FAILED tests/test_server_hook_fastapi.py::test_fastapi_endpoint - 
assert b'' ...
        FAILED 
tests/test_server_hook_flask.py::test_flask_internal_server_error - As...
        ================== 2 failed, 168 passed, 1 warning in 46.30s 
===================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'--ignore=tests/ui']'
        returned non-zero exit status 1.

javassist-0:3.28.0-alt1_2jpp11
        Selecting maven-plugin-bundle for 
'mvn(org.apache.felix:maven-bundle-plugin)'
        E: Couldn't find package mvn(org.hamcrest:hamcrest-all)
        hsh-install: Failed to calculate package file list.

jctools-3.3.0-alt2_5jpp11
        Selecting maven-plugin-bundle for 
'mvn(org.apache.felix:maven-bundle-plugin)'
        E: Couldn't find package mvn(org.hamcrest:hamcrest-all)
        hsh-install: Failed to calculate package file list.

jilter-1.2-alt1_18jpp8
        runtests:
        BUILD FAILED
        /usr/src/RPM/BUILD/jilter-1.2/build.xml:56: 
java.lang.UnsupportedClassVersionError:
        junit/framework/Test has been compiled by a more recent version of the 
Java Runtime
        (class file version 53.0), this version of the Java Runtime only 
recognizes class file
        versions up to 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)

jna-5.12.1-alt1_2jpp11
        [javac] warning: [options] bootstrap class path not set in conjunction 
with -source 9
        [javac] 
/usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:37: error:
        package org.hamcrest does not exist
        [javac] import static org.hamcrest.CoreMatchers.instanceOf;
        [javac]                           ^
        [javac] 
/usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:37: error:
        static import only from classes and interfaces
        [javac] import static org.hamcrest.CoreMatchers.instanceOf;
        [javac] ^
        [javac] 
/usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:38: error:
        package org.hamcrest does not exist
        [javac] import static org.hamcrest.CoreMatchers.not;
        [javac]                           ^
        [javac] 
/usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:38: error:
        static import only from classes and interfaces
        [javac] import static org.hamcrest.CoreMatchers.not;
        [javac] ^
        [javac] 
/usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:202: error:
        cannot access Matcher
        [javac]         Assert.assertThat(mem1.getPointer(10 * POINTER_SIZE),
        instanceOf(Pointer.class));
        --
        [javac]   class file for org.hamcrest.Matcher not found
        [javac] 
/usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:203: error:
        cannot find symbol
        [javac]         Assert.assertThat(mem1.getPointer(10 * POINTER_SIZE),
        instanceOf(Memory.class));
        --
        [javac]   location: class MemoryTest
        [javac] 
/usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:206: error:
        cannot find symbol
        [javac]         Assert.assertThat(mem1.getPointer(11 * POINTER_SIZE),
        instanceOf(Pointer.class));
        --
        [javac]   location: class MemoryTest
        [javac] 
/usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:207: error:
        cannot find symbol
        [javac]         Assert.assertThat(mem1.getPointer(11 * POINTER_SIZE),
        not(instanceOf(Memory.class)));
        --
        [javac]   location: class MemoryTest
        [javac] 
/usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:215: error:
        cannot find symbol
        [javac]         Assert.assertThat(pointers[0], 
instanceOf(Pointer.class));
        --
        [javac]   location: class MemoryTest
        [javac] 
/usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:216: error:
        cannot find symbol
        [javac]         Assert.assertThat(pointers[0], 
instanceOf(Memory.class));

libgupnp-igd-1.6.0-alt1
        # GLib-GIO-DEBUG: GSocketClient: Starting application layer connection
        # GLib-GIO-DEBUG: GSocketClient: Connection successful!
        gupnp-simple-igd time out (After 60.0 seconds)
        1/1 gupnp-simple-igd TIMEOUT        60.02s   killed by signal 15 SIGTERM
        Summary of Failures:
        1/1 gupnp-simple-igd TIMEOUT        60.02s   killed by signal 15 SIGTERM
        Ok:                0
        Fail:              0
        Timeout:           1
        Full log written to
        
/usr/src/RPM/BUILD/gupnp-igd-1.6.0/x86_64-alt-linux/meson-logs/testlog.txt

lightdm-1.32.0-alt10
        # SKIP:  0
        # XFAIL: 0
        # FAIL:  1
        # XPASS: 0
        # ERROR: 0
        See tests/test-suite.log
        --
        # SKIP:  0
        # XFAIL: 0
        # FAIL:  1
        # XPASS: 0
        # ERROR: 0
        .. contents:: :depth: 2
        FAIL: test-switch-to-greeter-return-session-logout
        ** (process:1905088): WARNING **: 05:54:05.529: Error loading passwd 
file: Failed to
        open file ???/tmp/.r0/etc/passwd???: No such file or directory
        ** (process:1905104): WARNING **: 05:54:05.538: Error loading passwd 
file: Failed to
        open file ???/tmp/.r0/etc/passwd???: No such file or directory
        ** (process:1905130): WARNING **: 05:54:05.553: Error loading passwd 
file: Failed to
        open file ???/tmp/.r0/etc/passwd???: No such file or directory
        ** (process:1905140): WARNING **: 05:54:05.570: Error loading passwd 
file: Failed to
        open file ???/tmp/.r0/etc/passwd???: No such file or directory

maven-shade-plugin-3.6.0-alt1
        Selecting jdom2 for 'mvn(org.jdom:jdom2)'
        E: Couldn't find package mvn(org.mockito:mockito-all)
        hsh-install: Failed to calculate package file list.

ocaml-5.3.0-alt2
        31 tests skipped
        1 tests failed
        0 tests not started (parent test skipped or failed)

openas2-2.10.0-alt4_9jpp11
        Selecting maven-dependency-plugin for
        'mvn(org.apache.maven.plugins:maven-dependency-plugin)'
        E: Couldn't find package mvn(org.mockito:mockito-all)
        hsh-install: Failed to calculate package file list.

perl-Parallel-Prefork-0.18-alt1_11
        t/06-wait-all-children-with-timeout.t .... ok
        #   Failed test 'wait_all_children does not block'
        #   at t/07-wait-all-children-does-not-block.t line 22.
        --
        t/07-wait-all-children-does-not-block.t (Wstat: 256 (exited 1) Tests: 1 
Failed: 1)
        Failed test:  1
        Non-zero exit status: 1
        --
        Result: FAIL
        Failed 1/7 test programs. 1/29 subtests failed.
        make: *** [Makefile:776: test_dynamic] Error 1

polars-cli-0.8.0-alt1
        30 |     ) -> std::borrow::Cow<'_, str> {
        hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

python3-module-easyprocess-1.1-alt2
        tests/test_fast/test_proc.py::test_start3 PASSED                        
 [ 15%]
        tests/test_fast/test_proc.py::test_alive FAILED                         
 [ 18%]
        tests/test_fast/test_proc.py::test_std PASSED                           
 [ 21%]
        --
        =========================== short test summary info 
============================
        FAILED tests/test_fast/test_proc.py::test_alive - assert False
        =================== 1 failed, 37 passed in 81.66s (0:01:21) 
====================

python3-module-jupyter_server-2.17.0-alt1
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', '-v', 
'-W', 'default',
        '-m', 'not network', '-k', 'not test_restart_kernel and not 
test_connection']' returned
        non-zero exit status 1.

python3-module-mdp-3.6.0.15.g64f14eee-alt5
        >       assert_array_almost_equal(abs(unsfa.sf), abs(sfa.sf), decimal-6)
        E       AssertionError:
        E       Arrays are not almost equal to 1 decimals
        --
        =========================== short test summary info 
============================
        FAILED mdp/test/test_VartimeSFANode.py::test_VartimeSFANode1 - 
AssertionError:
        ========= 1 failed, 730 passed, 26 skipped, 175878 warnings in 58.54s 
==========

python3-module-nbclient-0.10.2-alt1
        raise ValueError("Invalid file descriptor: {}".format(fd))
        ValueError: Invalid file descriptor: -1
        The above exception was the direct cause of the following exception:
        --
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', '-v', 
'--color=no',
        '-k', 'not test_many_parallel_notebooks']' returned non-zero exit 
status 1.

python3-module-paho-2.1.0-alt1
        "on_disconnect",
        E           AssertionError: assert ['on_connect'..._unsubscribe'] ==
        ['on_connect'...n_disconnect']
        E
        --
        "on_disconnect",
        E           AssertionError: assert ['on_connect'..._unsubscribe'] ==
        ['on_connect'...n_disconnect']
        E
        --
        =========================== short test summary info 
============================
        FAILED 
tests/test_client.py::TestCompatibility::test_callback_v1_mqtt3[tcp]
        FAILED 
tests/test_client.py::TestCompatibility::test_callback_v1_mqtt3[unix]
        FAILED 
tests/test_client.py::TestCompatibility::test_callback_v2_mqtt3[tcp]
        FAILED 
tests/test_client.py::TestCompatibility::test_callback_v2_mqtt3[unix]
        ERROR tests/lib/test_01_no_clean_session.py::test_01_no_clean_session - 
Runti...
        ERROR 
tests/lib/test_01_unpwd_empty_password_set.py::test_01_unpwd_empty_password_set
        ERROR tests/lib/test_01_unpwd_unicode_set.py::test_01_unpwd_unicode_set 
- Run...
        ERROR 
tests/lib/test_03_publish_helper_qos0.py::test_03_publish_helper_qos0
        ERROR
        
tests/lib/test_03_publish_helper_qos1_disconnect.py::test_03_publish_helper_qos1_disconnect

python3-module-pulsectl-asyncio-1.2.2-alt2
        
tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_ext_stream_restore
 PASSED
        [ 29%]
        
tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_get_peak_sample 
FAILED
        [ 35%]
        
tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_get_sink_src 
PASSED [ 41%]
        --
        >                       self.assertGreater(peak, 0)
        E      AssertionError: 0.0 not greater than 0
        tests/test_async_with_dummy_instance.py:461: AssertionError
        --
        =========================== short test summary info 
============================
        FAILED 
tests/test_async_with_dummy_instance.py::AsyncDummyTests::test_get_peak_sample
        =================== 1 failed, 16 passed, 1 warning in 20.23s 
===================

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':
        23199.934643386823, 'calls_per_second_final': 15091.998049324064, '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-tox-4.32.0-alt1
        SKIPPED [1] tests/tox_env/python/virtual_env/test_setuptools.py:19: 
integration tests
        not run (no --run-integration flag)
        FAILED
        
tests/tox_env/python/test_python_runner.py::test_skip_missing_interpreters_specified_env[true-py313-0]
        ============ 1 failed, 1919 passed, 12 skipped in 106.79s (0:01:46) 
============
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', 
'-vra']' 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.............................................EF.....................................................................................................................................................................................................................................................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
        FAIL: test_writing_in_send_context_fails
        
(tests.sync.test_connection.ServerConnectionTests.test_writing_in_send_context_fails)
        Error when sending outgoing frame is correctly reported.
        --
        self.assertIsInstance(raised.exception.__cause__, BrokenPipeError)
        AssertionError: None is not an instance of <class 'BrokenPipeError'>
        Ran 1947 tests in 73.036s
        FAILED (failures=1, errors=1, skipped=61)
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'unittest']' 
returned non-zero
        exit status 1.

redis-7.2.11-alt1
        Killing still running Redis server 173617
        Killing still running Redis server 176215
        Killing still running Redis server 188797
        Killing still running Redis server 188822
        Killing still running Redis server 203914
        Killing still running Redis server 204164
        Killing still running Redis server 290361
        Killing still running Redis server 456481
        Killing still running Redis server 457065
        Killing still running Redis server 458114

rng-tools-6.17-alt1.1
        PASS: rngtestzero.sh
        FAIL: rngtestjitter.sh
        Testsuite summary for rng-tools 6.17
        --
        # SKIP:  0
        # XFAIL: 0
        # FAIL:  1
        # XPASS: 0
        # ERROR: 0
        See tests/test-suite.log

valkey-8.1.3-alt1
        246 seconds - integration/replication-psync
        !!! WARNING The following tests failed:
        *** [TIMEOUT]: clients state report follows.

        23 error logs REMOVED from the list
anki2-25.07.5-alt1
blender4.5-4.5.4-alt1
byte-buddy-1.12.0-alt1_3jpp11
dopewars-1.5.12-alt2_20.1033svn
felix-utils-1.11.8-alt1_2jpp11
gnunet-0.23.1-alt1
guile-fibers-1.4.0-alt1
indicator-sensors-1.4-alt2
ldns-1.8.4-alt1
liboqs-0.15.0-alt1
libsecret-0.21.7-alt1
maven-artifact-transfer-1:0.13.1-alt2
maven-common-artifact-filters-3.2.0-alt1_3jpp11
pdfbox-0:2.0.26-alt1_3jpp11
perl-HTML-Widget-1.11-alt3
php8.3-8.3.26-alt1
python3-module-mkdocs-1.6.1-alt2
python3-module-pytest-httpbin-2.1.0-alt1
python3-module-pytest-xdist-3.8.0-alt1
python3-module-vcrpy-7.0.0-alt1
qt5-pim-5.15-alt1
tmux-3.5a-alt1
vkQuake-1.30.1-alt1

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

Reply via email to