15 NEW error logs

SoapySDR-0.8.1-alt4
        + ctest -V -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto
        CMake Error: Unknown argument: -pipe
        CMake Error: Run 'ctest --help' for all supported options.

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

libabseil-cpp2301.0.0-20230125.3-alt4
        [535/772] /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1
        -I/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3 
-I/googletest/include
        -I/googlemock/include -pipe -frecord-gcc-switches -Wall -g -O2 
-flto=auto
        -fPIC -O2 -g -DNDEBUG -std=gnu++17 -fPIE -Wall -Wextra -Wcast-qual
        -Wconversion-null -Wformat-security -Woverlength-strings -Wpointer-arith
        -Wundef -Wunused-local-typedefs -Wunused-result -Wvarargs -Wvla 
-Wwrite-strings
        -DNOMINMAX -Wno-deprecated-declarations -Wno-missing-declarations 
-Wno-self-move
        -Wno-sign-compare -Wno-unused-function -Wno-unused-parameter 
-Wno-unused-private-field
        -MD -MT absl/time/CMakeFiles/absl_time_test.dir/civil_time_test.cc.o
        -MF absl/time/CMakeFiles/absl_time_test.dir/civil_time_test.cc.o.d
        -o absl/time/CMakeFiles/absl_time_test.dir/civil_time_test.cc.o -c
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc
        FAILED: absl/time/CMakeFiles/absl_time_test.dir/civil_time_test.cc.o
        /usr/bin/c++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1
        -I/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3 
-I/googletest/include
        -I/googlemock/include -pipe -frecord-gcc-switches -Wall -g -O2 
-flto=auto
        -fPIC -O2 -g -DNDEBUG -std=gnu++17 -fPIE -Wall -Wextra -Wcast-qual
        -Wconversion-null -Wformat-security -Woverlength-strings -Wpointer-arith
        -Wundef -Wunused-local-typedefs -Wunused-result -Wvarargs -Wvla 
-Wwrite-strings
        -DNOMINMAX -Wno-deprecated-declarations -Wno-missing-declarations 
-Wno-self-move
        -Wno-sign-compare -Wno-unused-function -Wno-unused-parameter 
-Wno-unused-private-field
        -MD -MT absl/time/CMakeFiles/absl_time_test.dir/civil_time_test.cc.o
        -MF absl/time/CMakeFiles/absl_time_test.dir/civil_time_test.cc.o.d
        -o absl/time/CMakeFiles/absl_time_test.dir/civil_time_test.cc.o -c
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:
        In member function 'virtual void 
{anonymous}::CivilTime_OutputStream_Test::TestBody()':
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:875:29:
        error: 'setfill' is not a member of 'std'
        875 |     ss << std::left << std::setfill('.');
        --
        23 |
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:876:16:
        error: 'setw' is not a member of 'std'
        876 |     ss << std::setw(3) << 'X';
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:876:16:
        note: 'std::setw' is defined in header '<iomanip>'; this is probably 
fixable by adding
        '#include <iomanip>'
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:877:16:
        error: 'setw' is not a member of 'std'
        877 |     ss << std::setw(21) << absl::CivilYear(cs);
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:877:16:
        note: 'std::setw' is defined in header '<iomanip>'; this is probably 
fixable by adding
        '#include <iomanip>'
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:878:16:
        error: 'setw' is not a member of 'std'
        878 |     ss << std::setw(3) << 'X';
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:878:16:
        note: 'std::setw' is defined in header '<iomanip>'; this is probably 
fixable by adding
        '#include <iomanip>'
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:883:29:
        error: 'setfill' is not a member of 'std'
        883 |     ss << std::left << std::setfill('.');
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:883:29:
        note: 'std::setfill' is defined in header '<iomanip>'; this is probably 
fixable by adding
        '#include <iomanip>'
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:884:16:
        error: 'setw' is not a member of 'std'
        884 |     ss << std::setw(3) << 'X';
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:884:16:
        note: 'std::setw' is defined in header '<iomanip>'; this is probably 
