* [cyber] I: Sisyphus-20250719 i586 beehive_status: +18 -37 (281)
@ 2025-07-19 12:01 ALT beekeeper
0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2025-07-19 12:01 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: 24786 bytes --]
18 NEW error logs
CUnit-2.1.3-alt1.svn20140424
Curses.c: In function 'initialize_windows':
Curses.c:259:41: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
259 | f_nLeft = application_windows.pMainWin->_begx;
Curses.c:260:40: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
260 | f_nTop = application_windows.pMainWin->_begy;
Curses.c:261:42: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
261 | f_nWidth = application_windows.pMainWin->_maxx;
Curses.c:262:43: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
262 | f_nHeight = application_windows.pMainWin->_maxy;
Curses.c: In function 'refresh_windows':
Curses.c:361:41: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
361 | f_nLeft = application_windows.pMainWin->_begx;
Curses.c:362:40: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
362 | f_nTop = application_windows.pMainWin->_begy;
Curses.c:363:42: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
363 | f_nWidth = application_windows.pMainWin->_maxx;
Curses.c:364:43: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
364 | f_nHeight = application_windows.pMainWin->_maxy;
--
Curses.c: In function 'create_pad':
Curses.c:910:52: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
910 | pPad->uiWinLeft = application_windows.pDetailsWin->_begx + 1;
Curses.c:911:51: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
911 | pPad->uiWinTop = application_windows.pDetailsWin->_begy + 1;
dosbox-1:0.74.3-alt3
debug_gui.cpp: In function 'void DrawBars()':
debug_gui.cpp:149:29: error: invalid use of incomplete type 'WINDOW' {aka 'struct _win_st'}
149 | mvaddstr(dbg.win_reg->_begy-1,0, "---(Register Overview
)---");
--
456 | typedef struct _win_st WINDOW;
debug_gui.cpp:151:30: error: invalid use of incomplete type 'WINDOW' {aka 'struct _win_st'}
151 | mvaddstr(dbg.win_data->_begy-1,0,"---(Data Overview Scroll: page
up/down)---");
--
456 | typedef struct _win_st WINDOW;
debug_gui.cpp:153:30: error: invalid use of incomplete type 'WINDOW' {aka 'struct _win_st'}
153 | mvaddstr(dbg.win_code->_begy-1,0,"---(Code Overview Scroll: up/down
)---");
--
456 | typedef struct _win_st WINDOW;
debug_gui.cpp:155:29: error: invalid use of incomplete type 'WINDOW' {aka 'struct _win_st'}
155 | mvaddstr(dbg.win_var->_begy-1,0, "---(Variable Overview
)---");
--
456 | typedef struct _win_st WINDOW;
debug_gui.cpp:157:29: error: invalid use of incomplete type 'WINDOW' {aka 'struct _win_st'}
157 | mvaddstr(dbg.win_out->_begy-1,0, "---(OutPut/Input Scroll: home/end
)---");
evms-2.5.5-alt88
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, ' ');
--
1341 | #define mvwaddch(win,y,x,ch) (wmove((win),(y),(x)) == ERR ? ERR :
waddch((win),(ch)))
clist.c:696:44: error: invalid use of incomplete typedef 'WINDOW' {aka 'struct _win_st'}
696 | mvwaddch(clist->win->_parent, y, x + i, ' ');
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;
guile22-2.2.7-alt1
errors: 1
FAIL: check-guile
1 of 1 test failed
java-1.8.0-openjdk-0:1.8.0.462.b08-alt1
+ /usr/bin/gmake VERBOSE= LOG_LEVEL=trace -R -I
/usr/src/RPM/BUILD/java-1.8.0-openjdk-1.8.0.462.b08-0.i586/openjdk/make/common -f adlc.make
-r -rRw -I/usr/src/RPM/BUILD/java-1.8.0-openjdk-1.8.0.462.b08-0.i586/openjdk/make/common
-j4 -Otarget --sync-mutex=fnm:/usr/src/tmp/GmdwwCM -j
gmake: *** cannot open output sync mutex /usr/src/tmp/GmdwwCM: No such file or directory.
Stop.
gmake[5]: ***
[/usr/src/RPM/BUILD/java-1.8.0-openjdk-1.8.0.462.b08-0.i586/jdk8u462-b08/hotspot/make/linux/makefiles/top.make:91:
ad_stuff] Error 2
libgnt-2.14.0-alt1
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++) {
--
from ../gntwm.c:51:
../gntwm.c:183:52: error: invalid use of incomplete typedef ‘PANEL’ {aka ‘struct
panel’}
183 | if (mvwin_wch(below->win, y - getbegy(below->win),
sx - 1 - getbegx(below->win), &ch) != OK)
lua5.4-module-lualanes-3.17.1-alt1_lr0
fib(9) = 34\r
fib(11)\r
fib(11) = 89\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
perl-Parallel-Runner-0.014-alt1_3
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e"
"undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'First signal sent after delay'
# at t/Destruction.t line 76.
--
t/Destruction.t (Wstat: 256 (exited 1) Tests: 10 Failed: 1)
Failed test: 7
Non-zero exit status: 1
--
Result: FAIL
Failed 1/3 test programs. 1/57 subtests failed.
make: *** [Makefile:776: test_dynamic] Error 255
python3-module-crosshair-tool-0.0.94-alt2
assert found == {expected}, assertmsg
AssertionError: Got MessageType.CANNOT_CONFIRM instead of MessageType.POST_FAIL (use
`pytest -v` to show trace)
=============================== warnings summary ===============================
--
XFAIL crosshair/libimpl/weakreflib_test.py::test_weakref_proxy - weakref.proxy is not
yet supported
FAILED crosshair/libimpl/builtinslib_test.py::test_set_basic_fail - Assertion...
= 1 failed, 11897 passed, 4 skipped, 3 xfailed, 215 warnings in 1835.84s (0:30:35) =
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3',
'-m', 'pytest', '-vra', '-n', '8', '--deselect',
'crosshair/libimpl/datetimelib_ch_test.py::test_builtin[check_timedelta_new]']' returned
non-zero exit status 1.
error: Bad exit status from /usr/src/tmp/rpm-tmp.98997 (%check)
python3-module-loguru-0.7.3-alt2
/usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logger.yml:229:
E pytest_mypy_plugins.utils.TypecheckAssertionError: Output is not expected:
E Actual:
--
/usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logger.yml:245:
E pytest_mypy_plugins.utils.TypecheckAssertionError: Invalid output:
E Actual:
--
/usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logger.yml:251:
E pytest_mypy_plugins.utils.TypecheckAssertionError: Output is not expected:
E Actual:
--
/usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logger.yml:257:
E pytest_mypy_plugins.utils.TypecheckAssertionError: Output is not expected:
E Actual:
--
/usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logger.yml:262:
E pytest_mypy_plugins.utils.TypecheckAssertionError: Output is not expected:
E Actual:
--
/usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logger.yml:275:
E pytest_mypy_plugins.utils.TypecheckAssertionError: Invalid output:
E Actual:
--
/usr/src/RPM/BUILD/python3-module-loguru-0.7.3/tests/typesafety/test_logger.yml:284:
E pytest_mypy_plugins.utils.TypecheckAssertionError: Invalid output:
E Actual:
E Warning: --force-uppercase-builtins is deprecated; mypy only supports Python 3.9+
(diff)
E main:2: error: No overload variant of "add" of "Logger" matches argument types
"Callable[[Any], None]", "int" (diff)
E main:2: note: Possible overload variants: (diff)
--
E Expected:
E main:2: error: No overload variant of "add" of "Logger" matches argument types
"Callable[[Any], None]", "int" (diff)
E main:2: note: Possible overload variants: (diff)
--
E Alignment of first line difference:
E E: main:2: error: No overload variant of "add" of "Logger" matches argument...
E A: Warning: --force-uppercase-builtins is deprecated; mypy only supports Py...
python3-module-mocket-3.13.9-alt1
> @_wraps(_stdlib_socket.socket.sendmsg, assigned=(), updated=())
E AttributeError: type object 'MocketSocket' has no attribute 'sendmsg'
/usr/lib/python3/site-packages/trio/_socket.py:758: AttributeError
--
=========================== short test summary info ============================
FAILED tests/test_http_httpx.py::HttpxEntryTestCase::test_httprettish_httpx_session
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
python3-module-schemathesis-4.0.9-alt1
------------------------------ Captured log call -------------------------------
ERROR aiohttp.server:web_protocol.py:481 Error handling request from 127.0.0.1
Traceback (most recent call last):
--
------------------------------ Captured log call -------------------------------
ERROR aiohttp.server:web_protocol.py:481 Error handling request from 127.0.0.1
Traceback (most recent call last):
--
SKIPPED [1] test/coverage/test_combinations.py:238: This test is not applicable for
multiple_of=None
FAILED test/engine/test_engine.py::test_stateful_auth[Open API 3.0] - assert ...
FAILED test/engine/test_engine.py::test_stateful_all_generation_modes[Open API 3.0]
===== 2 failed, 2351 passed, 1 skipped, 257 warnings in 547.17s (0:09:07) ======
INFO : Command's result: FAILURE
INFO : Command's error: Command '['python3', '-m', 'pytest', '--snapshot-update',
'test/']' 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.............................................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 80.513s
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.
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;
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
config.h:49:32: warning: format '%lu' expects argument of type 'long unsigned int',
but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
49 | #define ERRORLOG(x...) esyslog("VNSI-Error: " x)
/usr/src/RPM/BUILD/vdr-2.2.0/include/vdr/tools.h:34:76: note: in definition of macro
'esyslog'
zstd-1.5.5-alt2
test206 : ZSTD_adjustCParams() + dictionary OK
test207 : check compression mem usage monotonicity over levels for estimateCCtxSize() : OK
test208 : check estimateCCtxSize() always larger or equal to
ZSTD_estimateCCtxSize_usingCParams() : OK
test209 : thread pool API tests :
thread pool test : threadPool re-use roundtrips: OK
thread pool test : threadPool simultaneous usage: OK
thread pool tests OK
1 \r 5 \r 11 \r 18 \r 23 \r 26
\r 31 \r 35 \r 37 \r 40 \r 41 \r
42 \r 43 \r 44 \r 53 \r 59 \r 64
\r 73 \r 89 \r 94 \r 99 \r 101 \r
108 \r 110 \r 112 \r 115 \r 119 \r 121
\r 127 \r 132 \r 141 \r 147 \r 166 \r
168 \r 173 \r 177 \r 182 \r 184 \r 187
\r 195 \r 202 \r 206 \r 211 \r 221 \r
223 \r 233 \r 238 \r 245 \r 246 \r 249
\r 254 \r 260 \r 264 \r 266 \r 278 \r
283 \r 286 \r 290 \r 291 \r 298 \r 303
\r 312 \r 318 \r 322 \r 329 \r 333 \r
338 \r 341 \r 345 \r 356 \r 362 \r 370
\r 373 \r 378 \r 389 \r 394 \r 401 \r
410 \r 422 \r 423 \r 425 \r 427 \r 428
\r 440 \r 447 \r 450 \r 455 \r 459 \r
464 \r 479 \r 481 \r 487 \r 488 \r 490
\r 491 \r 492 \r 509 \r 517 \r 534 \r
542 \r 544 \r 551 \r 553 \r 562 \r 563
\r 566 \r 569 \r 574 \r 581 \r 583 \r
588 \r 591 \r 597 \r 609 \r 630 \r 641
\r 651 \r 652 \r 653 \r 656 \r 660 \r
662 \r 663 \r 666 \r 671 \r 674 \r 684
\r 685 \r 688 \r 691 \r 693 \r 701 \r
704 \r 714 \r 718 \r 719 \r 720 \r 730
\r 737 \r 744 \r 746 \r 750 \r 755 \r
759 \r 769 \r 770 \r 774 \r 781 \r 786
\r 791 \r 801 \r 802 \r 809 \r 811 \r
820 \r 821 \r 828 \r 841 \r 846 \r 854
\r 855 \r 858 \r 865 \r 875 \r 882 \r
883 \r 892 \r 900 \r 905 \r 910 \r 911
\r 912 \r 920 \r 921 \r 927 \r 929 \r
932 \r 933 \r 939 \r 944 \r 947 \r 948
\r 956 \r 957 \r 963 \r 970 \r 974 \r
979 \r 987 \r 989 \r 996 \r 1002 \r 1010
\r 1011 \r 1014 \r 1016 \r 1020 \r 1029 \r
1032 \r 1034 \r 1040 \r 1041 \r 1042 \r 1051
\r 1057 \r 1058 \r 1062 \r 1063 \r 1068 \r
1079 \r 1088 \r 1103 \r 1115 \r 1120 \r 1128
\r 1130 \r 1134 \r 1146 \r 1147 \r 1154 \r
1156 \r 1168 \r 1173 \r 1178 \r 1179 \r
1188 \r 1189 \r 1190 \r 1198 \r 1201 \r
1205 \r 1209 \r 1218 \r 1221 \r 1230 \r
1234 \r 1240 \r 1242 \r 1244 \r 1249 \r 1255
make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.5.5-alt2/tests'
make: Target 'test' not remade because of errors.
37 error logs REMOVED from the list
Mesa-4:25.1.4-alt1
arrow-12.0.0-alt2.3
boost-1:1.86.0-alt2
djvu-3.5.28-alt3
dm-secdel-1.0.11-alt2
dropbear-musl-2025.88-alt1
exaile-4.1.4-alt1
gnome-bluetooth3.0-47.1-alt2
hugin-2023.0.0-alt1.1
kf6-ktextaddons-1.5.4-alt1
krita-5.2.9-alt1
libcomps-0.1.18-alt1_4
libgme-0.6.3-alt2
liblcms2-2.17-alt1
libopenimageio-2.5.18.0-alt1
liboqs-0.13.0-alt1
libpolyclipping-6.4.2-alt1_17
libpst-0.6.76-alt4.1
libre2_10-20230301-alt2
libsoundio-2.0.0-alt1_2
octave-nan-3.7.0-alt1
octave-stk-2.7.0-alt1
openbabel-3.1.1-alt4.1
perl-Net-Async-CassandraCQL-0.12-alt3
python3-module-cheroot-10.0.1-alt4
python3-module-confluent-kafka-2.6.1-alt1
python3-module-hdf5storage-0.2.0-alt2
python3-module-pulsectl-asyncio-1.2.2-alt2
python3-module-pytest-httpbin-2.1.0-alt1
python3-module-pytz-deprecation-shim-0.1.0.post0-alt3
python3-module-pyublas-2017.1-alt2.1
python3-module-tpm2-pytss-2.3.0-alt1
scribus-1:1.7.0-alt2
swi-prolog-9.0.4-alt4
telegraf-1.35.0-alt1
xraylib-4.1.1-alt2
yodl-1:4.03.00-alt2
Total 281 error logs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-19 12:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-19 12:01 [cyber] I: Sisyphus-20250719 i586 beehive_status: +18 -37 (281) 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