17 NEW error logs

altlinux-freedesktop-menu-0.70-alt1
        + j=altlinux-webdevelopment.directory
        + grep altlinux-webdevelopment.directory ignore.list
        + grep 'Name\[ru\]=' 
desktop-directories/altlinux-webdevelopment.directory
        + for i in desktop-directories/*.directory
        ++ basename desktop-directories/altlinux-xfce.directory
        + j=altlinux-xfce.directory
        + grep altlinux-xfce.directory ignore.list
        + rm ignore.list
        + '[' 0 -gt 0 ']'
        + exit 1

dm-secdel-1.0.12-alt1
        systemctl daemon-reload
        make: systemctl: No such file or directory
        make: [Makefile:24: install-bin] Error 127 (ignored)
        systemctl enable secdeltab
        make: systemctl: No such file or directory
        make: [Makefile:25: install-bin] Error 127 (ignored)

dvdauthor-0.7.2-alt4
        subfont.c:68:27: warning: 'maxcolor' defined but not used 
[-Wunused-const-variable=]
        68 | static unsigned int const maxcolor = 255;
        subfont.c:67:27: warning: 'nr_colors' defined but not used 
[-Wunused-const-variable=]
        67 | static unsigned int const nr_colors = 256;
        make[2]: Leaving directory '/usr/src/RPM/BUILD/dvdauthor-0.7.2/src'
        make[1]: *** [Makefile:429: all] Error 2
        make: *** [Makefile:419: all-recursive] Error 1
        error: Bad exit status from /usr/src/tmp/rpm-tmp.89883 (%build)
        RPM build errors:
        /usr/src/RPM/SPECS/dvdauthor.spec:27: malformed %else statement with 
garbage: '%if
        %magick == "graphicsmagick"'

elixir-1.17.3-alt1
        (elixir 1.17.3) lib/file.ex:1665: File.cd!/2
        test/test_helper.exs:156: MixTest.Case.in_fixture/3
        test/mix/tasks/compile_test.exs:364: Mix.Tasks.CompileTest."test code 
path pruning"/1
        (ex_unit 1.17.3) lib/ex_unit/runner.ex:485: ExUnit.Runner.exec_test/2
        (stdlib 5.2.3.3) timer.erl:270: :timer.tc/2
        (ex_unit 1.17.3) lib/ex_unit/runner.ex:407: anonymous fn/6 in
        ExUnit.Runner.spawn_test_monitor/4
        Finished in 147.6 seconds (5.1s on load, 0.07s async, 142.3s sync)
        6 doctests, 838 tests, 1 failure, 17 skipped
        make: *** [Makefile:114: test_mix] Error 2
        make: Leaving directory '/usr/src/RPM/BUILD/elixir-1.17.3'

kernel-image-6.18-6.18.29-alt1
        0inputs+0outputs (0major+32750minor)pagefaults 0swaps
        vm-run: Error: no exit code is found, failure.

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

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)'

malcontent-0.13.0-alt1
        #   UNIX File Descriptors:
        #     (none)
        stderr:
        cleaning up pid 3722148
        8/8 malcontent / app-filter                           OK              
0.13s
        Summary of Failures:
        7/8 malcontent / session-limits                       FAIL            
0.07s   killed
        by signal 11 SIGSEGV
        Ok:                7
        Fail:              1
        Full log written to
        
/usr/src/RPM/BUILD/malcontent-0.13.0/x86_64-alt-linux/meson-logs/testlog.txt

ocaml-sqlite3-5.4.0-alt1
        0 SYNTACTICALLY INCORRECT SQL STATEMENT
        Identified error: near "SYNTACTICALLY": syntax error
        1 SYNTACTICALLY INCORRECT SQL STATEMENT
        Identified error: near "SYNTACTICALLY": syntax error
        2 SYNTACTICALLY INCORRECT SQL STATEMENT
        Identified error: near "SYNTACTICALLY": syntax error
        3 SYNTACTICALLY INCORRECT SQL STATEMENT
        Identified error: near "SYNTACTICALLY": syntax error
        0 INSERT INTO tbl0 VALUES ('a', 3, 3.14)
        --
        Called from Sqlite3_test__Test_win.(fun) in file "test/test_win.ml", 
lines 13-16,
        characters 6-47
        FAILED 1 / 1 tests

oddjob-0.34.7-alt1
        @@ -0,0 +1 @@
        +ls: cannot access '/proc/2327021/fd/3': No such file or directory
        FAIL

php8.4-pcntl-8.4.17-alt1
        001- bool(true)
        001+ Fatal error: Uncaught ValueError: pcntl_setns():
        Argument #1 ($process_id) process no longer available (726) in
        
/usr/src/RPM/BUILD/php8.4-pcntl-8.4.17/tests/pcntl_setns_newpid.php:5
        002+ Stack trace:
        --
        Time taken      : 14.908 seconds
        FAILED TEST SUMMARY
        pcntl_setns() [tests/pcntl_setns_newpid.phpt]

postgresql18-1C-18.3-alt3
        1..230
        # 21 of 230 tests failed.
        # The differences that caused some tests to fail can be viewed in the 
file
        
"/usr/src/RPM/BUILD/postgresql18-1C-18.3/src/test/regress/regression.diffs".

python3-module-asyncpg-0.30.0-alt1.9.g5b14653.1
        
tests/test_execute.py::TestExecuteMany::test_executemany_server_failure_after_writes
 PASSED
        
tests/test_execute.py::TestExecuteMany::test_executemany_server_failure_during_writes
        FAILED
        tests/test_execute.py::TestExecuteMany::test_executemany_timeout PASSED
        --
        raise self.failureException(msg)
        AssertionError: 128 not less than 128 : should stop early
        =========================== short test summary info 
============================
        --
        SKIPPED [1] tests/test_connect.py:467: SSPI is only available on Windows
        FAILED
        
tests/test_execute.py::TestExecuteMany::test_executemany_server_failure_during_writes
        ====== 1 failed, 304 passed, 5 skipped, 3 deselected in 67.39s 
(0:01:07) =======
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['pytest', '-vra', './tests', 
'-k', 'not
        test_auth_gssapi']' returned non-zero exit status 1.

python3-module-inline-snapshot-0.28.0-alt1
        >       result.assert_outcomes(passed=1)
        E       AssertionError: assert {'errors': 0,...pped': 0, ...} == 
{'errors': 0,...pped':
        0, ...}
        E
        --
        =========================== short test summary info 
============================
        FAILED tests/test_file.py::test_a - assert 4 == 5
        ============================== 1 failed in 0.08s 
===============================
        --
        ==================================== ERRORS 
====================================
        _________________________ ERROR at teardown of test_a 
__________________________
        some snapshots in this test have incorrect values.
        --
        =========================== short test summary info 
============================
        ERROR tests/test_file.py::test_a - Failed: some snapshots in this test 
have i...
        ========================== 1 passed, 1 error in 0.13s 
==========================
        --
        =========================== short test summary info 
============================
        FAILED tests/test_file.py::test_a - assert 4 == 5
        ============================== 1 failed in 0.08s 
===============================
        =========================== short test summary info 
============================
        FAILED tests/test_pytest_plugin.py::test_disabled - AssertionError: 
assert {'...
        = 1 failed, 597 passed, 7 deselected, 1 xfailed, 997 subtests passed in 
105.83s (0:01:45) =
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', '-k', 
'not pyright
        and not test_compare']' returned non-zero exit status 1.

python3-module-sanic-25.3.0-alt1
        =========================== short test summary info 
============================
        FAILED tests/test_tls.py::test_custom_cert_loader - 
sanic.exceptions.ServerEr...
        = 1 failed, 1663 passed, 19 skipped, 14 deselected, 3 xfailed, 6 
xpassed, 177 warnings
        in 185.76s (0:03:05) =
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', '-k', 
'not
        test_websocket_route_with_subprotocols and not 
test_keep_alive_client_timeout and not
        test_multiprocessing']' returned non-zero exit status 1.

python3-module-whoosh-2.7.4-alt4.1
        assert r.doc_count() == 4
        AssertionError: assert 3 == 4
        +  where 3 = doc_count()

tclx-1:8.4.4-alt1
        (but everything is probably ok)
        ==== nice-1.5 nice tests FAILED
        ==== Contents of test case:
        --
        23 23
        ==== nice-1.5 FAILED
        pipe.test
        --
        profile.test
        ==== profile-10.2 profile CPU time tests FAILED
        ==== Contents of test case:
        --
        ---- errorCode: NONE
        ==== profile-10.2 FAILED
        ==== profile-12.1 profile namespace tests FAILED
        ==== Contents of test case:
        --
        ---- errorCode: NONE
        ==== profile-12.1 FAILED
        ==== profile-12.2 profile namespace tests FAILED
        ==== Contents of test case:
        --
        ---- errorCode: NONE
        ==== profile-12.2 FAILED
        ==== profile-12.3 profile namespace tests FAILED
        ==== Contents of test case:
        --
        ---- errorCode: NONE
        ==== profile-12.3 FAILED
        ==== profile-12.4 profile namespace tests FAILED

        4 error logs REMOVED from the list
meschach-1.2-alt1.b.3
mumps-5.3.5-alt4
php8.5-8.5.3-alt1
pocl-6.0-alt0.3

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

Reply via email to