fixable by adding
        '#include <iomanip>'
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:885:16:
        error: 'setw' is not a member of 'std'
        885 |     ss << std::setw(21) << absl::CivilMonth(cs);
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:885:16:
        note: 'std::setw' is defined in header '<iomanip>'; this is probably 
fixable by adding
        '#include <iomanip>'
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:886:16:
        error: 'setw' is not a member of 'std'
        886 |     ss << std::setw(3) << 'X';
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:886:16:
        note: 'std::setw' is defined in header '<iomanip>'; this is probably 
fixable by adding
        '#include <iomanip>'
        
/usr/src/RPM/BUILD/libabseil-cpp2301.0.0-20230125.3/absl/time/civil_time_test.cc:891:29:
        error: 'setfill' is not a member of 'std'
        891 |     ss << std::left << std::setfill('.');

libpqxx-1:7.7.5-alt2_2
        -- Looking for poll - found
        -- Looking for PQencryptPasswordConn
        -- Looking for PQencryptPasswordConn - found
        -- Looking for PQenterPipelineMode
        -- Looking for PQenterPipelineMode - found
        CMake Error at cmake/config.cmake:45 (cmake_determine_compile_features):
        Unknown CMake command "cmake_determine_compile_features".
        Call Stack (most recent call first):
        CMakeLists.txt:27 (include)
        -- Configuring incomplete, errors occurred!

llvm17.0-17.0.6-alt4.2
        [989/1358] ASTNodeAPI.json
        FAILED: tools/clang/lib/Tooling/ASTNodeAPI.json
        
/usr/src/RPM/BUILD/llvm-project-17/x86_64-alt-linux/tools/clang/lib/Tooling/ASTNodeAPI.json
        cd 
/usr/src/RPM/BUILD/llvm-project-17/x86_64-alt-linux/tools/clang/lib/Tooling &&
        /usr/src/RPM/BUILD/llvm-project-17/x86_64-alt-linux/bin/clang-ast-dump 
--skip-processing=0
        -I 
/usr/src/RPM/BUILD/llvm-project-17/x86_64-alt-linux/lib64/clang/17/include
        -I /usr/src/RPM/BUILD/llvm-project-17/clang/include -I
        /usr/src/RPM/BUILD/llvm-project-17/x86_64-alt-linux/tools/clang/include
        -I /usr/src/RPM/BUILD/llvm-project-17/x86_64-alt-linux/include
        -I /usr/src/RPM/BUILD/llvm-project-17/llvm/include -I
        /usr/include/c++/14 -I /usr/include/c++/14/x86_64-alt-linux -I
        /usr/include/c++/14/backward -I 
/usr/lib/llvm-17.0/lib64/clang/17/include
        -I /usr/local/include -I /usr/include --json-output-path
        
/usr/src/RPM/BUILD/llvm-project-17/x86_64-alt-linux/tools/clang/lib/Tooling/ASTNodeAPI.json

perl-Image-Sane-5-alt1
        t/enums.t .............. ok
        hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded

portfolio-1.0.1-alt1
        + xvfb-run /usr/bin/meson test --no-rebuild --print-errorlogs -C 
noarch-alt-linux
        _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be 
created.
        1/6 Validate desktop file   OK              0.02s
        --
        stderr:
        Fatal Python error: Segmentation fault
        Current thread 0x00007f38a3c24740 (most recent call first):

python-2.7.18-alt11
        self._sslobj.do_handshake()
        SSLZeroReturnError: TLS/SSL connection has been closed (EOF) 
(_ssl.c:735)
        Exception in thread Thread-75:
        --
        self._sslobj.do_handshake()
        SSLZeroReturnError: TLS/SSL connection has been closed (EOF) 
(_ssl.c:735)
        Exception in thread Thread-76:
        --
        self._sslobj.do_handshake()
        SSLZeroReturnError: TLS/SSL connection has been closed (EOF) 
