Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target loongarch64 --nodeps /builddir/build/SPECS/libnbd.spec'], chrootPath='/home/lib/mock/dist-ocs23-build-276549-26007/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=983gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target loongarch64 --nodeps /builddir/build/SPECS/libnbd.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: loongarch64 Building for target loongarch64 Wrote: /builddir/build/SRPMS/libnbd-1.20.2-1.ocs23.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target loongarch64 --nodeps /builddir/build/SPECS/libnbd.spec'], chrootPath='/home/lib/mock/dist-ocs23-build-276549-26007/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=983gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target loongarch64 --nodeps /builddir/build/SPECS/libnbd.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: loongarch64 Building for target loongarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OW3TW9 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libnbd-1.20.2 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/libnbd-1.20.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd libnbd-1.20.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bHMxsv + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd libnbd-1.20.2 + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2024-06-26 04:30:27.000000000 +0800 +++ ./configure 2024-09-05 15:57:07.426877644 +0800 @@ -8091,7 +8091,7 @@ # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="$SED -n"\ +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" @@ -25326,7 +25326,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/OpenCloudOS/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/OpenCloudOS/config.guess ./config.guess '/usr/lib/rpm/OpenCloudOS/config.guess' -> './config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/OpenCloudOS/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/OpenCloudOS/config.sub ./config.sub '/usr/lib/rpm/OpenCloudOS/config.sub' -> './config.sub' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld' ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld"~' ./ltmain.sh + ./configure --build=loongarch64-opencloudos-linux-gnu --host=loongarch64-opencloudos-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --with-tls-priority=@LIBNBD,SYSTEM PYTHON=/usr/bin/python3 --enable-python --enable-fuse --disable-golang --disable-rust checking for loongarch64-opencloudos-linux-gnu-gcc... 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc option to enable large file support... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/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 dependency style of gcc... none checking build system type... loongarch64-opencloudos-linux-gnu checking host system type... loongarch64-opencloudos-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert loongarch64-opencloudos-linux-gnu file names to loongarch64-opencloudos-linux-gnu format... func_convert_file_noop checking how to convert loongarch64-opencloudos-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for loongarch64-opencloudos-linux-gnu-file... no checking for file... file checking for loongarch64-opencloudos-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for loongarch64-opencloudos-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for loongarch64-opencloudos-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for loongarch64-opencloudos-linux-gnu-strip... no checking for strip... strip checking for loongarch64-opencloudos-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ./configure: line 8097: -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p': No such file or directory ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for loongarch64-opencloudos-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 gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) 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 whether ln -s works... yes checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grealpath... no checking for realpath... realpath checking for loongarch64-opencloudos-linux-gnu-gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking how to run the C preprocessor... gcc -E checking for egrep -e... (cached) /usr/bin/grep -E checking whether gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking whether byte ordering is bigendian... no checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if the C++ compiler really really works... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether __builtin_add_overflow is declared... yes checking whether __builtin_mul_overflow is declared... yes checking if __auto_type is available in this compiler... yes checking size of long... 8 checking for byteswap.h... yes checking for endian.h... yes checking for linux/fs.h... yes checking for linux/userfaultfd.h... yes checking for stdatomic.h... yes checking for sys/disk.h... no checking for sys/disklabel.h... no checking for sys/endian.h... no checking for sys/ioctl.h... yes checking for sys/syscall.h... yes checking for linux/vm_sockets.h... yes checking for sys/vsock.h... no checking for struct sockaddr_vm... yes checking for posix_fadvise... yes checking for posix_memalign... yes checking for prctl... yes checking for strcasestr... yes checking for strerrordesc_np... yes checking for valloc... yes checking whether sys_errlist is declared... no checking for dlopen in -ldl... yes checking for dlfcn.h... (cached) yes checking if this is glibc >= 2.34... yes checking for loongarch64-opencloudos-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for gnutls >= 3.5.18... yes gnutls version is 3.8.2 checking for default TLS session priority string... @LIBNBD,SYSTEM checking for gnutls/socket.h... yes checking for gnutls_transport_is_ktls_enabled... yes checking for certtool... certtool checking for psktool... psktool checking for libxml-2.0... yes libxml2 version is 2.11.5 checking for nbdkit... no checking for nbd-server... no checking for qemu-nbd... no checking for qemu-storage-daemon... no checking for glib-2.0... yes glib2 version is 2.78.3 checking for libev... no checking for ev.h... no checking for fuse3... configure: WARNING: ev.h not found, some examples will not be compiled yes fuse3 version is 3.16.2 checking for ublksrv... no configure: WARNING: libublksrv (ublk server) library and headers are missing, so optional nbdublk program won't be built checking for perl... perl checking if we have perl Pod::Man and Pod::Simple... yes checking for bash-completion >= 2.0... yes checking for bash-completions directory... /usr/share/bash-completion/completions checking for loongarch64-opencloudos-linux-gnu-ocamlc... no checking for ocamlc... ocamlc OCaml version is 5.2.0 OCaml library path is /usr/lib64/ocaml checking for loongarch64-opencloudos-linux-gnu-ocamlopt... no checking for ocamlopt... ocamlopt checking for loongarch64-opencloudos-linux-gnu-ocamlc.opt... no checking for ocamlc.opt... ocamlc.opt checking for loongarch64-opencloudos-linux-gnu-ocamlopt.opt... no checking for ocamlopt.opt... ocamlopt.opt checking for loongarch64-opencloudos-linux-gnu-ocaml... no checking for ocaml... ocaml checking for loongarch64-opencloudos-linux-gnu-ocamldep... no checking for ocamldep... ocamldep checking for loongarch64-opencloudos-linux-gnu-ocamlmktop... no checking for ocamlmktop... ocamlmktop checking for loongarch64-opencloudos-linux-gnu-ocamlmklib... no checking for ocamlmklib... ocamlmklib checking for loongarch64-opencloudos-linux-gnu-ocamldoc... no checking for ocamldoc... ocamldoc checking for loongarch64-opencloudos-linux-gnu-ocamlbuild... no checking for ocamlbuild... no checking for loongarch64-opencloudos-linux-gnu-ocamlfind... no checking for ocamlfind... ocamlfind checking if OCaml version >= 4.05... yes (5, 2) checking what OCaml packages need to be linked in... unix checking for caml_alloc_custom_mem... yes checking for caml_alloc_initialized_string... yes checking for caml_unix_get_sockaddr... yes checking for python3... /usr/bin/python3 checking Python version... 3.11 checking for python-"3.11"... yes checking Python prefix... /usr checking for Python site-packages path... /usr/lib64/python3.11/site-packages checking for Python extension suffix (PEP-3149)... .cpython-311-loongarch64-linux-gnu.so checking for how to mark DSO non-deletable at runtime... -Wl,-z -Wl,nodelete checking for how to set DSO symbol versions... -Wl,--version-script=./libnbd.syms checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating podwrapper.pl config.status: creating python/run-python-tests config.status: creating run config.status: creating rust/run-tests.sh config.status: creating sh/nbdsh config.status: creating Makefile config.status: creating bash-completion/Makefile config.status: creating common/include/Makefile config.status: creating common/utils/Makefile config.status: creating copy/Makefile config.status: creating docs/Makefile config.status: creating dump/Makefile config.status: creating examples/Makefile config.status: creating fuse/Makefile config.status: creating fuzzing/Makefile config.status: creating generator/Makefile config.status: creating generator/config.ml config.status: creating golang/Makefile config.status: creating golang/examples/Makefile config.status: creating include/Makefile config.status: creating info/Makefile config.status: creating interop/Makefile config.status: creating interop/nbd-server.conf config.status: creating interop/nbd-server-tls.conf config.status: creating lib/Makefile config.status: creating lib/libnbd.pc config.status: creating lib/local/libnbd.pc config.status: creating ocaml/Makefile config.status: creating ocaml/META config.status: creating ocaml/examples/Makefile config.status: creating ocaml/tests/Makefile config.status: creating ocaml/tests/ocaml_test_config.ml config.status: creating python/Makefile config.status: creating rust/Makefile config.status: creating sh/Makefile config.status: creating tests/Makefile config.status: creating tests/functions.sh config.status: creating ublk/Makefile config.status: creating valgrind/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ---------------------------------------------------------------------- Thank you for downloading libnbd 1.20.2 This is how we have configured the optional components for you today: Optional library features: TLS support ............................ yes NBD URI support ........................ yes AF_VSOCK support ....................... yes FUSE support ........................... yes ublk support ........................... no Manual pages ........................... yes Bash tab completion .................... yes Language bindings: Go ..................................... no OCaml .................................. yes Python ................................. yes Rust ................................... no Server interoperability testing: qemu-nbd ............................... no qemu-storage-daemon .................... no nbdkit ................................. no nbd-server ............................. no Examples: glib example ........................... yes libev example .......................... no If any optional component is configured ‘no’ when you expected ‘yes’ then you should check the preceding messages and README. Please report bugs back to the mailing list: https://lists.libguestfs.org Next you should type 'make' to build the package, then 'make check' to run the tests. + /usr/bin/make -O -j32 V=1 VERBOSE=1 /usr/bin/make all-recursive Making all in generator make[2]: Nothing to be done for 'all'. Making all in include /usr/bin/make -C ../generator stamp-generator make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/generator' ocamlc.opt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -I . -I . \ -I +str str.cma -I +unix unix.cma config.mli config.ml utils.mli utils.ml state_machine.mli state_machine.ml API.mli API.ml state_machine_generator.mli state_machine_generator.ml C.mli C.ml docs.mli docs.ml Python.mli Python.ml OCaml.mli OCaml.ml GoLang.mli GoLang.ml RustSys.mli RustSys.ml Rust.mli Rust.ml generator.ml -o generator make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/generator' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/generator' rm -f stamp-generator cd .. && \ OCAMLRUNPARAM=b /builddir/build/BUILD/libnbd-1.20.2/generator/generator Regenerating the cache, this could take a little while ... written golang/bindings.go written golang/closures.go written rust/libnbd-sys/src/generated.rs written rust/src/bindings.rs written rust/src/async_bindings.rs touch stamp-generator make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/generator' /usr/bin/make all-am make[3]: Nothing to be done for 'all-am'. Making all in common/include make[2]: Nothing to be done for 'all'. Making all in common/utils make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../common/include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libutils_la-version.lo `test -f 'version.c' || echo './'`version.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../common/include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c version.c -fPIC -DPIC -o .libs/libutils_la-version.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../common/include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libutils_la-device-size.lo `test -f 'device-size.c' || echo './'`device-size.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../common/include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c device-size.c -fPIC -DPIC -o .libs/libutils_la-device-size.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../common/include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libutils_la-vector.lo `test -f 'vector.c' || echo './'`vector.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../common/include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c vector.c -fPIC -DPIC -o .libs/libutils_la-vector.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o libutils.la libutils_la-device-size.lo libutils_la-vector.lo libutils_la-version.lo libtool: link: ar cr .libs/libutils.a .libs/libutils_la-device-size.o .libs/libutils_la-vector.o .libs/libutils_la-version.o libtool: link: ranlib .libs/libutils.a libtool: link: ( cd ".libs" && rm -f "libutils.la" && ln -s "../libutils.la" "libutils.la" ) make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' Making all in lib /usr/bin/make all-am make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-protocol.lo `test -f 'protocol.c' || echo './'`protocol.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c protocol.c -fPIC -DPIC -o .libs/libnbd_la-protocol.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-disconnect.lo `test -f 'disconnect.c' || echo './'`disconnect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c disconnect.c -fPIC -DPIC -o .libs/libnbd_la-disconnect.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-debug.lo `test -f 'debug.c' || echo './'`debug.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c debug.c -fPIC -DPIC -o .libs/libnbd_la-debug.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-poll.lo `test -f 'poll.c' || echo './'`poll.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c poll.c -fPIC -DPIC -o .libs/libnbd_la-poll.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-errors.lo `test -f 'errors.c' || echo './'`errors.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c errors.c -fPIC -DPIC -o .libs/libnbd_la-errors.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-is-state.lo `test -f 'is-state.c' || echo './'`is-state.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c is-state.c -fPIC -DPIC -o .libs/libnbd_la-is-state.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-socket.lo `test -f 'socket.c' || echo './'`socket.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c socket.c -fPIC -DPIC -o .libs/libnbd_la-socket.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-aio.lo `test -f 'aio.c' || echo './'`aio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c aio.c -fPIC -DPIC -o .libs/libnbd_la-aio.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-connect.lo `test -f 'connect.c' || echo './'`connect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c connect.c -fPIC -DPIC -o .libs/libnbd_la-connect.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-flags.lo `test -f 'flags.c' || echo './'`flags.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c flags.c -fPIC -DPIC -o .libs/libnbd_la-flags.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-states-run.lo `test -f 'states-run.c' || echo './'`states-run.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c states-run.c -fPIC -DPIC -o .libs/libnbd_la-states-run.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-opt.lo `test -f 'opt.c' || echo './'`opt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c opt.c -fPIC -DPIC -o .libs/libnbd_la-opt.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-uri.lo `test -f 'uri.c' || echo './'`uri.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c uri.c -fPIC -DPIC -o .libs/libnbd_la-uri.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-handle.lo `test -f 'handle.c' || echo './'`handle.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c handle.c -fPIC -DPIC -o .libs/libnbd_la-handle.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-crypto.lo `test -f 'crypto.c' || echo './'`crypto.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c crypto.c -fPIC -DPIC -o .libs/libnbd_la-crypto.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-utils.lo `test -f 'utils.c' || echo './'`utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c utils.c -fPIC -DPIC -o .libs/libnbd_la-utils.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-rw.lo `test -f 'rw.c' || echo './'`rw.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c rw.c -fPIC -DPIC -o .libs/libnbd_la-rw.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-states.lo `test -f 'states.c' || echo './'`states.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c states.c -fPIC -DPIC -o .libs/libnbd_la-states.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_la-api.lo `test -f 'api.c' || echo './'`api.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/etc\" -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c api.c -fPIC -DPIC -o .libs/libnbd_la-api.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=link gcc -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -lpthread -Wl,-z -Wl,nodelete -Wl,--version-script=./libnbd.syms -version-info 0:0:0 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o libnbd.la -rpath /usr/lib64 libnbd_la-aio.lo libnbd_la-api.lo libnbd_la-connect.lo libnbd_la-crypto.lo libnbd_la-debug.lo libnbd_la-disconnect.lo libnbd_la-errors.lo libnbd_la-flags.lo libnbd_la-handle.lo libnbd_la-is-state.lo libnbd_la-opt.lo libnbd_la-poll.lo libnbd_la-protocol.lo libnbd_la-rw.lo libnbd_la-socket.lo libnbd_la-states.lo libnbd_la-states-run.lo libnbd_la-uri.lo libnbd_la-utils.lo ../common/utils/libutils.la -lgnutls -lxml2 libtool: link: gcc -shared -fPIC -DPIC .libs/libnbd_la-aio.o .libs/libnbd_la-api.o .libs/libnbd_la-connect.o .libs/libnbd_la-crypto.o .libs/libnbd_la-debug.o .libs/libnbd_la-disconnect.o .libs/libnbd_la-errors.o .libs/libnbd_la-flags.o .libs/libnbd_la-handle.o .libs/libnbd_la-is-state.o .libs/libnbd_la-opt.o .libs/libnbd_la-poll.o .libs/libnbd_la-protocol.o .libs/libnbd_la-rw.o .libs/libnbd_la-socket.o .libs/libnbd_la-states.o .libs/libnbd_la-states-run.o .libs/libnbd_la-uri.o .libs/libnbd_la-utils.o -Wl,--whole-archive ../common/utils/.libs/libutils.a -Wl,--no-whole-archive -lpthread -lgnutls -lxml2 -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -Wl,-z -Wl,nodelete -Wl,--version-script=./libnbd.syms -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -pthread -Wl,-soname -Wl,libnbd.so.0 -o .libs/libnbd.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libnbd.so.0" && ln -s "libnbd.so.0.0.0" "libnbd.so.0") libtool: link: (cd ".libs" && rm -f "libnbd.so" && ln -s "libnbd.so.0.0.0" "libnbd.so") libtool: link: ( cd ".libs" && rm -f "libnbd.la" && ln -s "../libnbd.la" "libnbd.la" ) make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' Making all in docs make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man libnbd-release-notes-1.10.1 \ --html ../html/libnbd-release-notes-1.10.1.html \ libnbd-release-notes-1.10.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man libnbd.3 \ --insert ./api-links.pod:__API_LINKS__ \ --insert ./api-flag-links.pod:__API_FLAG_LINKS__ \ --html ../html/libnbd.3.html \ libnbd.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man libnbd-release-notes-1.2.1 \ --html ../html/libnbd-release-notes-1.2.1.html \ libnbd-release-notes-1.2.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man libnbd-release-notes-1.4.1 \ --html ../html/libnbd-release-notes-1.4.1.html \ libnbd-release-notes-1.4.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man libnbd-release-notes-1.6.1 \ --html ../html/libnbd-release-notes-1.6.1.html \ libnbd-release-notes-1.6.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man libnbd-release-notes-1.8.1 \ --html ../html/libnbd-release-notes-1.8.1.html \ libnbd-release-notes-1.8.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man libnbd-release-notes-1.12.1 \ --html ../html/libnbd-release-notes-1.12.1.html \ libnbd-release-notes-1.12.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man libnbd-release-notes-1.14.1 \ --html ../html/libnbd-release-notes-1.14.1.html \ libnbd-release-notes-1.14.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man libnbd-release-notes-1.16.1 \ --html ../html/libnbd-release-notes-1.16.1.html \ libnbd-release-notes-1.16.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man libnbd-release-notes-1.18.1 \ --html ../html/libnbd-release-notes-1.18.1.html \ libnbd-release-notes-1.18.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man libnbd-release-notes-1.20.1 \ --html ../html/libnbd-release-notes-1.20.1.html \ libnbd-release-notes-1.20.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man libnbd-security.3 \ --html ../html/libnbd-security.3.html \ libnbd-security.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_create.3 \ --html ../html/nbd_create.3.html \ nbd_create.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_debug.3 \ --html ../html/nbd_set_debug.3.html \ nbd_set_debug.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_debug.3 \ --html ../html/nbd_get_debug.3.html \ nbd_get_debug.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_debug_callback.3 \ --html ../html/nbd_set_debug_callback.3.html \ nbd_set_debug_callback.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_clear_debug_callback.3 \ --html ../html/nbd_clear_debug_callback.3.html \ nbd_clear_debug_callback.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_stats_bytes_sent.3 \ --html ../html/nbd_stats_bytes_sent.3.html \ nbd_stats_bytes_sent.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_stats_chunks_sent.3 \ --html ../html/nbd_stats_chunks_sent.3.html \ nbd_stats_chunks_sent.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_stats_bytes_received.3 \ --html ../html/nbd_stats_bytes_received.3.html \ nbd_stats_bytes_received.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_stats_chunks_received.3 \ --html ../html/nbd_stats_chunks_received.3.html \ nbd_stats_chunks_received.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_handle_name.3 \ --html ../html/nbd_set_handle_name.3.html \ nbd_set_handle_name.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_private_data.3 \ --html ../html/nbd_set_private_data.3.html \ nbd_set_private_data.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_export_name.3 \ --html ../html/nbd_set_export_name.3.html \ nbd_set_export_name.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_request_block_size.3 \ --html ../html/nbd_set_request_block_size.3.html \ nbd_set_request_block_size.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_full_info.3 \ --html ../html/nbd_set_full_info.3.html \ nbd_set_full_info.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_export_description.3 \ --html ../html/nbd_get_export_description.3.html \ nbd_get_export_description.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_handle_name.3 \ --html ../html/nbd_get_handle_name.3.html \ nbd_get_handle_name.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_private_data.3 \ --html ../html/nbd_get_private_data.3.html \ nbd_get_private_data.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_export_name.3 \ --html ../html/nbd_get_export_name.3.html \ nbd_get_export_name.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_request_block_size.3 \ --html ../html/nbd_get_request_block_size.3.html \ nbd_get_request_block_size.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_canonical_export_name.3 \ --html ../html/nbd_get_canonical_export_name.3.html \ nbd_get_canonical_export_name.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_full_info.3 \ --html ../html/nbd_get_full_info.3.html \ nbd_get_full_info.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_tls_verify_peer.3 \ --html ../html/nbd_get_tls_verify_peer.3.html \ nbd_get_tls_verify_peer.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_tls.3 \ --html ../html/nbd_set_tls.3.html \ nbd_set_tls.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_tls.3 \ --html ../html/nbd_get_tls.3.html \ nbd_get_tls.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_tls_username.3 \ --html ../html/nbd_get_tls_username.3.html \ nbd_get_tls_username.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_tls_negotiated.3 \ --html ../html/nbd_get_tls_negotiated.3.html \ nbd_get_tls_negotiated.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_tls_certificates.3 \ --html ../html/nbd_set_tls_certificates.3.html \ nbd_set_tls_certificates.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_tls_verify_peer.3 \ --html ../html/nbd_set_tls_verify_peer.3.html \ nbd_set_tls_verify_peer.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_tls_username.3 \ --html ../html/nbd_set_tls_username.3.html \ nbd_set_tls_username.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_request_structured_replies.3 \ --html ../html/nbd_set_request_structured_replies.3.html \ nbd_set_request_structured_replies.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_tls_psk_file.3 \ --html ../html/nbd_set_tls_psk_file.3.html \ nbd_set_tls_psk_file.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_request_extended_headers.3 \ --html ../html/nbd_set_request_extended_headers.3.html \ nbd_set_request_extended_headers.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_request_meta_context.3 \ --html ../html/nbd_get_request_meta_context.3.html \ nbd_get_request_meta_context.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_request_extended_headers.3 \ --html ../html/nbd_get_request_extended_headers.3.html \ nbd_get_request_extended_headers.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_extended_headers_negotiated.3 \ --html ../html/nbd_get_extended_headers_negotiated.3.html \ nbd_get_extended_headers_negotiated.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_request_structured_replies.3 \ --html ../html/nbd_get_request_structured_replies.3.html \ nbd_get_request_structured_replies.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_structured_replies_negotiated.3 \ --html ../html/nbd_get_structured_replies_negotiated.3.html \ nbd_get_structured_replies_negotiated.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_request_meta_context.3 \ --html ../html/nbd_set_request_meta_context.3.html \ nbd_set_request_meta_context.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_pread_initialize.3 \ --html ../html/nbd_set_pread_initialize.3.html \ nbd_set_pread_initialize.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_handshake_flags.3 \ --html ../html/nbd_set_handshake_flags.3.html \ nbd_set_handshake_flags.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_handshake_flags.3 \ --html ../html/nbd_get_handshake_flags.3.html \ nbd_get_handshake_flags.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_pread_initialize.3 \ --html ../html/nbd_get_pread_initialize.3.html \ nbd_get_pread_initialize.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_opt_mode.3 \ --html ../html/nbd_get_opt_mode.3.html \ nbd_get_opt_mode.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_opt_mode.3 \ --html ../html/nbd_set_opt_mode.3.html \ nbd_set_opt_mode.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_opt_go.3 \ --html ../html/nbd_opt_go.3.html \ nbd_opt_go.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_opt_abort.3 \ --html ../html/nbd_opt_abort.3.html \ nbd_opt_abort.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_strict_mode.3 \ --html ../html/nbd_set_strict_mode.3.html \ nbd_set_strict_mode.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_strict_mode.3 \ --html ../html/nbd_get_strict_mode.3.html \ nbd_get_strict_mode.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_opt_extended_headers.3 \ --html ../html/nbd_opt_extended_headers.3.html \ nbd_opt_extended_headers.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_opt_structured_reply.3 \ --html ../html/nbd_opt_structured_reply.3.html \ nbd_opt_structured_reply.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_opt_starttls.3 \ --html ../html/nbd_opt_starttls.3.html \ nbd_opt_starttls.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_opt_list_meta_context.3 \ --html ../html/nbd_opt_list_meta_context.3.html \ nbd_opt_list_meta_context.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_opt_set_meta_context.3 \ --html ../html/nbd_opt_set_meta_context.3.html \ nbd_opt_set_meta_context.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_opt_info.3 \ --html ../html/nbd_opt_info.3.html \ nbd_opt_info.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_opt_list_meta_context_queries.3 \ --html ../html/nbd_opt_list_meta_context_queries.3.html \ nbd_opt_list_meta_context_queries.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_uri_allow_transports.3 \ --html ../html/nbd_set_uri_allow_transports.3.html \ nbd_set_uri_allow_transports.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_opt_list.3 \ --html ../html/nbd_opt_list.3.html \ nbd_opt_list.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_opt_set_meta_context_queries.3 \ --html ../html/nbd_opt_set_meta_context_queries.3.html \ nbd_opt_set_meta_context_queries.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_nr_meta_contexts.3 \ --html ../html/nbd_get_nr_meta_contexts.3.html \ nbd_get_nr_meta_contexts.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_add_meta_context.3 \ --html ../html/nbd_add_meta_context.3.html \ nbd_add_meta_context.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_connect_unix.3 \ --html ../html/nbd_connect_unix.3.html \ nbd_connect_unix.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_meta_context.3 \ --html ../html/nbd_get_meta_context.3.html \ nbd_get_meta_context.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_clear_meta_contexts.3 \ --html ../html/nbd_clear_meta_contexts.3.html \ nbd_clear_meta_contexts.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_uri_allow_tls.3 \ --html ../html/nbd_set_uri_allow_tls.3.html \ nbd_set_uri_allow_tls.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_uri_allow_local_file.3 \ --html ../html/nbd_set_uri_allow_local_file.3.html \ nbd_set_uri_allow_local_file.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_connect_vsock.3 \ --html ../html/nbd_connect_vsock.3.html \ nbd_connect_vsock.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_connect_tcp.3 \ --html ../html/nbd_connect_tcp.3.html \ nbd_connect_tcp.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_connect_uri.3 \ --html ../html/nbd_connect_uri.3.html \ nbd_connect_uri.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_connect_socket.3 \ --html ../html/nbd_connect_socket.3.html \ nbd_connect_socket.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_connect_command.3 \ --html ../html/nbd_connect_command.3.html \ nbd_connect_command.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_connect_systemd_socket_activation.3 \ --html ../html/nbd_connect_systemd_socket_activation.3.html \ nbd_connect_systemd_socket_activation.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_is_read_only.3 \ --html ../html/nbd_is_read_only.3.html \ nbd_is_read_only.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_set_socket_activation_name.3 \ --html ../html/nbd_set_socket_activation_name.3.html \ nbd_set_socket_activation_name.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_socket_activation_name.3 \ --html ../html/nbd_get_socket_activation_name.3.html \ nbd_get_socket_activation_name.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_can_flush.3 \ --html ../html/nbd_can_flush.3.html \ nbd_can_flush.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_can_fua.3 \ --html ../html/nbd_can_fua.3.html \ nbd_can_fua.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_is_rotational.3 \ --html ../html/nbd_is_rotational.3.html \ nbd_is_rotational.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_can_zero.3 \ --html ../html/nbd_can_zero.3.html \ nbd_can_zero.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_can_meta_context.3 \ --html ../html/nbd_can_meta_context.3.html \ nbd_can_meta_context.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_can_trim.3 \ --html ../html/nbd_can_trim.3.html \ nbd_can_trim.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_can_fast_zero.3 \ --html ../html/nbd_can_fast_zero.3.html \ nbd_can_fast_zero.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_can_block_status_payload.3 \ --html ../html/nbd_can_block_status_payload.3.html \ nbd_can_block_status_payload.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_can_cache.3 \ --html ../html/nbd_can_cache.3.html \ nbd_can_cache.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_can_df.3 \ --html ../html/nbd_can_df.3.html \ nbd_can_df.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_can_multi_conn.3 \ --html ../html/nbd_can_multi_conn.3.html \ nbd_can_multi_conn.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_size.3 \ --html ../html/nbd_get_size.3.html \ nbd_get_size.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_block_size.3 \ --html ../html/nbd_get_block_size.3.html \ nbd_get_block_size.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_protocol.3 \ --html ../html/nbd_get_protocol.3.html \ nbd_get_protocol.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_pread.3 \ --html ../html/nbd_pread.3.html \ nbd_pread.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_pwrite.3 \ --html ../html/nbd_pwrite.3.html \ nbd_pwrite.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_pread_structured.3 \ --html ../html/nbd_pread_structured.3.html \ nbd_pread_structured.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_shutdown.3 \ --html ../html/nbd_shutdown.3.html \ nbd_shutdown.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_trim.3 \ --html ../html/nbd_trim.3.html \ nbd_trim.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_flush.3 \ --html ../html/nbd_flush.3.html \ nbd_flush.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_zero.3 \ --html ../html/nbd_zero.3.html \ nbd_zero.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_connect_uri.3 \ --html ../html/nbd_aio_connect_uri.3.html \ nbd_aio_connect_uri.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_poll2.3 \ --html ../html/nbd_poll2.3.html \ nbd_poll2.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_block_status.3 \ --html ../html/nbd_block_status.3.html \ nbd_block_status.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_cache.3 \ --html ../html/nbd_cache.3.html \ nbd_cache.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_block_status_filter.3 \ --html ../html/nbd_block_status_filter.3.html \ nbd_block_status_filter.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_connect.3 \ --html ../html/nbd_aio_connect.3.html \ nbd_aio_connect.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_poll.3 \ --html ../html/nbd_poll.3.html \ nbd_poll.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_connect_tcp.3 \ --html ../html/nbd_aio_connect_tcp.3.html \ nbd_aio_connect_tcp.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_block_status_64.3 \ --html ../html/nbd_block_status_64.3.html \ nbd_block_status_64.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_connect_unix.3 \ --html ../html/nbd_aio_connect_unix.3.html \ nbd_aio_connect_unix.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_connect_vsock.3 \ --html ../html/nbd_aio_connect_vsock.3.html \ nbd_aio_connect_vsock.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_opt_list.3 \ --html ../html/nbd_aio_opt_list.3.html \ nbd_aio_opt_list.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_connect_socket.3 \ --html ../html/nbd_aio_connect_socket.3.html \ nbd_aio_connect_socket.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_connect_command.3 \ --html ../html/nbd_aio_connect_command.3.html \ nbd_aio_connect_command.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_connect_systemd_socket_activation.3 \ --html ../html/nbd_aio_connect_systemd_socket_activation.3.html \ nbd_aio_connect_systemd_socket_activation.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_opt_go.3 \ --html ../html/nbd_aio_opt_go.3.html \ nbd_aio_opt_go.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_opt_abort.3 \ --html ../html/nbd_aio_opt_abort.3.html \ nbd_aio_opt_abort.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_opt_set_meta_context.3 \ --html ../html/nbd_aio_opt_set_meta_context.3.html \ nbd_aio_opt_set_meta_context.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_opt_starttls.3 \ --html ../html/nbd_aio_opt_starttls.3.html \ nbd_aio_opt_starttls.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_opt_info.3 \ --html ../html/nbd_aio_opt_info.3.html \ nbd_aio_opt_info.pod Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_opt_extended_headers.3 \ --html ../html/nbd_aio_opt_extended_headers.3.html \ nbd_aio_opt_extended_headers.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_opt_structured_reply.3 \ --html ../html/nbd_aio_opt_structured_reply.3.html \ nbd_aio_opt_structured_reply.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_opt_list_meta_context.3 \ --html ../html/nbd_aio_opt_list_meta_context.3.html \ nbd_aio_opt_list_meta_context.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_opt_list_meta_context_queries.3 \ --html ../html/nbd_aio_opt_list_meta_context_queries.3.html \ nbd_aio_opt_list_meta_context_queries.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_pread.3 \ --html ../html/nbd_aio_pread.3.html \ nbd_aio_pread.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_trim.3 \ --html ../html/nbd_aio_trim.3.html \ nbd_aio_trim.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_opt_set_meta_context_queries.3 \ --html ../html/nbd_aio_opt_set_meta_context_queries.3.html \ nbd_aio_opt_set_meta_context_queries.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_disconnect.3 \ --html ../html/nbd_aio_disconnect.3.html \ nbd_aio_disconnect.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_pwrite.3 \ --html ../html/nbd_aio_pwrite.3.html \ nbd_aio_pwrite.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_flush.3 \ --html ../html/nbd_aio_flush.3.html \ nbd_aio_flush.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_get_fd.3 \ --html ../html/nbd_aio_get_fd.3.html \ nbd_aio_get_fd.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_pread_structured.3 \ --html ../html/nbd_aio_pread_structured.3.html \ nbd_aio_pread_structured.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_cache.3 \ --html ../html/nbd_aio_cache.3.html \ nbd_aio_cache.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_block_status.3 \ --html ../html/nbd_aio_block_status.3.html \ nbd_aio_block_status.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_zero.3 \ --html ../html/nbd_aio_zero.3.html \ nbd_aio_zero.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_block_status_64.3 \ --html ../html/nbd_aio_block_status_64.3.html \ nbd_aio_block_status_64.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_block_status_filter.3 \ --html ../html/nbd_aio_block_status_filter.3.html \ nbd_aio_block_status_filter.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_get_direction.3 \ --html ../html/nbd_aio_get_direction.3.html \ nbd_aio_get_direction.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_notify_read.3 \ --html ../html/nbd_aio_notify_read.3.html \ nbd_aio_notify_read.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_is_created.3 \ --html ../html/nbd_aio_is_created.3.html \ nbd_aio_is_created.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_is_connecting.3 \ --html ../html/nbd_aio_is_connecting.3.html \ nbd_aio_is_connecting.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_is_negotiating.3 \ --html ../html/nbd_aio_is_negotiating.3.html \ nbd_aio_is_negotiating.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_is_dead.3 \ --html ../html/nbd_aio_is_dead.3.html \ nbd_aio_is_dead.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_is_processing.3 \ --html ../html/nbd_aio_is_processing.3.html \ nbd_aio_is_processing.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_command_completed.3 \ --html ../html/nbd_aio_command_completed.3.html \ nbd_aio_command_completed.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_peek_command_completed.3 \ --html ../html/nbd_aio_peek_command_completed.3.html \ nbd_aio_peek_command_completed.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_is_ready.3 \ --html ../html/nbd_aio_is_ready.3.html \ nbd_aio_is_ready.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_notify_write.3 \ --html ../html/nbd_aio_notify_write.3.html \ nbd_aio_notify_write.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_package_name.3 \ --html ../html/nbd_get_package_name.3.html \ nbd_get_package_name.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_is_closed.3 \ --html ../html/nbd_aio_is_closed.3.html \ nbd_aio_is_closed.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_connection_state.3 \ --html ../html/nbd_connection_state.3.html \ nbd_connection_state.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_version.3 \ --html ../html/nbd_get_version.3.html \ nbd_get_version.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_supports_vsock.3 \ --html ../html/nbd_supports_vsock.3.html \ nbd_supports_vsock.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_get_uri.3 \ --html ../html/nbd_get_uri.3.html \ nbd_get_uri.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_aio_in_flight.3 \ --html ../html/nbd_aio_in_flight.3.html \ nbd_aio_in_flight.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_supports_tls.3 \ --html ../html/nbd_supports_tls.3.html \ nbd_supports_tls.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_kill_subprocess.3 \ --html ../html/nbd_kill_subprocess.3.html \ nbd_kill_subprocess.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man nbd_supports_uri.3 \ --html ../html/nbd_supports_uri.3.html \ nbd_supports_uri.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Making all in examples make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o connect_uri-connect-uri.o `test -f 'connect-uri.c' || echo './'`connect-uri.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o connect_command-connect-command.o `test -f 'connect-command.c' || echo './'`connect-command.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o encryption-encryption.o `test -f 'encryption.c' || echo './'`encryption.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o get_size-get-size.o `test -f 'get-size.c' || echo './'`get-size.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o aio_connect_read-aio-connect-read.o `test -f 'aio-connect-read.c' || echo './'`aio-connect-read.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o fetch_first_sector-fetch-first-sector.o `test -f 'fetch-first-sector.c' || echo './'`fetch-first-sector.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o server_flags-server-flags.o `test -f 'server-flags.c' || echo './'`server-flags.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o open_qcow2-open-qcow2.o `test -f 'open-qcow2.c' || echo './'`open-qcow2.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o list_exports-list-exports.o `test -f 'list-exports.c' || echo './'`list-exports.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o reads_and_writes-reads-and-writes.o `test -f 'reads-and-writes.c' || echo './'`reads-and-writes.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o batched_read_write-batched-read-write.o `test -f 'batched-read-write.c' || echo './'`batched-read-write.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o userfault_map-userfault-map.o `test -f 'userfault-map.c' || echo './'`userfault-map.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o threaded_reads_and_writes-threaded-reads-and-writes.o `test -f 'threaded-reads-and-writes.c' || echo './'`threaded-reads-and-writes.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o strict_structured_reads-strict-structured-reads.o `test -f 'strict-structured-reads.c' || echo './'`strict-structured-reads.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o glib_main_loop-glib-main-loop.o `test -f 'glib-main-loop.c' || echo './'`glib-main-loop.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o encryption encryption-encryption.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/encryption encryption-encryption.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o fetch-first-sector fetch_first_sector-fetch-first-sector.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/fetch-first-sector fetch_first_sector-fetch-first-sector.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o connect-uri connect_uri-connect-uri.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/connect-uri connect_uri-connect-uri.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o aio-connect-read aio_connect_read-aio-connect-read.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/aio-connect-read aio_connect_read-aio-connect-read.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o connect-command connect_command-connect-command.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/connect-command connect_command-connect-command.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o open-qcow2 open_qcow2-open-qcow2.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/open-qcow2 open_qcow2-open-qcow2.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o get-size get_size-get-size.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/get-size get_size-get-size.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o list-exports list_exports-list-exports.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/list-exports list_exports-list-exports.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o batched-read-write batched_read_write-batched-read-write.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/batched-read-write batched_read_write-batched-read-write.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o server-flags server_flags-server-flags.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/server-flags server_flags-server-flags.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o reads-and-writes reads_and_writes-reads-and-writes.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/reads-and-writes reads_and_writes-reads-and-writes.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o threaded-reads-and-writes threaded_reads_and_writes-threaded-reads-and-writes.o ../lib/libnbd.la -lpthread libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/threaded-reads-and-writes threaded_reads_and_writes-threaded-reads-and-writes.o ../lib/.libs/libnbd.so -lgnutls -lxml2 -lpthread -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o userfault-map userfault_map-userfault-map.o ../lib/libnbd.la -lpthread libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/userfault-map userfault_map-userfault-map.o ../lib/.libs/libnbd.so -lgnutls -lxml2 -lpthread -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o strict-structured-reads strict_structured_reads-strict-structured-reads.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/strict-structured-reads strict_structured_reads-strict-structured-reads.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o glib-main-loop glib_main_loop-glib-main-loop.o ../lib/libnbd.la -lglib-2.0 libtool: link: gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/glib-main-loop glib_main_loop-glib-main-loop.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -lglib-2.0 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' Making all in valgrind make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/valgrind' rm -f suppressions suppressions-t cat ./glibc.suppressions ./gnutls.suppressions ./libnbd.suppressions ./ocaml.suppressions > suppressions-t mv suppressions-t suppressions chmod 0444 suppressions make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/valgrind' Making all in . Making all in tests make[2]: Nothing to be done for 'all'. Making all in python /usr/bin/make all-am make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/python' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.11 -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbdmod_la-libnbdmod.lo `test -f 'libnbdmod.c' || echo './'`libnbdmod.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.11 -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c libnbdmod.c -fPIC -DPIC -o .libs/libnbdmod_la-libnbdmod.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/python' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/python' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.11 -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbdmod_la-handle.lo `test -f 'handle.c' || echo './'`handle.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.11 -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c handle.c -fPIC -DPIC -o .libs/libnbdmod_la-handle.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/python' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/python' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.11 -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbdmod_la-utils.lo `test -f 'utils.c' || echo './'`utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.11 -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c utils.c -fPIC -DPIC -o .libs/libnbdmod_la-utils.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/python' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/python' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.11 -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbdmod_la-methods.lo `test -f 'methods.c' || echo './'`methods.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.11 -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c methods.c -fPIC -DPIC -o .libs/libnbdmod_la-methods.o make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/python' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/python' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -avoid-version -shared -module -shrext .cpython-311-loongarch64-linux-gnu.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o libnbdmod.la -rpath /usr/lib64/python3.11/site-packages libnbdmod_la-handle.lo libnbdmod_la-libnbdmod.lo libnbdmod_la-methods.lo libnbdmod_la-utils.lo ../common/utils/libutils.la ../lib/libnbd.la libtool: link: gcc -shared -fPIC -DPIC .libs/libnbdmod_la-handle.o .libs/libnbdmod_la-libnbdmod.o .libs/libnbdmod_la-methods.o .libs/libnbdmod_la-utils.o -Wl,--whole-archive ../common/utils/.libs/libutils.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/builddir/build/BUILD/libnbd-1.20.2/lib/.libs ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -pthread -Wl,-soname -Wl,libnbdmod.cpython-311-loongarch64-linux-gnu.so -o .libs/libnbdmod.cpython-311-loongarch64-linux-gnu.so libtool: link: ( cd ".libs" && rm -f "libnbdmod.la" && ln -s "../libnbdmod.la" "libnbdmod.la" ) make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/python' Making all in sh make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/sh' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man nbdsh.1 \ --html ../html/nbdsh.1.html \ --verbatim ./examples/hexdump.sh:__EXAMPLES_HEXDUMP__ \ nbdsh.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/sh' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. Making all in info make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdinfo-size.o `test -f 'size.c' || echo './'`size.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdinfo-uri.o `test -f 'uri.c' || echo './'`uri.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdinfo-utils.o `test -f 'utils.c' || echo './'`utils.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdinfo-can.o `test -f 'can.c' || echo './'`can.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdinfo-list.o `test -f 'list.c' || echo './'`list.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdinfo-map.o `test -f 'map.c' || echo './'`map.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man nbdinfo.1 \ --html ../html/nbdinfo.1.html \ nbdinfo.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdinfo-main.o `test -f 'main.c' || echo './'`main.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdinfo-show.o `test -f 'show.c' || echo './'`show.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o nbdinfo nbdinfo-can.o nbdinfo-list.o nbdinfo-main.o nbdinfo-map.o nbdinfo-show.o nbdinfo-size.o nbdinfo-uri.o nbdinfo-utils.o ../common/utils/libutils.la ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/nbdinfo nbdinfo-can.o nbdinfo-list.o nbdinfo-main.o nbdinfo-map.o nbdinfo-show.o nbdinfo-size.o nbdinfo-uri.o nbdinfo-utils.o ../common/utils/.libs/libutils.a ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' Making all in copy make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdcopy-null-ops.o `test -f 'null-ops.c' || echo './'`null-ops.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man nbdcopy.1 \ --html ../html/nbdcopy.1.html \ nbdcopy.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdcopy-progress.o `test -f 'progress.c' || echo './'`progress.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdcopy-synch-copying.o `test -f 'synch-copying.c' || echo './'`synch-copying.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdcopy-pipe-ops.o `test -f 'pipe-ops.c' || echo './'`pipe-ops.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdcopy-file-ops.o `test -f 'file-ops.c' || echo './'`file-ops.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdcopy-multi-thread-copying.o `test -f 'multi-thread-copying.c' || echo './'`multi-thread-copying.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdcopy-main.o `test -f 'main.c' || echo './'`main.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdcopy-nbd-ops.o `test -f 'nbd-ops.c' || echo './'`nbd-ops.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' /bin/sh ../libtool --tag=CC --mode=link gcc -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o nbdcopy nbdcopy-file-ops.o nbdcopy-main.o nbdcopy-multi-thread-copying.o nbdcopy-nbd-ops.o nbdcopy-null-ops.o nbdcopy-pipe-ops.o nbdcopy-progress.o nbdcopy-synch-copying.o -lpthread ../common/utils/libutils.la ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/nbdcopy nbdcopy-file-ops.o nbdcopy-main.o nbdcopy-multi-thread-copying.o nbdcopy-nbd-ops.o nbdcopy-null-ops.o nbdcopy-pipe-ops.o nbdcopy-progress.o nbdcopy-synch-copying.o ../common/utils/.libs/libutils.a ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' Making all in dump make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/dump' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man nbddump.1 \ --html ../html/nbddump.1.html \ nbddump.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/dump' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/dump' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbddump-dump.o `test -f 'dump.c' || echo './'`dump.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/dump' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/dump' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o nbddump nbddump-dump.o ../common/utils/libutils.la ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/nbddump nbddump-dump.o ../common/utils/.libs/libutils.a ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/dump' Making all in fuse make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=1 --man nbdfuse.1 \ --html ../html/nbdfuse.1.html \ nbdfuse.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' Wide character in print at /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl line 550. make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -I/usr/include/fuse3 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdfuse-nbdfuse.o `test -f 'nbdfuse.c' || echo './'`nbdfuse.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -I/usr/include/fuse3 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o nbdfuse-operations.o `test -f 'operations.c' || echo './'`operations.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/fuse3 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o nbdfuse nbdfuse-nbdfuse.o nbdfuse-operations.o ../common/utils/libutils.la ../lib/libnbd.la -lfuse3 -lpthread libtool: link: gcc -I/usr/include/fuse3 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/nbdfuse nbdfuse-nbdfuse.o nbdfuse-operations.o ../common/utils/.libs/libutils.a ../lib/.libs/libnbd.so -lgnutls -lxml2 -lfuse3 -lpthread -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' Making all in ublk make[2]: Nothing to be done for 'all'. Making all in ocaml make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' ocamlfind ocamldep ./*.mli ./*.ml > .depend make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' rm -f nbd ln -s . nbd make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/lib64/ocaml -I../ocaml -I../include -DCAML_NAME_SPACE -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbdocaml_a-buffer.o `test -f 'buffer.c' || echo './'`buffer.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I . -I . -c NBD.mli -o NBD.cmi make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/lib64/ocaml -I../ocaml -I../include -DCAML_NAME_SPACE -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbdocaml_a-handle.o `test -f 'handle.c' || echo './'`handle.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/lib64/ocaml -I../ocaml -I../include -DCAML_NAME_SPACE -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbdocaml_a-helpers.o `test -f 'helpers.c' || echo './'`helpers.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I . -I . -c NBD.ml -o NBD.cmo make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man libnbd-ocaml.3 \ --html ../html/libnbd-ocaml.3.html \ libnbd-ocaml.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I . -I . -c NBD.ml -o NBD.cmx make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' rm -f stamp-manpages ocamlfind ocamldoc -package unix -I . -I . -man -man-mini -man-suffix 3 NBD.mli touch stamp-manpages make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' Warning: Element Unix.error not found Warning: Element Bigarray not found Warning: Element Bigarray.Array1 not found Warning: Element Bigarray.Array1.create not found Warning: Element Bigarray.Array1.dim not found Warning: Element Unix.error not found Warning: Element Bigarray not found Warning: Element Bigarray.Array1 not found Warning: Element Bigarray.Array1.create not found Warning: Element Bigarray.Array1.dim not found make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/lib64/ocaml -I../ocaml -I../include -DCAML_NAME_SPACE -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbdocaml_a-nbd-c.o `test -f 'nbd-c.c' || echo './'`nbd-c.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' rm -f libnbdocaml.a ar cru libnbdocaml.a libnbdocaml_a-nbd-c.o libnbdocaml_a-buffer.o libnbdocaml_a-handle.o libnbdocaml_a-helpers.o ranlib libnbdocaml.a make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' ocamlfind mklib -o mlnbd \ -package unix -I . -I . \ -ldopt '-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1' \ libnbdocaml_a-nbd-c.o libnbdocaml_a-buffer.o libnbdocaml_a-handle.o libnbdocaml_a-helpers.o NBD.cmo \ -L../lib/.libs -lnbd ocamlfind mklib -o mlnbd \ -package unix -I . -I . \ -ldopt '-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1' \ libnbdocaml_a-nbd-c.o libnbdocaml_a-buffer.o libnbdocaml_a-handle.o libnbdocaml_a-helpers.o NBD.cmx \ -L../lib/.libs -lnbd touch stamp-mlnbd make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' Making all in ocaml/examples make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamldep -I .. ./*.ml > .depend make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -c asynch_copy.ml -o asynch_copy.cmo make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -c extents.ml -o extents.cmo make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -c extents64.ml -o extents64.cmo make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -c open_qcow2.ml -o open_qcow2.cmo make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -c server_flags.ml -o server_flags.cmo make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -c get_size.ml -o get_size.cmo make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -c asynch_copy.ml -o asynch_copy.cmx make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -c get_size.ml -o get_size.cmx make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -c server_flags.ml -o server_flags.cmx make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -c extents.ml -o extents.cmx make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -c open_qcow2.ml -o open_qcow2.cmx make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -c extents64.ml -o extents64.cmx make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' LD_LIBRARY_PATH=../../lib/.libs ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cma extents.cmo -o extents.bc make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' LD_LIBRARY_PATH=../../lib/.libs ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cma get_size.cmo -o get_size.bc make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' LD_LIBRARY_PATH=../../lib/.libs ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cma server_flags.cmo -o server_flags.bc make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' LD_LIBRARY_PATH=../../lib/.libs ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cma asynch_copy.cmo -o asynch_copy.bc make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' LD_LIBRARY_PATH=../../lib/.libs ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cma open_qcow2.cmo -o open_qcow2.bc make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' LD_LIBRARY_PATH=../../lib/.libs ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cma extents64.cmo -o extents64.bc make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' LD_LIBRARY_PATH=../../lib/.libs ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -cclib -L../../lib/.libs -I . -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cmxa open_qcow2.cmx -o open_qcow2.opt make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' LD_LIBRARY_PATH=../../lib/.libs ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -cclib -L../../lib/.libs -I . -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cmxa asynch_copy.cmx -o asynch_copy.opt make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' LD_LIBRARY_PATH=../../lib/.libs ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -cclib -L../../lib/.libs -I . -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cmxa get_size.cmx -o get_size.opt make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' LD_LIBRARY_PATH=../../lib/.libs ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -cclib -L../../lib/.libs -I . -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cmxa extents64.cmx -o extents64.opt make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' LD_LIBRARY_PATH=../../lib/.libs ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -cclib -L../../lib/.libs -I . -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cmxa server_flags.cmx -o server_flags.opt make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' LD_LIBRARY_PATH=../../lib/.libs ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' -cclib -L../../lib/.libs -I . -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cmxa extents.cmx -o extents.opt make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' Making all in ocaml/tests make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/tests' ocamlfind ocamldep -I .. ./*.ml > .depend make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/tests' make[2]: Nothing to be done for 'all'. Making all in golang make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/golang' perl /builddir/build/BUILD/libnbd-1.20.2/podwrapper.pl --section=3 --man libnbd-golang.3 \ --html ../html/libnbd-golang.3.html \ libnbd-golang.pod make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/golang' Making all in golang/examples make[2]: Nothing to be done for 'all'. Making all in rust make[2]: Nothing to be done for 'all'. Making all in interop /usr/bin/make all-am make[3]: Nothing to be done for 'all-am'. Making all in fuzzing make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuzzing' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o libnbd_fuzz_wrapper-libnbd-fuzz-wrapper.o `test -f 'libnbd-fuzz-wrapper.c' || echo './'`libnbd-fuzz-wrapper.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuzzing' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuzzing' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o libnbd-fuzz-wrapper libnbd_fuzz_wrapper-libnbd-fuzz-wrapper.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/libnbd-fuzz-wrapper libnbd_fuzz_wrapper-libnbd-fuzz-wrapper.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuzzing' Making all in bash-completion make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/bash-completion' rm -f nbddump ln -s ./nbdsh nbddump make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/bash-completion' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/bash-completion' rm -f nbdcopy ln -s ./nbdsh nbdcopy make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/bash-completion' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/bash-completion' rm -f nbdinfo ln -s ./nbdsh nbdinfo make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/bash-completion' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/bash-completion' rm -f nbdfuse ln -s ./nbdsh nbdfuse make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/bash-completion' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ogzGn8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64 ++ dirname /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64 + cd libnbd-1.20.2 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64 'INSTALL=/usr/bin/install -p' Making install in generator make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/generator' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/generator' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/generator' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/generator' Making install in include make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/include' /usr/bin/make install-am make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/include' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/include' /usr/bin/install -p -m 644 libnbd.h '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/include' make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/include' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/include' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/include' Making install in common/include make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' Making install in common/utils make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' Making install in lib make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /usr/bin/make install-am make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -p libnbd.la '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libnbd.so.0.0.0 /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/libnbd.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64 && { ln -s -f libnbd.so.0.0.0 libnbd.so.0 || { rm -f libnbd.so.0 && ln -s libnbd.so.0.0.0 libnbd.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64 && { ln -s -f libnbd.so.0.0.0 libnbd.so || { rm -f libnbd.so && ln -s libnbd.so.0.0.0 libnbd.so; }; }) libtool: install: /usr/bin/install -p .libs/libnbd.lai /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/libnbd.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/pkgconfig' /usr/bin/install -p -m 644 libnbd.pc '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/pkgconfig' make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' Making install in docs make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man1' /usr/bin/install -p -m 644 libnbd-release-notes-1.2.1 libnbd-release-notes-1.4.1 libnbd-release-notes-1.6.1 libnbd-release-notes-1.8.1 libnbd-release-notes-1.10.1 libnbd-release-notes-1.12.1 libnbd-release-notes-1.14.1 libnbd-release-notes-1.16.1 libnbd-release-notes-1.18.1 libnbd-release-notes-1.20.1 '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man3' /usr/bin/install -p -m 644 libnbd.3 libnbd-security.3 nbd_create.3 nbd_set_debug.3 nbd_get_debug.3 nbd_set_debug_callback.3 nbd_clear_debug_callback.3 nbd_stats_bytes_sent.3 nbd_stats_chunks_sent.3 nbd_stats_bytes_received.3 nbd_stats_chunks_received.3 nbd_set_handle_name.3 nbd_get_handle_name.3 nbd_set_private_data.3 nbd_get_private_data.3 nbd_set_export_name.3 nbd_get_export_name.3 nbd_set_request_block_size.3 nbd_get_request_block_size.3 nbd_set_full_info.3 nbd_get_full_info.3 nbd_get_canonical_export_name.3 nbd_get_export_description.3 nbd_set_tls.3 nbd_get_tls.3 nbd_get_tls_negotiated.3 nbd_set_tls_certificates.3 nbd_set_tls_verify_peer.3 nbd_get_tls_verify_peer.3 nbd_set_tls_username.3 nbd_get_tls_username.3 nbd_set_tls_psk_file.3 nbd_set_request_extended_headers.3 nbd_get_request_extended_headers.3 nbd_get_extended_headers_negotiated.3 nbd_set_request_structured_replies.3 nbd_get_request_structured_replies.3 nbd_get_structured_replies_negotiated.3 nbd_set_request_meta_context.3 nbd_get_request_meta_context.3 '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man3' /usr/bin/install -p -m 644 nbd_set_handshake_flags.3 nbd_get_handshake_flags.3 nbd_set_pread_initialize.3 nbd_get_pread_initialize.3 nbd_set_strict_mode.3 nbd_get_strict_mode.3 nbd_set_opt_mode.3 nbd_get_opt_mode.3 nbd_opt_go.3 nbd_opt_abort.3 nbd_opt_starttls.3 nbd_opt_extended_headers.3 nbd_opt_structured_reply.3 nbd_opt_list.3 nbd_opt_info.3 nbd_opt_list_meta_context.3 nbd_opt_list_meta_context_queries.3 nbd_opt_set_meta_context.3 nbd_opt_set_meta_context_queries.3 nbd_add_meta_context.3 nbd_get_nr_meta_contexts.3 nbd_get_meta_context.3 nbd_clear_meta_contexts.3 nbd_set_uri_allow_transports.3 nbd_set_uri_allow_tls.3 nbd_set_uri_allow_local_file.3 nbd_connect_uri.3 nbd_connect_unix.3 nbd_connect_vsock.3 nbd_connect_tcp.3 nbd_connect_socket.3 nbd_connect_command.3 nbd_connect_systemd_socket_activation.3 nbd_set_socket_activation_name.3 nbd_get_socket_activation_name.3 nbd_is_read_only.3 nbd_can_flush.3 nbd_can_fua.3 nbd_is_rotational.3 nbd_can_trim.3 '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man3' /usr/bin/install -p -m 644 nbd_can_zero.3 nbd_can_fast_zero.3 nbd_can_block_status_payload.3 nbd_can_df.3 nbd_can_multi_conn.3 nbd_can_cache.3 nbd_can_meta_context.3 nbd_get_protocol.3 nbd_get_size.3 nbd_get_block_size.3 nbd_pread.3 nbd_pread_structured.3 nbd_pwrite.3 nbd_shutdown.3 nbd_flush.3 nbd_trim.3 nbd_cache.3 nbd_zero.3 nbd_block_status.3 nbd_block_status_64.3 nbd_block_status_filter.3 nbd_poll.3 nbd_poll2.3 nbd_aio_connect.3 nbd_aio_connect_uri.3 nbd_aio_connect_unix.3 nbd_aio_connect_vsock.3 nbd_aio_connect_tcp.3 nbd_aio_connect_socket.3 nbd_aio_connect_command.3 nbd_aio_connect_systemd_socket_activation.3 nbd_aio_opt_go.3 nbd_aio_opt_abort.3 nbd_aio_opt_starttls.3 nbd_aio_opt_extended_headers.3 nbd_aio_opt_structured_reply.3 nbd_aio_opt_list.3 nbd_aio_opt_info.3 nbd_aio_opt_list_meta_context.3 nbd_aio_opt_list_meta_context_queries.3 '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man3' /usr/bin/install -p -m 644 nbd_aio_opt_set_meta_context.3 nbd_aio_opt_set_meta_context_queries.3 nbd_aio_pread.3 nbd_aio_pread_structured.3 nbd_aio_pwrite.3 nbd_aio_disconnect.3 nbd_aio_flush.3 nbd_aio_trim.3 nbd_aio_cache.3 nbd_aio_zero.3 nbd_aio_block_status.3 nbd_aio_block_status_64.3 nbd_aio_block_status_filter.3 nbd_aio_get_fd.3 nbd_aio_get_direction.3 nbd_aio_notify_read.3 nbd_aio_notify_write.3 nbd_aio_is_created.3 nbd_aio_is_connecting.3 nbd_aio_is_negotiating.3 nbd_aio_is_ready.3 nbd_aio_is_processing.3 nbd_aio_is_dead.3 nbd_aio_is_closed.3 nbd_aio_command_completed.3 nbd_aio_peek_command_completed.3 nbd_aio_in_flight.3 nbd_connection_state.3 nbd_get_package_name.3 nbd_get_version.3 nbd_kill_subprocess.3 nbd_supports_tls.3 nbd_supports_vsock.3 nbd_supports_uri.3 nbd_get_uri.3 nbd_close.3 nbd_get_error.3 nbd_get_errno.3 '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man3' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/docs' Making install in examples make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/examples' Making install in valgrind make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/valgrind' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/valgrind' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/valgrind' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/valgrind' Making install in . make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2' Making install in tests make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' Making install in python make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/python' /usr/bin/make install-am make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/python' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/python' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/python3.11/site-packages' /usr/bin/install -p -m 644 nbd.py nbdsh.py '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/python3.11/site-packages' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/python3.11/site-packages' /bin/sh ../libtool --mode=install /usr/bin/install -p libnbdmod.la '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/python3.11/site-packages' libtool: warning: relinking 'libnbdmod.la' libtool: install: (cd /builddir/build/BUILD/libnbd-1.20.2/python; /bin/sh "/builddir/build/BUILD/libnbd-1.20.2/libtool" --tag CC --mode=relink gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -avoid-version -shared -module -shrext .cpython-311-loongarch64-linux-gnu.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o libnbdmod.la -rpath /usr/lib64/python3.11/site-packages libnbdmod_la-handle.lo libnbdmod_la-libnbdmod.lo libnbdmod_la-methods.lo libnbdmod_la-utils.lo ../common/utils/libutils.la ../lib/libnbd.la -inst-prefix-dir /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64) libtool: relink: gcc -shared -fPIC -DPIC .libs/libnbdmod_la-handle.o .libs/libnbdmod_la-libnbdmod.o .libs/libnbdmod_la-methods.o .libs/libnbdmod_la-utils.o -Wl,--whole-archive ../common/utils/.libs/libutils.a -Wl,--no-whole-archive -L/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64 -L/usr/lib64 -lnbd -lpthread -lgnutls -lxml2 -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -pthread -Wl,-soname -Wl,libnbdmod.cpython-311-loongarch64-linux-gnu.so -o .libs/libnbdmod.cpython-311-loongarch64-linux-gnu.so libtool: install: /usr/bin/install -p .libs/libnbdmod.cpython-311-loongarch64-linux-gnu.soT /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/python3.11/site-packages/libnbdmod.cpython-311-loongarch64-linux-gnu.so libtool: install: /usr/bin/install -p .libs/libnbdmod.lai /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/python3.11/site-packages/libnbdmod.la libtool: warning: remember to run 'libtool --finish /usr/lib64/python3.11/site-packages' make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/python' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/python' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/python' Making install in sh make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/sh' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/sh' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin' /usr/bin/install -p nbdsh '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man1' /usr/bin/install -p -m 644 nbdsh.1 '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/sh' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/sh' Making install in info make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -p nbdinfo '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin' libtool: warning: '../lib/libnbd.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/nbdinfo /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin/nbdinfo /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man1' /usr/bin/install -p -m 644 nbdinfo.1 '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' Making install in copy make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -p nbdcopy '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin' libtool: warning: '../lib/libnbd.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/nbdcopy /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin/nbdcopy /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man1' /usr/bin/install -p -m 644 nbdcopy.1 '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' Making install in dump make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/dump' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/dump' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -p nbddump '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin' libtool: warning: '../lib/libnbd.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/nbddump /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin/nbddump /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man1' /usr/bin/install -p -m 644 nbddump.1 '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/dump' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/dump' Making install in fuse make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -p nbdfuse '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin' libtool: warning: '../lib/libnbd.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/nbdfuse /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin/nbdfuse /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man1' /usr/bin/install -p -m 644 nbdfuse.1 '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' Making install in ublk make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ublk' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ublk' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ublk' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ublk' Making install in ocaml make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man3' /usr/bin/install -p -m 644 libnbd-ocaml.3 NBD.3 NBD.ALLOW_TRANSPORT.3 NBD.Buffer.3 NBD.CMD_FLAG.3 NBD.HANDSHAKE_FLAG.3 NBD.SHUTDOWN.3 NBD.SIZE.3 NBD.STRICT.3 NBD.TLS.3 '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man3' /usr/bin/make install-data-hook make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' mkdir -p /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml mkdir -p /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/stublibs rm -rf /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/nbd rm -rf /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/stublibs/dllmlnbd.so* ocamlfind install \ -ldconf ignore -destdir /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml \ nbd \ META *.so *.a *.cma *.cmi ./*.mli *.cmx *.cmxa Installed /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/nbd/mlnbd.cmxa Installed /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/nbd/NBD.cmx Installed /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/nbd/NBD.mli Installed /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/nbd/NBD.cmi Installed /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/nbd/mlnbd.cma Installed /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/nbd/mlnbd.a Installed /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/nbd/libnbdocaml.a Installed /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/nbd/libmlnbd.a Installed /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/stublibs/dllmlnbd.so Installed /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/stublibs/dllmlnbd.so.owner Installed /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/nbd/META rm /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/nbd/libnbdocaml.a make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml' Making install in ocaml/examples make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/examples' Making install in ocaml/tests make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/tests' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/tests' Making install in golang make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/golang' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/golang' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man3' /usr/bin/install -p -m 644 libnbd-golang.3 '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man3' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/golang' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/golang' Making install in golang/examples make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/golang/examples' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/golang/examples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/golang/examples' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/golang/examples' Making install in rust make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/rust' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/rust' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/rust' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/rust' Making install in interop make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/interop' /usr/bin/make install-am make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/interop' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/interop' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/interop' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/interop' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/interop' Making install in fuzzing make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuzzing' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuzzing' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuzzing' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuzzing' Making install in bash-completion make[1]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/bash-completion' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/bash-completion' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/bash-completion/completions' /usr/bin/install -p -m 644 nbddump nbdsh nbdcopy nbdinfo nbdfuse '/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/bash-completion/completions' make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/bash-completion' make[1]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/bash-completion' + find /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64 -name '*.la' -delete + rm /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/man/man3/libnbd-golang.3 + /usr/bin/find-debuginfo -j32 --strict-build-id -m -i --build-id-seed 1.20.2-1.ocs23 --unique-debug-suffix -1.20.2-1.ocs23.loongarch64 --unique-debug-src-base libnbd-1.20.2-1.ocs23.loongarch64 -S debugsourcefiles.list /builddir/build/BUILD/libnbd-1.20.2 extracting debug info from /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin/nbdcopy extracting debug info from /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin/nbdfuse extracting debug info from /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/ocaml/stublibs/dllmlnbd.so extracting debug info from /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin/nbddump extracting debug info from /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/libnbd.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/bin/nbdinfo extracting debug info from /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/python3.11/site-packages/libnbdmod.cpython-311-loongarch64-linux-gnu.so cpio: lib/generator/states-connect-socket-activation.c: Cannot stat: No such file or directory cpio: lib/generator/states-connect.c: Cannot stat: No such file or directory cpio: lib/generator/states-issue-command.c: Cannot stat: No such file or directory cpio: lib/generator/states-magic.c: Cannot stat: No such file or directory cpio: lib/generator/states-newstyle-opt-export-name.c: Cannot stat: No such file or directory cpio: lib/generator/states-newstyle-opt-extended-headers.c: Cannot stat: No such file or directory cpio: lib/generator/states-newstyle-opt-go.c: Cannot stat: No such file or directory cpio: lib/generator/states-newstyle-opt-list.c: Cannot stat: No such file or directory cpio: lib/generator/states-newstyle-opt-meta-context.c: Cannot stat: No such file or directory cpio: lib/generator/states-newstyle-opt-starttls.c: Cannot stat: No such file or directory cpio: lib/generator/states-newstyle-opt-structured-reply.c: Cannot stat: No such file or directory cpio: lib/generator/states-newstyle.c: Cannot stat: No such file or directory cpio: lib/generator/states-oldstyle.c: Cannot stat: No such file or directory cpio: lib/generator/states-reply-chunk.c: Cannot stat: No such file or directory cpio: lib/generator/states-reply-simple.c: Cannot stat: No such file or directory cpio: lib/generator/states-reply.c: Cannot stat: No such file or directory cpio: lib/generator/states.c: Cannot stat: No such file or directory cpio: lib/lib/states.c: Cannot stat: No such file or directory 2517 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/OpenCloudOS/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/OpenCloudOS/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/OpenCloudOS/brp-mangle-shebangs mangling shebang in /usr/bin/nbdsh from /bin/sh - to #!/usr/bin/sh - + /usr/lib/rpm/OpenCloudOS/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib64/python3.11 using python3.11 Bytecompiling .py files below /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/lib/debug/usr/lib64/python3.11 using python3.11 + /usr/lib/rpm/OpenCloudOS/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.1lhgg4 + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd libnbd-1.20.2 + make -C tests connect-tcp6 make: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o connect-tcp6 libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o connect-tcp6 /usr/bin/ld: /usr/lib/gcc/loongarch64-OpenCloudOS-linux/12/../../../../lib64/Scrt1.o: in function `_start': (.text+0x4): undefined reference to `main' /usr/bin/ld: (.text+0x8): undefined reference to `main' /usr/bin/ld: (.text+0xc): undefined reference to `main' /usr/bin/ld: (.text+0x10): undefined reference to `main' collect2: error: ld returned 1 exit status make: *** [Makefile:2669: connect-tcp6] Error 1 make: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' + : + /usr/bin/make -O -j32 V=1 VERBOSE=1 check Making check in generator make[1]: Nothing to be done for 'check'. Making check in include /usr/bin/make check-am make[2]: Nothing to be done for 'check-am'. Making check in common/include /usr/bin/make test-array-size test-ascii-ctype test-byte-swapping test-checked-overflow test-human-size test-isaligned test-ispowerof2 test-iszero test-minmax make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test_ascii_ctype-test-ascii-ctype.o `test -f 'test-ascii-ctype.c' || echo './'`test-ascii-ctype.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test_array_size-test-array-size.o `test -f 'test-array-size.c' || echo './'`test-array-size.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test_byte_swapping-test-byte-swapping.o `test -f 'test-byte-swapping.c' || echo './'`test-byte-swapping.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test_isaligned-test-isaligned.o `test -f 'test-isaligned.c' || echo './'`test-isaligned.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test_checked_overflow-test-checked-overflow.o `test -f 'test-checked-overflow.c' || echo './'`test-checked-overflow.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test_ispowerof2-test-ispowerof2.o `test -f 'test-ispowerof2.c' || echo './'`test-ispowerof2.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test_iszero-test-iszero.o `test -f 'test-iszero.c' || echo './'`test-iszero.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test_human_size-test-human-size.o `test -f 'test-human-size.c' || echo './'`test-human-size.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test_minmax-test-minmax.o `test -f 'test-minmax.c' || echo './'`test-minmax.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-ascii-ctype test_ascii_ctype-test-ascii-ctype.o libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-ascii-ctype test_ascii_ctype-test-ascii-ctype.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-array-size test_array_size-test-array-size.o libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-array-size test_array_size-test-array-size.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-byte-swapping test_byte_swapping-test-byte-swapping.o libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-byte-swapping test_byte_swapping-test-byte-swapping.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-isaligned test_isaligned-test-isaligned.o libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-isaligned test_isaligned-test-isaligned.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-ispowerof2 test_ispowerof2-test-ispowerof2.o libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-ispowerof2 test_ispowerof2-test-ispowerof2.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-iszero test_iszero-test-iszero.o libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-iszero test_iszero-test-iszero.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-checked-overflow test_checked_overflow-test-checked-overflow.o libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-checked-overflow test_checked_overflow-test-checked-overflow.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-minmax test_minmax-test-minmax.o libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-minmax test_minmax-test-minmax.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-human-size test_human_size-test-human-size.o libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-human-size test_human_size-test-human-size.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' /usr/bin/make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' PASS: test-array-size make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' PASS: test-ascii-ctype make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' PASS: test-byte-swapping make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' PASS: test-checked-overflow make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' PASS: test-isaligned make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' PASS: test-human-size make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' PASS: test-ispowerof2 make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' PASS: test-iszero make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' PASS: test-minmax make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 9 # PASS: 9 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/include' Making check in common/utils /usr/bin/make test-vector make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../common/include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test_vector-vector.o `test -f 'vector.c' || echo './'`vector.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../common/include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test_vector-test-vector.o `test -f 'test-vector.c' || echo './'`test-vector.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-vector test_vector-test-vector.o test_vector-vector.o libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-vector test_vector-test-vector.o test_vector-vector.o make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' /usr/bin/make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' PASS: test-vector make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/common/utils' Making check in lib /usr/bin/make check-am /usr/bin/make test-fork-safe-assert test-fork-safe-execvpe make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test-fork-safe-assert.o test-fork-safe-assert.c make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o test-fork-safe-execvpe.o test-fork-safe-execvpe.c make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o errors.o errors.c make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o utils.o utils.c make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-fork-safe-assert errors.o test-fork-safe-assert.o utils.o ../common/utils/libutils.la -lpthread libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-fork-safe-assert errors.o test-fork-safe-assert.o utils.o ../common/utils/.libs/libutils.a -lpthread make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-fork-safe-execvpe errors.o test-fork-safe-execvpe.o utils.o ../common/utils/libutils.la -lpthread libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-fork-safe-execvpe errors.o test-fork-safe-execvpe.o utils.o ../common/utils/.libs/libutils.a -lpthread make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' /usr/bin/make check-TESTS make[4]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' PASS: test-fork-safe-assert.sh make[4]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[4]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' PASS: test-fork-safe-execvpe.sh make[4]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' make[4]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/lib' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/lib' Making check in docs make[1]: Nothing to be done for 'check'. Making check in examples make[1]: Nothing to be done for 'check'. Making check in valgrind make[1]: Nothing to be done for 'check'. Making check in . Making check in tests /usr/bin/make compile-header-only compile-c compile-iso-c99 close-null debug debug-environment get-version export-name private-data compile-cxx dlopen make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o compile-header-only.o compile-header-only.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o compile-c.o compile-c.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -std=c99 -pedantic -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o compile_iso_c99-compile-iso-c99.o `test -f 'compile-iso-c99.c' || echo './'`compile-iso-c99.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o close-null.o close-null.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o debug.o debug.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o get-version.o get-version.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o debug-environment.o debug-environment.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o export-name.o export-name.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o private-data.o private-data.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -DLIBRARY=\"../lib/.libs/libnbd.so.0\" -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o dlopen-dlopen.o `test -f 'dlopen.c' || echo './'`dlopen.c make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' g++ -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -o compile-cxx.o compile-cxx.cpp make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o compile-header-only compile-header-only.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/compile-header-only compile-header-only.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /bin/sh ../libtool --tag=CC --mode=link gcc -pthread -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o dlopen dlopen-dlopen.o -ldl -lpthread libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o dlopen dlopen-dlopen.o -ldl -lpthread -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o close-null close-null.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/close-null close-null.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o get-version get-version.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/get-version get-version.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o compile-iso-c99 compile_iso_c99-compile-iso-c99.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/compile-iso-c99 compile_iso_c99-compile-iso-c99.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o debug debug.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/debug debug.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o debug-environment debug-environment.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/debug-environment debug-environment.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o private-data private-data.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/private-data private-data.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o export-name export-name.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/export-name export-name.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o compile-c compile-c.o ../lib/libnbd.la libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/compile-c compile-c.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[2]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o compile-cxx compile-cxx.o ../lib/libnbd.la libtool: link: g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o .libs/compile-cxx compile-cxx.o ../lib/.libs/libnbd.so -lpthread -lgnutls -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' /usr/bin/make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' SKIP: code-bool.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' SKIP: code-asserts.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' SKIP: code-errno.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' SKIP: code-stdint.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' PASS: compile-c make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' PASS: compile-iso-c99 make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' PASS: compile-header-only make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' SKIP: code-inttypes.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' PASS: debug-environment make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' PASS: close-null make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' PASS: compile-cxx make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' PASS: private-data make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' PASS: get-version make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' PASS: export-name make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' PASS: debug make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' PASS: dlopen make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/tests' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 16 # PASS: 11 # SKIP: 5 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/tests' Making check in python /usr/bin/make check-am /usr/bin/make check-TESTS make[4]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/python' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/python' Making check in sh /usr/bin/make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/sh' PASS: test-help.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/sh' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/sh' PASS: test-long-options.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/sh' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/sh' PASS: test-version.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/sh' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/sh' PASS: test-verbose.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/sh' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/sh' PASS: test-short-options.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/sh' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/sh' PASS: test-implicit-handle.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/sh' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/sh' PASS: test-error.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/sh' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/sh' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/sh' Making check in info /usr/bin/make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' PASS: test-short-options.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-cmd-size.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-is-read-only.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-can-connect.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-can-read.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-cmd-json.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-can.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-list.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-can-zero.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-size.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' PASS: test-long-options.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-list-json.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-cannot.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' PASS: test-version.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-list-json-qemu.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-cmd-map-totals.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-uri.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-uri-nbds.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-json.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-list-qemu.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-list-uris.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-oldstyle.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-description.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-text.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-packets.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-null.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-uri-json.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-uri-quoting.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-map-base-allocation-json.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-description-qemu.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-map-base-allocation.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-map-base-allocation-weird.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-map-base-allocation-large.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-map-base-allocation-zero.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-map-qemu-dirty-bitmap.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-map-qemu-allocation-depth.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-atomic-output.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-map-totals-json.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' SKIP: info-map-totals.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/info' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 39 # PASS: 3 # SKIP: 36 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/info' Making check in copy /usr/bin/make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-nbd-to-small-nbd-error.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-nbd-to-nbd.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-nbd-to-nbd2.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-nbd-to-hexdump.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-file-to-nbd.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-nbd-to-file.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-stdin-to-nbd.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-sparse.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-nbd-to-null.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-nbd-error.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-zero-to-nbd.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: test-verbose.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-sparse-request-size.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-nbd-to-stdout.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-sparse-no-extents.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-sparse-to-stream.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-nbd-to-block.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-nbd-to-sparse-file.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-block-to-nbd.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' PASS: copy-stdin-to-null.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-sparse-allocated.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' PASS: copy-zero-to-null.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' PASS: test-long-options.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-tls.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' PASS: copy-progress-bar.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' PASS: test-short-options.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' SKIP: copy-nbd-to-small-block-error.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' PASS: test-version.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' PASS: copy-file-to-null.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' PASS: copy-file-to-file.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/copy' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 30 # PASS: 8 # SKIP: 22 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/copy' Making check in dump /usr/bin/make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/dump' SKIP: dump-data.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/dump' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/dump' SKIP: dump-empty-qcow2.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/dump' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/dump' SKIP: dump-pattern.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/dump' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/dump' PASS: test-short-options.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/dump' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/dump' PASS: test-version.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/dump' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/dump' PASS: test-long-options.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/dump' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/dump' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 6 # PASS: 3 # SKIP: 3 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/dump' Making check in fuse /usr/bin/make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' SKIP: test-unix.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' SKIP: test-nbdkit.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' PASS: test-version.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' PASS: test-long-options.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' PASS: test-short-options.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' SKIP: test-file-mode.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' SKIP: test-nbdkit-command.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' SKIP: test-nbdkit-file-null.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' SKIP: test-pattern.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' SKIP: test-parallel.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' SKIP: test-qcow2.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' SKIP: test-trim.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' SKIP: test-zero.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' SKIP: test-errors.sh make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 14 # PASS: 3 # SKIP: 11 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/fuse' Making check in ublk /usr/bin/make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ublk' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ublk' Making check in ocaml make[1]: Nothing to be done for 'check'. Making check in ocaml/examples make[1]: Nothing to be done for 'check'. Making check in ocaml/tests /usr/bin/make make[2]: Nothing to be done for 'all'. /usr/bin/make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/tests' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/ocaml/tests' Making check in golang /usr/bin/make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/golang' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/golang' Making check in golang/examples make[1]: Nothing to be done for 'check'. Making check in rust /usr/bin/make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/rust' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/rust' Making check in interop /usr/bin/make check-am /usr/bin/make /usr/bin/make all-am make[4]: Nothing to be done for 'all-am'. /usr/bin/make check-TESTS make[4]: Entering directory '/builddir/build/BUILD/libnbd-1.20.2/interop' ============================================================================ Testsuite summary for libnbd 1.20.2 ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/libnbd-1.20.2/interop' Making check in fuzzing make[1]: Nothing to be done for 'check'. Making check in bash-completion make[1]: Nothing to be done for 'check'. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: libnbd-1.20.2-1.ocs23.loongarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lxXm1H + umask 022 + cd /builddir/build/BUILD + cd libnbd-1.20.2 + DOCDIR=/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/doc/libnbd + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/doc/libnbd + cp -pr README.md /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/doc/libnbd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.95Shc7 + umask 022 + cd /builddir/build/BUILD + cd libnbd-1.20.2 + LICENSEDIR=/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/licenses/libnbd + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/licenses/libnbd + cp -pr COPYING.LIB /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/licenses/libnbd + RPM_EC=0 ++ jobs -p + exit 0 Provides: libnbd = 1.20.2-1.ocs23 libnbd(loongarch-64) = 1.20.2-1.ocs23 libnbd.so.0()(64bit) libnbd.so.0(LIBNBD_1.0)(64bit) libnbd.so.0(LIBNBD_1.12)(64bit) libnbd.so.0(LIBNBD_1.16)(64bit) libnbd.so.0(LIBNBD_1.18)(64bit) libnbd.so.0(LIBNBD_1.2)(64bit) libnbd.so.0(LIBNBD_1.4)(64bit) libnbd.so.0(LIBNBD_1.6)(64bit) libnbd.so.0(LIBNBD_1.8)(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-loongarch-lp64d.so.1()(64bit) ld-linux-loongarch-lp64d.so.1(GLIBC_2.36)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.36)(64bit) libc.so.6(GLIBC_2.38)(64bit) libgnutls.so.30()(64bit) libgnutls.so.30(GNUTLS_3_4)(64bit) libgnutls.so.30(GNUTLS_3_7_3)(64bit) libnbd.so.0()(64bit) libnbd.so.0(LIBNBD_1.0)(64bit) libnbd.so.0(LIBNBD_1.16)(64bit) libnbd.so.0(LIBNBD_1.18)(64bit) libnbd.so.0(LIBNBD_1.2)(64bit) libnbd.so.0(LIBNBD_1.4)(64bit) libnbd.so.0(LIBNBD_1.6)(64bit) libnbd.so.0(LIBNBD_1.8)(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) rtld(GNU_HASH) Processing files: libnbd-devel-1.20.2-1.ocs23.loongarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1y9rT0 + umask 022 + cd /builddir/build/BUILD + cd libnbd-1.20.2 + DOCDIR=/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/doc/libnbd-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/doc/libnbd-devel + cp -pr TODO /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/doc/libnbd-devel + cp -pr examples/aio-connect-read.c examples/batched-read-write.c examples/connect-command.c examples/connect-uri.c examples/copy-libev.c examples/encryption.c examples/fetch-first-sector.c examples/get-size.c examples/glib-main-loop.c examples/list-exports.c examples/open-qcow2.c examples/reads-and-writes.c examples/server-flags.c examples/strict-structured-reads.c examples/threaded-reads-and-writes.c examples/userfault-map.c /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/doc/libnbd-devel + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.byj9tP + umask 022 + cd /builddir/build/BUILD + cd libnbd-1.20.2 + LICENSEDIR=/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/licenses/libnbd-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/licenses/libnbd-devel + cp -pr examples/LICENSE-FOR-EXAMPLES /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/licenses/libnbd-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: libnbd-devel = 1.20.2-1.ocs23 libnbd-devel(loongarch-64) = 1.20.2-1.ocs23 pkgconfig(libnbd) = 1.20.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libnbd.so.0()(64bit) Processing files: python3-libnbd-1.20.2-1.ocs23.loongarch64 Provides: python-libnbd = 1.20.2-1.ocs23 python3-libnbd = 1.20.2-1.ocs23 python3-libnbd(loongarch-64) = 1.20.2-1.ocs23 python3.11-libnbd = 1.20.2-1.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/sh ld-linux-loongarch-lp64d.so.1()(64bit) ld-linux-loongarch-lp64d.so.1(GLIBC_2.36)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.36)(64bit) libgnutls.so.30()(64bit) libnbd.so.0()(64bit) libnbd.so.0(LIBNBD_1.0)(64bit) libnbd.so.0(LIBNBD_1.12)(64bit) libnbd.so.0(LIBNBD_1.16)(64bit) libnbd.so.0(LIBNBD_1.18)(64bit) libnbd.so.0(LIBNBD_1.2)(64bit) libnbd.so.0(LIBNBD_1.4)(64bit) libnbd.so.0(LIBNBD_1.6)(64bit) libnbd.so.0(LIBNBD_1.8)(64bit) libxml2.so.2()(64bit) python(abi) = 3.11 rtld(GNU_HASH) Obsoletes: python3.11-libnbd < 1.20.2-1.ocs23 Processing files: nbdfuse-1.20.2-1.ocs23.loongarch64 Provides: nbdfuse = 1.20.2-1.ocs23 nbdfuse(loongarch-64) = 1.20.2-1.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-loongarch-lp64d.so.1()(64bit) ld-linux-loongarch-lp64d.so.1(GLIBC_2.36)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.36)(64bit) libc.so.6(GLIBC_2.38)(64bit) libfuse3.so.3()(64bit) libfuse3.so.3(FUSE_3.0)(64bit) libfuse3.so.3(FUSE_3.1)(64bit) libfuse3.so.3(FUSE_3.12)(64bit) libnbd.so.0()(64bit) libnbd.so.0(LIBNBD_1.0)(64bit) libnbd.so.0(LIBNBD_1.2)(64bit) rtld(GNU_HASH) Recommends: fuse3 Processing files: libnbd-bash-completion-1.20.2-1.ocs23.noarch Provides: libnbd-bash-completion = 1.20.2-1.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-libnbd-1.20.2-1.ocs23.loongarch64 Provides: ocaml(NBD) = 37f215f711b9f88d2b17e38eb44e9163 ocaml-libnbd = 1.20.2-1.ocs23 ocaml-libnbd(loongarch-64) = 1.20.2-1.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-loongarch-lp64d.so.1()(64bit) ld-linux-loongarch-lp64d.so.1(GLIBC_2.36)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.36)(64bit) libnbd.so.0()(64bit) libnbd.so.0(LIBNBD_1.0)(64bit) libnbd.so.0(LIBNBD_1.12)(64bit) libnbd.so.0(LIBNBD_1.16)(64bit) libnbd.so.0(LIBNBD_1.18)(64bit) libnbd.so.0(LIBNBD_1.2)(64bit) libnbd.so.0(LIBNBD_1.4)(64bit) libnbd.so.0(LIBNBD_1.6)(64bit) libnbd.so.0(LIBNBD_1.8)(64bit) ocaml(CamlinternalFormatBasics) = 1068d69aaa4c252adfddcd00fc621c91 ocaml(Stdlib) = c58cfa3adb194700e6be5ae9791ba7ad ocaml(Stdlib__Bigarray) = cf28a44a06fdd508147cc8be96862398 ocaml(Stdlib__Bytes) = 68e1ece91e85f7213deb37820726ada8 ocaml(Stdlib__Callback) = e5e2c60f15a8962cfb0f7156a05c743d ocaml(Stdlib__Complex) = 4d1df53b7da7a09d2218033cad9175e3 ocaml(Stdlib__Either) = 20eb2929bc72314d5c1675f8c8844da3 ocaml(Stdlib__Gc) = 64844f95521ceeecb265908f64446637 ocaml(Stdlib__Int32) = b2d1a2559ae5d9ec9a6e48db1ae003fd ocaml(Stdlib__Obj) = 84f58c21f12ea96e4832224508924e65 ocaml(Stdlib__Printexc) = e2773194b36f3618e74f1e6286b185b6 ocaml(Stdlib__Seq) = be0ddc4fda866826cab6110a33c29bf7 ocaml(Stdlib__String) = 161361df13811e37e7c3529cb51611b6 ocaml(Stdlib__Uchar) = 4907c986f4c1390be5fd6621472942cb ocaml(Unix) = 1a4f1df4126693e0214ec19a35747734 rtld(GNU_HASH) Processing files: ocaml-libnbd-devel-1.20.2-1.ocs23.loongarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4KJ8Hn + umask 022 + cd /builddir/build/BUILD + cd libnbd-1.20.2 + DOCDIR=/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/doc/ocaml-libnbd-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/doc/ocaml-libnbd-devel + cp -pr ocaml/examples/asynch_copy.ml ocaml/examples/extents.ml ocaml/examples/extents64.ml ocaml/examples/get_size.ml ocaml/examples/open_qcow2.ml ocaml/examples/server_flags.ml /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/doc/ocaml-libnbd-devel + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jguQA2 + umask 022 + cd /builddir/build/BUILD + cd libnbd-1.20.2 + LICENSEDIR=/builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/licenses/ocaml-libnbd-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/licenses/ocaml-libnbd-devel + cp -pr ocaml/examples/LICENSE-FOR-EXAMPLES /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64/usr/share/licenses/ocaml-libnbd-devel + RPM_EC=0 ++ jobs -p + exit 0 INFO: ignoring Requires ocamlx(Stdlib__Callback)=f0c312b82b039e9f3bba8622df15d14a from /usr/lib64/ocaml/nbd/mlnbd.cmxa INFO: ignoring Requires ocamlx(Stdlib__Callback)=f0c312b82b039e9f3bba8622df15d14a from /usr/lib64/ocaml/nbd/NBD.cmx Provides: ocaml(NBD) = 37f215f711b9f88d2b17e38eb44e9163 ocaml-libnbd-devel = 1.20.2-1.ocs23 ocaml-libnbd-devel(loongarch-64) = 1.20.2-1.ocs23 ocamlx(NBD) = a5d342e1bbbcab588de0a5374a277be0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 1068d69aaa4c252adfddcd00fc621c91 ocaml(Stdlib) = c58cfa3adb194700e6be5ae9791ba7ad ocaml(Stdlib__Bigarray) = cf28a44a06fdd508147cc8be96862398 ocaml(Stdlib__Bytes) = 68e1ece91e85f7213deb37820726ada8 ocaml(Stdlib__Callback) = e5e2c60f15a8962cfb0f7156a05c743d ocaml(Stdlib__Complex) = 4d1df53b7da7a09d2218033cad9175e3 ocaml(Stdlib__Either) = 20eb2929bc72314d5c1675f8c8844da3 ocaml(Stdlib__Gc) = 64844f95521ceeecb265908f64446637 ocaml(Stdlib__Int32) = b2d1a2559ae5d9ec9a6e48db1ae003fd ocaml(Stdlib__Obj) = 84f58c21f12ea96e4832224508924e65 ocaml(Stdlib__Printexc) = e2773194b36f3618e74f1e6286b185b6 ocaml(Stdlib__Seq) = be0ddc4fda866826cab6110a33c29bf7 ocaml(Stdlib__String) = 161361df13811e37e7c3529cb51611b6 ocaml(Stdlib__Uchar) = 4907c986f4c1390be5fd6621472942cb ocaml(Unix) = 1a4f1df4126693e0214ec19a35747734 ocamlx(Stdlib__Bigarray) = c495f950e3894e277872ced38bca2870 ocamlx(Stdlib__Gc) = 2ca845ef4729f68461c355eb42992a8d Processing files: libnbd-debugsource-1.20.2-1.ocs23.loongarch64 Provides: libnbd-debugsource = 1.20.2-1.ocs23 libnbd-debugsource(loongarch-64) = 1.20.2-1.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libnbd-debuginfo-1.20.2-1.ocs23.loongarch64 Provides: debuginfo(build-id) = 361cfd929998a53bad4b9316d2cea45d609f762f debuginfo(build-id) = 4a0a3050fb43f6b05215ad5a1eb71f30b78567af debuginfo(build-id) = b93cc3a206b9c468c0f469fa646cbcd276afce73 debuginfo(build-id) = cd98123653f29e0068383de7dcbc83776a0a5070 libnbd-debuginfo = 1.20.2-1.ocs23 libnbd-debuginfo(loongarch-64) = 1.20.2-1.ocs23 libnbd.so.0.0.0-1.20.2-1.ocs23.loongarch64.debug()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libnbd-debugsource(loongarch-64) = 1.20.2-1.ocs23 Processing files: python3-libnbd-debuginfo-1.20.2-1.ocs23.loongarch64 Provides: debuginfo(build-id) = 7f8d3523d161fb11a6c3e49c1bba6bfabc9c5441 libnbdmod.cpython-311-loongarch64-linux-gnu.so-1.20.2-1.ocs23.loongarch64.debug()(64bit) python-libnbd-debuginfo = 1.20.2-1.ocs23 python3-libnbd-debuginfo = 1.20.2-1.ocs23 python3-libnbd-debuginfo(loongarch-64) = 1.20.2-1.ocs23 python3.11-libnbd-debuginfo = 1.20.2-1.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libnbd-debugsource(loongarch-64) = 1.20.2-1.ocs23 Processing files: nbdfuse-debuginfo-1.20.2-1.ocs23.loongarch64 Provides: debuginfo(build-id) = 54ff6c38fbe675b9cfc19229bed6c25bccca7920 nbdfuse-debuginfo = 1.20.2-1.ocs23 nbdfuse-debuginfo(loongarch-64) = 1.20.2-1.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libnbd-debugsource(loongarch-64) = 1.20.2-1.ocs23 Processing files: ocaml-libnbd-debuginfo-1.20.2-1.ocs23.loongarch64 Provides: debuginfo(build-id) = 6af17dcedfcfedcca141172a103812f4e2ae2f42 ocaml-libnbd-debuginfo = 1.20.2-1.ocs23 ocaml-libnbd-debuginfo(loongarch-64) = 1.20.2-1.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libnbd-debugsource(loongarch-64) = 1.20.2-1.ocs23 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libnbd-1.20.2-1.ocs23.loongarch64 Wrote: /builddir/build/RPMS/libnbd-bash-completion-1.20.2-1.ocs23.noarch.rpm Wrote: /builddir/build/RPMS/nbdfuse-1.20.2-1.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/ocaml-libnbd-1.20.2-1.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/nbdfuse-debuginfo-1.20.2-1.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/python3-libnbd-1.20.2-1.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/libnbd-1.20.2-1.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/ocaml-libnbd-debuginfo-1.20.2-1.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/python3-libnbd-debuginfo-1.20.2-1.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/ocaml-libnbd-devel-1.20.2-1.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/libnbd-debugsource-1.20.2-1.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/libnbd-devel-1.20.2-1.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/libnbd-debuginfo-1.20.2-1.ocs23.loongarch64.rpm Child return code was: 0