>>> proot: Building testing/proot 5.4.0-r1 (using abuild 3.13.0-r5) started Wed, 18 Sep 2024 06:43:10 +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-r6) (2/23) Installing libarchive (3.7.5-r0) (3/23) Installing openssl-dev (3.3.2-r0) (4/23) Installing libarchive-dev (3.7.5-r0) (5/23) Installing linux-headers (6.6-r0) (6/23) Installing libffi (3.4.6-r0) (7/23) Installing gdbm (1.24-r0) (8/23) Installing mpdecimal (4.0.0-r0) (9/23) Installing libpanelw (6.5_p20240601-r1) (10/23) Installing sqlite-libs (3.46.1-r0) (11/23) Installing python3 (3.12.6-r0) (12/23) Installing python3-pycache-pyc0 (3.12.6-r0) (13/23) Installing pyc (3.12.6-r0) (14/23) Installing py3-docutils-pyc (0.21.2-r0) (15/23) Installing python3-pyc (3.12.6-r0) (16/23) Installing py3-docutils (0.21.2-r0) (17/23) Installing talloc (2.4.2-r1) (18/23) Installing py3-talloc (2.4.2-r1) (19/23) Installing talloc-dev (2.4.2-r1) (20/23) Installing talloc-static (2.4.2-r1) (21/23) Installing uthash (2.3.0-r0) (22/23) Installing uthash-dev (2.3.0-r0) (23/23) Installing .makedepends-proot (20240918.064311) Executing busybox-1.36.1-r32.trigger OK: 467 MiB in 140 packages >>> proot: Cleaning up srcdir >>> proot: Cleaning up pkgdir >>> proot: Cleaning up tmpdir >>> 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 14 220k 14 32768 0 0 224k 0 --:--:-- --:--:-- --:--:-- 225k 100 220k 100 220k 0 0 1133k 0 --:--:-- --:--:-- --:--:-- 1135k >>> proot: Fetching https://distfiles.alpinelinux.org/distfiles/edge/proot-5.4.0.tar.gz >>> proot: Checking sha512sums... proot-5.4.0.tar.gz: OK fix-basename.patch: OK tests-musl-compat.patch: OK >>> proot: Unpacking /var/cache/distfiles/edge/proot-5.4.0.tar.gz... >>> proot: fix-basename.patch patching file src/cli/cli.c >>> 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 ./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:1084:16: note: declared here 1084 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ CC path/proc.o CC path/temp.o CC syscall/syscall.o CC syscall/chain.o CC syscall/enter.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:1084:16: note: declared here 1084 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ CC syscall/exit.o CC syscall/sysnum.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:1084:16: note: declared here 1084 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ CC syscall/socket.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(); | ^~~~~~~ /usr/include/talloc.h:1084:16: note: declared here 1084 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ 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/link2symlink/link2symlink.o 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 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 execve/aoxp.o 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' 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 ./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:1084:16: note: declared here 1084 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ CC ptrace/ptrace.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:1084:16: note: declared here 1084 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ CC ptrace/user.o CC ptrace/wait.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:1084:16: note: declared here 1084 | _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:1084:16: note: declared here 1084 | _PUBLIC_ void *talloc_autofree_context(void) _DEPRECATED_; | ^~~~~~~~~~~~~~~~~~~~~~~ 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 ./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 CC path/path.o CC syscall/seccomp.o CC tracee/mem.o CC extension/extension.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, | ^~~~~~~~~~~~~~~~~~~~~~~~ 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 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... created directory: '/home/buildozer/aports/testing/proot/pkg/' created directory: '/home/buildozer/aports/testing/proot/pkg/proot/' created directory: '/home/buildozer/aports/testing/proot/pkg/proot/usr/' created directory: '/home/buildozer/aports/testing/proot/pkg/proot/usr/bin/' './src/proot' -> '/home/buildozer/aports/testing/proot/pkg/proot/usr/bin/proot' './src-static/proot' -> '/home/buildozer/aports/testing/proot/pkg/proot/usr/bin/proot.static' created directory: '/home/buildozer/aports/testing/proot/pkg/proot/usr/share/' created directory: '/home/buildozer/aports/testing/proot/pkg/proot/usr/share/man/' created directory: '/home/buildozer/aports/testing/proot/pkg/proot/usr/share/man/man1' './doc/proot/man.1' -> '/home/buildozer/aports/testing/proot/pkg/proot/usr/share/man/man1/proot.1' >>> 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... '/home/buildozer/aports/testing/proot/pkg/proot/usr/bin/proot.static' -> '/home/buildozer/aports/testing/proot/pkg/proot-static/usr/bin/proot.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: 32.0 KB >>> proot-doc*: Compressing data... >>> proot-doc*: Create checksum... >>> proot-doc*: Create proot-doc-5.4.0-r1.apk >>> proot-static*: Tracing dependencies... >>> proot-static*: Package size: 268.0 KB >>> proot-static*: Compressing data... >>> proot-static*: Create checksum... >>> proot-static*: Create proot-static-5.4.0-r1.apk >>> proot*: Tracing dependencies... so:libc.musl-x86.so.1 so:libtalloc.so.2 >>> proot*: Package size: 204.0 KB >>> proot*: Compressing data... >>> proot*: Create checksum... >>> proot*: Create proot-5.4.0-r1.apk >>> proot: Build complete at Wed, 18 Sep 2024 06:43:15 +0000 elapsed time 0h 0m 5s >>> proot: Cleaning up srcdir >>> proot: Cleaning up pkgdir >>> proot: Uninstalling dependencies... (1/23) Purging .makedepends-proot (20240918.064311) (2/23) Purging bsd-compat-headers (0.7.2-r6) (3/23) Purging libarchive-dev (3.7.5-r0) (4/23) Purging libarchive (3.7.5-r0) (5/23) Purging linux-headers (6.6-r0) (6/23) Purging py3-docutils-pyc (0.21.2-r0) (7/23) Purging py3-docutils (0.21.2-r0) (8/23) Purging talloc-dev (2.4.2-r1) (9/23) Purging py3-talloc (2.4.2-r1) (10/23) Purging talloc (2.4.2-r1) (11/23) Purging talloc-static (2.4.2-r1) (12/23) Purging uthash-dev (2.3.0-r0) (13/23) Purging uthash (2.3.0-r0) (14/23) Purging openssl-dev (3.3.2-r0) (15/23) Purging python3-pyc (3.12.6-r0) (16/23) Purging python3-pycache-pyc0 (3.12.6-r0) (17/23) Purging pyc (3.12.6-r0) (18/23) Purging python3 (3.12.6-r0) (19/23) Purging sqlite-libs (3.46.1-r0) (20/23) Purging gdbm (1.24-r0) (21/23) Purging libffi (3.4.6-r0) (22/23) Purging libpanelw (6.5_p20240601-r1) (23/23) Purging mpdecimal (4.0.0-r0) Executing busybox-1.36.1-r32.trigger OK: 412 MiB in 117 packages >>> proot: Updating the testing/x86 repository index... >>> proot: Signing the index...