(_ssl.c:735)
        Exception in thread Thread-77:
        --
        self._sslobj.do_handshake()
        SSLZeroReturnError: TLS/SSL connection has been closed (EOF) 
(_ssl.c:735)
        Exception in thread Thread-78:
        --
        self._sslobj.do_handshake()
        SSLZeroReturnError: TLS/SSL connection has been closed (EOF) 
(_ssl.c:735)
        Exception in thread Thread-79:
        --
        self._sslobj.do_handshake()
        SSLZeroReturnError: TLS/SSL connection has been closed (EOF) 
(_ssl.c:735)
        Exception in thread Thread-80:
        --
        self._sslobj.do_handshake()
        SSLZeroReturnError: TLS/SSL connection has been closed (EOF) 
(_ssl.c:735)
        Warning -- asyncore.socket_map was modified by test_ftplib

python3-module-execnet-2.1.1-alt1
        XFAIL testing/test_multi.py::test_safe_terminate[thread] - 
active_count() has been
        broken for some time
        XFAIL
        
testing/test_termination.py::test_terminate_implicit_does_trykill[thread-sys.executable]
        - reason: since python3.12 this test triggers RuntimeError: can't 
create new thread at
        interpreter shutdown
        XFAIL testing/test_threadpool.py::test_limited_size[thread] - 
WorkerPool does not
        implement limited size
        XFAIL testing/test_multi.py::test_safe_terminate[main_thread_only] - 
active_count()
        has been broken for some time
        XFAIL
        
testing/test_termination.py::test_terminate_implicit_does_trykill[main_thread_only-sys.executable]
        - reason: since python3.12 this test triggers RuntimeError: can't 
create new thread at
        interpreter shutdown
        XFAIL testing/test_threadpool.py::test_limited_size[main_thread_only] - 
WorkerPool does
        not implement limited size
        --
        XPASS testing/test_xspec.py::TestMakegateway::test_popen_nice - fails 
due to timing
        problems on busy single-core VMs
        FAILED 
testing/test_gateway.py::TestBasicGateway::test__rinfo[thread-proxy]
        = 1 failed, 464 passed, 613 skipped, 6 xfailed, 11 xpassed, 78 warnings 
in 34.03s =
        ERROR: InvocationError for command
        /usr/src/RPM/BUILD/python3-module-execnet-2.1.1/.tox/py3/bin/python -m 
pytest testing
        (exited with code 1)
        py3 finish: run-test  after 34.42 seconds
        --
        ___________________________________ summary 
____________________________________
        ERROR:   py3: commands failed
        cleanup
        
/usr/src/RPM/BUILD/python3-module-execnet-2.1.1/.tox/.tmp/package/1/execnet-2.1.1-py3-none-any.whl

python3-module-mdp-3.6.0.15.g64f14eee-alt3
        >           return func(*args, **kwds)
        E           AssertionError:
        E           Arrays are not almost equal to 5 decimals
        --
        =========================== short test summary info 
============================
        FAILED mdp/test/test_SFANode.py::testSFANode_rank_deficit - 
AssertionError:
        ==== 1 failed, 730 passed, 26 skipped, 176076 warnings in 77.53s 
(0:01:17) =====
        ERROR: InvocationError for command
        
/usr/src/RPM/BUILD/python3-module-mdp-3.6.0.15.g64f14eee/.tox/py3/bin/pytest mdp
        (exited with code 1)
        py3 finish: run-test  after 78.43 seconds
        --
        ___________________________________ summary 
____________________________________
        ERROR:   py3: commands failed
        cleanup
        
/usr/src/RPM/BUILD/python3-module-mdp-3.6.0.15.g64f14eee/.tox/.tmp/package/1/MDP-3.6-py2.py3-none-any.whl

