>>> rset: Building testing/rset 2.9-r0 (using abuild 3.12.0-r2) started Fri, 19 Jan 2024 00:12:20 +0000 >>> rset: Checking sanity of /home/buildozer/aports/testing/rset/APKBUILD... >>> rset: Analyzing dependencies... >>> rset: Installing for build: build-base ruby-bundler (1/7) Installing libffi (3.4.4-r3) (2/7) Installing yaml (0.2.5-r2) (3/7) Installing ruby-libs (3.3.0-r0) (4/7) Installing libucontext (1.2-r2) (5/7) Installing ruby (3.3.0-r0) (6/7) Installing ruby-bundler (2.5.3-r0) (7/7) Installing .makedepends-rset (20240119.001221) Executing busybox-1.36.1-r19.trigger OK: 336 MiB in 110 packages >>> rset: Cleaning up srcdir >>> rset: Cleaning up pkgdir >>> rset: Cleaning up tmpdir >>> rset: Fetching https://distfiles.alpinelinux.org/distfiles/edge/rset-2.9.tar.gz >>> rset: Fetching https://distfiles.alpinelinux.org/distfiles/edge/rset-2.9.tar.gz >>> rset: Checking sha512sums... rset-2.9.tar.gz: OK >>> rset: Unpacking /var/cache/distfiles/rset-2.9.tar.gz... + cp Makefile.linux Makefile + ln -sf ../missing tests/missing gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -D_LINUX_PORT -c rutils.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -D_LINUX_PORT -c input.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -D_LINUX_PORT -c execute.c cat /dev/null missing/setproctitle.c missing/strlcpy.c missing/strlcat.c missing/strtonum.c > compat.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -D_LINUX_PORT -DRELEASE=\"2.9\" -c rset.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -D_LINUX_PORT -c sock.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -D_LINUX_PORT -c http.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -D_LINUX_PORT -DRELEASE=\"2.9\" -c miniquark.c sed -e 's/${release}/2.9/' rinstall.sh > rinstall sed -e 's/${release}/2.9/' rsub.sh > rsub sed -e 's/${release}/2.9/' labelgrep.awk > labelgrep sed -e 's/${release}/2.9/' renv.awk > renv gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -D_LINUX_PORT -c compat.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -D_LINUX_PORT -Wl,--as-needed,-O1,--sort-common -o miniquark sock.o http.o compat.o miniquark.o gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -D_LINUX_PORT -Wl,--as-needed,-O1,--sort-common -o rset rutils.o input.o execute.o compat.o rset.o make -C tests make[1]: Entering directory '/home/buildozer/aports/testing/rset/src/rset-2.9/tests' ld -r ../compat.o ../rutils.o ../input.o ../execute.o -o rset.o gcc -I.. args.c rset.o -Wl,--as-needed,-O1,--sort-common -o args gcc -I.. cmd_pipe_stdin.c rset.o -Wl,--as-needed,-O1,--sort-common -o cmd_pipe_stdin gcc -I.. cmd_pipe_stdout.c rset.o -Wl,--as-needed,-O1,--sort-common -o cmd_pipe_stdout gcc -I.. copyfile.c rset.o -Wl,--as-needed,-O1,--sort-common -o copyfile gcc -I.. format_env.c rset.o -Wl,--as-needed,-O1,--sort-common -o format_env gcc -I.. getsocket.c rset.o -Wl,--as-needed,-O1,--sort-common -o getsocket gcc -I.. hostlist.c rset.o -Wl,--as-needed,-O1,--sort-common -o hostlist gcc -I.. log_msg.c rset.o -Wl,--as-needed,-O1,--sort-common -o log_msg gcc -I.. parser.c rset.o -Wl,--as-needed,-O1,--sort-common -o parser gcc -I.. ssh_command.c rset.o -Wl,--as-needed,-O1,--sort-common -o ssh_command gcc -I.. which.c rset.o -Wl,--as-needed,-O1,--sort-common -o which --- 0.001: Filter environment variables 0.001: Handle unknown variable name 0.001: Disallow shell subsitution 0.001: Quote malformed lines 0.001: Escape literals 0.001: Print only environment errors 0.006: Save environment variable --- 0.001: Run rsub with no arguments 0.004: Replace a line, optionally append 0.004: Handle input containing special characters 0.004: Append a line 0.003: No change 0.002: Unable to open file 0.007: Add a new a block 0.007: Update a block 0.002: Ensure that a relative target cannot be used --- 0.001: Run miniquark with no arguments 0.001: HEAD request with target host and user-agent 0.000: HEAD request for missing file 0.001: GET a file that does not have have read permission 0.002: GET a small file 0.001: GET a small from a subdirectory 0.000: GET a file using If-Modified-Since 0.001: GET Range (partial content, part 1) 0.001: GET Range (partial content, part 2) 0.000: GET Range (past end of file) 0.001: GET Range (suffix) 0.002: GET Range (bogus range) 0.001: GET an empty archive 0.000: GET a file in a parent directory 0.000: List a directory 0.000: POST JSON content 0.011: Fetch a 10MB file in parallel with an external utility --- 0.001: Run rinstall with no arguments 0.009: Install a file from a remote URL to the staging area 0.008: Stage the file by fetching over HTTP when no target is defined 0.007: Install a binary file from a remote URL to the staging area 0.006: Install a file from a remote URL containing special characters 0.005: Fetch a file that does not exist 0.003: Install a file from the local staging directory 0.004: Install a file from the using a directory target 0.006: No need to update a file 0.007: Update a file 0.002: Ensure that a relative target cannot be used 0.002: Ensure that in case of fetching, an absolute source cannot be used --- 0.001: Run labelgrep without enough arguments 0.002: Scan multiple files with more than one label 0.002: Find more than one match per label --- 0.002: Install a missing file 0.002: Update an existing file 0.001: Pipe input to a command 0.001: Capture output of a command 0.001: Capture multi-line output from a command 0.092: Capture a large chunk of text from a command 0.001: Locate an executable in the current path 0.007: Start an ssh session 0.005: Execute commands over ssh using a pipe 0.007: Execute commands over ssh using a tty 0.005: End an ssh session 0.001: Run rset with no arguments 0.002: Parse a label file 0.001: Parse a routes file 0.003: Recursively parse routes and hosts 0.001: Format and run a command line 0.001: Report an unknown syntax 0.003: Detect local execution that does not emit a newline 0.001: Report a bad regex 0.001: Report an unknown option 0.001: Log start message 0.001: Log exit code and other characters 0.001: Format environment option on separate lines 0.001: No closing quote 0.002: Format environment and verify with renv 0.002: Format environment and fail verifications with renv 0.001: Simple hostlist 0.001: Expand hostlist 0.001: Expand hostlist of IP addresses 0.001: Multiple hostlist ranges 0.002: Invalid hostlist range 0.003: Show matching routes and hosts 0.002: Raise error if no route match is found make[1]: Leaving directory '/home/buildozer/aports/testing/rset/src/rset-2.9/tests' >>> rset: Entering fakeroot... install -m 644 labelgrep.1 /home/buildozer/aports/testing/rset/pkg/rset/usr/share/man/man1 install -m 644 miniquark.1 /home/buildozer/aports/testing/rset/pkg/rset/usr/share/man/man1 install -m 644 pln.5 /home/buildozer/aports/testing/rset/pkg/rset/usr/share/man/man5 install -m 644 renv.1 /home/buildozer/aports/testing/rset/pkg/rset/usr/share/man/man1 install -m 644 rinstall.1 /home/buildozer/aports/testing/rset/pkg/rset/usr/share/man/man1 install -m 644 rset.1 /home/buildozer/aports/testing/rset/pkg/rset/usr/share/man/man1 install -m 644 rsub.1 /home/buildozer/aports/testing/rset/pkg/rset/usr/share/man/man1 install labelgrep /home/buildozer/aports/testing/rset/pkg/rset/usr/bin install miniquark /home/buildozer/aports/testing/rset/pkg/rset/usr/bin install renv /home/buildozer/aports/testing/rset/pkg/rset/usr/bin install rinstall /home/buildozer/aports/testing/rset/pkg/rset/usr/bin install rset /home/buildozer/aports/testing/rset/pkg/rset/usr/bin install rsub /home/buildozer/aports/testing/rset/pkg/rset/usr/bin >>> rset-doc*: Running split function doc... >>> rset-doc*: Preparing subpackage rset-doc... >>> rset-doc*: Running postcheck for rset-doc >>> rset*: Running postcheck for rset >>> rset*: Preparing package rset... >>> rset*: Stripping binaries >>> rset-doc*: Scanning shared objects >>> rset*: Scanning shared objects >>> rset-doc*: Tracing dependencies... >>> rset-doc*: Package size: 80.0 KB >>> rset-doc*: Compressing data... >>> rset-doc*: Create checksum... >>> rset-doc*: Create rset-doc-2.9-r0.apk >>> rset*: Tracing dependencies... so:libc.musl-armhf.so.1 >>> rset*: Package size: 76.0 KB >>> rset*: Compressing data... >>> rset*: Create checksum... >>> rset*: Create rset-2.9-r0.apk >>> rset: Build complete at Fri, 19 Jan 2024 00:12:31 +0000 elapsed time 0h 0m 11s >>> rset: Cleaning up srcdir >>> rset: Cleaning up pkgdir >>> rset: Uninstalling dependencies... (1/7) Purging .makedepends-rset (20240119.001221) (2/7) Purging ruby-bundler (2.5.3-r0) (3/7) Purging ruby (3.3.0-r0) (4/7) Purging libucontext (1.2-r2) (5/7) Purging ruby-libs (3.3.0-r0) (6/7) Purging yaml (0.2.5-r2) (7/7) Purging libffi (3.4.4-r3) Executing busybox-1.36.1-r19.trigger OK: 315 MiB in 103 packages >>> rset: Updating the testing/armhf repository index... >>> rset: Signing the index...