Skip to content

Instantly share code, notes, and snippets.

@ixti
Created December 1, 2021 15:48
Show Gist options
  • Save ixti/a31df74ed739ea17d8e030858cc8fd66 to your computer and use it in GitHub Desktop.
Save ixti/a31df74ed739ea17d8e030858cc8fd66 to your computer and use it in GitHub Desktop.
* Package: app-emulation/crun-1.3
* Repository: ixti-overlay
* Maintainer: robert@gnzler.io proxy-maint@gentoo.org
* USE: abi_x86_64 amd64 bpf caps criu elibc_glibc kernel_linux seccomp userland_GNU
* FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
* Using python3.10 to build
>>> Unpacking source...
>>> Unpacking crun-1.3.tar.gz to /var/tmp/portage/app-emulation/crun-1.3/work
>>> Source unpacked in /var/tmp/portage/app-emulation/crun-1.3/work
>>> Preparing source in /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3 ...
* econf: updating crun-1.3/build-aux/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating crun-1.3/build-aux/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating crun-1.3/libocispec/build-aux/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating crun-1.3/libocispec/build-aux/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating crun-1.3/libocispec/yajl/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating crun-1.3/libocispec/yajl/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/crun-1.3 --htmldir=/usr/share/doc/crun-1.3/html --with-sysroot=/ --libdir=/usr/lib64 --enable-bpf --enable-caps --enable-criu --enable-seccomp --disable-systemd --enable-shared --disable-static
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for gawk... gawk
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... /
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking whether UID '250' is supported by ustar format... yes
checking whether GID '250' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for gawk... (cached) gawk
checking for a sed that does not truncate output... (cached) /bin/sed
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes
checking whether /usr/bin/python3.10 version is >= 3... yes
checking for /usr/bin/python3.10 version... 3.1
checking for /usr/bin/python3.10 platform... linux
checking for /usr/bin/python3.10 script directory... ${prefix}/lib/python3.10/site-packages
checking for /usr/bin/python3.10 extension module directory... ${exec_prefix}/lib/python3.10/site-packages
checking for go-md2man... /usr/bin/go-md2man
checking error.h usability... yes
checking error.h presence... yes
checking for error.h... yes
checking linux/openat2.h usability... yes
checking linux/openat2.h presence... yes
checking for linux/openat2.h... yes
checking for copy_file_range... yes
checking for fgetxattr... yes
checking for statx... yes
checking for fgetpwent_r... yes
checking for issetugid... no
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for library containing yajl_tree_get... -lyajl
checking for YAJL... yes
checking sys/capability.h usability... yes
checking sys/capability.h presence... yes
checking for sys/capability.h... yes
checking for library containing cap_from_name... -lcap
checking for library containing dlopen... -ldl
checking seccomp.h usability... yes
checking seccomp.h presence... yes
checking for seccomp.h... yes
checking for library containing seccomp_rule_add... -lseccomp
checking for library containing seccomp_arch_resolve_name... none required
checking linux/bpf.h usability... yes
checking linux/bpf.h presence... yes
checking for linux/bpf.h... yes
checking compilation for eBPF... yes
checking for CRIU... yes
checking for CRIU... yes
checking for library containing criu_init_opts... -lcriu
checking for new mount API (fsconfig)... yes
checking for seccomp notify API... yes
checking for x86_64-pc-linux-gnu-gperf... no
checking for gperf... gperf
checking for library containing argp_parse... none required
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rpm/crun.spec
config.status: creating config.h
config.status: executing libtool commands
config.status: executing depfiles commands
=== configuring in libocispec (/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--datarootdir=/usr/share' '--disable-dependency-tracking' '--disable-silent-rules' '--docdir=/usr/share/doc/crun-1.3' '--htmldir=/usr/share/doc/crun-1.3/html' '--with-sysroot=/' '--libdir=/usr/lib64' '--enable-bpf' '--enable-caps' '--enable-criu' '--enable-seccomp' '--disable-systemd' '--enable-shared' '--disable-static' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-march=native -O2 -pipe' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'PYTHON=/usr/bin/python3.10' 'PKG_CONFIG_PATH=/var/tmp/portage/app-emulation/crun-1.3/temp/python3.10/pkgconfig' --cache-file=/dev/null --srcdir=.
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for gawk... gawk
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... /
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking whether UID '250' is supported by ustar format... yes
checking whether GID '250' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for YAJL... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes
checking whether /usr/bin/python3.10 version is >= 3... yes
checking for /usr/bin/python3.10 version... 3.1
checking for /usr/bin/python3.10 platform... linux
checking for /usr/bin/python3.10 script directory... ${prefix}/lib/python3.10/site-packages
checking for /usr/bin/python3.10 extension module directory... ${exec_prefix}/lib/python3.10/site-packages
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing libtool commands
config.status: executing depfiles commands
=== configuring in yajl (/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--datarootdir=/usr/share' '--disable-dependency-tracking' '--disable-silent-rules' '--docdir=/usr/share/doc/crun-1.3' '--htmldir=/usr/share/doc/crun-1.3/html' '--with-sysroot=/' '--libdir=/usr/lib64' '--enable-bpf' '--enable-caps' '--enable-criu' '--enable-seccomp' '--disable-systemd' '--enable-shared' '--disable-static' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-march=native -O2 -pipe' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'PYTHON=/usr/bin/python3.10' 'PKG_CONFIG_PATH=/var/tmp/portage/app-emulation/crun-1.3/temp/python3.10/pkgconfig' --cache-file=/dev/null --srcdir=.
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking whether UID '250' is supported by ustar format... yes
checking whether GID '250' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... /
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for inline... inline
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for working strtod... yes
checking for gettimeofday... yes
checking for memset... yes
checking for strspn... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3 ...
make -j4 -C libocispec
make: Entering directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec'
/usr/bin/python3.10 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
/usr/bin/python3.10 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
/usr/bin/python3.10 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
/usr/bin/python3.10 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/tests/test-spec/basic/test_double_array.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/tests/test-spec/basic/test_double_array_item.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/tests/test-spec/basic/test_top_array_int.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/tests/test-spec/basic/test_top_array_string.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/runtime-spec/schema/config-vm.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/runtime-spec/schema/defs-windows.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/runtime-spec/schema/defs-vm.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/image-spec/schema/image-manifest-schema.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/runtime-spec/schema/config-windows.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/image-spec/schema/config-schema.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/runtime-spec/schema/config-solaris.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/image-spec/schema/defs-descriptor.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/image-spec/schema/image-index-schema.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/image-spec/schema/content-descriptor.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/image-spec/schema/defs.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/image-spec/schema/image-layout-schema.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/runtime-spec/schema/config-linux.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/runtime-spec/schema/state-schema.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/runtime-spec/schema/defs-linux.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/runtime-spec/schema/config-schema.json Success
Reflection: /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/runtime-spec/schema/defs.json Success
make all-recursive
make[1]: Entering directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec'
Making all in yajl
make[2]: Entering directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl'
make all-am
make[3]: Entering directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I ./src/headers -march=native -O2 -pipe -c -o verify/json_verify-json_verify.o `test -f 'verify/json_verify.c' || echo './'`verify/json_verify.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c -o src/libyajl_la-yajl_alloc.lo `test -f 'src/yajl_alloc.c' || echo './'`src/yajl_alloc.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c -o src/libyajl_la-yajl.lo `test -f 'src/yajl.c' || echo './'`src/yajl.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c -o src/libyajl_la-yajl_gen.lo `test -f 'src/yajl_gen.c' || echo './'`src/yajl_gen.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c src/yajl.c -fPIC -DPIC -o src/.libs/libyajl_la-yajl.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c src/yajl_alloc.c -fPIC -DPIC -o src/.libs/libyajl_la-yajl_alloc.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c src/yajl_gen.c -fPIC -DPIC -o src/.libs/libyajl_la-yajl_gen.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c -o src/libyajl_la-yajl_parser.lo `test -f 'src/yajl_parser.c' || echo './'`src/yajl_parser.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c -o src/libyajl_la-yajl_buf.lo `test -f 'src/yajl_buf.c' || echo './'`src/yajl_buf.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c src/yajl_parser.c -fPIC -DPIC -o src/.libs/libyajl_la-yajl_parser.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c -o src/libyajl_la-yajl_encode.lo `test -f 'src/yajl_encode.c' || echo './'`src/yajl_encode.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c src/yajl_buf.c -fPIC -DPIC -o src/.libs/libyajl_la-yajl_buf.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c src/yajl_encode.c -fPIC -DPIC -o src/.libs/libyajl_la-yajl_encode.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c -o src/libyajl_la-yajl_lex.lo `test -f 'src/yajl_lex.c' || echo './'`src/yajl_lex.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c src/yajl_lex.c -fPIC -DPIC -o src/.libs/libyajl_la-yajl_lex.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c -o src/libyajl_la-yajl_tree.lo `test -f 'src/yajl_tree.c' || echo './'`src/yajl_tree.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DNDEBUG -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -c src/yajl_tree.c -fPIC -DPIC -o src/.libs/libyajl_la-yajl_tree.o
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl/src/headers -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o libyajl.la src/libyajl_la-yajl_alloc.lo src/libyajl_la-yajl.lo src/libyajl_la-yajl_gen.lo src/libyajl_la-yajl_parser.lo src/libyajl_la-yajl_buf.lo src/libyajl_la-yajl_encode.lo src/libyajl_la-yajl_lex.lo src/libyajl_la-yajl_tree.lo
libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libyajl.a src/.libs/libyajl_la-yajl_alloc.o src/.libs/libyajl_la-yajl.o src/.libs/libyajl_la-yajl_gen.o src/.libs/libyajl_la-yajl_parser.o src/.libs/libyajl_la-yajl_buf.o src/.libs/libyajl_la-yajl_encode.o src/.libs/libyajl_la-yajl_lex.o src/.libs/libyajl_la-yajl_tree.o
libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libyajl.a
libtool: link: ( cd ".libs" && rm -f "libyajl.la" && ln -s "../libyajl.la" "libyajl.la" )
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I ./src/headers -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o verify/json_verify verify/json_verify-json_verify.o libyajl.la
libtool: link: x86_64-pc-linux-gnu-gcc -I ./src/headers -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o verify/json_verify verify/json_verify-json_verify.o ./.libs/libyajl.a
make[3]: Leaving directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl'
make[2]: Leaving directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl'
make[2]: Entering directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/validate.o src/validate.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/image_spec_schema_config_schema.lo src/image_spec_schema_config_schema.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/image_spec_schema_content_descriptor.lo src/image_spec_schema_content_descriptor.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/image_spec_schema_defs.lo src/image_spec_schema_defs.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/image_spec_schema_config_schema.c -fPIC -DPIC -o src/.libs/image_spec_schema_config_schema.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/image_spec_schema_content_descriptor.c -fPIC -DPIC -o src/.libs/image_spec_schema_content_descriptor.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/image_spec_schema_defs.c -fPIC -DPIC -o src/.libs/image_spec_schema_defs.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/image_spec_schema_defs_descriptor.lo src/image_spec_schema_defs_descriptor.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/image_spec_schema_defs_descriptor.c -fPIC -DPIC -o src/.libs/image_spec_schema_defs_descriptor.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/image_spec_schema_image_index_schema.lo src/image_spec_schema_image_index_schema.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/image_spec_schema_image_layout_schema.lo src/image_spec_schema_image_layout_schema.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/image_spec_schema_image_index_schema.c -fPIC -DPIC -o src/.libs/image_spec_schema_image_index_schema.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/image_spec_schema_image_layout_schema.c -fPIC -DPIC -o src/.libs/image_spec_schema_image_layout_schema.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/image_spec_schema_image_manifest_schema.lo src/image_spec_schema_image_manifest_schema.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/image_spec_schema_image_manifest_schema.c -fPIC -DPIC -o src/.libs/image_spec_schema_image_manifest_schema.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/runtime_spec_schema_config_linux.lo src/runtime_spec_schema_config_linux.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/runtime_spec_schema_config_linux.c -fPIC -DPIC -o src/.libs/runtime_spec_schema_config_linux.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/runtime_spec_schema_config_schema.lo src/runtime_spec_schema_config_schema.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/runtime_spec_schema_config_schema.c -fPIC -DPIC -o src/.libs/runtime_spec_schema_config_schema.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/runtime_spec_schema_config_solaris.lo src/runtime_spec_schema_config_solaris.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/runtime_spec_schema_config_vm.lo src/runtime_spec_schema_config_vm.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/runtime_spec_schema_config_solaris.c -fPIC -DPIC -o src/.libs/runtime_spec_schema_config_solaris.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/runtime_spec_schema_config_vm.c -fPIC -DPIC -o src/.libs/runtime_spec_schema_config_vm.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/runtime_spec_schema_config_windows.lo src/runtime_spec_schema_config_windows.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/runtime_spec_schema_defs.lo src/runtime_spec_schema_defs.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/runtime_spec_schema_config_windows.c -fPIC -DPIC -o src/.libs/runtime_spec_schema_config_windows.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/runtime_spec_schema_defs.c -fPIC -DPIC -o src/.libs/runtime_spec_schema_defs.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/runtime_spec_schema_defs_linux.lo src/runtime_spec_schema_defs_linux.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/runtime_spec_schema_defs_linux.c -fPIC -DPIC -o src/.libs/runtime_spec_schema_defs_linux.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/runtime_spec_schema_defs_vm.lo src/runtime_spec_schema_defs_vm.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/runtime_spec_schema_defs_windows.lo src/runtime_spec_schema_defs_windows.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/runtime_spec_schema_defs_vm.c -fPIC -DPIC -o src/.libs/runtime_spec_schema_defs_vm.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/runtime_spec_schema_defs_windows.c -fPIC -DPIC -o src/.libs/runtime_spec_schema_defs_windows.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/runtime_spec_schema_state_schema.lo src/runtime_spec_schema_state_schema.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/runtime_spec_schema_state_schema.c -fPIC -DPIC -o src/.libs/runtime_spec_schema_state_schema.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/image_manifest_items_image_manifest_items_schema.lo src/image_manifest_items_image_manifest_items_schema.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/image_manifest_items_image_manifest_items_schema.c -fPIC -DPIC -o src/.libs/image_manifest_items_image_manifest_items_schema.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/basic_test_double_array_item.lo src/basic_test_double_array_item.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/basic_test_double_array_item.c -fPIC -DPIC -o src/.libs/basic_test_double_array_item.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/basic_test_double_array.lo src/basic_test_double_array.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/basic_test_double_array.c -fPIC -DPIC -o src/.libs/basic_test_double_array.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/basic_test_top_array_int.lo src/basic_test_top_array_int.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/basic_test_top_array_string.lo src/basic_test_top_array_string.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/basic_test_top_array_int.c -fPIC -DPIC -o src/.libs/basic_test_top_array_int.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/basic_test_top_array_string.c -fPIC -DPIC -o src/.libs/basic_test_top_array_string.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/basic_test_top_double_array_int.lo src/basic_test_top_double_array_int.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/basic_test_top_double_array_obj.lo src/basic_test_top_double_array_obj.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/basic_test_top_double_array_int.c -fPIC -DPIC -o src/.libs/basic_test_top_double_array_int.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/basic_test_top_double_array_obj.c -fPIC -DPIC -o src/.libs/basic_test_top_double_array_obj.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/basic_test_top_double_array_refobj.lo src/basic_test_top_double_array_refobj.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/basic_test_top_double_array_string.lo src/basic_test_top_double_array_string.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/basic_test_top_double_array_refobj.c -fPIC -DPIC -o src/.libs/basic_test_top_double_array_refobj.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/basic_test_top_double_array_string.c -fPIC -DPIC -o src/.libs/basic_test_top_double_array_string.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/read-file.lo src/read-file.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o src/json_common.lo src/json_common.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/read-file.c -fPIC -DPIC -o src/.libs/read-file.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c src/json_common.c -fPIC -DPIC -o src/.libs/json_common.o
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o tests/test-1.o tests/test-1.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o tests/test-2.o tests/test-2.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o tests/test-3.o tests/test-3.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o tests/test-4.o tests/test-4.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o tests/test-5.o tests/test-5.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o tests/test-6.o tests/test-6.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o tests/test-7.o tests/test-7.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o tests/test-8.o tests/test-8.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o tests/test-9.o tests/test-9.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./src -march=native -O2 -pipe -c -o tests/test-10.o tests/test-10.c
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o libocispec.la src/image_spec_schema_config_schema.lo src/image_spec_schema_content_descriptor.lo src/image_spec_schema_defs.lo src/image_spec_schema_defs_descriptor.lo src/image_spec_schema_image_index_schema.lo src/image_spec_schema_image_layout_schema.lo src/image_spec_schema_image_manifest_schema.lo src/runtime_spec_schema_config_linux.lo src/runtime_spec_schema_config_schema.lo src/runtime_spec_schema_config_solaris.lo src/runtime_spec_schema_config_vm.lo src/runtime_spec_schema_config_windows.lo src/runtime_spec_schema_defs.lo src/runtime_spec_schema_defs_linux.lo src/runtime_spec_schema_defs_vm.lo src/runtime_spec_schema_defs_windows.lo src/runtime_spec_schema_state_schema.lo src/image_manifest_items_image_manifest_items_schema.lo src/basic_test_double_array_item.lo src/basic_test_double_array.lo src/basic_test_top_array_int.lo src/basic_test_top_array_string.lo src/basic_test_top_double_array_int.lo src/basic_test_top_double_array_obj.lo src/basic_test_top_double_array_refobj.lo src/basic_test_top_double_array_string.lo src/read-file.lo src/json_common.lo
libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libocispec.a src/.libs/image_spec_schema_config_schema.o src/.libs/image_spec_schema_content_descriptor.o src/.libs/image_spec_schema_defs.o src/.libs/image_spec_schema_defs_descriptor.o src/.libs/image_spec_schema_image_index_schema.o src/.libs/image_spec_schema_image_layout_schema.o src/.libs/image_spec_schema_image_manifest_schema.o src/.libs/runtime_spec_schema_config_linux.o src/.libs/runtime_spec_schema_config_schema.o src/.libs/runtime_spec_schema_config_solaris.o src/.libs/runtime_spec_schema_config_vm.o src/.libs/runtime_spec_schema_config_windows.o src/.libs/runtime_spec_schema_defs.o src/.libs/runtime_spec_schema_defs_linux.o src/.libs/runtime_spec_schema_defs_vm.o src/.libs/runtime_spec_schema_defs_windows.o src/.libs/runtime_spec_schema_state_schema.o src/.libs/image_manifest_items_image_manifest_items_schema.o src/.libs/basic_test_double_array_item.o src/.libs/basic_test_double_array.o src/.libs/basic_test_top_array_int.o src/.libs/basic_test_top_array_string.o src/.libs/basic_test_top_double_array_int.o src/.libs/basic_test_top_double_array_obj.o src/.libs/basic_test_top_double_array_refobj.o src/.libs/basic_test_top_double_array_string.o src/.libs/read-file.o src/.libs/json_common.o
libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libocispec.a
libtool: link: ( cd ".libs" && rm -f "libocispec.la" && ln -s "../libocispec.la" "libocispec.la" )
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o src/validate src/validate.o libocispec.la -lyajl
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-1 tests/test-1.o libocispec.la -lyajl
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-2 tests/test-2.o libocispec.la -lyajl
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-3 tests/test-3.o libocispec.la -lyajl
libtool: link: x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o src/validate src/validate.o ./.libs/libocispec.a -lyajl
libtool: link: x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-3 tests/test-3.o ./.libs/libocispec.a -lyajl
libtool: link: x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-2 tests/test-2.o ./.libs/libocispec.a -lyajl
libtool: link: x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-1 tests/test-1.o ./.libs/libocispec.a -lyajl
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-4 tests/test-4.o libocispec.la -lyajl
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-5 tests/test-5.o libocispec.la -lyajl
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-6 tests/test-6.o libocispec.la -lyajl
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-7 tests/test-7.o libocispec.la -lyajl
libtool: link: x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-4 tests/test-4.o ./.libs/libocispec.a -lyajl
libtool: link: x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-7 tests/test-7.o ./.libs/libocispec.a -lyajl
libtool: link: x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-5 tests/test-5.o ./.libs/libocispec.a -lyajl
libtool: link: x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-6 tests/test-6.o ./.libs/libocispec.a -lyajl
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-8 tests/test-8.o libocispec.la -lyajl
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-9 tests/test-9.o libocispec.la -lyajl
/bin/sh ./libtool --mode=link libocispec.la -o libocispec.a
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-10 tests/test-10.o libocispec.la -lyajl
libtool: link: x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-9 tests/test-9.o ./.libs/libocispec.a -lyajl
libtool: link: x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-8 tests/test-8.o ./.libs/libocispec.a -lyajl
libtool: link: x86_64-pc-linux-gnu-ar cru libocispec.a
libtool: link: x86_64-pc-linux-gnu-ranlib libocispec.a
libtool: link: x86_64-pc-linux-gnu-gcc -I./src -I./src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o tests/test-10 tests/test-10.o ./.libs/libocispec.a -lyajl
make[2]: Leaving directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec'
make[1]: Leaving directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec'
make: Leaving directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec'
make -j4 crun
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-crun.o `test -f 'src/crun.c' || echo './'`src/crun.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-run.o `test -f 'src/run.c' || echo './'`src/run.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-delete.o `test -f 'src/delete.c' || echo './'`src/delete.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-kill.o `test -f 'src/kill.c' || echo './'`src/kill.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-pause.o `test -f 'src/pause.c' || echo './'`src/pause.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-unpause.o `test -f 'src/unpause.c' || echo './'`src/unpause.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-spec.o `test -f 'src/spec.c' || echo './'`src/spec.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-exec.o `test -f 'src/exec.c' || echo './'`src/exec.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-list.o `test -f 'src/list.c' || echo './'`src/list.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-create.o `test -f 'src/create.c' || echo './'`src/create.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-start.o `test -f 'src/start.c' || echo './'`src/start.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-state.o `test -f 'src/state.c' || echo './'`src/state.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-update.o `test -f 'src/update.c' || echo './'`src/update.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-ps.o `test -f 'src/ps.c' || echo './'`src/ps.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-checkpoint.o `test -f 'src/checkpoint.c' || echo './'`src/checkpoint.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -c -o src/crun-restore.o `test -f 'src/restore.c' || echo './'`src/restore.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-utils.lo `test -f 'src/libcrun/utils.c' || echo './'`src/libcrun/utils.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-cloned_binary.lo `test -f 'src/libcrun/cloned_binary.c' || echo './'`src/libcrun/cloned_binary.c
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-container.lo `test -f 'src/libcrun/container.c' || echo './'`src/libcrun/container.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/utils.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-utils.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/cloned_binary.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-cloned_binary.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/container.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-container.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-cgroup.lo `test -f 'src/libcrun/cgroup.c' || echo './'`src/libcrun/cgroup.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/cgroup.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-cgroup.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-criu.lo `test -f 'src/libcrun/criu.c' || echo './'`src/libcrun/criu.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/criu.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-criu.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-linux.lo `test -f 'src/libcrun/linux.c' || echo './'`src/libcrun/linux.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/linux.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-linux.o
src/libcrun/linux.c: In function ‘libcrun_create_keyring’:
src/libcrun/linux.c:342:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;]
342 | write (labelfd, "", 0);
| ^~~~~~~~~~~~~~~~~~~~~~
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-seccomp.lo `test -f 'src/libcrun/seccomp.c' || echo './'`src/libcrun/seccomp.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/seccomp.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-seccomp.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-ebpf.lo `test -f 'src/libcrun/ebpf.c' || echo './'`src/libcrun/ebpf.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/ebpf.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-ebpf.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-error.lo `test -f 'src/libcrun/error.c' || echo './'`src/libcrun/error.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/error.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-error.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-status.lo `test -f 'src/libcrun/status.c' || echo './'`src/libcrun/status.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/status.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-status.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-terminal.lo `test -f 'src/libcrun/terminal.c' || echo './'`src/libcrun/terminal.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/terminal.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-terminal.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-chroot_realpath.lo `test -f 'src/libcrun/chroot_realpath.c' || echo './'`src/libcrun/chroot_realpath.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/chroot_realpath.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-chroot_realpath.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-signals.lo `test -f 'src/libcrun/signals.c' || echo './'`src/libcrun/signals.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/signals.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-signals.o
/bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c -o src/libcrun/libcrun_la-seccomp_notify.lo `test -f 'src/libcrun/seccomp_notify.c' || echo './'`src/libcrun/seccomp_notify.c
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -c src/libcrun/seccomp_notify.c -fPIC -DPIC -o src/libcrun/.libs/libcrun_la-seccomp_notify.o
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -fvisibility=hidden -march=native -O2 -pipe -Wl,--version-script=/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libcrun.lds -Wl,-O1 -Wl,--as-needed -o libcrun.la -rpath /usr/lib64 src/libcrun/libcrun_la-utils.lo src/libcrun/libcrun_la-cloned_binary.lo src/libcrun/libcrun_la-container.lo src/libcrun/libcrun_la-cgroup.lo src/libcrun/libcrun_la-criu.lo src/libcrun/libcrun_la-linux.lo src/libcrun/libcrun_la-seccomp.lo src/libcrun/libcrun_la-ebpf.lo src/libcrun/libcrun_la-error.lo src/libcrun/libcrun_la-status.lo src/libcrun/libcrun_la-terminal.lo src/libcrun/libcrun_la-chroot_realpath.lo src/libcrun/libcrun_la-signals.lo src/libcrun/libcrun_la-seccomp_notify.lo libocispec/libocispec.la -lcriu -lseccomp -ldl -lcap -lyajl
libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC src/libcrun/.libs/libcrun_la-utils.o src/libcrun/.libs/libcrun_la-cloned_binary.o src/libcrun/.libs/libcrun_la-container.o src/libcrun/.libs/libcrun_la-cgroup.o src/libcrun/.libs/libcrun_la-criu.o src/libcrun/.libs/libcrun_la-linux.o src/libcrun/.libs/libcrun_la-seccomp.o src/libcrun/.libs/libcrun_la-ebpf.o src/libcrun/.libs/libcrun_la-error.o src/libcrun/.libs/libcrun_la-status.o src/libcrun/.libs/libcrun_la-terminal.o src/libcrun/.libs/libcrun_la-chroot_realpath.o src/libcrun/.libs/libcrun_la-signals.o src/libcrun/.libs/libcrun_la-seccomp_notify.o -Wl,--whole-archive libocispec/.libs/libocispec.a -Wl,--no-whole-archive -lcriu -lseccomp -ldl -lcap -lyajl -march=native -O2 -Wl,--version-script=/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libcrun.lds -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libcrun.so.0 -o .libs/libcrun.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libcrun.so.0" && ln -s "libcrun.so.0.0.0" "libcrun.so.0")
libtool: link: (cd ".libs" && rm -f "libcrun.so" && ln -s "libcrun.so.0.0.0" "libcrun.so")
libtool: link: ( cd ".libs" && rm -f "libcrun.la" && ln -s "../libcrun.la" "libcrun.la" )
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o crun src/crun-crun.o src/crun-run.o src/crun-delete.o src/crun-kill.o src/crun-pause.o src/crun-unpause.o src/crun-spec.o src/crun-exec.o src/crun-list.o src/crun-create.o src/crun-start.o src/crun-state.o src/crun-update.o src/crun-ps.o src/crun-checkpoint.o src/crun-restore.o libcrun.la -lcriu -lseccomp -ldl -lcap -lyajl
libtool: link: x86_64-pc-linux-gnu-gcc -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -I /var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/src -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o .libs/crun src/crun-crun.o src/crun-run.o src/crun-delete.o src/crun-kill.o src/crun-pause.o src/crun-unpause.o src/crun-spec.o src/crun-exec.o src/crun-list.o src/crun-create.o src/crun-start.o src/crun-state.o src/crun-update.o src/crun-ps.o src/crun-checkpoint.o src/crun-restore.o ./.libs/libcrun.so -lcriu -lseccomp -ldl -lcap -lyajl
>>> Source compiled.
* Skipping make test/check due to ebuild restriction.
>>> Test phase [disabled because of RESTRICT=test]: app-emulation/crun-1.3
>>> Install app-emulation/crun-1.3 into /var/tmp/portage/app-emulation/crun-1.3/image
make -j4 DESTDIR=/var/tmp/portage/app-emulation/crun-1.3/image install-exec
Making install-exec in libocispec
make[1]: Entering directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec'
Making install-exec in yajl
make[2]: Entering directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl'
make[2]: Nothing to be done for 'install-exec'.
make[2]: Leaving directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec/yajl'
make[2]: Entering directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Leaving directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec'
make[1]: Leaving directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3/libocispec'
make[1]: Entering directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3'
/bin/mkdir -p '/var/tmp/portage/app-emulation/crun-1.3/image/usr/lib64'
/bin/sh ./libtool --mode=install /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c libcrun.la '/var/tmp/portage/app-emulation/crun-1.3/image/usr/lib64'
libtool: install: /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c .libs/libcrun.so.0.0.0 /var/tmp/portage/app-emulation/crun-1.3/image/usr/lib64/libcrun.so.0.0.0
libtool: install: (cd /var/tmp/portage/app-emulation/crun-1.3/image/usr/lib64 && { ln -s -f libcrun.so.0.0.0 libcrun.so.0 || { rm -f libcrun.so.0 && ln -s libcrun.so.0.0.0 libcrun.so.0; }; })
libtool: install: (cd /var/tmp/portage/app-emulation/crun-1.3/image/usr/lib64 && { ln -s -f libcrun.so.0.0.0 libcrun.so || { rm -f libcrun.so && ln -s libcrun.so.0.0.0 libcrun.so; }; })
libtool: install: /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c .libs/libcrun.lai /var/tmp/portage/app-emulation/crun-1.3/image/usr/lib64/libcrun.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
/bin/mkdir -p '/var/tmp/portage/app-emulation/crun-1.3/image/usr/bin'
/bin/sh ./libtool --mode=install /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c crun '/var/tmp/portage/app-emulation/crun-1.3/image/usr/bin'
libtool: install: /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c .libs/crun /var/tmp/portage/app-emulation/crun-1.3/image/usr/bin/crun
make[1]: Leaving directory '/var/tmp/portage/app-emulation/crun-1.3/work/crun-1.3'
>>> Completed installing app-emulation/crun-1.3 into /var/tmp/portage/app-emulation/crun-1.3/image
* Final size of build directory: 14388 KiB (14.0 MiB)
* Final size of installed tree: 688 KiB
removing executable bit: /usr/lib64/libcrun.la
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
/usr/bin/crun
/usr/lib64/libcrun.so.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment