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 fib(11) fib(11) = 89 fib(20) = 6765.0 fib(41) = 165580141.0 fib(80) = 2.3416728348468e+16 23416728348467684 2.3416728348468e+16 make[1]: *** [Makefile:121: fibonacci] Segmentation fault make[1]: Leaving directory '/usr/src/RPM/BUILD/lua5.4-module-lualanes-3.17.1' make: *** [Makefile:82: test] Error 2 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 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 5 11 18 23 26 31 35 37 40 41 42 43 44 53 59 64 73 89 94 99 101 108 110 112 115 119 121 127 132 141 147 166 168 173 177 182 184 187 195 202 206 211 221 223 233 238 245 246 249 254 260 264 266 278 283 286 290 291 298 303 312 318 322 329 333 338 341 345 356 362 370 373 378 389 394 401 410 422 423 425 427 428 440 447 450 455 459 464 479 481 487 488 490 491 492 509 517 534 542 544 551 553 562 563 566 569 574 581 583 588 591 597 609 630 641 651 652 653 656 660 662 663 666 671 674 684 685 688 691 693 701 704 714 718 719 720 730 737 744 746 750 755 759 769 770 774 781 786 791 801 802 809 811 820 821 828 841 846 854 855 858 865 875 882 883 892 900 905 910 911 912 920 921 927 929 932 933 939 944 947 948 956 957 963 970 974 979 987 989 996 1002 1010 1011 1014 1016 1020 1029 1032 1034 1040 1041 1042 1051 1057 1058 1062 1063 1068 1079 1088 1103 1115 1120 1128 1130 1134 1146 1147 1154 1156 1168 1173 1178 1179 1188 1189 1190 1198 1201 1205 1209 1218 1221 1230 1234 1240 1242 1244 1249 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.