From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 Date: Wed, 14 Feb 2024 04:43:00 +0000 From: ALT beekeeper To: sisyphus-cybertalk@lists.altlinux.org Message-ID: Mail-Followup-To: sisyphus-cybertalk@lists.altlinux.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [cyber] I: Sisyphus-20240214 x86_64 beehive_status: +8 -11 (151) X-BeenThere: sisyphus-cybertalk@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: devel@lists.altlinux.org List-Id: ALT Linux Sisyphus cybertalk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2024 04:43:04 -0000 Archived-At: List-Archive: 8 NEW error logs java-1.8.0-openjdk-0:1.8.0.382.b05-alt0_1jpp8 RPM build errors: Unparseable macro: % by %%) Macro %z not found ignored self-provides: java-1.8.0-openjdk = 0:1.8.0.382.b05-alt0_1jpp8 ignored self-provides: java-1.8.0-openjdk-headless = 0:1.8.0.382.b05-alt0_1jpp8 ignored self-provides: java-1.8.0-openjdk-devel = 0:1.8.0.382.b05 ignored self-provides: java-1.8.0-openjdk-demo = 0:1.8.0.382.b05-alt0_1jpp8 ignored self-provides: java-1.8.0-openjdk-src = 0:1.8.0.382.b05-alt0_1jpp8 ignored self-provides: java-1.8.0-openjdk-javadoc = 0:1.8.0.382.b05-alt0_1jpp8 Unparseable macro: %.*}" libvamp-2.10.0-alt2 ld: ./libvamp-hostsdk.a: error adding symbols: no more archived files collect2: error: ld returned 1 exit status make: *** [Makefile:271: rdf/generator/vamp-rdf-template-generator] Error 1 meschach-1.2-alt1.b.3 gcc -c -g -O2 -pipe -Wall -fPIC -DPIC -DHAVE_CONFIG_H spbkp.c spbkp.c: In function 'spBKPfactor': spbkp.c:614:17: warning: variable 'row_num' set but not used [-Wunused-but-set-variable] 614 | int row_num; spbkp.c:612:42: warning: variable 'r' set but not used [-Wunused-but-set-variable] 612 | int i, j, k, l, n, onebyone, r; spbkp.c: At top level: spbkp.c:34:17: warning: 'rcsid' defined but not used [-Wunused-variable] 34 | static char rcsid[] = "$Id: spbkp.c,v 1.6 1996/08/20 19:53:10 stewart Exp $"; make: Leaving directory '/usr/src/RPM/BUILD/meschach-1.2' perl-Server-Starter-0.35-alt1.1 received TERM, sending TERM to all workers:3371917 hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded python3-module-anyio-4.2.0-alt1 yield E asyncio.exceptions.CancelledError: Cancelled by cancel scope 7f6560e4ea50 During handling of the above exception, another exception occurred: -- yield E asyncio.exceptions.CancelledError: Cancelled by cancel scope 7f6560b89a30 During handling of the above exception, another exception occurred: -- INFO : Command's result: FAILURE INFO : Command's error: Command '['python3', '-m', 'pytest', '-Wignore', '-m', 'not network', '-k', 'not ((TestTCPStream and (test_happy_eyeballs and (ipv6 or dualstack) or (test_connection_refused and multi))) or (TestTCPListener and test_bind_link_local) or (TestTCPStream and ipv6 and (test_send_after_close or test_unretrieved_future_exception_server_crash or test_send_after_peer_closed or test_iterate or test_connect_tcp_with_tls_cert_check_fail or test_connect_tcp_with_tls or test_send_eof or test_receive_after_close or test_send_large_buffer or test_close_during_receive or test_send_receive or test_concurrent_receive or test_extra_attributes or test_socket_options or test_receive_timeout or test_concurrent_send)) or (test_reuse_port and (TestConnectedUDPSocket or TestUDPSocket or TestTCPListener)) or ((TestConnectedUDPSocket or TestUDPSocket) and (test_receive_after_close or test_send_after_close or test_close_during_receive or test_send_receive or test_iterate or test_close_during_receive or test_concurrent_receive)) or (TestConnectedUDPSocket and test_extra_attributes and ipv6) or (TestUDPSocket and test_extra_attributes) or (TestTCPListener and (test_send_after_eof or test_close_from_other_task or test_socket_options or test_accept_after_close or (test_accept and (ipv4 or ipv6)) or test_extra_attributes)))']' returned non-zero exit status 1. python3-module-pexpect-4.8.0-alt3 tests/test_async.py::AsyncTests::test_expect_exact FAILED [ 7%] tests/test_async.py::AsyncTests::test_simple_expect FAILED [ 7%] tests/test_async.py::AsyncTests::test_timeout FAILED [ 8%] tests/test_command_list_split.py::SplitCommandLineTestCase::testSplitSizes PASSED [ 8%] -- tests/test_env.py::TestCaseEnv::test_spawn_uses_env PASSED [ 15%] tests/test_expect.py::ExpectTestCase::test_bad_arg FAILED [ 15%] tests/test_expect.py::ExpectTestCase::test_before_across_chunks PASSED [ 16%] -- tests/test_misc.py::TestCaseMisc::test_bad_arguments_second_arg_is_list PASSED [ 39%] tests/test_misc.py::TestCaseMisc::test_bad_arguments_suggest_fdpsawn FAILED [ 40%] tests/test_misc.py::TestCaseMisc::test_bad_child_pid FAILED [ 40%] tests/test_misc.py::TestCaseMisc::test_bad_type_in_expect PASSED [ 41%] -- tests/test_pickling.py::PickleTest::test_picking PASSED [ 53%] tests/test_popen_spawn.py::ExpectTestCase::test_bad_arg FAILED [ 54%] tests/test_popen_spawn.py::ExpectTestCase::test_crlf PASSED [ 54%] -- tests/test_popen_spawn.py::ExpectTestCase::test_unexpected_eof PASSED [ 58%] tests/test_pxssh.py::PxsshTestCase::test_connection_refused FAILED [ 58%] tests/test_pxssh.py::PxsshTestCase::test_custom_ssh_cmd FAILED [ 59%] tests/test_pxssh.py::PxsshTestCase::test_custom_ssh_cmd_debug PASSED [ 59%] tests/test_pxssh.py::PxsshTestCase::test_failed_custom_ssh_cmd FAILED [ 60%] tests/test_pxssh.py::PxsshTestCase::test_failed_custom_ssh_cmd_debug PASSED [ 60%] sniffnet-1.1.3-alt1 Compiling tiff v0.8.1 error: rustc interrupted by SIGSEGV, printing backtrace /usr/lib64/librustc_driver-ba15bc578279f798.so(+0x750d56)[0x7f7515d6dd56] -- note: backtrace dumped due to SIGSEGV! resuming signal error: could not compile `exr` (lib) Caused by: watchexec-1.22.3-alt1 test globs ... ok test scopes ... FAILED failures: -- scopes test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s error: test failed, to rerun pass `-p watchexec-filterer-ignore --test filtering` 11 error logs REMOVED from the list altlinux-freedesktop-menu-0.70-alt1 dolphin-emu-5.0.19870-alt3.2 libsmi-0.5.0-alt2 litmus-0.14.0-alt2.git.9fbc73d mumps-5.3.5-alt3 python3-module-asyncpg-0.29.0-alt2 python3-module-pytest-forked-1.6.0-alt1 python3-module-pytest-mpi-0.6-alt1 python3-module-sybil-5.0.3-alt1 python3-module-testfixtures-7.1.0-alt1 sfizz-1.2.2-alt2 Total 151 error logs.