>>> proot: Building testing/proot 5.4.0-r0 (using abuild 3.11.2-r0) started Wed, 31 May 2023 23:28:19 +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/23) Installing bsd-compat-headers (0.7.2-r5) (2/23) Installing libarchive (3.6.2-r3) (3/23) Installing libarchive-dev (3.6.2-r3) (4/23) Installing linux-headers (6.3-r0) (5/23) Installing libffi (3.4.4-r3) (6/23) Installing gdbm (1.23-r1) (7/23) Installing mpdecimal (2.5.1-r2) (8/23) Installing libpanelw (6.4_p20230527-r0) (9/23) Installing readline (8.2.1-r2) (10/23) Installing sqlite-libs (3.42.0-r0) (11/23) Installing python3 (3.11.3-r11) (12/23) Installing python3-pycache-pyc0 (3.11.3-r11) (13/23) Installing pyc (0.1-r0) (14/23) Installing py3-docutils-pyc (0.20.1-r0) (15/23) Installing python3-pyc (3.11.3-r11) (16/23) Installing py3-docutils (0.20.1-r0) (17/23) Installing talloc (2.4.0-r2) (18/23) Installing py3-talloc (2.4.0-r2) (19/23) Installing talloc-dev (2.4.0-r2) (20/23) Installing talloc-static (2.4.0-r2) (21/23) Installing uthash (2.3.0-r0) (22/23) Installing uthash-dev (2.3.0-r0) (23/23) Installing .makedepends-proot (20230531.232821) Executing busybox-1.36.1-r0.trigger OK: 428 MiB in 131 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 220k 0 220k 0 0 456k 0 --:--:-- --:--:-- --:--:-- 4494k >>> 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 CC execve/elf.o CC execve/ldso.o CC execve/auxv.o CC path/binding.o CC path/glue.o CC path/canon.o CC path/proc.o CC path/temp.o CC syscall/syscall.o CC syscall/chain.o CC syscall/enter.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 syscall/exit.o CC syscall/sysnum.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/socket.o CC syscall/heap.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/rlimit.o CC tracee/tracee.o 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 ./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; | ^~~~~~~~~~~~~ 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/portmap/portmap.o CC extension/portmap/map.o CC loader/loader.o CC loader/assembly.o ./ptrace/ptrace.c: In function 'translate_ptrace_exit': ./ptrace/ptrace.c:411:25: warning: 'convert_user_regs_struct' accessing 4 bytes in a region of size 0 [-Wstringop-overflow=] 411 | convert_user_regs_struct(true, (uint64_t *) &buffer.regs, regs32); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./ptrace/ptrace.c:411:25: note: referencing argument 3 of type 'uint32_t[0]' {aka 'unsigned int[]'} In file included from ./ptrace/ptrace.c:33: ./ptrace/user.h:49:20: note: in a call to function 'convert_user_regs_struct' 49 | static inline void convert_user_regs_struct(bool reverse UNUSED, | ^~~~~~~~~~~~~~~~~~~~~~~~ GEN build.h CC cli/cli.o CC cli/proot.o CC execve/aoxp.o CC path/path.o CC syscall/seccomp.o 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); | ^~~~~~ CC tracee/mem.o CC extension/extension.o LD loader/loader GEN loader/loader-wrapped.o LD proot rm .check_seccomp_filter.o .check_process_vm.o loader.elf .check_seccomp_filter .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 CC path/proc.o CC path/temp.o CC syscall/syscall.o 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 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 ./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_; | ^~~~~~~~~~~~~~~~~~~~~~~ CC extension/link2symlink/link2symlink.o ./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(); | ^~~~~~~ CC extension/portmap/portmap.o /usr/include/talloc.h:1071:16: note: declared here 1071 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ ./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 extension/portmap/map.o CC loader/loader.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 loader/assembly.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; | ^~~~~~~~~~~~~ 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); | ^~~~~~~ GEN build.h CC cli/cli.o CC cli/proot.o CC execve/aoxp.o 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); | ^~~~~~ ./ptrace/ptrace.c: In function 'translate_ptrace_exit': ./ptrace/ptrace.c:411:25: warning: 'convert_user_regs_struct' accessing 4 bytes in a region of size 0 [-Wstringop-overflow=] 411 | convert_user_regs_struct(true, (uint64_t *) &buffer.regs, regs32); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./ptrace/ptrace.c:411:25: note: referencing argument 3 of type 'uint32_t[0]' {aka 'unsigned int[]'} In file included from ./ptrace/ptrace.c:33: ./ptrace/user.h:49:20: note: in a call to function 'convert_user_regs_struct' 49 | static inline void convert_user_regs_struct(bool reverse UNUSED, | ^~~~~~~~~~~~~~~~~~~~~~~~ CC path/path.o CC syscall/seccomp.o CC tracee/mem.o CC extension/extension.o LD loader/loader GEN loader/loader-wrapped.o LD proot rm .check_seccomp_filter.o .check_process_vm.o loader.elf .check_seccomp_filter .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: 256.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.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:28:26 +0000 elapsed time 0h 0m 7s >>> proot: Cleaning up srcdir >>> proot: Cleaning up pkgdir >>> proot: Uninstalling dependencies... (1/23) Purging .makedepends-proot (20230531.232821) (2/23) Purging bsd-compat-headers (0.7.2-r5) (3/23) Purging libarchive-dev (3.6.2-r3) (4/23) Purging libarchive (3.6.2-r3) (5/23) Purging linux-headers (6.3-r0) (6/23) Purging py3-docutils-pyc (0.20.1-r0) (7/23) Purging py3-docutils (0.20.1-r0) (8/23) Purging talloc-dev (2.4.0-r2) (9/23) Purging py3-talloc (2.4.0-r2) (10/23) Purging talloc (2.4.0-r2) (11/23) Purging talloc-static (2.4.0-r2) (12/23) Purging uthash-dev (2.3.0-r0) (13/23) Purging uthash (2.3.0-r0) (14/23) Purging python3-pyc (3.11.3-r11) (15/23) Purging python3-pycache-pyc0 (3.11.3-r11) (16/23) Purging pyc (0.1-r0) (17/23) Purging python3 (3.11.3-r11) (18/23) Purging gdbm (1.23-r1) (19/23) Purging libffi (3.4.4-r3) (20/23) Purging libpanelw (6.4_p20230527-r0) (21/23) Purging mpdecimal (2.5.1-r2) (22/23) Purging readline (8.2.1-r2) (23/23) Purging sqlite-libs (3.42.0-r0) Executing busybox-1.36.1-r0.trigger OK: 375 MiB in 108 packages >>> proot: Updating the testing/x86 repository index... >>> proot: Signing the index...