>>> care: Building testing/care 2.2-r1 (using abuild 3.9.0-r0) started Sat, 14 May 2022 15:46:18 +0000 >>> care: Checking sanity of /home/buildozer/aports/testing/care/APKBUILD... >>> care: Analyzing dependencies... >>> care: Installing for build: build-base proot bsd-compat-headers libarchive-dev linux-headers py3-docutils talloc-dev talloc-static uthash-dev (1/19) Installing talloc (2.3.3-r1) (2/19) Installing proot (5.3.1-r0) (3/19) Installing bsd-compat-headers (0.7.2-r3) (4/19) Installing libarchive (3.6.1-r0) (5/19) Installing libarchive-dev (3.6.1-r0) (6/19) Installing linux-headers (5.16.7-r1) (7/19) Installing libffi (3.4.2-r1) (8/19) Installing gdbm (1.23-r0) (9/19) Installing mpdecimal (2.5.1-r1) (10/19) Installing readline (8.1.2-r0) (11/19) Installing sqlite-libs (3.38.5-r0) (12/19) Installing python3 (3.10.4-r0) (13/19) Installing py3-docutils (0.16-r4) (14/19) Installing py3-talloc (2.3.3-r1) (15/19) Installing talloc-dev (2.3.3-r1) (16/19) Installing talloc-static (2.3.3-r1) (17/19) Installing uthash (2.3.0-r0) (18/19) Installing uthash-dev (2.3.0-r0) (19/19) Installing .makedepends-care (20220514.154620) Executing busybox-1.35.0-r13.trigger OK: 360 MiB in 117 packages >>> care: Cleaning up srcdir >>> care: Cleaning up pkgdir >>> care: Fetching https://distfiles.alpinelinux.org/distfiles/edge/proot-5.3.1.tar.gz >>> care: Fetching https://distfiles.alpinelinux.org/distfiles/edge/proot-5.3.1.tar.gz >>> care: Checking sha512sums... proot-5.3.1.tar.gz: OK 10-tests-musl-compat.patch: OK >>> care: Unpacking /var/cache/distfiles/edge/proot-5.3.1.tar.gz... >>> care: 10-tests-musl-compat.patch patching file test/ptrace-2.c Hunk #1 succeeded at 55 (offset 3 lines). Hunk #2 succeeded at 209 (offset 3 lines). make: Entering directory '/home/buildozer/aports/testing/care/src/proot-5.3.1/src' CC cli/note.o CC execve/enter.o CC execve/exit.o CC execve/shebang.o CC execve/elf.o CC execve/ldso.o ./execve/enter.c: In function 'extract_loader': ./execve/enter.c:529:9: warning: 'talloc_autofree_context' is deprecated [-Wdeprecated-declarations] 529 | loader_path = talloc_strdup(talloc_autofree_context(), path); | ^~~~~~~~~~~ In file included from ./execve/enter.c:28: /usr/include/talloc.h:1071:16: note: declared here 1071 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ CC execve/auxv.o CC path/binding.o CC path/glue.o CC path/canon.o CC path/proc.o CC path/temp.o ./path/glue.c: In function 'set_placeholder_destructor': ./path/glue.c:76:9: warning: 'talloc_autofree_context' is deprecated [-Wdeprecated-declarations] 76 | autofreed = talloc_autofree_context(); | ^~~~~~~~~ In file included from ./path/glue.c:31: /usr/include/talloc.h:1071:16: note: declared here 1071 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ CC syscall/syscall.o CC syscall/chain.o CC syscall/enter.o CC syscall/exit.o ./path/temp.c: In function 'get_temp_directory': ./path/temp.c:41:9: warning: 'talloc_autofree_context' is deprecated [-Wdeprecated-declarations] 41 | temp_directory = talloc_strdup(talloc_autofree_context(), tmp); | ^~~~~~~~~~~~~~ In file included from ./path/temp.c:9: /usr/include/talloc.h:1071:16: note: declared here 1071 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ ./path/temp.c: In function 'create_temp_name': ./path/temp.c:287:17: warning: 'talloc_autofree_context' is deprecated [-Wdeprecated-declarations] 287 | context = talloc_autofree_context(); | ^~~~~~~ In file included from ./path/temp.c:9: /usr/include/talloc.h:1071:16: note: declared here 1071 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ CC syscall/sysnum.o CC syscall/socket.o CC syscall/heap.o CC syscall/rlimit.o CC tracee/tracee.o CC tracee/reg.o CC tracee/event.o CC ptrace/ptrace.o CC ptrace/user.o ./syscall/rlimit.c: In function 'translate_setrlimit_exit': ./syscall/rlimit.c:91:46: warning: conversion from 'long long unsigned int' to 'word_t' {aka 'long unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] 91 | tracee_stack_limit = RLIM_INFINITY; | ^~~~~~~~~~~~~ CC ptrace/wait.o In file included from ./syscall/rlimit.c:31: ./cli/note.h:46:54: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'rlim_t' {aka 'long long unsigned int'} [-Wformat=] 46 | note(tracee, INFO, INTERNAL, (message), ## args); \ | ^~~~~~~~~ ./syscall/rlimit.c:115:9: note: in expansion of macro 'VERBOSE' 115 | VERBOSE(tracee, 1, "stack soft limit increased to %ld bytes", proot_stack.rlim_cur); | ^~~~~~~ CC extension/kompat/kompat.o CC extension/fake_id0/fake_id0.o CC extension/portmap/portmap.o CC extension/link2symlink/link2symlink.o CC extension/portmap/map.o CC loader/loader.o CC loader/assembly.o CC extension/care/care.o CC extension/care/final.o CC extension/care/extract.o CC extension/care/archive.o In file included from ./loader/loader.c:41: ./loader/loader.c: In function '_start': ./loader/assembly-arm.h:31:9: warning: listing the stack pointer register 'sp' in a clobber list is deprecated [-Wdeprecated] 31 | asm volatile ( \ | ^~~ ./loader/loader.c:261:33: note: in expansion of macro 'BRANCH' 261 | BRANCH(stmt->start.stack_pointer, stmt->start.entry_point); | ^~~~~~ ./loader/assembly-arm.h:31:9: note: the value of the stack pointer after an 'asm' statement must be the same as it was before the statement 31 | asm volatile ( \ | ^~~ ./loader/loader.c:261:33: note: in expansion of macro 'BRANCH' 261 | BRANCH(stmt->start.stack_pointer, stmt->start.entry_point); | ^~~~~~ ./extension/care/extract.c: In function 'open_callback': ./extension/care/extract.c:151:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 151 | "archive found: offset = %" PRIu64 ", size = %" PRIu64 "", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 152 | (uint64_t) offset, data->size_remaining); | ~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} In file included from ./extension/care/extract.c:34: /usr/include/inttypes.h:81:25: note: format string is defined here 81 | #define PRIu64 __PRI64 "u" In file included from ./extension/care/extract.c:31: ./extension/care/extract.c: In function 'read_callback': ./extension/care/extract.c:205:21: warning: comparison of integer expressions of different signedness: 'ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] 205 | assert(size <= data->size_remaining); | ^~ LD loader/loader GEN build.h CC cli/cli.o CC cli/proot.o CC execve/aoxp.o CC path/path.o CC syscall/seccomp.o CC tracee/mem.o CC extension/extension.o CC cli/care.o GEN loader/loader-wrapped.o GEN cli/care-manual.o LD care rm .check_seccomp_filter.o .check_process_vm.o loader.elf manual .check_seccomp_filter .check_process_vm make: Leaving directory '/home/buildozer/aports/testing/care/src/proot-5.3.1/src' make: Entering directory '/home/buildozer/aports/testing/care/src/proot-5.3.1/doc' rst2man care/manual.rst care/man.1 make: Leaving directory '/home/buildozer/aports/testing/care/src/proot-5.3.1/doc' >>> care: Entering fakeroot... >>> care-doc*: Running split function doc... >>> care-doc*: Preparing subpackage care-doc... >>> care-doc*: Running postcheck for care-doc >>> care*: Running postcheck for care >>> care*: Preparing package care... >>> care*: Stripping binaries >>> care-doc*: Scanning shared objects >>> care*: Scanning shared objects >>> care-doc*: Tracing dependencies... >>> care-doc*: Package size: 28.0 KB >>> care-doc*: Compressing data... >>> care-doc*: Create checksum... >>> care-doc*: Create care-doc-2.2-r1.apk >>> care*: Tracing dependencies... proot so:libarchive.so.13 so:libc.musl-armhf.so.1 so:libtalloc.so.2 >>> care*: Package size: 272.0 KB >>> care*: Compressing data... >>> care*: Create checksum... >>> care*: Create care-2.2-r1.apk >>> care: Build complete at Sat, 14 May 2022 15:46:31 +0000 elapsed time 0h 0m 13s >>> care: Cleaning up srcdir >>> care: Cleaning up pkgdir >>> care: Uninstalling dependencies... (1/19) Purging .makedepends-care (20220514.154620) (2/19) Purging proot (5.3.1-r0) (3/19) Purging bsd-compat-headers (0.7.2-r3) (4/19) Purging libarchive-dev (3.6.1-r0) (5/19) Purging libarchive (3.6.1-r0) (6/19) Purging linux-headers (5.16.7-r1) (7/19) Purging py3-docutils (0.16-r4) (8/19) Purging talloc-dev (2.3.3-r1) (9/19) Purging py3-talloc (2.3.3-r1) (10/19) Purging talloc (2.3.3-r1) (11/19) Purging talloc-static (2.3.3-r1) (12/19) Purging uthash-dev (2.3.0-r0) (13/19) Purging uthash (2.3.0-r0) (14/19) Purging python3 (3.10.4-r0) (15/19) Purging libffi (3.4.2-r1) (16/19) Purging gdbm (1.23-r0) (17/19) Purging mpdecimal (2.5.1-r1) (18/19) Purging readline (8.1.2-r0) (19/19) Purging sqlite-libs (3.38.5-r0) Executing busybox-1.35.0-r13.trigger OK: 300 MiB in 98 packages >>> care: Updating the testing/armhf repository index... >>> care: Signing the index...