>>> slurm: Building testing/slurm 0.4.4-r0 (using abuild 3.9.0-r0) started Mon, 02 May 2022 00:14:32 +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/13) Installing samurai (1.2-r1) (2/13) Installing libbz2 (1.0.8-r1) (3/13) Installing libffi (3.4.2-r1) (4/13) Installing gdbm (1.23-r0) (5/13) Installing xz-libs (5.2.5-r1) (6/13) Installing mpdecimal (2.5.1-r1) (7/13) Installing readline (8.1.2-r0) (8/13) Installing sqlite-libs (3.38.3-r0) (9/13) Installing python3 (3.10.4-r0) (10/13) Installing meson (0.62.1-r0) (11/13) Installing linux-headers (5.16.7-r1) (12/13) Installing ncurses-dev (6.3_p20220423-r0) (13/13) Installing .makedepends-slurm (20220502.001436) Executing busybox-1.35.0-r10.trigger OK: 276 MiB in 91 packages >>> slurm: Cleaning up srcdir >>> slurm: Cleaning up pkgdir >>> 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 0 146 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 100 141 100 141 0 0 456 0 --:--:-- --:--:-- --:--:-- 501 100 76154 0 76154 0 0 147k 0 --:--:-- --:--:-- --:--:-- 147k >>> 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: 0.62.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 11.2.1 "gcc (Alpine 11.2.1_git20220219) 11.2.1 20220219") C linker for the host machine: gcc ld.bfd 2.38 Host machine cpu family: riscv64 Host machine cpu: riscv64 Found pkg-config: /usr/bin/pkg-config (1.8.0) Run-time dependency curses found: YES 6.3.20220423 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 wrap_mode : nodownload 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]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from ../slurm.c:40: ../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]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from ../slurm.c:40: ../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]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from ../slurm.c:40: ../slurm.h:187:7: note: 'tx_speedarray' declared here 187 | float tx_speedarray[GRAPHSPLIT_WIDTH]; | ^~~~~~~~~~~~~ ../slurm.c: In function 'update_stat_combined': ../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]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from ../slurm.c:40: ../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]; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from ../slurm.c:40: ../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]; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ In file included from ../slurm.c:40: ../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]; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ In file included from ../slurm.c:40: ../slurm.h:186:5: note: 'tx_graph' declared here 186 | int tx_graph[GRAPHSPLIT_WIDTH][GRAPHCOMBINED_HEIGHT]; | ^~~~~~~~ [2/2] Linking target slurm >>> 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/cyan.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/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/blue.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-riscv64.so.1 so:libncursesw.so.6 >>> slurm*: Package size: 60.0 KB >>> slurm*: Compressing data... >>> slurm*: Create checksum... >>> slurm*: Create slurm-0.4.4-r0.apk >>> slurm: Build complete at Mon, 02 May 2022 00:15:01 +0000 elapsed time 0h 0m 29s >>> slurm: Cleaning up srcdir >>> slurm: Cleaning up pkgdir >>> slurm: Uninstalling dependencies... (1/13) Purging .makedepends-slurm (20220502.001436) (2/13) Purging meson (0.62.1-r0) (3/13) Purging samurai (1.2-r1) (4/13) Purging python3 (3.10.4-r0) (5/13) Purging linux-headers (5.16.7-r1) (6/13) Purging ncurses-dev (6.3_p20220423-r0) (7/13) Purging libbz2 (1.0.8-r1) (8/13) Purging libffi (3.4.2-r1) (9/13) Purging gdbm (1.23-r0) (10/13) Purging xz-libs (5.2.5-r1) (11/13) Purging mpdecimal (2.5.1-r1) (12/13) Purging readline (8.1.2-r0) (13/13) Purging sqlite-libs (3.38.3-r0) Executing busybox-1.35.0-r10.trigger OK: 214 MiB in 78 packages >>> slurm: Updating the testing/riscv64 repository index... >>> slurm: Signing the index...