* [cyber] I: Sisyphus-20251109 x86_64 beehive_status: +19 -19 (239)
@ 2025-11-09 13:12 ALT beekeeper
0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2025-11-09 13:12 UTC (permalink / raw)
To: sisyphus-cybertalk
19 NEW error logs
erlang-proper-1.4.0.19.3bbd-alt1
1) proper_tests:max_size_test/0
^[[0;31m Failure/Error: ?assert(2 * Ts >= Tb)
expected: true
glog-0.7.1-alt1
26/26 Test #26: dcheck_off .......................***Not Run (Disabled) 0.00 sec
96% tests passed, 1 tests failed out of 23
Total Test time (real) = 12.07 sec
--
26 - dcheck_off (Disabled)
The following tests FAILED:
2 - logging (Subprocess aborted)
guile22-2.2.7-alt1
Running web-server.test
ERROR: web-server.test: GET / - arguments: ((system-error "connect" "~A" ("Connection
refused") (111)))
Running web-uri.test
--
WARNING: (test-suite sxml-xpath): imported module (sxml xpath) overrides core binding
`filter'
FAIL: check-guile
1 of 1 test failed
iotas-0.12.1-alt1
stdout = stdout.decode("utf-8")
except UnicodeDecodeError:
# this shouldn't happen: pandoc basically guarantees that the output is utf-8!
--
stderr = stderr.decode("utf-8")
except UnicodeDecodeError:
# this shouldn't happen: pandoc basically guarantees that the output is utf-8!
--
f'Pandoc died with exitcode "{p.returncode}" during conversion: {stderr}'
E RuntimeError: Pandoc died with exitcode "64" during conversion: Could not
unzip ODT: not enough bytes
/usr/lib/python3/site-packages/pypandoc/__init__.py:528: RuntimeError
--
=========================== short test summary info ============================
FAILED tests/test_exporter.py::Test::test_export_odt - RuntimeError: Pandoc d...
============== 1 failed, 80 passed, 1 skipped, 1 warning in 1.51s ==============
jackson-dataformats-binary-2.9.8-alt1_9jpp11
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
jackson-dataformats-text-2.9.8-alt1_9jpp11
[ERROR] Tests run: 14, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.016 s <<<
FAILURE! -- in com.fasterxml.jackson.dataformat.csv.deser.BasicParserTest
[ERROR] com.fasterxml.jackson.dataformat.csv.deser.BasicParserTest.testSimpleExplicit --
Time elapsed: 0.006 s <<< ERROR!
java.lang.ClassCastException: class com.fasterxml.jackson.core.io.IOContext cannot
be cast to class com.fasterxml.jackson.dataformat.csv.impl.CsvIOContext
(com.fasterxml.jackson.core.io.IOContext and
com.fasterxml.jackson.dataformat.csv.impl.CsvIOContext are in unnamed module of loader
'app')
--
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[ERROR] com.fasterxml.jackson.dataformat.csv.deser.BasicParserTest.testMapsWithLinefeeds
-- Time elapsed: 0.001 s <<< ERROR!
java.lang.ClassCastException: class com.fasterxml.jackson.core.io.IOContext cannot
be cast to class com.fasterxml.jackson.dataformat.csv.impl.CsvIOContext
(com.fasterxml.jackson.core.io.IOContext and
com.fasterxml.jackson.dataformat.csv.impl.CsvIOContext are in unnamed module of loader
'app')
--
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[ERROR]
com.fasterxml.jackson.dataformat.csv.deser.BasicParserTest.testSimpleExplicitWithBOM --
Time elapsed: 0.001 s <<< ERROR!
java.lang.ClassCastException: class com.fasterxml.jackson.core.io.IOContext cannot
be cast to class com.fasterxml.jackson.dataformat.csv.impl.CsvIOContext
(com.fasterxml.jackson.core.io.IOContext and
com.fasterxml.jackson.dataformat.csv.impl.CsvIOContext are in unnamed module of loader
'app')
jackson-modules-base-2.11.4-alt1_5jpp11
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
kernel-modules-LiME-6.12-1.9.1-alt5.396345.1
Cleaning files in /usr/src/tmp/kernel-modules-LiME-6.12-buildroot (auto)
find: 'usr': No such file or directory
Verifying and fixing files in /usr/src/tmp/kernel-modules-LiME-6.12-buildroot
(binconfig,pkgconfig,libtool,desktop,gnuconfig)
mumps-5.3.5-alt5
gcc -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_seq-5.3.so -o libpord_seq-5.3.so -fopenmp -lrt -Wl,-z,defs
lto1: internal compiler error: resolution sub id 0xa11c439f4db1f9c4 not in object file
libbacktrace could not find executable to open
--
See <http://bugzilla.altlinux.org> for instructions.
lto-wrapper: fatal error: x86_64-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_seq.so] Error 1
perl-File-Tee-0.07-alt3
Result: FAIL
Failed 1/2 test programs. 0/21 subtests failed.
make: *** [Makefile:771: test_dynamic] Error 255
perl-Net-SIP-0.839-alt1
# received=34 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *'
# Failed test 'UAS RTP ok'
# at t/19_call_with_dtmf.t line 151.
--
t/19_call_with_dtmf.t (Wstat: 256 (exited 1) Tests: 216 Failed: 1)
Failed test: 16
Non-zero exit status: 1
--
Result: FAIL
Failed 1/26 test programs. 1/2000 subtests failed.
make: *** [Makefile:829: test_dynamic] Error 255
plank-0.11.89-alt2
OK
FAIL: ./tests
make[4]: *** [Makefile:1095: check-local] Error 1
python3-module-devpi-server-6.17.0-alt1
> assert not pypistage.cache_retrieve_times.is_expired("pkg",
pypistage.cache_expiry)
E AssertionError: assert not True
E + where True = is_expired('pkg', 1800)
--
XPASS test_devpi_server/test_keyfs.py::TestSubscriber::test_persistent - test
monkeypatching wrong thing after refactoring
FAILED test_devpi_server/test_mirror.py::TestMirrorStageprojects::test_simplelinks_timeout
= 1 failed, 1095 passed, 54 skipped, 1 xfailed, 1 xpassed, 24 warnings in 310.81s
(0:05:10) =
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-ra']' returned
non-zero exit status 1.
error: Bad exit status from /usr/src/tmp/rpm-tmp.334 (%check)
python3-module-hypothesis-jsonschema-0.23.1-alt1
assert m == canonicalish(schema)
E AssertionError: assert {'not': {'con...y', 'object']} == {'not': {'any...y', 'object']}
E
--
=========================== short test summary info ============================
FAILED tests/test_canonicalise.py::test_self_merge_eq_canonicalish - Assertio...
= 1 failed, 860 passed, 59 skipped, 109 xfailed, 2 xpassed in 1738.38s (0:28:58) =
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-n', 'auto']' returned
non-zero exit status 1.
python3-module-pysndfile-1.5.0-alt1
size = int(size)
TypeError: int() argument must be a string, a bytes-like object or a real number, not
'NoneType'
Compiling _pysndfile.pyx because it changed.
--
raise CompileError(None, pyx_file)
Cython.Compiler.Errors.CompileError: _pysndfile.pyx
Traceback (most recent call last):
--
raise RuntimeError(err_msg) from None
RuntimeError: build_wheel failed
python3-module-retrying-1.4.2-alt1
"msg": "calls_per_second_final was not within +/-20% of calls_per_second_initial"
E AssertionError: False is not true : {'calls_per_second_initial':
19068.927257815332, 'calls_per_second_final': 25691.415118889767, 'msg':
'calls_per_second_final was not within +/-20% of calls_per_second_initial'}
test_retrying.py:530: AssertionError
=========================== short test summary info ============================
FAILED test_retrying.py::LoadTest::test_load - AssertionError: False is not t...
======================== 1 failed, 26 passed in 24.54s =========================
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', 'test_retrying.py']'
returned non-zero exit status 1.
rdma-core-59.0-alt1
[464/606] Cythonizing
/usr/src/RPM/BUILD/rdma-core-59.0/pyverbs/providers/mlx5/mlx5dv_flow.pyx
FAILED: [code=1] pyverbs/providers/mlx5/mlx5dv_flow.c
/usr/src/RPM/BUILD/rdma-core-59.0/pyverbs/providers/mlx5/mlx5dv_flow.c
cd /usr/src/RPM/BUILD/rdma-core-59.0/pyverbs/providers/mlx5
&& /usr/src/RPM/BUILD/rdma-core-59.0/python/cython
/usr/src/RPM/BUILD/rdma-core-59.0/pyverbs/providers/mlx5/mlx5dv_flow.pyx
-o /usr/src/RPM/BUILD/rdma-core-59.0/pyverbs/providers/mlx5/mlx5dv_flow.c
-I/usr/include/python3.13
strace-6.17-alt1
SKIP pidns-cache.test (exit status: 77)
FAIL: status-successful-threads
+ ../src/strace -V
--
# SKIP: 162
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
See tests/test-suite.log
valkey-8.1.3-alt1
244 seconds - integration/replication-psync
!!! WARNING The following tests failed:
*** [TIMEOUT]: clients state report follows.
19 error logs REMOVED from the list
blender4.5-4.5.4-alt1
chromium-142.0.7444.59-alt1
fractal-12.1-alt1
kopia-0.21.1-alt1
libplacebo-7.351.0-alt0.1
lua5.4-module-lualanes-3.17.1-alt1_lr0
ocaml-sqlite3-5.2.0-alt1
python3-module-backrefs-6.0.1-alt1
python3-module-easyprocess-1.1-alt2
python3-module-flask-rq-0.3.3-alt1
python3-module-ipykernel-7.1.0-alt1
python3-module-jupyter_server-2.17.0-alt1
python3-module-mido-1.3.3-alt1
python3-module-tox-4.32.0-alt1
python3-module-xonsh-0.19.9-alt1
qt5-qtsystems-5.4.0_git20230712.81e08ee-alt1
redis-7.2.11-alt1
xapian-core-1.4.29-alt1
zig-0.15.2-alt1
Total 239 error logs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-09 13:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-09 13:12 [cyber] I: Sisyphus-20251109 x86_64 beehive_status: +19 -19 (239) 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