From: ALT beekeeper <hiver@altlinux.org>
To: sisyphus-cybertalk@lists.altlinux.org
Subject: [cyber] I: Sisyphus-20251213 x86_64 beehive_status: +14 -10 (187)
Date: Sat, 13 Dec 2025 08:24:23 +0000
Message-ID: <aT0it1/02hADEVuQ@beehive.mskdc.altlinux.org> (raw)
14 NEW error logs
drumgizmo-0.9.20-alt3
38 | LoadNext,
libtool: link: ( cd ".libs" && rm -f "drumgizmo.la" && ln -s "../drumgizmo.la"
"drumgizmo.la" )
make[3]: Leaving directory '/usr/src/RPM/BUILD/drumgizmo-0.9.20/plugin'
make[3]: Entering directory '/usr/src/RPM/BUILD/drumgizmo-0.9.20/plugin'
./ttlgen .libs/drumgizmo.so manifest.ttl X11UI > /dev/null
make[3]: *** [Makefile:1192: manifest.ttl] Error 139
make[3]: Leaving directory '/usr/src/RPM/BUILD/drumgizmo-0.9.20/plugin'
make[2]: *** [Makefile:888: all-recursive] Error 1
make[1]: *** [Makefile:473: all-recursive] Error 1
make: *** [Makefile:405: all] Error 2
kernel-modules-tripso-6.18-1.2.2-alt2.397824.1
Cleaning files in /usr/src/tmp/kernel-modules-tripso-6.18-buildroot (auto)
find: 'usr': No such file or directory
Verifying and fixing files in /usr/src/tmp/kernel-modules-tripso-6.18-buildroot
(binconfig,pkgconfig,libtool,desktop,gnuconfig)
libdqlite-1.18.2-alt1
make[2]: Entering directory '/usr/src/RPM/BUILD/libdqlite-1.18.2'
FAIL: integration-test
make[2]: Leaving directory '/usr/src/RPM/BUILD/libdqlite-1.18.2'
--
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
See ./test-suite.log
ocaml-5.3.0-alt2
31 tests skipped
1 tests failed
0 tests not started (parent test skipped or failed)
perl-Server-Starter-0.35-alt1.1
received TERM, sending TERM to all workers:2611445
hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded
python3-module-pytest-xdist-3.8.0-alt1
) == {"gw0": 10}
E AssertionError: assert {'gw1': 10} == {'gw0': 10}
E
--
XFAIL testing/test_workermanage.py::test_unserialize_warning_msg[Nested] - Nested
warning classes are not supported.
FAILED testing/acceptance_test.py::TestLoadScope::test_workqueue_ordered_by_input
======= 1 failed, 195 passed, 6 skipped, 10 xfailed in 130.38s (0:02: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.42081 (%check)
python3-module-tox-4.32.0-alt1
SKIPPED [1] tests/tox_env/python/virtual_env/test_setuptools.py:19: integration tests
not run (no --run-integration flag)
FAILED tests/tox_env/python/test_python_api.py::test_usedevelop_with_nonexistent_basepython
============ 1 failed, 1919 passed, 12 skipped in 93.32s (0:01:33) =============
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned
non-zero exit status 1.
python3-module-wrapt-2.0.0-alt1
del sys.last_exc # type:ignore[attr-defined]
except AttributeError:
pass
--
f"Actual:\n{actual_output}"
E AssertionError: Output did not match expected for
mypy_wrap_function_wrapper_t7.py
E Expected (from mypy_wrap_function_wrapper_t7.out):
E tests/mypy/mypy_wrap_function_wrapper_t7.py:23: error: Need type annotation
for "wrapped_function" [var-annotated]
E tests/mypy/mypy_wrap_function_wrapper_t7.py:23: error: Argument 3 to
"wrap_function_wrapper" has incompatible type "Callable[[str, Any, tuple[Any, ...],
dict[str, Any]], str]"; expected "Callable[[Callable[[VarArg(Never), KwArg(Never)],
Never], Any, tuple[Any, ...], dict[str, Any]], Never] | Callable[[type[Any],
Callable[[VarArg(Never), KwArg(Never)], Never], Any, tuple[Any, ...], dict[str, Any]],
Never] | Callable[[Any, Callable[[VarArg(Never), KwArg(Never)], Never], Any, tuple[Any,
...], dict[str, Any]], Never]" [arg-type]
E Found 2 errors in 1 file (checked 1 source file)
--
E Actual:
E tests/mypy/mypy_wrap_function_wrapper_t7.py:23: error: Need type annotation
for "wrapped_function" [var-annotated]
E tests/mypy/mypy_wrap_function_wrapper_t7.py:23: error: Argument 3 to
"wrap_function_wrapper" has incompatible type "Callable[[str, Any, tuple[Any, ...],
dict[str, Any]], str]"; expected "Callable[[def (*Never, **Never) -> Never, Any,
tuple[Any, ...], dict[str, Any]], Never] | Callable[[type[Any], def (*Never, **Never)
-> Never, Any, tuple[Any, ...], dict[str, Any]], Never] | Callable[[Any, def (*Never,
**Never) -> Never, Any, tuple[Any, ...], dict[str, Any]], Never]" [arg-type]
E Found 2 errors in 1 file (checked 1 source file)
--
=========================== short test summary info ============================
FAILED tests/conftest.py::mypy_function_wrapper_cls_t5 - AssertionError: Outp...
FAILED tests/conftest.py::mypy_function_wrapper_fn_t1 - AssertionError: Outpu...
FAILED tests/conftest.py::mypy_function_wrapper_fn_t2 - AssertionError: Outpu...
FAILED tests/conftest.py::mypy_function_wrapper_fn_t3 - AssertionError: Outpu...
FAILED tests/conftest.py::mypy_function_wrapper_fn_t4 - AssertionError: Outpu...
python3-module-xonsh-0.20.0-alt1
> assert branch in VC_BRANCH[repo["vc"]]
E AssertionError: assert None in {'default'}
/usr/src/RPM/BUILD/python3-module-xonsh-0.20.0/tests/prompt/test_vc.py:102: AssertionError
--
XPASS tests/test_integrations.py::test_xonsh_no_close_fds
FAILED tests/prompt/test_vc.py::test_vc_get_branch[hg] - AssertionError: assert None
in {'default'}
= 1 failed, 5148 passed, 35 skipped, 17 xfailed, 1 xpassed, 3 warnings in 99.98s
(0:01:39) =
Exception ignored in: <_io.BufferedWriter name=15>
OSError: [Errno 9] Bad file descriptor
Failed with Command '['pytest', '--timeout=240', '-vvvra', '--durations=5']' returned
non-zero exit status 1.INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'xonsh', 'run-tests.xsh', 'test',
'--', '--timeout=240', '-vvvra']' returned non-zero exit status 1.
error: Bad exit status from /usr/src/tmp/rpm-tmp.55049 (%check)
qt5-qtsystems-5.4.0_git20230712.81e08ee-alt1
make[3]: Leaving directory
'/usr/src/RPM/BUILD/qt5-qtsystems-5.4.0_git20230712.81e08ee/tests/auto/serviceframework'
make[2]: *** [Makefile:452: sub-serviceframework-check] Error 2
make[2]: Leaving directory
'/usr/src/RPM/BUILD/qt5-qtsystems-5.4.0_git20230712.81e08ee/tests/auto'
make[1]: *** [Makefile:396: sub-auto-check] Error 2
make[1]: Leaving directory
'/usr/src/RPM/BUILD/qt5-qtsystems-5.4.0_git20230712.81e08ee/tests'
make: *** [Makefile:514: sub-tests-check_ordered] Error 2
make: Leaving directory '/usr/src/RPM/BUILD/qt5-qtsystems-5.4.0_git20230712.81e08ee'
error: Bad exit status from /usr/src/tmp/rpm-tmp.96406 (%check)
RPM build errors:
File /usr/src/RPM/SOURCES/qt5-qtsystems-5.4.0_git20230712.81e08ee-alt1.patch is smaller
than 8 bytes
redis-7.2.11-alt1
Killing still running Redis server 2736142
Killing still running Redis server 2748777
Killing still running Redis server 2748919
Killing still running Redis server 2783646
Killing still running Redis server 2783728
Killing still running Redis server 2793874
Killing still running Redis server 2795427
Killing still running Redis server 2863472
Killing still running Redis server 2863550
Killing still running Redis server 2863635
shepherd-1.0.1-alt1
make[4]: Entering directory '/usr/src/RPM/BUILD/shepherd-1.0.1'
FAIL: tests/services/timer.sh
make[4]: Leaving directory '/usr/src/RPM/BUILD/shepherd-1.0.1'
--
# SKIP: 1
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
See ./test-suite.log
srt-1.5.4-alt2
[ PASSED ] 266 tests.
[ FAILED ] 2 tests, listed below:
[ FAILED ] TestFEC.ConnectionFull2
[ FAILED ] TestFEC.ConnectionForced
2 FAILED TESTS
YOU HAVE 6 DISABLED TESTS
tripso-1.2.2-alt2
IP (tos 0x0, ttl 64, id 1709, offset 0, flags [DF], proto ICMP (1), length 96, options
(unknown 134,EOL))
10.99.0.1 > 10.99.0.3: ICMP echo request, id 18530, seq 1, length 64
= received
IP (tos 0x0, ttl 64, id 1709, offset 0, flags [DF], proto ICMP (1), length 92, options
(security,EOL))
10.99.0.1 > 10.99.0.3: ICMP echo request, id 18530, seq 1, length 64
= Received packet matches expected!
= send test/parsec-l0c0.pkt
IP (tos 0x0, ttl 64, id 12333, offset 0, flags [DF], proto ICMP (1), length 84)
10.99.0.2 > 10.99.0.3: ICMP echo request, id 4637, seq 1, length 64
qemu-system-x86_64: terminating on signal 15 from pid 2867807 (timeout)
10 error logs REMOVED from the list
blender5.0-5.0.0-alt0.2
emacs-mode-auctex-14.1.0-alt1
gnome-vfs-1:2.24.4-alt14
libtiff-4.7.1-alt1
lightdm-1.32.0-alt11
lua5.4-module-lualanes-3.17.1-alt1_lr0
mumps-5.3.5-alt5
opendht-3.4.0-alt1
php8.4-pcntl-8.4.15-alt1
pioneerspacesim-20250501-alt1
Total 187 error logs.
reply other threads:[~2025-12-13 8:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aT0it1/02hADEVuQ@beehive.mskdc.altlinux.org \
--to=hiver@altlinux.org \
--cc=devel@lists.altlinux.org \
--cc=sisyphus-cybertalk@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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