* [cyber] I: Sisyphus-20251122 i586 beehive_status: +29 -44 (226)
@ 2025-11-22 11:40 ALT beekeeper
0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2025-11-22 11:40 UTC (permalink / raw)
To: sisyphus-cybertalk
29 NEW error logs
barrier-2.3.4-alt1
[ PASSED ] 19 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] NetworkTests.sendToClient_mockData
1 FAILED TEST
YOU HAVE 1 DISABLED TEST
canl-java-2.8.3-alt1
[INFO] Total time: 0.364 s
[INFO] Finished at: 2025-11-22T10:43:31Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project canl: Could not resolve dependencies
for project eu.eu-emi.security:canl:jar:2.8.3: Cannot access central
(https://repo.maven.apache.org/maven2) in offline mode and the artifact
org.hamcrest:hamcrest-all:jar:1.3 has not been downloaded from it before. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
clamav-1.4.3-alt3
[INFO]: Removed tmp directory:
/usr/src/RPM/BUILD/clamav-1.4.3/i586-alt-linux/unit_tests/TC-ni3tpndc
FAIL: test_freshclam_03_http_403_daemonized
(freshclam_test.TC.test_freshclam_03_http_403_daemonized)
Traceback (most recent call last):
--
Ran 11 tests in 625.984s
FAILED (failures=1, skipped=1)
80% tests passed, 1 tests failed out of 5
Total Test time (real) = 626.63 sec
The following tests FAILED:
4 - freshclam (Failed)
ed25519-java-0.3.0-alt1_14jpp11
Selecting maven-plugin-bundle for 'mvn(org.apache.felix:maven-bundle-plugin)'
E: Couldn't find package mvn(org.hamcrest:hamcrest-all)
hsh-install: Failed to calculate package file list.
gem-rubocop-lts-24.0.1-alt1
Wrote: /usr/src/in/nosrpm/gem-rubocop-lts-24.0.1-alt1.nosrc.rpm (w1.gzdio)
error: failed build dependencies:
gem(rubocop-rspec) >= 3 conflicts with gem-rubocop-lts-24.0.1-alt1
gem-sass-embedded-1.62.1-alt1
Wrote: /usr/src/in/nosrpm/gem-sass-embedded-1.62.1-alt1.nosrc.rpm (w1.gzdio)
error: failed build dependencies:
gem(rubocop-rspec) >= 3 conflicts with gem-sass-embedded-1.62.1-alt1
gem-webdrivers-5.3.1-alt1
Wrote: /usr/src/in/nosrpm/gem-webdrivers-5.3.1-alt1.nosrc.rpm (w1.gzdio)
error: failed build dependencies:
gem(rubocop-rspec) >= 3 conflicts with gem-webdrivers-5.3.1-alt1
javassist-0:3.28.0-alt1_2jpp11
Selecting maven-plugin-bundle for 'mvn(org.apache.felix:maven-bundle-plugin)'
E: Couldn't find package mvn(org.hamcrest:hamcrest-all)
hsh-install: Failed to calculate package file list.
jctools-3.3.0-alt2_5jpp11
Selecting maven-plugin-bundle for 'mvn(org.apache.felix:maven-bundle-plugin)'
E: Couldn't find package mvn(org.hamcrest:hamcrest-all)
hsh-install: Failed to calculate package file list.
jilter-1.2-alt1_18jpp8
runtests:
BUILD FAILED
/usr/src/RPM/BUILD/jilter-1.2/build.xml:56: java.lang.UnsupportedClassVersionError:
junit/framework/Test has been compiled by a more recent version of the Java Runtime
(class file version 53.0), this version of the Java Runtime only recognizes class file
versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
jna-5.12.1-alt1_2jpp11
[javac] warning: [options] bootstrap class path not set in conjunction with -source 9
[javac] /usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:37: error:
package org.hamcrest does not exist
[javac] import static org.hamcrest.CoreMatchers.instanceOf;
[javac] ^
[javac] /usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:37: error:
static import only from classes and interfaces
[javac] import static org.hamcrest.CoreMatchers.instanceOf;
[javac] ^
[javac] /usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:38: error:
package org.hamcrest does not exist
[javac] import static org.hamcrest.CoreMatchers.not;
[javac] ^
[javac] /usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:38: error:
static import only from classes and interfaces
[javac] import static org.hamcrest.CoreMatchers.not;
[javac] ^
[javac] /usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:202: error:
cannot access Matcher
[javac] Assert.assertThat(mem1.getPointer(10 * POINTER_SIZE),
instanceOf(Pointer.class));
--
[javac] class file for org.hamcrest.Matcher not found
[javac] /usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:203: error:
cannot find symbol
[javac] Assert.assertThat(mem1.getPointer(10 * POINTER_SIZE),
instanceOf(Memory.class));
--
[javac] location: class MemoryTest
[javac] /usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:206: error:
cannot find symbol
[javac] Assert.assertThat(mem1.getPointer(11 * POINTER_SIZE),
instanceOf(Pointer.class));
--
[javac] location: class MemoryTest
[javac] /usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:207: error:
cannot find symbol
[javac] Assert.assertThat(mem1.getPointer(11 * POINTER_SIZE),
not(instanceOf(Memory.class)));
--
[javac] location: class MemoryTest
[javac] /usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:215: error:
cannot find symbol
[javac] Assert.assertThat(pointers[0], instanceOf(Pointer.class));
--
[javac] location: class MemoryTest
[javac] /usr/src/RPM/BUILD/jna-5.12.1/test/com/sun/jna/MemoryTest.java:216: error:
cannot find symbol
[javac] Assert.assertThat(pointers[0], instanceOf(Memory.class));
liboqs-0.15.0-alt1
[gw11] [ 98%] PASSED tests/test_cmdline.py::test_sig[SLH_DSA_SHA3_384_PREHASH_SHA2_256F]
tests/test_cmdline.py::test_sig[SLH_DSA_SHA3_384_PREHASH_SHAKE_128S]
[gw13] [ 98%] PASSED tests/test_cmdline.py::test_sig[SLH_DSA_SHA2_384_PREHASH_SHAKE_192S]
tests/test_cmdline.py::test_sig[SLH_DSA_SHA2_384_PREHASH_SHAKE_192F]
[gw11] [ 98%] PASSED tests/test_cmdline.py::test_sig[SLH_DSA_SHA3_384_PREHASH_SHAKE_128S]
tests/test_cmdline.py::test_sig[SLH_DSA_SHA3_384_PREHASH_SHAKE_128F]
[gw13] [ 98%] PASSED tests/test_cmdline.py::test_sig[SLH_DSA_SHA2_384_PREHASH_SHAKE_192F]
tests/test_cmdline.py::test_sig[SLH_DSA_SHA2_384_PREHASH_SHAKE_256S]
[gw11] [ 98%] PASSED tests/test_cmdline.py::test_sig[SLH_DSA_SHA3_384_PREHASH_SHAKE_128F]
tests/test_cmdline.py::test_sig[SLH_DSA_SHA3_384_PREHASH_SHAKE_192S] ninja: build stopped:
interrupted by user.
lua5.4-module-lualanes-3.17.1-alt1_lr0
fib(11) = 89\r
fib(9)\r
fib(9) = 34\r
fib(20) = 6765.0\r
fib(41) = 165580141.0\r
fib(80) = 2.3416728348468e+16\r
23416728348467684 2.3416728348468e+16\r
make[1]: *** [Makefile:121: fibonacci] Segmentation fault\r
make[1]: Leaving directory '/usr/src/RPM/BUILD/lua5.4-module-lualanes-3.17.1'\r
make: *** [Makefile:82: test] Error 2\r
maven-shade-plugin-3.6.0-alt1
Selecting jdom2 for 'mvn(org.jdom:jdom2)'
E: Couldn't find package mvn(org.mockito:mockito-all)
hsh-install: Failed to calculate package file list.
mumps-5.3.5-alt5
/usr/lib/openmpi/bin/mpicc -shared graph.o gbipart.o gbisect.o ddcreate.o ddbisect.o
nestdiss.o multisector.o gelim.o bucket.o tree.o symbfac.o interface.o sort.o minpriority.o
-Wl,-soname,libpord-5.3.so -o libpord-5.3.so -Wl,--as-needed,-rpath,/usr/lib/openmpi/lib
-L/usr/lib/openmpi/lib -Wl,-z,defs
lto1: internal compiler error: resolution sub id 0x5cf7bfc0adf1953a not in object file
libbacktrace could not find executable to open
--
See <http://bugzilla.altlinux.org> for instructions.
lto-wrapper: fatal error: i586-alt-linux-gcc returned 1 exit status
compilation terminated.
ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:34: libpord.so] Error 1
nix-2.31.1-alt1
[350/484] Generating src/nix-manual/manual with a custom command (wrapped by meson
because command contains newlines, to set env)
FAILED: [code=101] src/nix-manual/manual src/nix-manual/markdown
/usr/bin/meson --internal exe --unpickle
/usr/src/RPM/BUILD/nix-2.31.1/i586-alt-linux/meson-private/meson_exe_bash_c6cd01a236711b90cbeb7806fdbe70f40ffd69f7.dat
--
--- stderr ---
ERROR invalid key `substitute-search`
ninja: build stopped: subcommand failed.
openFPGALoader-1.0.0-alt1
doctree = pickle.loads(serialised)
EOFError: Ran out of input
The above exception was the direct cause of the following exception:
--
) from exc
sphinx.errors.ExtensionError: Handler <bound method TocTreeCollector.get_updated_docs of
<sphinx.environment.collectors.toctree.TocTreeCollector object at 0xf5c26310>> for event
'env-get-updated' threw an exception (exception: Ran out of input)
The full traceback has been saved in:
openas2-2.10.0-alt4_9jpp11
Selecting maven-dependency-plugin for
'mvn(org.apache.maven.plugins:maven-dependency-plugin)'
E: Couldn't find package mvn(org.mockito:mockito-all)
hsh-install: Failed to calculate package file list.
perl-POE-Component-SSLify-1.012-alt1_17
t/simple_large.t .............. ok
# Failed test 'SERVER: SSLify_Options 1943176: private key
# at t/simple_parallel.t line 52.
# Failed test 'SERVER: Server_SSLify Please do SSLify_Options() first ( or pass in a $ctx
object ) at /usr/src/RPM/BUILD/POE-Component-SSLify-1.012/blib/lib/POE/Component/SSLify.pm
line 247.
# at t/simple_parallel.t line 55.
--
t/simple_parallel.t (Wstat: 5632 (exited 22) Tests: 106 Failed: 2)
Failed tests: 98-99
Non-zero exit status: 22
perl-Server-Starter-0.35-alt1.1
received TERM, sending TERM to all workers:370122
hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded
python3-module-haversine-2.9.0-alt1
SKIPPED [1] tests/test_performance.py:41: Skipped
FAILED tests/test_haversine_vector.py::test_pair[km]
FAILED tests/test_haversine_vector.py::test_pair[m]
FAILED tests/test_haversine_vector.py::test_pair[in]
=================== 3 failed, 71 passed, 2 skipped in 17.46s ===================
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-ra']' returned
non-zero exit status 1.
python3-module-jupyter_server-2.17.0-alt1
tests/services/kernels/test_execution_state.py::test_execution_state
hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded
python3-module-pytest-httpbin-2.1.0-alt1
is not None
E AssertionError: assert None is not None
E + where None = <function match at 0xf7a25168>('pytest-httpbin server hit an
exception serving request:.* The handshake operation timed out\nattempting to ignore
so the rest of the tests can run\n', '')
--
=========================== short test summary info ============================
FAILED tests/test_server.py::test_dont_crash_on_handshake_timeout - Assertion...
========================= 1 failed, 22 passed in 3.25s =========================
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-ra', '-Wignore']'
returned non-zero exit status 1.
error: Bad exit status from /usr/src/tmp/rpm-tmp.59280 (%check)
python3-module-websockets-15.0.1-alt1
.......................................sssssssssssssss.......ssssssss...................................................................................................................................................................s....s.s........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss.......s..................................................................................................................................s.......................................................................................................................................s........................................................................................................sssssssssssssss.....ssssssss....................s................................s.............................................EF...............sss...............................s....................................................................................................................................................................................................................................................................................................s..............................................................................................................................................................................................................................................................................................................................................................................................
ERROR: test_writing_in_recv_events_fails
(tests.sync.test_connection.ClientConnectionTests.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
FAIL: test_writing_in_send_context_fails
(tests.sync.test_connection.ClientConnectionTests.test_writing_in_send_context_fails)
Error when sending outgoing frame is correctly reported.
--
self.assertIsInstance(raised.exception.__cause__, BrokenPipeError)
AssertionError: None is not an instance of <class 'BrokenPipeError'>
Ran 1947 tests in 85.619s
FAILED (failures=1, errors=1, skipped=61)
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'unittest']' returned non-zero
exit status 1.
selenium-4.25.0-alt1
Wrote: /usr/src/in/nosrpm/selenium-4.25.0-alt1.nosrc.rpm (w1.gzdio)
error: failed build dependencies:
gem(rubocop-rspec) >= 3 conflicts with selenium-4.25.0-alt1
squeekboard-1.43.1-alt1
27/124 test_layout_be_wide TIMEOUT 30.56s killed by signal
15 SIGTERM
28/124 test_layout_ara TIMEOUT 30.60s killed by signal
15 SIGTERM
29/124 test_layout_ch+de TIMEOUT 30.37s killed by signal
15 SIGTERM
30/124 test_layout_ara_wide TIMEOUT 30.61s killed by signal
15 SIGTERM
31/124 test_layout_bg+phonetic TIMEOUT 30.54s killed by signal
15 SIGTERM
32/124 test_layout_bg+phonetic_wide TIMEOUT 30.53s killed by signal
15 SIGTERM
Ok: 103
Fail: 0
Timeout: 21
Full log written to
/usr/src/RPM/BUILD/squeekboard-1.43.1/i586-alt-linux/meson-logs/testlog.txt
sssd-2.9.7-alt4
PASS: test_ad_subdom
FAIL: test_ipa_subdom_server
PASS: test_sssd_krb5_localauth_plugin
--
# SKIP: 2
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_ipa_subdom_server
[==========] tests: Running 13 test(s).
--
[sssd] [sss_sssd_user_uid_and_gid] (0x0020): failed to get sssd user (_sssd) uid/gid,
using root
[ ERROR ] --- test_ctx->ipa_ctx->server_mode->trusts
[ LINE ] --- src/tests/cmocka/test_ipa_subdomains_server.c:548: error: Failure!
[ FAILED ] test_ipa_server_trust_init
[ RUN ] test_ipa_server_create_trusts
--
[ PASSED ] 12 test(s).
[ FAILED ] tests: 1 test(s), listed below:
[ FAILED ] test_ipa_server_trust_init
1 FAILED TEST(S)
tmux-3.5a-alt1
sh kill-session-process-exit.sh
sh new-session-base-index.sh
sh new-session-command.sh
sh new-session-environment.sh
sh new-session-no-client.sh
sh new-session-size.sh
sh new-window-command.sh
sh osc-11colours.sh
make: *** [Makefile:9: osc-11colours.sh] Error 1
make: Leaving directory '/usr/src/RPM/BUILD/tmux-3.5a/regress'
tripso-1.2.2-alt2
= Received packet matches expected!\r
= send test/parsec-l1c0.pkt\r
[ 28.183771] xt_TRIPSO: option astra 0x82[4]<1> 82 04 ab 02\r
[ 28.186720] xt_TRIPSO: : astra level=1 categories=0\r
[ 28.194046] xt_TRIPSO: :: translated to cipso: 86 0a 00 00 00 01 01 04 00 01\r
[ 28.202648] xt_TRIPSO: ::: skb expanded from 2 to 8 bytes (12 4)\r
[ 28.203720] xt_TRIPSO: ::: packet expanded 8 bytes (12 4)\r
IP (tos 0x0, ttl 64, id 53718, offset 0, flags [DF], proto ICMP (1), length 88, options
(security))\r
10.99.0.2 > 10.99.0.3: ICMP echo request, id 4382, seq 1, length 64\r
qemu-system-i386: terminating on signal 15 from pid 3082226 (timeout)
44 error logs REMOVED from the list
apicatalog-titanium-json-ld-1.7.0-alt1
byte-buddy-1.12.0-alt1_3jpp11
dbus-cpp-5.0.5-alt1
dropbear-2025.88-alt2
dropbear-musl-2025.88-alt2
evolution-3.58.1-alt1
felix-utils-1.11.8-alt1_2jpp11
freemind-1.0.1-alt3
gem-apipie-rails-1.4.2.5-alt0.1
gem-fast-xs-0.8.0-alt1
gem-foreman-ansible-15.0.1-alt1
gem-llhttp-ffi-0.5.0-alt1
gem-rbs-3.5.2-alt1
gem-ruby-rc4-0.1.4-alt1
gem-zendesk-api-1.38.0.rc1.1-alt1
glyr-1.0.10-alt1
gnunet-0.23.1-alt1
gnuplot-1:6.0.3-alt1
indicator-sensors-1.4-alt2
iotas-0.12.1-alt1
libgupnp-igd-1.6.0-alt1
libpcl-1.12-alt2
lightdm-1.32.0-alt10
log4c-1.2.1-alt1.1.qa3
marss-riscv-4.1a-alt2
maven-artifact-transfer-1:0.13.1-alt2
maven-common-artifact-filters-3.2.0-alt1_3jpp11
mdbook-0.4.52-alt1
osmpbf-1.5.0-alt1_12jpp11
ouch-0.6.1-alt1
pdfbox-0:2.0.26-alt1_3jpp11
php8.4-pcntl-8.4.14-alt1
python3-module-easyprocess-1.1-alt2
python3-module-memray-1.17.2-alt1
python3-module-paho-2.1.0-alt1
python3-module-pexpect-4.9.0-alt1
python3-module-qtconsole-5.7.0-alt1
python3-module-urlwatch-2.29-alt1
snappy-java-1.1.2.4-alt2_19jpp11
sqlite-jdbc-3.15.1-alt1_8jpp11
string-template-maven-plugin-1.1-alt1_7jpp11
tinyemu-20191221-alt1
vkQuake-1.30.1-alt1
zstd-1.5.5-alt2
Total 226 error logs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-22 11:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-22 11:40 [cyber] I: Sisyphus-20251122 i586 beehive_status: +29 -44 (226) ALT beekeeper
ALT Linux Sisyphus cybertalk
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \
sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com
public-inbox-index sisyphus-cybertalk
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git