9 NEW error logs

automake_1.11-1.11.6-alt10
        checking for upc... no
        configure: error: no Unified Parallel C compiler was found
        + exit_status=77
        --
        + exit 77
        1 of 878 tests failed
        (73 tests were not run)

gz-rendering-10.0.2-alt1
        126/126 Test #126: check_UNIT_WireBox_TEST_ogre2_gl3plus 
.................   Passed
        0.01 sec
        99% tests passed, 1 tests failed out of 126
        Total Test time (real) =  33.86 sec
        The following tests FAILED:
        25 - INTEGRATION_render_pass_ogre2_gl3plus (SEGFAULT)

gz-sim-10.5.0-alt1
        296/296 Test #296: world_TEST 
...................................................
        Passed    2.37 sec
        99% tests passed, 1 tests failed out of 296
        Total Test time (real) = 875.30 sec
        The following tests FAILED:
        177 - INTEGRATION_multiple_servers (Timeout)

jasmine-gjs-3.10.1-alt1
        7/15 consoleReporterSpec        OK              0.08s   11 subtests 
passed
        5/15 timerSpec                  ERROR           0.07s   exit status 1
        >>> 
TEST_PKGLIBEXECDIR=/usr/src/RPM/BUILD/jasmine-gjs-3.10.1/noarch-alt-linux
        TEST_JASMINE_MOD=lib 
ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1
        MESON_TEST_ITERATION=1 MALLOC_PERTURB_=70
        
MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
        
UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
        TEST_PKGDATADIR=/usr/src/RPM/BUILD/jasmine-gjs-3.10.1/src /usr/bin/gjs
        -m /usr/src/RPM/BUILD/jasmine-gjs-3.10.1/noarch-alt-linux/jasmine
        
/usr/src/RPM/BUILD/jasmine-gjs-3.10.1/noarch-alt-linux/../test/timerSpec.js 
--module
        --tap --no-config
        --
        Summary of Failures:
        5/15 timerSpec                  ERROR           0.07s   exit status 1
        Ok:                14

litmus-0.14.0-alt2.git.9fbc73d
        checking for a BSD-compatible install... /usr/bin/ginstall -c
        ./configure: line 3491: syntax error near unexpected token `0,'
        ./configure: line 3491: `NE_REQUIRE_VERSIONS(0, 26 27 28 29 30 31 32)'

python3-module-curio-1.6-alt1
        tests/test_timequeue.py::test_timequeue_expired PASSED                  
 [ 96%]
        tests/test_workers.py::test_cpu FAILED                                  
 [ 96%]
        tests/test_workers.py::test_bad_cpu PASSED                              
 [ 97%]
        --
        ('fib', 14930352)
        E       AssertionError: assert [10, 9, 8, 7, 6, 5, 4, ('fib', 
14930352), 3, 2, 1] ==
        [10, 9, 8, 7, 6, 5, 4, 3, 2, 1, ('fib', 14930352)]
        E
        --
        raise RuntimeError(
        RuntimeError: Curio kernel not properly terminated.  Please use 
Kernel.run(shutdown=True)
        warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
        --
        raise RuntimeError("Async generator with async finalization must be 
wrapped by\n"
        RuntimeError: Async generator with async finalization must be wrapped by
        async with curio.meta.finalize(agen) as agen:
        --
        raise RuntimeError('Task not terminated')
        RuntimeError: Task not terminated
        warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
        --
        =========================== short test summary info 
============================
        FAILED tests/test_workers.py::test_cpu - AssertionError: assert [10, 9, 
8, 7, 6, 5, 4,
        ('fib', 14930352), 3, 2, 1] == [10, 9, 8, 7, 6, 5, 4, 3, 2, 1, ('fib', 
14930352)]
        At index 7 diff: ('fib', 14930352) != 3
        --
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', '-v', 
'-m', 'not
        internet']' returned non-zero exit status 1.
        error: Bad exit status from /usr/src/tmp/rpmb-tmp.UPZRNd (%check)

python3-module-jupyter_server-2.16.0-alt1
        SKIPPED [7] tests/conftest.py:42: Skipping this test because it's marked
        'integration_test'. Run integration tests using the 
`--integration_tests` flag.
        FAILED 
tests/services/kernels/test_execution_state.py::test_execution_state
        = 1 failed, 988 passed, 15 skipped, 8 deselected, 34 warnings in 
180.23s (0:03:00) =
        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.
        error: Bad exit status from /usr/src/tmp/rpmb-tmp.dSkvO6 (%check)

python3-module-pexpect-4.9.0-alt1
        tests/test_replwrap.py::REPLWrapTestCase::test_python PASSED            
 [ 66%]
        tests/test_replwrap.py::REPLWrapTestCase::test_zsh FAILED               
 [ 67%]
        tests/test_repr.py::TestCaseMisc::test_str_before_spawn PASSED          
 [ 67%]
        --
        tests/test_socket_fd.py::ExpectTestCase::test_interrupt
        hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

python3-module-pyshark-0.6-alt3
        ==================================== ERRORS 
====================================
        ________________ ERROR at teardown of test_count_packets[True] 
_________________
        request = <SubRequest 'simple_xml_and_json_capture' for <Function
        test_count_packets[True]>>
        --
        return await asyncio.wait_for(process.wait(), 1)
        except asyncTimeoutError:
        self._log.debug(
        "Waiting for process to close failed, may have zombie process.")
        except ProcessLookupError:
        pass
        except OSError:
        if os.name != "nt":
        --
        raise RuntimeError('This event loop is already running')
        RuntimeError: This event loop is already running
        warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
        --
        =========================== short test summary info 
============================
        ERROR ../tests/test_basic_parsing.py::test_count_packets[True] - 
pyshark.capt...
        ================== 73 passed, 123 warnings, 1 error in 23.21s 
==================

        13 error logs REMOVED from the list
casr-2.12.1-alt1
cppcheck-2.16.1-alt2
java-1.8.0-openjdk-0:1.8.0.504.b01-alt1
mumps-5.3.5-alt4
openFPGALoader-0.13.1-alt1
openblas-0.3.27-alt1
perl-HTML-Widget-1.11-alt3
pocl-6.0-alt0.3
python3-module-inline-snapshot-0.28.0-alt1
python3-module-mkdocs-1.6.0-alt1
python3-module-pyopengl-3.1.9-alt2.3
python3-module-sanic-25.3.0-alt1
python3-module-terminado-0.18.1-alt1

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

Reply via email to