* [cyber] I: Sisyphus-20250713 x86_64 beehive_status: +29 -24 (270)
@ 2025-07-13 12:55 ALT beekeeper
0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2025-07-13 12:55 UTC (permalink / raw)
To: sisyphus-cybertalk
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 21615 bytes --]
29 NEW error logs
CUnit-2.1.3-alt1.svn20140424
1085 | "%*u. %-*.*s%*s",
| int
1088 | width[2]-1, (CU_FALSE != pCurTest->fActive) ? _("Yes") : _("No"));
| size_t {aka long unsigned int}
make[4]: *** [Makefile:394: Curses.lo] Error 1
make[4]: Leaving directory '/usr/src/RPM/BUILD/CUnit-2.1.3/CUnit/Sources/Curses'
make[3]: *** [Makefile:543: all-recursive] Error 1
make[2]: *** [Makefile:364: all-recursive] Error 1
make[1]: *** [Makefile:507: all-recursive] Error 1
make: *** [Makefile:412: all] Error 2
blender4.4-4.4.3-alt3
[4268/7133] cd /usr/src/RPM/BUILD/blender4.4-4.4.3/x86_64-alt-linux/intern/cycles/kernel
&& /usr/src/RPM/BUILD/blender4.4-4.4.3/x86_64-alt-linux/bin/zstd_compress
/usr/src/RPM/BUILD/blender4.4-4.4.3/x86_64-alt-linux/intern/cycles/kernel/kernel_rt_gfx90c.hipfb
/usr/src/RPM/BUILD/blender4.4-4.4.3/x86_64-alt-linux/intern/cycles/kernel/kernel_rt_gfx90c.hipfb.zst
hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded
bobcat-6.08.00-alt1
Selecting libmilter-devel-static for 'libmilter-devel'
E: Couldn't find package yodl
hsh-install: Failed to calculate package file list.
canto-curses-0.9.9-alt1.1
canto_curses/widecurse.c: In function ‘py_wsize’:
canto_curses/widecurse.c:83:42: error: invalid application of ‘sizeof’ to incomplete
type ‘WINDOW’ {aka ‘struct _win_st’}
83 | return Py_BuildValue("i", sizeof(WINDOW));
--
78 | static void **PyCurses_API;
error: command '/usr/bin/x86_64-alt-linux-gcc' failed with exit code 1
dm-secdel-1.0.11-alt2
systemctl daemon-reload
make: systemctl: No such file or directory
make: [Makefile:24: install-bin] Error 127 (ignored)
systemctl enable secdeltab
make: systemctl: No such file or directory
make: [Makefile:25: install-bin] Error 127 (ignored)
dosbox-1:0.74.3-alt3
2283 | Bitu size = DasmI386(dline, start, reg_eip, cpu.code.big);
debug.cpp: At global scope:
debug.cpp:2245:15: warning: 'logCpuEIP' defined but not used [-Wunused-variable]
2245 | static Bit32u logCpuEIP[LOGCPUMAX];
debug.cpp:2244:15: warning: 'logCpuCS' defined but not used [-Wunused-variable]
2244 | static Bit16u logCpuCS [LOGCPUMAX];
make[3]: Leaving directory '/usr/src/RPM/BUILD/dosbox-0.74.3/src/debug'
make[2]: *** [Makefile:438: all-recursive] Error 1
make[1]: *** [Makefile:377: all-recursive] Error 1
make: *** [Makefile:318: all] Error 2
evms-2.5.5-alt88
clist.c: In function 'refresh_clist':
clist.c:43:28: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
43 | touchwin(clist->win->_parent);
--
1262 | #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1)
clist.c:43:28: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
43 | touchwin(clist->win->_parent);
--
1262 | #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1)
clist.c:45:28: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
45 | wrefresh(clist->win->_parent);
clist.c: In function 'print_clist_column_title':
clist.c:314:30: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
314 | mvwaddnstr(clist->win->_parent, getpary(clist->win) - 2, x, title, len);
--
1344 | #define mvwaddnstr(win,y,x,str,n) (wmove((win),(y),(x)) == ERR ? ERR :
waddnstr((win),(str),(n)))
clist.c:314:30: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
314 | mvwaddnstr(clist->win->_parent, getpary(clist->win) - 2, x, title, len);
--
clist.c: In function 'draw_clist_full_message':
clist.c:688:37: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
688 | mvwaddstr(clist->win->_parent, y, x, _("More..."));
--
1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR :
waddnstr((win),(str),-1))
clist.c:688:37: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
688 | mvwaddstr(clist->win->_parent, y, x, _("More..."));
--
1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR :
waddnstr((win),(str),-1))
clist.c:690:37: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
690 | mvwaddstr(clist->win->_parent, y, x, _("Back..."));
--
1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR :
waddnstr((win),(str),-1))
clist.c:690:37: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
690 | mvwaddstr(clist->win->_parent, y, x, _("Back..."));
--
1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR :
waddnstr((win),(str),-1))
clist.c:696:44: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
696 | mvwaddch(clist->win->_parent, y, x + i, ' ');
gnome-vfs-1:2.24.4-alt14
PASS: test-address
FAIL: test-async-cancel
PASS: test-escape
--
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test-async-cancel
Testing get file info...
--
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
See test/test-suite.log
gnuplot-1:6.0.3-alt1
make[1]: Leaving directory '/usr/src/RPM/BUILD/gnuplot-6.0.3/docs'
make[1]: Entering directory '/usr/src/RPM/BUILD/gnuplot-6.0.3/docs'
x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -lcerf -o
doc2tex doc2tex-doc2tex.o doc2tex-termdoc.o -lm -lopenspecfun -lcerf -lz -lpangocairo-1.0
-lpango-1.0 -lgobject-2.0 -lharfbuzz -lcairo -lglib-2.0
make[1]: Leaving directory '/usr/src/RPM/BUILD/gnuplot-6.0.3/docs'
make[1]: *** Deleting file 'gnuplot.tex'
make[1]: Entering directory '/usr/src/RPM/BUILD/gnuplot-6.0.3/docs'
./doc2tex -figures ./gnuplot.doc gnuplot.tex
make[1]: *** [Makefile:1097: gnuplot.tex] Segmentation fault
make[1]: Leaving directory '/usr/src/RPM/BUILD/gnuplot-6.0.3/docs'
make: *** [Makefile:1100: pdf] Error 2
guile-ncurses-3.1-alt1
menu_type.c: In function 'gc_free_menu':
menu_type.c:321:25: error: invalid use of incomplete typedef 'ITEM' {aka 'struct tagITEM'}
321 | pitem_store[i]->left = NULL;
menu_type.c:322:25: error: invalid use of incomplete typedef 'ITEM' {aka 'struct tagITEM'}
322 | pitem_store[i]->right = NULL;
menu_type.c:323:25: error: invalid use of incomplete typedef 'ITEM' {aka 'struct tagITEM'}
323 | pitem_store[i]->up = NULL;
menu_type.c:324:25: error: invalid use of incomplete typedef 'ITEM' {aka 'struct tagITEM'}
324 | pitem_store[i]->down = NULL;
libgnt-2.14.0-alt1
176 | if (sy > getbegy(below->win) + getmaxy(below->win) ||
../gntwm.c:177:59: error: invalid use of incomplete typedef ‘PANEL’ {aka ‘struct
panel’}
177 | ey < getbegy(below->win))
../gntwm.c:179:47: error: invalid use of incomplete typedef ‘PANEL’ {aka ‘struct
panel’}
179 | if (sx > getbegx(below->win) + getmaxx(below->win) ||
../gntwm.c:179:69: error: invalid use of incomplete typedef ‘PANEL’ {aka ‘struct
panel’}
179 | if (sx > getbegx(below->win) + getmaxx(below->win) ||
../gntwm.c:180:59: error: invalid use of incomplete typedef ‘PANEL’ {aka ‘struct
panel’}
180 | ex < getbegx(below->win))
--
from ../gntwm.c:39:
../gntwm.c:182:55: error: invalid use of incomplete typedef ‘PANEL’ {aka ‘struct
panel’}
182 | for (y = MAX(sy, getbegy(below->win)); y <= MIN(ey,
getbegy(below->win) + getmaxy(below->win)); y++) {
--
939 | #define MAX(a, b) (((a) > (b)) ? (a) : (b))
../gntwm.c:182:55: error: invalid use of incomplete typedef ‘PANEL’ {aka ‘struct
panel’}
182 | for (y = MAX(sy, getbegy(below->win)); y <= MIN(ey,
getbegy(below->win) + getmaxy(below->win)); y++) {
--
939 | #define MAX(a, b) (((a) > (b)) ? (a) : (b))
../gntwm.c:182:90: error: invalid use of incomplete typedef ‘PANEL’ {aka ‘struct
panel’}
182 | for (y = MAX(sy, getbegy(below->win)); y <= MIN(ey,
getbegy(below->win) + getmaxy(below->win)); y++) {
--
942 | #define MIN(a, b) (((a) < (b)) ? (a) : (b))
../gntwm.c:182:112: error: invalid use of incomplete typedef ‘PANEL’ {aka ‘struct
panel’}
182 | for (y = MAX(sy, getbegy(below->win)); y <= MIN(ey,
getbegy(below->win) + getmaxy(below->win)); y++) {
--
942 | #define MIN(a, b) (((a) < (b)) ? (a) : (b))
../gntwm.c:182:90: error: invalid use of incomplete typedef ‘PANEL’ {aka ‘struct
panel’}
182 | for (y = MAX(sy, getbegy(below->win)); y <= MIN(ey,
getbegy(below->win) + getmaxy(below->win)); y++) {
--
942 | #define MIN(a, b) (((a) < (b)) ? (a) : (b))
../gntwm.c:182:112: error: invalid use of incomplete typedef ‘PANEL’ {aka ‘struct
panel’}
182 | for (y = MAX(sy, getbegy(below->win)); y <= MIN(ey,
getbegy(below->win) + getmaxy(below->win)); y++) {
libwebrtc-audio-processing-1.3-alt2
[307/308] Linking target webrtc/modules/audio_coding/libwebrtc-audio-coding-1.so.3
hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded
openFPGALoader-0.13.1-alt1
doctree = pickle.loads(serialised)
EOFError: Ran out of input
The above exception was the direct cause of the following exception:
--
raise ExtensionError(
sphinx.errors.ExtensionError: Handler <bound method TocTreeCollector.get_updated_docs
of <sphinx.environment.collectors.toctree.TocTreeCollector object at 0x7f4afd0a3b90>>
for event 'env-get-updated' threw an exception (exception: Ran out of input)
The full traceback has been saved in:
--
------------- [docutils]
/usr/src/RPM/BUILD/openFPGALoader-0.13.1/doc/vendors/intel.rst:87: ERROR: Error in
"code-block" directive:
maximum 1 argument(s) allowed, 5 supplied.
opensearch-3.0.0-alt2
> Task :distribution:packages:process'RpmFiles
> Task :distribution:packages:buildRpm FAILED
FAILURE: Build failed with an exception.
--
> Get more help at https://help.gradle.org.
BUILD FAILED in 18s
185 actionable tasks: 8 executed, 177 up-to-date
perl-HTML-Widget-1.11-alt3
Compilation failed in require at t/get_filter.t line 6.
BEGIN failed--compilation aborted at t/get_filter.t line 6.
# Looks like your test exited with 2 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 2 before it could output anything.
--
Compilation failed in require at t/submitted.t line 6.
BEGIN failed--compilation aborted at t/submitted.t line 6.
# Looks like your test exited with 2 before it could output anything.
--
Result: FAIL
Failed 49/90 test programs. 0/251 subtests failed.
make: *** [Makefile:834: test_dynamic] Error 2
perl-Starlet-0.31-alt1_22
t/11multi-sockets.t ........ ok
# Failed test 'No warnings'
# at t/12bad_request_line.t line 24.
--
t/12bad_request_line.t (Wstat: 256 (exited 1) Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
--
Result: FAIL
Failed 1/15 test programs. 1/146 subtests failed.
make: *** [Makefile:753: test_dynamic] Error 255
protobuf-3.25.5-alt6
[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.55 s <<<
FAILURE! -- in com.google.protobuf.TextFormatPerformanceTest
[ERROR]
com.google.protobuf.TextFormatPerformanceTest.testProto2ImmutableExtensionTextFormatParsing
-- Time elapsed: 10.19 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 10000 milliseconds
python3-module-cheroot-10.0.1-alt4
err_text = ssl_err.value.args[0].reason.args[0].args[1]
except AttributeError:
if IS_WINDOWS or IS_GITHUB_ACTIONS_WORKFLOW:
--
----------------------------- Captured stderr call -----------------------------
Client ('127.0.0.1', 51832) lost — peer dropped the TLS connection suddenly, during
handshake: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to
get local issuer certificate (_ssl.c:1010)')
- generated xml file:
/usr/src/RPM/BUILD/python3-module-cheroot-10.0.1/.test-results/pytest/test.xml -
--
XFAIL cheroot/test/test_core.py::test_large_request -
https://github.com/cherrypy/cheroot/issues/106
FAILED cheroot/test/test_ssl.py::test_tls_client_auth[2-False-localhost-builtin] -
assert False
+ where False = any(<generator object test_tls_client_auth.<locals>.<genexpr> at
0x7f27d1e34790>)
--
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-vra']' returned
non-zero exit status 1.
python3-module-hypothesis-6.135.26-alt1
XPASS tests/watchdog/test_database.py::test_database_listener_directory_explicit -
Flaky failure on ALT Linux occasionally.
FAILED tests/cover/test_stateful.py::test_can_explicitly_pass_settings - hypo...
= 1 failed, 7166 passed, 29 skipped, 8 xfailed, 25 xpassed in 349.42s (0:05:49) =
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-ra', '-nauto',
'-Wignore::UserWarning:dateutil.zoneinfo', 'tests']' returned non-zero exit status 1.
python3-module-setuptools-1:80.9.0-alt1
====== 1146 passed, 44 skipped, 9 xfailed, 2 xpassed in 339.63s (0:05:39) ======
hasher-privd: parent: handle_io: idle time limit (3600 seconds) exceeded
python3-module-sh-2.2.2-alt1
> self.assertEqual(str(p), "0\n1\n2\n3\n42\n43\n")
E AssertionError: '0\n1\n2\n3\n43\n44\n' != '0\n1\n2\n3\n42\n43\n'
E 0
--
SKIPPED [1] tests/sh_test.py:2365: what's the best way to test a different '_encoding'
special keywordargument?
FAILED tests/sh_test.py::FunctionalTests::test_general_signal - AssertionErro...
============= 1 failed, 181 passed, 1 skipped in 73.84s (0:01:13) ==============
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '-ra', '-Wignore']'
returned non-zero exit status 1.
python3-module-websockets-15.0.1-alt1
.......................................sssssssssssssss.......ssssssss...................................................................................................................................................................s....s.s........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ss.......s..................................................................................................................................s.......................................................................................................................................s........................................................................................................sssssssssssssss.....ssssssss....................s................................s.............................................E................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
Ran 1947 tests in 73.296s
FAILED (errors=1, skipped=61)
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'unittest']' returned non-zero
exit status 1.
rogue-5.4.4-alt3
main.c: In function 'tstp':
main.c:241:11: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
241 | curscr->_cury = oy;
main.c:242:11: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
242 | curscr->_curx = ox;
swig-1:4.1.1-alt8
MI2a: marked for install (shallow): ocaml-runtime
E: Couldn't find package yodl
hsh-install: Failed to calculate package file list.
tmux-3.5a-alt1
sh cursor-test4.sh
sh format-strings.sh
sh has-session-return.sh
sh if-shell-TERM.sh
sh if-shell-error.sh
sh if-shell-nested.sh
sh input-keys.sh
[FAIL] M-C-j -> ^[ (Got: )
make: *** [Makefile:9: input-keys.sh] Error 1
make: Leaving directory '/usr/src/RPM/BUILD/tmux-3.5a/regress'
varmon-1.2.1-alt1.qa1
In file included from varmon.c:33:
varmon.c:567:38: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
567 | mvwaddstr(msgw, (msgw->_maxy - 1), ((msgw->_maxx/2)-(strlen("
YES"))), " YES ");
--
1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR :
waddnstr((win),(str),-1))
varmon.c:567:58: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
567 | mvwaddstr(msgw, (msgw->_maxy - 1), ((msgw->_maxx/2)-(strlen("
YES"))), " YES ");
--
1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR :
waddnstr((win),(str),-1))
varmon.c:569:38: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
569 | mvwaddstr(msgw, (msgw->_maxy - 1), ((msgw->_maxx/2)+(strlen("NO
"))), " NO ");
--
1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR :
waddnstr((win),(str),-1))
varmon.c:569:58: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
569 | mvwaddstr(msgw, (msgw->_maxy - 1), ((msgw->_maxx/2)+(strlen("NO
"))), " NO ");
--
1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR :
waddnstr((win),(str),-1))
varmon.c:581:47: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
581 | for(dummy = 0; dummy <= ((msgw->_maxx+1)*(msgw->_maxy+1)) ; dummy++)
varmon.c:581:63: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
581 | for(dummy = 0; dummy <= ((msgw->_maxx+1)*(msgw->_maxy+1)) ; dummy++)
varmon.c:590:38: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
590 | mvwaddstr(msgw, (msgw->_maxy - 1), ((msgw->_maxx/2)-((strlen("
OK ")/2))), " OK ");
--
1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR :
waddnstr((win),(str),-1))
varmon.c:590:58: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
590 | mvwaddstr(msgw, (msgw->_maxy - 1), ((msgw->_maxx/2)-((strlen("
OK ")/2))), " OK ");
--
1345 | #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR :
waddnstr((win),(str),-1))
varmon.c:600:47: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
600 | for(dummy = 0; dummy <= ((msgw->_maxx+1)*(msgw->_maxy+1)) ; dummy++)
varmon.c:600:63: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
600 | for(dummy = 0; dummy <= ((msgw->_maxx+1)*(msgw->_maxy+1)) ; dummy++)
vdr-2.2.0-alt12
scanfilter.c: In function 'AddChannels':
scanfilter.c:1185:29: note: length computed here
1185 | int len = strlen(Channel->Slang(i));
*** plugins with old Makefile: enigmang sc text2skin wirbelscan
*** While this currently still works, it is strongly recommended
*** that you convert old Makefiles to the new style used since
*** VDR version 1.7.36. Support for old style Makefiles may be dropped
*** in future versions of VDR.
*** failed plugins: skincurses
make: *** [Makefile:212: plugins] Error 1
wabt-1.0.37-alt1
+ test/wasm2c/spec/simd_f32x4_pmin_pmax.txt (178.660s)
**** FAILED ******************************************************************
- test/wasm2c/spec/memory64/memory_copy.txt
zsh-1:5.9-alt3
Selecting man-db for 'man'
E: Couldn't find package yodl
hsh-install: Failed to calculate package file list.
24 error logs REMOVED from the list
Cardinal-25.06-alt1
autogen-5.18.16-alt1
chromium-gost-134.0.6998.88-alt1
dropbear-musl-2025.88-alt1
dufs-0.43.0-alt1
erlang-proper-1.4.0.19.3bbd-alt1
exaile-4.1.4-alt1
fish-4.0.2-alt1
gcr4-4.4.0.1-alt1
libpolyclipping-6.4.2-alt1_17
libsoundio-2.0.0-alt1_2
lua5.4-module-lualanes-3.17.1-alt1_lr0
mumps-5.3.5-alt3
octave-nan-3.7.0-alt1
octave-stk-2.7.0-alt1
perl-Net-Async-CassandraCQL-0.12-alt3
perl-Server-Starter-0.35-alt1.1
python3-module-Pygments-2.19.2-alt1
python3-module-faststream-0.5.45-alt1
python3-module-schemathesis-4.0.3-alt1
redis-7.2.7-alt1
valkey-8.1.2-alt1
yodl-1:4.03.00-alt2
zstd-1.5.5-alt2
Total 270 error logs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-13 12:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-13 12:55 [cyber] I: Sisyphus-20250713 x86_64 beehive_status: +29 -24 (270) 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