12 NEW error logs

binwalk3-3.1.0-alt1
        test src/binwalk.rs - binwalk::Binwalk::extract (line 537) ... ok
        test src/binwalk.rs - binwalk::Binwalk::analyze (line 639) ... FAILED
        test src/extractors/common.rs - 
extractors::common::Chroot::append_to_file (line 429)
        ... 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.25s
        error: doctest failed, to rerun pass `--doc`
        error: Bad exit status from /usr/src/tmp/rpmb-tmp.IyBY0i (%check)

bmake-20251111-alt1
        exit status 0
        Failed tests: cmd-interrupt
        *** Error code 1

dufs-0.46.0-alt1
        running 30 tests
        test auth_partial_index ... FAILED
        test auth_precedence ... ok
        --
        ---- auth_partial_index stdout ----
        Error: error sending request for url (http://localhost:39419/)
        Caused by:
        --
        auth_partial_index
        test result: FAILED. 29 passed; 1 failed; 0 ignored; 0 measured; 0 
filtered out;
        finished in 0.32s
        error: test failed, to rerun pass `--test auth`
        error: Bad exit status from /usr/src/tmp/rpmb-tmp.eLhooj (%check)

gambit-4.9.7-alt5
        make[4]: Leaving directory 
'/usr/src/RPM/BUILD/gambit-4.9.7/lib/_irregex'
        make[4]: Entering directory '/usr/src/RPM/BUILD/gambit-4.9.7/lib'
        LD_LIBRARY_PATH=../lib:../gsi:../gsc:
        ../gsc/gsc -:~~bin=../bin,~~lib=../lib,~~include=../include -f -target 
js  -prelude
        
"(define-cond-expand-feature|enable-type-checking|)(define-cond-expand-feature|disable-auto-forcing|)(define-cond-expand-feature|enable-sharp-dot|)(define-cond-expand-feature|enable-bignum|)(define-cond-expand-feature|enable-ratnum|)(define-cond-expand-feature|enable-cpxnum|)(define-cond-expand-feature|enable-s8vector|)(define-cond-expand-feature|enable-u16vector|)(define-cond-expand-feature|enable-s16vector|)(define-cond-expand-feature|enable-u32vector|)(define-cond-expand-feature|enable-s32vector|)(define-cond-expand-feature|enable-u64vector|)(define-cond-expand-feature|enable-s64vector|)(define-cond-expand-feature|enable-f32vector|)(define-cond-expand-feature|disable-smp|)(##include\"../lib/header.scm\")"
        -label-namespace "" -c -o _gambit.js ../lib/_univlib.scm
        make[4]: Leaving directory '/usr/src/RPM/BUILD/gambit-4.9.7/lib'
        make[2]: *** [makefile:546: modules-recursive] Error 2
        make[1]: *** [makefile:373: modules] Error 2
        make: *** [makefile:107: all] Error 2
        error: Bad exit status from /usr/src/tmp/rpmb-tmp.FkktBT (%build)
        RPM build errors:
        Bad exit status from /usr/src/tmp/rpmb-tmp.FkktBT (%build)

glog-0.7.1-alt1
        26/26 Test #26: dcheck_off .......................***Not Run (Disabled) 
  0.00 sec
        96% tests passed, 1 tests failed out of 23
        Total Test time (real) =   6.05 sec
        --
        26 - dcheck_off (Disabled)
        The following tests FAILED:
        2 - logging (Subprocess aborted)

gnome-vfs-1:2.24.4-alt15
        PASS: test-address
        FAIL: test-async-cancel
        PASS: test-escape
        --
        # SKIP:  0
        # XFAIL: 0
        # FAIL:  1
        # XPASS: 0
        # ERROR: 0
        .. contents:: :depth: 2
        FAIL: test-async-cancel
        ** Message: 02:43:27.928: test failed: first_get_file_info: callback 
was not called
        --
        # SKIP:  0
        # XFAIL: 0
        # FAIL:  1
        # XPASS: 0
        # ERROR: 0
        See test/test-suite.log

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

proxbox-api-0.0.17.post1-alt1
        for route in test_app.routes
        E   AttributeError: '_IncludedRouter' object has no attribute 'path'
        tests/cloud/test_cloud_router_contract.py:43: AttributeError
        --
        >       paths = {route.path for route in app.routes}
        E       AttributeError: '_IncludedRouter' object has no attribute 'path'
        tests/pbs/test_factory_gating.py:10: AttributeError
        --
        >       paths = {route.path for route in app.routes}
        E       AttributeError: '_IncludedRouter' object has no attribute 'path'
        tests/pbs/test_factory_gating.py:25: AttributeError
        --
        >   assert not any(route.path == "/static" for route in test_app.routes)
        E   AttributeError: '_IncludedRouter' object has no attribute 'path'
        tests/test_main_smoke.py:78: AttributeError
        --
        >       paths = {route.path for route in app.routes}
        E       AttributeError: '_IncludedRouter' object has no attribute 'path'
        tests/test_proxmox_ha_routes.py:360: AttributeError
        --
        =========================== short test summary info 
============================
        FAILED
        
tests/ceph/test_factory_gating.py::test_default_app_mounts_ceph_alongside_existing_surfaces
        FAILED
        
tests/ceph/test_factory_gating.py::test_ceph_only_feature_flag_hides_other_feature_and_core_routers
        FAILED
        
tests/ceph/test_factory_gating.py::test_pbs_ceph_feature_flag_mounts_only_sidecar_routers
        FAILED 
tests/cloud/test_cloud_router_contract.py::test_cloud_routes_are_registered_on_app
        FAILED 
tests/pbs/test_factory_gating.py::test_default_app_mounts_pbs_alongside_proxmox
        FAILED 
tests/pbs/test_factory_gating.py::test_pbs_only_feature_flag_hides_other_routers

python3-module-ipykernel-7.3.0-alt1
        SKIPPED [1] tests/test_parentpoller.py:46: only works on windows
        FAILED 
tests/test_subshells.py::test_run_concurrently_sequence[True-are_subshells1]
        = 1 failed, 216 passed, 15 skipped, 1 deselected, 12 warnings in 
139.74s (0:02:19) =
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3',
        '-m', 'pytest', '-v', 'tests/', '--color=no', '--deselect',
        'tests/test_matplotlib_eventloops.py::test_matplotlib_gui[tk]']' 
