* Package:    sys-libs/liburing-2.1
 * Repository: gentoo
 * Maintainer: polynomial-c@gentoo.org
 * USE:        arm elibc_glibc kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking liburing-2.1.tar.bz2 to /var/tmp/portage/sys-libs/liburing-2.1/work
>>> Source unpacked in /var/tmp/portage/sys-libs/liburing-2.1/work
>>> Preparing source in /var/tmp/portage/sys-libs/liburing-2.1/work/liburing-2.1 ...
 * Will copy sources from /var/tmp/portage/sys-libs/liburing-2.1/work/liburing-2.1
 * .arm: copying to /var/tmp/portage/sys-libs/liburing-2.1/work/liburing-2.1-.arm
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-libs/liburing-2.1/work/liburing-2.1 ...
 * .arm: running multilib-minimal_abi_src_configure
prefix                        /usr
includedir                    /usr/include
libdir                        /usr/lib
libdevdir                     /usr/lib
relativelibdir                
mandir                        /usr/share/man
datadir                       /usr/share
stringop_overflow             yes
array_bounds                  yes
__kernel_rwf_t                yes
__kernel_timespec             yes
open_how                      no
statx                         yes
C++                           yes
has_ucontext                  yes
CC                            armv7a-unknown-linux-gnueabihf-gcc
CXX                           g++
>>> Source configured.
>>> Compiling source in /var/tmp/portage/sys-libs/liburing-2.1/work/liburing-2.1 ...
 * .arm: running multilib-minimal_abi_src_compile
