>>> slurm: Building testing/slurm 0.4.4-r0 (using abuild 3.13.0-r5) started Sat, 21 Sep 2024 09:32:44 +0000 >>> slurm: Checking sanity of /home/buildozer/aports/testing/slurm/APKBUILD... >>> slurm: Analyzing dependencies... >>> slurm: Installing for build: build-base meson linux-headers ncurses-dev (1/20) Installing samurai (1.2-r5) (2/20) Installing libbz2 (1.0.8-r6) (3/20) Installing libffi (3.4.6-r0) (4/20) Installing gdbm (1.24-r0) (5/20) Installing xz-libs (5.6.2-r0) (6/20) Installing mpdecimal (4.0.0-r0) (7/20) Installing libpanelw (6.5_p20240601-r1) (8/20) Installing sqlite-libs (3.46.1-r0) (9/20) Installing python3 (3.12.6-r0) (10/20) Installing python3-pycache-pyc0 (3.12.6-r0) (11/20) Installing pyc (3.12.6-r0) (12/20) Installing meson-pyc (1.5.1-r0) (13/20) Installing python3-pyc (3.12.6-r0) (14/20) Installing meson (1.5.1-r0) (15/20) Installing linux-headers (6.6-r0) (16/20) Installing libformw (6.5_p20240601-r1) (17/20) Installing libmenuw (6.5_p20240601-r1) (18/20) Installing libncurses++ (6.5_p20240601-r1) (19/20) Installing ncurses-dev (6.5_p20240601-r1) (20/20) Installing .makedepends-slurm (20240921.093300) Executing busybox-1.36.1-r32.trigger OK: 308 MiB in 123 packages >>> slurm: Cleaning up srcdir >>> slurm: Cleaning up pkgdir >>> slurm: Cleaning up tmpdir >>> slurm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/slurm-0.4.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> slurm: Fetching slurm-0.4.4.tar.gz::https://github.com/mattthias/slurm/archive/upstream/0.4.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76154 0 76154 0 0 163k 0 --:--:-- --:--:-- --:--:-- 408k >>> slurm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/slurm-0.4.4.tar.gz >>> slurm: Checking sha512sums... slurm-0.4.4.tar.gz: OK >>> slurm: Unpacking /var/cache/distfiles/slurm-0.4.4.tar.gz... The Meson build system Version: 1.5.1 Source dir: /home/buildozer/aports/testing/slurm/src/slurm-upstream-0.4.4 Build dir: /home/buildozer/aports/testing/slurm/src/slurm-upstream-0.4.4/output Build type: native build Project name: slurm Project version: undefined C compiler for the host machine: gcc (gcc 14.2.0 "gcc (Alpine 14.2.0) 14.2.0") C linker for the host machine: gcc ld.bfd 2.43.1 Host machine cpu family: loongarch64 Host machine cpu: loongarch64 Found pkg-config: YES (/usr/bin/pkg-config) 2.3.0 Run-time dependency curses found: YES 6.5.20240601 Build targets in project: 1 slurm undefined User defined options auto_features : auto bindir : /usr/bin buildtype : plain datadir : /usr/share includedir : /usr/include infodir : /usr/share/info libdir : /usr/lib libexecdir : /usr/libexec localedir : /usr/share/locale localstatedir : /var mandir : /usr/share/man prefix : /usr sbindir : /usr/sbin sharedstatedir : /var/lib sysconfdir : /etc werror : false wrap_mode : nodownload python.bytecompile: 0 b_lto : false b_pie : true b_staticpic : true Found ninja-1.9 at /usr/bin/ninja ninja: entering directory '/home/buildozer/aports/testing/slurm/src/slurm-upstream-0.4.4/output' [1/2] Compiling C object slurm.p/slurm.c.o ../slurm.c: In function 'update_stat_large': ../slurm.c:414:41: warning: iteration 76 invokes undefined behavior [-Waggressive-loop-optimizations] 414 | rx_speedarray[x] = rx_speedarray[x - 1]; | ~~~~~~~~~~~~~^~~~~~~ ../slurm.c:413:33: note: within this loop 413 | for (x = GRAPH_WIDTH - 1; x >= 0; x--) { | ~~^~~~ ../slurm.c:504:28: warning: iteration 77 invokes undefined behavior [-Waggressive-loop-optimizations] 504 | if (tx_graph[x][y] == 1) { | ~~~~~~~~~~~^~~ ../slurm.c:494:23: note: within this loop 494 | for (x = 0; x <= GRAPH_WIDTH; x++) { ../slurm.c: In function 'update_stat_split': ../slurm.c:700:41: warning: iteration 76 invokes undefined behavior [-Waggressive-loop-optimizations] 700 | rx_speedarray[x] = rx_speedarray[x - 1]; | ~~~~~~~~~~~~~^~~~~~~ ../slurm.c:699:38: note: within this loop 699 | for (x = GRAPHSPLIT_WIDTH - 1; x >= 0; x--) { | ~~^~~~ ../slurm.c:790:28: warning: iteration 77 invokes undefined behavior [-Waggressive-loop-optimizations] 790 | if (tx_graph[x][y] == 1) { | ~~~~~~~~~~~^~~ ../slurm.c:780:23: note: within this loop 780 | for (x = 0; x <= GRAPHSPLIT_WIDTH; x++) { ../slurm.c: In function 'update_stat_combined': ../slurm.c:946:41: warning: iteration 76 invokes undefined behavior [-Waggressive-loop-optimizations] 946 | rx_speedarray[x] = rx_speedarray[x - 1]; | ~~~~~~~~~~~~~^~~~~~~ ../slurm.c:945:41: note: within this loop 945 | for (x = GRAPHCOMBINED_WIDTH - 1; x >= 0; x--) { | ~~^~~~ ../slurm.c:1002:28: warning: iteration 77 invokes undefined behavior [-Waggressive-loop-optimizations] 1002 | if (rx_graph[x][y] == 1) { | ~~~~~~~~~~~^~~ ../slurm.c:1000:23: note: within this loop 1000 | for (x = 0; x <= GRAPHCOMBINED_WIDTH; x++) { ../slurm.c: In function 'update_stat_large': ../slurm.c:414:26: warning: '__builtin_memmove' offset -4 is out of the bounds [0, 308] of object 'rx_speedarray' with type 'float[77]' [-Warray-bounds=] 414 | rx_speedarray[x] = rx_speedarray[x - 1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from ../slurm.c:40: ../slurm.h:181:7: note: 'rx_speedarray' declared here 181 | float rx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ ../slurm.c:415:26: warning: '__builtin_memmove' offset -4 is out of the bounds [0, 308] of object 'tx_speedarray' with type 'float[77]' [-Warray-bounds=] 415 | tx_speedarray[x] = tx_speedarray[x - 1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ../slurm.h:187:7: note: 'tx_speedarray' declared here 187 | float tx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ ../slurm.c: In function 'update_stat_split': ../slurm.c:700:26: warning: '__builtin_memmove' offset -4 is out of the bounds [0, 308] of object 'rx_speedarray' with type 'float[77]' [-Warray-bounds=] 700 | rx_speedarray[x] = rx_speedarray[x - 1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ../slurm.h:181:7: note: 'rx_speedarray' declared here 181 | float rx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ ../slurm.c:701:26: warning: '__builtin_memmove' offset -4 is out of the bounds [0, 308] of object 'tx_speedarray' with type 'float[77]' [-Warray-bounds=] 701 | tx_speedarray[x] = tx_speedarray[x - 1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ../slurm.h:187:7: note: 'tx_speedarray' declared here 187 | float tx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ In function 'update_stat_combined': cc1: warning: iteration 12 invokes undefined behavior [-Waggressive-loop-optimizations] ../slurm.c:982:27: note: within this loop 982 | for (y = 0; y <= GRAPHCOMBINED_HEIGHT; y++) { cc1: warning: iteration 12 invokes undefined behavior [-Waggressive-loop-optimizations] ../slurm.c:957:19: note: within this loop 957 | for (y = 0; y <= GRAPHCOMBINED_HEIGHT; y++) { ../slurm.c:946:26: warning: '__builtin_memmove' offset -4 is out of the bounds [0, 308] of object 'rx_speedarray' with type 'float[77]' [-Warray-bounds=] 946 | rx_speedarray[x] = rx_speedarray[x - 1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ../slurm.h:181:7: note: 'rx_speedarray' declared here 181 | float rx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ ../slurm.c:947:26: warning: '__builtin_memmove' offset -4 is out of the bounds [0, 308] of object 'tx_speedarray' with type 'float[77]' [-Warray-bounds=] 947 | tx_speedarray[x] = tx_speedarray[x - 1]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ../slurm.h:187:7: note: 'tx_speedarray' declared here 187 | float tx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ ../slurm.c:949:28: warning: '__builtin_memmove' offset -48 is out of the bounds [0, 3696] of object 'rx_graph' with type 'int[77][12]' [-Warray-bounds=] 949 | rx_graph[x][y] = rx_graph[x - 1][y]; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ../slurm.h:180:5: note: 'rx_graph' declared here 180 | int rx_graph[GRAPHSPLIT_WIDTH][GRAPHCOMBINED_HEIGHT]; | ^~~~~~~~ ../slurm.c:950:28: warning: '__builtin_memmove' offset -48 is out of the bounds [0, 3696] of object 'tx_graph' with type 'int[77][12]' [-Warray-bounds=] 950 | tx_graph[x][y] = tx_graph[x - 1][y]; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ../slurm.h:186:5: note: 'tx_graph' declared here 186 | int tx_graph[GRAPHSPLIT_WIDTH][GRAPHCOMBINED_HEIGHT]; | ^~~~~~~~ [2/2] Linking target slurm INFO: autodetecting backend as ninja INFO: calculating backend command to run: /usr/bin/ninja -C /home/buildozer/aports/testing/slurm/src/slurm-upstream-0.4.4/output >>> slurm: Entering fakeroot... Installing subdir /home/buildozer/aports/testing/slurm/src/slurm-upstream-0.4.4/themes to /home/buildozer/aports/testing/slurm/pkg/slurm/usr/share/slurm Installing /home/buildozer/aports/testing/slurm/src/slurm-upstream-0.4.4/themes/blue.theme to /home/buildozer/aports/testing/slurm/pkg/slurm/usr/share/slurm Installing /home/buildozer/aports/testing/slurm/src/slurm-upstream-0.4.4/themes/black.theme to /home/buildozer/aports/testing/slurm/pkg/slurm/usr/share/slurm Installing /home/buildozer/aports/testing/slurm/src/slurm-upstream-0.4.4/themes/foo.theme to /home/buildozer/aports/testing/slurm/pkg/slurm/usr/share/slurm Installing /home/buildozer/aports/testing/slurm/src/slurm-upstream-0.4.4/themes/cyan.theme to /home/buildozer/aports/testing/slurm/pkg/slurm/usr/share/slurm Installing slurm to /home/buildozer/aports/testing/slurm/pkg/slurm/usr/bin Installing /home/buildozer/aports/testing/slurm/src/slurm-upstream-0.4.4/slurm.1 to /home/buildozer/aports/testing/slurm/pkg/slurm/usr/share/man/man1 >>> slurm-doc*: Running split function doc... >>> slurm-doc*: Preparing subpackage slurm-doc... >>> slurm-doc*: Running postcheck for slurm-doc >>> slurm*: Running postcheck for slurm >>> slurm*: Preparing package slurm... >>> slurm*: Stripping binaries >>> slurm-doc*: Scanning shared objects >>> slurm*: Scanning shared objects >>> slurm-doc*: Tracing dependencies... >>> slurm-doc*: Package size: 24.0 KB >>> slurm-doc*: Compressing data... >>> slurm-doc*: Create checksum... >>> slurm-doc*: Create slurm-doc-0.4.4-r0.apk >>> slurm*: Tracing dependencies... so:libc.musl-loongarch64.so.1 so:libncursesw.so.6 >>> slurm*: Package size: 72.0 KB >>> slurm*: Compressing data... >>> slurm*: Create checksum... >>> slurm*: Create slurm-0.4.4-r0.apk >>> slurm: Build complete at Sat, 21 Sep 2024 09:33:04 +0000 elapsed time 0h 0m 20s >>> slurm: Cleaning up srcdir >>> slurm: Cleaning up pkgdir >>> slurm: Uninstalling dependencies... (1/20) Purging .makedepends-slurm (20240921.093300) (2/20) Purging meson-pyc (1.5.1-r0) (3/20) Purging meson (1.5.1-r0) (4/20) Purging samurai (1.2-r5) (5/20) Purging python3-pyc (3.12.6-r0) (6/20) Purging python3-pycache-pyc0 (3.12.6-r0) (7/20) Purging pyc (3.12.6-r0) (8/20) Purging python3 (3.12.6-r0) (9/20) Purging linux-headers (6.6-r0) (10/20) Purging ncurses-dev (6.5_p20240601-r1) (11/20) Purging libncurses++ (6.5_p20240601-r1) (12/20) Purging libpanelw (6.5_p20240601-r1) (13/20) Purging gdbm (1.24-r0) (14/20) Purging libbz2 (1.0.8-r6) (15/20) Purging libffi (3.4.6-r0) (16/20) Purging libformw (6.5_p20240601-r1) (17/20) Purging libmenuw (6.5_p20240601-r1) (18/20) Purging mpdecimal (4.0.0-r0) (19/20) Purging sqlite-libs (3.46.1-r0) (20/20) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r32.trigger OK: 251 MiB in 103 packages >>> slurm: Updating the testing/loongarch64 repository index... >>> slurm: Signing the index...