returned non-zero exit
        status 1.
        error: Bad exit status from /usr/src/tmp/rpmb-tmp.7PnXs7 (%check)

python3-module-qtconsole-5.7.2-alt1.1
        E       pytestqt.exceptions.TimeoutError: waitUntil timed out in 5000 
milliseconds
        qtconsole/tests/test_00_console_widget.py:162: TimeoutError
        --
        --------------------------- Captured stderr teardown 
---------------------------
        [IPKernelApp] ERROR | Exception in message handler:
        Traceback (most recent call last):
        --
        raise ZMQError(ENOTSOCK)
        zmq.error.ZMQError: Socket operation on non-socket
        ----------------------------- Captured stderr call 
-----------------------------
        --
        --------------------------- Captured stderr teardown 
---------------------------
        [IPKernelApp] ERROR | Exception in message handler:
        Traceback (most recent call last):
        --
        raise ZMQError(ENOTSOCK)
        zmq.error.ZMQError: Socket operation on non-socket
        --------------------------- Captured stderr teardown 
---------------------------
        [IPKernelApp] ERROR | Exception in message handler:
        Traceback (most recent call last):
        --
        raise ZMQError(ENOTSOCK)
        zmq.error.ZMQError: Socket operation on non-socket
        --------------------------- Captured stderr teardown 
---------------------------
        [IPKernelApp] ERROR | Exception in message handler:
        Traceback (most recent call last):
        --
        raise ZMQError(ENOTSOCK)
        zmq.error.ZMQError: Socket operation on non-socket
        ===Flaky Test Report===
        --
        =========================== short test summary info 
============================
        FAILED qtconsole/tests/test_00_console_widget.py::test_input - 
pytestqt.excep...
        ============= 1 failed, 46 passed, 1 skipped in 117.33s (0:01:57) 
==============

shepherd-1.0.1-alt1
        make[4]: Entering directory '/usr/src/RPM/BUILD/shepherd-1.0.1'
        FAIL: tests/services/log-rotation.sh
        make[4]: Leaving directory '/usr/src/RPM/BUILD/shepherd-1.0.1'
        --
        # SKIP:  1
        # XFAIL: 0
        # FAIL:  1
        # XPASS: 0
        # ERROR: 0
        See ./test-suite.log

stellarium-26.1-alt1
        138 | # define PARSEC               (ASTRONOMICALUNIT * RAD_AS)
        /usr/src/RPM/BUILD/stellarium-26.1/src/core/StelUtils.hpp:107:40: 
error: expected
        unqualified-id before numeric constant
        107 |         static inline constexpr double J2000 = 2451545.0;
        
/usr/src/RPM/BUILD/stellarium-26.1/src/core/modules/RotationElements.hpp:80:40: 
error:
        expected unqualified-id before numeric constant
        80 |         static inline constexpr double J2000 = 2451545.0;
        /usr/src/RPM/BUILD/stellarium-26.1/src/core/modules/Planet.hpp:149:40: 
error: expected
        unqualified-id before numeric constant
        149 |         static inline constexpr double J2000 = 2451545.0;

        18 error logs REMOVED from the list
Cardinal-26.02-alt1
eartag-1.0.2-alt1.1
grass-sass-0.13.4-alt2
hysteria-2.9.2-alt1
libgdk-pixbuf-2.44.4-alt1
mangohud-0.8.2-alt1
normalize-0.7.7-alt3
nushell-0.110.0-alt1
perl-1:5.38.4-alt3
perl-Server-Starter-0.35-alt1.1
perl-Term-ReadLine-Gnu-1.46-alt1
perl-Tie-DBI-1.08-alt1
pkcs11-provider-1.2.0-alt3
pve-lxc-6.0.5-alt3
python3-module-crosshair-tool-0.0.102-alt1
python3-module-graphene-django-3.2.3-alt2
rng-tools-6.17-alt1.1
sane-airscan-0.99.36-alt1

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

Reply via email to