make -j4 V=1 AR=armv7a-unknown-linux-gnueabihf-ar RANLIB=armv7a-unknown-linux-gnueabihf-ranlib 
make[1]: Entering directory '/var/tmp/portage/sys-libs/liburing-2.1/work/liburing-2.1-.arm/src'
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -Iinclude/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -c -o setup.ol setup.c
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -Iinclude/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -c -o queue.ol queue.c
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -Iinclude/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -c -o syscall.ol syscall.c
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -Iinclude/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -c -o register.ol register.c
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -Iinclude/ -include ../config-host.h -fPIC -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -c -o setup.os setup.c
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -Iinclude/ -include ../config-host.h -fPIC -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -c -o queue.os queue.c
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -Iinclude/ -include ../config-host.h -fPIC -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -c -o syscall.os syscall.c
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -Iinclude/ -include ../config-host.h -fPIC -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -c -o register.os register.c
armv7a-unknown-linux-gnueabihf-ar r liburing.a setup.ol queue.ol syscall.ol register.ol
armv7a-unknown-linux-gnueabihf-ar: creating liburing.a
armv7a-unknown-linux-gnueabihf-ranlib liburing.a
armv7a-unknown-linux-gnueabihf-gcc -fPIC -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -shared -Wl,--version-script=liburing.map -Wl,-soname=liburing.so.2 -o liburing.so.2.1.0 setup.os queue.os syscall.os register.os -Wl,-O1 -Wl,--as-needed
make[1]: Leaving directory '/var/tmp/portage/sys-libs/liburing-2.1/work/liburing-2.1-.arm/src'
make[1]: Entering directory '/var/tmp/portage/sys-libs/liburing-2.1/work/liburing-2.1-.arm/test'
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o helpers.o -c helpers.c -luring
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o 232c93d07b74-test 232c93d07b74-test.c helpers.o -luring -lpthread
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o 35fa71a030ca-test 35fa71a030ca-test.c helpers.o -luring -lpthread
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o 500f9fbadef8-test 500f9fbadef8-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o 7ad0e4b2f83c-test 7ad0e4b2f83c-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o 8a9973408177-test 8a9973408177-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o 917257daa0fe-test 917257daa0fe-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o a0908ae19763-test a0908ae19763-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o a4c0b3decb33-test a4c0b3decb33-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o accept accept.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o accept-link accept-link.c helpers.o -luring -lpthread
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o accept-reuse accept-reuse.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o accept-test accept-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o across-fork across-fork.c helpers.o -luring -lpthread
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o splice splice.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o b19062a56726-test b19062a56726-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o b5837bd5311d-test b5837bd5311d-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o ce593a6c480a-test ce593a6c480a-test.c helpers.o -luring -lpthread
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o close-opath close-opath.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o connect connect.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o cq-full cq-full.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o cq-overflow cq-overflow.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o cq-peek-batch cq-peek-batch.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o cq-ready cq-ready.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o cq-size cq-size.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o d4ae271dfaae-test d4ae271dfaae-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o d77a67ed5f27-test d77a67ed5f27-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o defer defer.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o double-poll-crash double-poll-crash.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o eeed8b54e0df-test eeed8b54e0df-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o empty-eownerdead empty-eownerdead.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o eventfd eventfd.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o eventfd-disable eventfd-disable.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o eventfd-ring eventfd-ring.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o fadvise fadvise.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o fallocate fallocate.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o fc2a85cb02ef-test fc2a85cb02ef-test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o file-register file-register.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o file-update file-update.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o files-exit-hang-poll files-exit-hang-poll.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o files-exit-hang-timeout files-exit-hang-timeout.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o fixed-link fixed-link.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o fsync fsync.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o hardlink hardlink.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o io-cancel io-cancel.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o io_uring_enter io_uring_enter.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o io_uring_register io_uring_register.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o io_uring_setup io_uring_setup.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o iopoll iopoll.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o lfs-openat lfs-openat.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o lfs-openat-write lfs-openat-write.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o link link.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o link-timeout link-timeout.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o link_drain link_drain.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o madvise madvise.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o mkdir mkdir.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o multicqes_drain multicqes_drain.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o nop nop.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o nop-all-sizes nop-all-sizes.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o open-close open-close.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o openat2 openat2.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o personality personality.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o pipe-eof pipe-eof.c helpers.o -luring -lpthread
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o pipe-reuse pipe-reuse.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o poll poll.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o poll-cancel poll-cancel.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o poll-cancel-ton poll-cancel-ton.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o poll-link poll-link.c helpers.o -luring -lpthread
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o poll-many poll-many.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o poll-mshot-update poll-mshot-update.c helpers.o -luring -lpthread
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o poll-ring poll-ring.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o poll-v-poll poll-v-poll.c helpers.o -luring -lpthread
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o probe probe.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o read-write read-write.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o register-restrictions register-restrictions.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o rename rename.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o ring-leak ring-leak.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o ring-leak2 ring-leak2.c helpers.o -luring -lpthread
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o rw_merge_test rw_merge_test.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o self self.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o send_recv send_recv.c helpers.o -luring -lpthread
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o send_recvmsg send_recvmsg.c helpers.o -luring -lpthread
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o shared-wq shared-wq.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o short-read short-read.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o shutdown shutdown.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o sigfd-deadlock sigfd-deadlock.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o socket-rw socket-rw.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o socket-rw-eagain socket-rw-eagain.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o sq-full sq-full.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o sq-poll-dup sq-poll-dup.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o sq-poll-kthread sq-poll-kthread.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o sq-poll-share sq-poll-share.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o sqpoll-disable-exit sqpoll-disable-exit.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o sqpoll-exit-hang sqpoll-exit-hang.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o sqpoll-cancel-hang sqpoll-cancel-hang.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o sqpoll-sleep sqpoll-sleep.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
armv7a-unknown-linux-gnueabihf-gcc -D_GNU_SOURCE -D__SANE_USERSPACE_TYPES__ -I../src/include/ -include ../config-host.h -O2 -pipe -march=armv7ve+vfpv3-d16 -mcpu=cortex-a7 -ftree-vectorize -fomit-frame-pointer -D_GNU_SOURCE -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -L../src/ -o sq-space_left sq-space_left.c helpers.o -luring -Wstringop-overflow=0 -Warray-bounds=0
sqpoll-cancel-hang.c: In function ‘main’:
sqpoll-cancel-hang.c:138:13: error: ‘__NR_mmap’ undeclared (first use in this function)
  138 |     syscall(__NR_mmap, 0x20000000ul, 0x1000000ul, 7ul, 0x32ul, -1, 0ul);
      |             ^~~~~~~~~
sqpoll-cancel-hang.c:138:13: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:162: sqpoll-cancel-hang] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/var/tmp/portage/sys-libs/liburing-2.1/work/liburing-2.1-.arm/test'
make: *** [Makefile:13: all] Error 2
 * ERROR: sys-libs/liburing-2.1::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=sys-libs/liburing-2.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-libs/liburing-2.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-libs/liburing-2.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-libs/liburing-2.1/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-libs/liburing-2.1/work/liburing-2.1-.arm'
 * S: '/var/tmp/portage/sys-libs/liburing-2.1/work/liburing-2.1'