>>> proot: Building testing/proot 5.4.0-r0 (using abuild 3.11.2-r0) started Wed, 31 May 2023 23:29:35 +0000 >>> proot: Checking sanity of /home/buildozer/aports/testing/proot/APKBUILD... >>> proot: Analyzing dependencies... >>> proot: Installing for build: build-base bsd-compat-headers libarchive-dev linux-headers py3-docutils talloc-dev talloc-static uthash-dev (1/25) Installing bsd-compat-headers (0.7.2-r5) (2/25) Installing libbz2 (1.0.8-r6) (3/25) Installing xz-libs (5.4.3-r1) (4/25) Installing libarchive (3.6.2-r3) (5/25) Installing libarchive-dev (3.6.2-r3) (6/25) Installing linux-headers (6.3-r0) (7/25) Installing libffi (3.4.4-r3) (8/25) Installing gdbm (1.23-r1) (9/25) Installing mpdecimal (2.5.1-r2) (10/25) Installing libpanelw (6.4_p20230527-r0) (11/25) Installing readline (8.2.1-r2) (12/25) Installing sqlite-libs (3.42.0-r0) (13/25) Installing python3 (3.11.3-r11) (14/25) Installing python3-pycache-pyc0 (3.11.3-r11) (15/25) Installing pyc (0.1-r0) (16/25) Installing py3-docutils-pyc (0.20.1-r0) (17/25) Installing python3-pyc (3.11.3-r11) (18/25) Installing py3-docutils (0.20.1-r0) (19/25) Installing talloc (2.4.0-r2) (20/25) Installing py3-talloc (2.4.0-r2) (21/25) Installing talloc-dev (2.4.0-r2) (22/25) Installing talloc-static (2.4.0-r2) (23/25) Installing uthash (2.3.0-r0) (24/25) Installing uthash-dev (2.3.0-r0) (25/25) Installing .makedepends-proot (20230531.232938) Executing busybox-1.36.1-r0.trigger OK: 429 MiB in 128 packages >>> proot: Cleaning up srcdir >>> proot: Cleaning up pkgdir >>> proot: Fetching https://distfiles.alpinelinux.org/distfiles/edge/proot-5.4.0.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> proot: Fetching https://github.com/proot-me/proot/archive/v5.4.0/proot-5.4.0.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 100 220k 0 220k 0 0 526k 0 --:--:-- --:--:-- --:--:-- 526k >>> proot: Fetching https://distfiles.alpinelinux.org/distfiles/edge/proot-5.4.0.tar.gz >>> proot: Checking sha512sums... proot-5.4.0.tar.gz: OK tests-musl-compat.patch: OK >>> proot: Unpacking /var/cache/distfiles/edge/proot-5.4.0.tar.gz... >>> proot: 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/proot/src/proot-5.4.0/src' fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git CC cli/note.o CC execve/enter.o CC execve/exit.o CC execve/shebang.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/elf.o CC execve/ldso.o CC execve/auxv.o CC path/binding.o CC path/glue.o CC path/canon.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 path/proc.o CC path/temp.o CC syscall/syscall.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:292:17: warning: 'talloc_autofree_context' is deprecated [-Wdeprecated-declarations] 292 | context = talloc_autofree_context(); | ^~~~~~~ /usr/include/talloc.h:1071:16: note: declared here 1071 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ CC syscall/chain.o CC syscall/enter.o CC syscall/exit.o CC syscall/sysnum.o CC syscall/socket.o CC syscall/heap.o CC syscall/rlimit.o CC tracee/tracee.o In file included from ./syscall/rlimit.c:31: ./syscall/rlimit.c: In function 'translate_setrlimit_exit': ./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 tracee/reg.o CC tracee/event.o CC ptrace/ptrace.o CC ptrace/user.o CC ptrace/wait.o CC extension/kompat/kompat.o CC extension/fake_id0/fake_id0.o CC extension/link2symlink/link2symlink.o CC extension/portmap/portmap.o CC extension/portmap/map.o CC loader/loader.o CC loader/assembly.o CC loader/loader-m32.o CC loader/assembly-m32.o In file included from ./loader/loader.c:39: ./loader/loader.c: In function '_start': ./loader/assembly-x86_64.h:32:9: warning: listing the stack pointer register 'rsp' in a clobber list is deprecated [-Wdeprecated] 32 | 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-x86_64.h:32:9: note: the value of the stack pointer after an 'asm' statement must be the same as it was before the statement 32 | asm volatile ( \ | ^~~ ./loader/loader.c:261:33: note: in expansion of macro 'BRANCH' 261 | BRANCH(stmt->start.stack_pointer, stmt->start.entry_point); | ^~~~~~ In file included from ./loader/loader.c:43: ./loader/loader.c: In function '_start': ./loader/assembly-x86.h:32:9: warning: listing the stack pointer register 'esp' in a clobber list is deprecated [-Wdeprecated] 32 | 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-x86.h:32:9: note: the value of the stack pointer after an 'asm' statement must be the same as it was before the statement 32 | asm volatile ( \ | ^~~ ./loader/loader.c:261:33: note: in expansion of macro 'BRANCH' 261 | BRANCH(stmt->start.stack_pointer, stmt->start.entry_point); | ^~~~~~ 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 LD loader/loader-m32 GEN loader/loader-wrapped.o GEN loader/loader-m32-wrapped.o LD proot rm .check_seccomp_filter.o .check_process_vm.o loader.elf .check_seccomp_filter loader-m32.elf .check_process_vm make: Leaving directory '/home/buildozer/aports/testing/proot/src/proot-5.4.0/src' make: Entering directory '/home/buildozer/aports/testing/proot/src/proot-5.4.0/src-static' fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git CC cli/note.o CC execve/enter.o CC execve/exit.o CC execve/shebang.o CC execve/elf.o CC execve/ldso.o CC execve/auxv.o CC path/binding.o CC path/glue.o CC path/canon.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 path/proc.o CC path/temp.o CC syscall/syscall.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/chain.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:292:17: warning: 'talloc_autofree_context' is deprecated [-Wdeprecated-declarations] 292 | context = talloc_autofree_context(); | ^~~~~~~ /usr/include/talloc.h:1071:16: note: declared here 1071 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ CC syscall/enter.o CC syscall/exit.o CC syscall/sysnum.o CC syscall/socket.o CC syscall/heap.o CC syscall/rlimit.o CC tracee/tracee.o In file included from ./syscall/rlimit.c:31: ./syscall/rlimit.c: In function 'translate_setrlimit_exit': ./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 tracee/reg.o CC tracee/event.o CC ptrace/ptrace.o CC ptrace/user.o CC ptrace/wait.o CC extension/kompat/kompat.o CC extension/fake_id0/fake_id0.o CC extension/link2symlink/link2symlink.o CC extension/portmap/portmap.o CC extension/portmap/map.o CC loader/loader.o CC loader/assembly.o CC loader/loader-m32.o In file included from ./loader/loader.c:39: ./loader/loader.c: In function '_start': ./loader/assembly-x86_64.h:32:9: warning: listing the stack pointer register 'rsp' in a clobber list is deprecated [-Wdeprecated] 32 | 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-x86_64.h:32:9: note: the value of the stack pointer after an 'asm' statement must be the same as it was before the statement 32 | asm volatile ( \ | ^~~ ./loader/loader.c:261:33: note: in expansion of macro 'BRANCH' 261 | BRANCH(stmt->start.stack_pointer, stmt->start.entry_point); | ^~~~~~ CC loader/assembly-m32.o LD loader/loader In file included from ./loader/loader.c:43: ./loader/loader.c: In function '_start': ./loader/assembly-x86.h:32:9: warning: listing the stack pointer register 'esp' in a clobber list is deprecated [-Wdeprecated] 32 | 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-x86.h:32:9: note: the value of the stack pointer after an 'asm' statement must be the same as it was before the statement 32 | asm volatile ( \ | ^~~ ./loader/loader.c:261:33: note: in expansion of macro 'BRANCH' 261 | BRANCH(stmt->start.stack_pointer, stmt->start.entry_point); | ^~~~~~ LD loader/loader-m32 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 GEN loader/loader-wrapped.o GEN loader/loader-m32-wrapped.o LD proot rm .check_seccomp_filter.o .check_process_vm.o loader.elf .check_seccomp_filter loader-m32.elf .check_process_vm make: Leaving directory '/home/buildozer/aports/testing/proot/src/proot-5.4.0/src-static' make: Entering directory '/home/buildozer/aports/testing/proot/src/proot-5.4.0/doc' rst2man proot/manual.rst proot/man.1 make: Leaving directory '/home/buildozer/aports/testing/proot/src/proot-5.4.0/doc' >>> proot: Entering fakeroot... >>> proot-doc*: Running split function doc... >>> proot-doc*: Preparing subpackage proot-doc... >>> proot-doc*: Running postcheck for proot-doc >>> proot-static*: Running split function static... >>> proot-static*: Preparing subpackage proot-static... >>> proot-static*: Stripping binaries >>> proot-static*: Running postcheck for proot-static >>> proot*: Running postcheck for proot >>> proot*: Preparing package proot... >>> proot*: Stripping binaries >>> proot-doc*: Scanning shared objects >>> proot-static*: Scanning shared objects >>> proot*: Scanning shared objects >>> proot-doc*: Tracing dependencies... >>> proot-doc*: Package size: 28.0 KB >>> proot-doc*: Compressing data... >>> proot-doc*: Create checksum... >>> proot-doc*: Create proot-doc-5.4.0-r0.apk >>> proot-static*: Tracing dependencies... >>> proot-static*: Package size: 248.0 KB >>> proot-static*: Compressing data... >>> proot-static*: Create checksum... >>> proot-static*: Create proot-static-5.4.0-r0.apk >>> proot*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libtalloc.so.2 >>> proot*: Package size: 200.0 KB >>> proot*: Compressing data... >>> proot*: Create checksum... >>> proot*: Create proot-5.4.0-r0.apk >>> proot: Build complete at Wed, 31 May 2023 23:29:49 +0000 elapsed time 0h 0m 14s >>> proot: Cleaning up srcdir >>> proot: Cleaning up pkgdir >>> proot: Uninstalling dependencies... (1/25) Purging .makedepends-proot (20230531.232938) (2/25) Purging bsd-compat-headers (0.7.2-r5) (3/25) Purging libarchive-dev (3.6.2-r3) (4/25) Purging libarchive (3.6.2-r3) (5/25) Purging linux-headers (6.3-r0) (6/25) Purging py3-docutils-pyc (0.20.1-r0) (7/25) Purging py3-docutils (0.20.1-r0) (8/25) Purging talloc-dev (2.4.0-r2) (9/25) Purging py3-talloc (2.4.0-r2) (10/25) Purging talloc (2.4.0-r2) (11/25) Purging talloc-static (2.4.0-r2) (12/25) Purging uthash-dev (2.3.0-r0) (13/25) Purging uthash (2.3.0-r0) (14/25) Purging python3-pyc (3.11.3-r11) (15/25) Purging python3-pycache-pyc0 (3.11.3-r11) (16/25) Purging pyc (0.1-r0) (17/25) Purging python3 (3.11.3-r11) (18/25) Purging gdbm (1.23-r1) (19/25) Purging libbz2 (1.0.8-r6) (20/25) Purging libffi (3.4.4-r3) (21/25) Purging libpanelw (6.4_p20230527-r0) (22/25) Purging mpdecimal (2.5.1-r2) (23/25) Purging readline (8.2.1-r2) (24/25) Purging sqlite-libs (3.42.0-r0) (25/25) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.1-r0.trigger OK: 375 MiB in 103 packages >>> proot: Updating the testing/x86_64 repository index... >>> proot: Signing the index...