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=unavailable autolearn_force=no version=3.4.1 Date: Wed, 5 Jun 2024 05:51:01 +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-20240605 x86_64 beehive_status: +12 -22 (94) 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, 05 Jun 2024 05:51:13 -0000 Archived-At: List-Archive: 12 NEW error logs emblem-1.4.0-alt1 Compiling locale_config v0.3.0 error: rustc interrupted by SIGSEGV, printing backtrace /lib64/librustc_driver-bab96054db714efd.so(+0x7fafc6)[0x7fbb7fc43fc6] -- note: we would appreciate a report at https://github.com/rust-lang/rust error: could not compile `exr` (lib) Caused by: -- [37/38] Merging translations for data/org.gnome.design.Emblem.metainfo.xml FAILED: src/emblem /usr/bin/env CARGO_HOME=/usr/src/RPM/BUILD/emblem-1.4.0/x86_64-alt-linux/cargo-home /usr/bin/cargo build --manifest-path /usr/src/RPM/BUILD/emblem-1.4.0/Cargo.toml --target-dir /usr/src/RPM/BUILD/emblem-1.4.0/x86_64-alt-linux/src --release && cp src/release/emblem src/emblem gawk-5.1.0.0.213.d04f-alt1 make[3]: Entering directory '/usr/src/RPM/BUILD/gawk-5.1.0.0.213.d04f-alt1/test' 1 TESTS FAILED make[3]: *** [Makefile:5248: pass-fail] Error 1 just-1.27.0-alt1 choose::status_error test result: FAILED. 707 passed; 1 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.69s error: test failed, to rerun pass `--test integration` error: 1 target failed: `--test integration` 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-HTML-Widget-1.11-alt3 Compilation failed in require at t/get_errors.t line 7. BEGIN failed--compilation aborted at t/get_errors.t line 7. # Looks like your test exited with 20 before it could output anything. -- Compilation failed in require at t/get_filters.t line 6. BEGIN failed--compilation aborted at t/get_filters.t line 6. # Looks like your test exited with 20 before it could output anything. -- Compilation failed in require at t/result_add_error.t line 6. BEGIN failed--compilation aborted at t/result_add_error.t line 6. # Looks like your test exited with 20 before it could output anything. -- Compilation failed in require at t/retain_default.t line 6. BEGIN failed--compilation aborted at t/retain_default.t line 6. # Looks like your test exited with 20 before it could output anything. -- Result: FAIL Failed 47/90 test programs. 0/272 subtests failed. make: *** [Makefile:834: test_dynamic] Error 255 perl-Net-SIP-0.836-alt1 t/21_channel_on_hold_stateless_proxy.t .. ok # Failed test '[proxy] (?^:O>.*REQ\(INVITE\) SDP: audio=\S+)' # at ./t/testlib.pl line 234. # Failed test 'Died at t/22_stateless_proxy_ack_on_error.t line 104. # at ./t/testlib.pl line 31. -- t/22_stateless_proxy_ack_on_error.t (Wstat: 256 (exited 1) Tests: 68 Failed: 2) Failed tests: 67-68 Non-zero exit status: 1 -- Result: FAIL Failed 1/23 test programs. 2/1493 subtests failed. make: *** [Makefile:829: test_dynamic] Error 255 python3-module-asyncpg-0.29.0-alt2 raise self.failureException(msg) AssertionError: 128 not less than 128 : should stop early =============================== warnings summary =============================== -- SKIPPED [1] tests/test__sourcecode.py:19: flake8 module is missing FAILED tests/test_execute.py::TestExecuteMany::test_executemany_server_failure_during_writes ======= 1 failed, 302 passed, 3 skipped, 2 warnings in 77.39s (0:01:17) ======== INFO : Command's result: FAILURE INFO : Command's error: Command '['pytest', '-vra', './tests']' returned non-zero exit status 1. python3-module-websockets-12.0-alt1 raise ValueError("Invalid file descriptor: {}".format(fd)) ValueError: Invalid file descriptor: -1 ..................................................................................................................s.............................................................................................................................................................................................................................................................................................................................................................................. ERROR: test_close_idempotency_race_condition (tests.sync.test_connection.ClientConnectionTests.test_close_idempotency_race_condition) close waits if the connection is already closing. -- websockets.exceptions.ConnectionClosedOK: sent 1000 (OK); then received 1000 (OK) FAIL: test_close_waits_for_recv (tests.sync.test_connection.ClientConnectionTests.test_close_waits_for_recv) Traceback (most recent call last): -- self.assertFalse(close_thread.is_alive()) AssertionError: True is not false FAIL: test_get_text_message_already_received (tests.sync.test_messages.AssemblerTests.test_get_text_message_already_received) get returns a text message that is already received. -- self.assertFalse(thread.is_alive()) AssertionError: True is not false FAIL: test_get_text_message_already_received (tests.sync.test_messages.AssemblerTests.test_get_text_message_already_received) get returns a text message that is already received. -- self.assertFalse(self.assembler.put_in_progress) AssertionError: True is not false Ran 1297 tests in 3.302s FAILED (failures=3, errors=1, skipped=12) INFO : Command's result: FAILURE INFO : Command's error: Command '['python3', '-m', 'unittest']' returned non-zero exit status 1. qemu-8.2.4-alt1 Summary of Failures: 125/876 qemu:qtest+qtest-x86_64 / qtest-x86_64/ahci-test ERROR 26.87s killed by signal 6 SIGABRT Ok: 804 rng-tools-6.14-alt1.git82f665c4 PASS: rngtestzero.sh FAIL: rngtestjitter.sh Testsuite summary for rng-tools 6.14 -- # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 See tests/test-suite.log telepathy-haze-0.8.1-alt1.1 servicetest.TimeoutError FAIL: roster/removed-from-rp-subscribe.py (1) Testing roster/subscribe.py ... toybox-0.8.11-alt1 musl-gcc -I/etc/sysconfig/kernel/include -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -Wundef -Werror=implicit-function-declaration -Wno-char-subscripts -Wno-pointer-sign -funsigned-char -Wno-restrict -Wno-format-overflow -static -xc - -lssl -o /dev/null ld: cannot find -lselinux: No such file or directory ld: cannot find -lsmack: No such file or directory ld: cannot find -lattr: No such file or directory collect2: error: ld returned 1 exit status ld: cannot find -lz: No such file or directory ld: cannot find -lcrypto: No such file or directory ld: cannot find -lssl: No such file or directory collect2: error: ld returned 1 exit status ld: cannot find -llog: No such file or directory collect2: error: ld returned 1 exit status ld: cannot find -liconv: No such file or directory 22 error logs REMOVED from the list bcrypt-1.1-alt2_32 clisp-1:2.49.92-alt2 fprintd-1.94.3-alt1 lightdm-1.32.0-alt4 nagios-3.0.6-alt18 perl-Arch-0.5.2-alt1 perl-Business-Hours-0.13-alt1_4 perl-Devel-Cover-1.40-alt1 perl-Dist-Zilla-Plugin-OurPkgVersion-0.21-alt1 perl-HTML-Selector-XPath-0.28-alt1 perl-PPI-1.278-alt1 perl-PPerl-0.25-alt6 perl-Parallel-Scoreboard-0.08-alt1_10 perl-Plack-Middleware-Test-StashWarnings-0.08-alt2_18 perl-Pod-Eventual-0.094003-alt1 perl-Starlet-0.31-alt1_22 perl-Test-MockTime-0.17-alt1_6 perl-Test-WWW-Mechanize-PSGI-0.39-alt1_3 perl-Text-Xslate-3.5.9-alt1 python3-module-hypothesis-6.103.0-alt1 python3-module-qtconsole-5.5.2-alt1 tarantool-3.0.1-alt1 Total 94 error logs.