python3-module-pytest-mpi-0.6-alt1
        >       result.assert_outcomes(skipped=1)
        E       AssertionError: assert {'errors': 1,...pped': 0, ...} == 
{'errors': 0,...pped':
        1, ...}
        E
        --
        ==================================== ERRORS 
====================================
        _________________ ERROR collecting pytest-cache-files-awu81q1_ 
_________________
        /usr/lib/python3/site-packages/_pytest/runner.py:341: in from_call
        --
        with os.scandir(path) as s:
        E   FileNotFoundError: [Errno 2] No such file or directory:
        
'/usr/src/tmp/pytest-of-builder/pytest-0/test_mpi_skip_under_mpi0/pytest-cache-files-awu81q1_'
        =============================== MPI Information 
================================
        Unable to import mpi4py=========================== short test summary 
info
        ============================
        ERROR pytest-cache-files-awu81q1_ - FileNotFoundError: [Errno 2] No 
such file...
        !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection 
!!!!!!!!!!!!!!!!!!!!
        --
        =========================== short test summary info 
============================
        FAILED tests/test_markers.py::test_mpi_skip_under_mpi - AssertionError: 
asser...
        ======================== 1 failed, 12 passed in 10.09s 
=========================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest', '-ra', 
'-Wignore',
        '-p', 'pytester', '--runpytest=subprocess']' returned non-zero exit 
status 1.

python3-module-sanic-24.6.0-alt2
        =========================== short test summary info 
============================
        FAILED tests/test_tls.py::test_logger_vhosts - 
sanic.exceptions.ServerError: ...
        FAILED tests/test_tls.py::test_ssl_in_multiprocess_mode - assert 
('sanic.root...
        = 2 failed, 1666 passed, 25 skipped, 5 deselected, 3 xfailed, 6 
xpassed, 319 warnings
        in 146.33s (0:02:26) =
        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']'
        returned non-zero exit status 1.

python3-module-tpm2-pytss-2.2.1-alt1
        >       self.assertEqual(fl[2].value, 0xA4)
        E       AssertionError: 183 != 164
        test/test_encoding.py:1160: AssertionError
        =========================== short test summary info 
============================
        FAILED 
test/test_encoding.py::ToolsTest::test_tools_decode_tpml_tagged_tpm_property
        ================== 1 failed, 593 passed, 13 skipped in 51.06s 
==================
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'pytest']' 
returned non-zero
        exit status 1.

python3-module-websockets-14.0-alt1
        
......................................................................................................................................................................................................s..s.s.................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss.......s..................................................................................................................................s.......................................................................................................................................s.........................................................................................................................s.......................s..........................................................sss......................s............................................E..................................................................................................................................................................................................................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
        Ran 1785 tests in 65.607s
        FAILED (errors=1, skipped=15)
        INFO     : Command's result: FAILURE
        INFO     : Command's error: Command '['python3', '-m', 'unittest']' 
returned non-zero
        exit status 1.

tmux-3.5a-alt1
        + rm regress/capture-pane-hyperlink.sh
        + make -C regress
        make: Entering directory '/usr/src/RPM/BUILD/tmux-3.5a/regress'
        sh am-terminal.sh
        sh capture-pane-sgr0.sh
        sh combine-test.sh
        sh command-order.sh
        server exited unexpectedly
        make: *** [Makefile:9: command-order.sh] Error 1
        make: Leaving directory '/usr/src/RPM/BUILD/tmux-3.5a/regress'

        16 error logs REMOVED from the list
7colors-2:0.10-alt1
ayugram-desktop-5.2.2-alt1.1
displaycal-3.9.12-alt1
erlang-proper-1.4.0.19.3bbd-alt1
guile22-2.2.7-alt1
jnr-ffi-2.1.8-alt1_12jpp11
libvamp-2.10.0-alt2
netpolice-filter-1.01-alt5.1
perl-Gearman-2.004.015-alt1_5
perl-Server-Starter-0.35-alt1.1
python3-module-qtsass-0.3.0-alt3
python3-module-vcrpy-6.0.2-alt1
python3-module-zmq-26.2.0-alt1
runit-2.1.2-alt2
telegram-desktop-5.2.3-alt1.1
tuxpaint-config-0.0.25-alt1

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

Reply via email to