Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)
  on blue-2.shared.runners-manager.gitlab.com/default XxUrkriX
section_start:1657979834:resolve_secrets
Resolving secrets
section_end:1657979834:resolve_secrets
section_start:1657979834:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image registry.gitlab.com/nbdkit/libnbd/ci-ubuntu-1804:latest ...
Authenticating with credentials from job payload (GitLab Registry)
Pulling docker image registry.gitlab.com/nbdkit/libnbd/ci-ubuntu-1804:latest ...
Using docker image sha256:ba40bc5b5ee15f9b52f83c2a0fd0f23643d8bfb1ede9d66388f797f8f5489503 for registry.gitlab.com/nbdkit/libnbd/ci-ubuntu-1804:latest with digest registry.gitlab.com/nbdkit/libnbd/ci-ubuntu-1804@sha256:ce8934502453613ce1d75d16f2338e988176033ddc04c6b72480b022bd43ca82 ...
section_end:1657979875:prepare_executor
section_start:1657979875:prepare_script
Preparing environment
Running on runner-xxurkrix-project-24336857-concurrent-0 via runner-xxurkrix-shared-1657979777-8084441a...
section_end:1657979878:prepare_script
section_start:1657979878:get_sources
Getting source from Git repository
$ eval "$CI_PRE_CLONE_SCRIPT"
Fetching changes with git depth set to 100...
Initialized empty Git repository in /builds/nbdkit/libnbd/.git/
Created fresh repository.
Checking out d11ddb6b as master...

Skipping Git submodules setup
section_end:1657979880:get_sources
section_start:1657979880:restore_cache
Restoring cache
Checking cache for x86_64-ubuntu-1804-protected...
Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/24336857/x86_64-ubuntu-1804-protected 
Successfully extracted cache
section_end:1657979882:restore_cache
section_start:1657979882:step_script
Executing "step_script" stage of the job script
Using docker image sha256:ba40bc5b5ee15f9b52f83c2a0fd0f23643d8bfb1ede9d66388f797f8f5489503 for registry.gitlab.com/nbdkit/libnbd/ci-ubuntu-1804:latest with digest registry.gitlab.com/nbdkit/libnbd/ci-ubuntu-1804@sha256:ce8934502453613ce1d75d16f2338e988176033ddc04c6b72480b022bd43ca82 ...
$ export MAKEFLAGS="-j $(getconf _NPROCESSORS_ONLN)" # collapsed multi-line command
$ ci/build.sh
+ main
+ MAKE=/usr/bin/make
+ autoreconf -if
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:23: installing './compile'
configure.ac:28: installing './config.guess'
configure.ac:28: installing './config.sub'
configure.ac:27: installing './install-sh'
configure.ac:27: installing './missing'
common/include/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
+ CONFIG_ARGS=--enable-gcc-warnings --with-gnutls --with-libxml2 
+ test -n 
+ CONFIG_ARGS=--enable-gcc-warnings --with-gnutls --with-libxml2 
            --enable-fuse
            --enable-ocaml
            --enable-python
+ test  = skip
+ CONFIG_ARGS=--enable-gcc-warnings --with-gnutls --with-libxml2 
            --enable-fuse
            --enable-ocaml
            --enable-python --enable-golang
+ ./configure --enable-gcc-warnings --with-gnutls --with-libxml2 --enable-fuse --enable-ocaml --enable-python --enable-golang
checking for 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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether /usr/bin/make sets $(MAKE)... yes
checking for style of include used by /usr/bin/make... GNU
checking whether /usr/bin/make supports nested variables... yes
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by 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 x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
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 -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for function prototypes... yes
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 for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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... yes
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 -m elf_x86_64) 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 whether the compiler supports -Wvla... yes
checking whether the compiler supports -Wframe-larger-than=5000... yes
checking whether the compiler supports -Wstack-usage=10000... yes
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 byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking stdatomic.h usability... yes
checking stdatomic.h presence... yes
checking for stdatomic.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking for linux/vm_sockets.h... yes
checking for sys/vsock.h... no
checking for posix_fadvise... yes
checking for posix_memalign... yes
checking for strerrordesc_np... no
checking for valloc... yes
checking whether sys_errlist is declared... yes
checking for dlopen in -ldl... yes
checking for dlfcn.h... (cached) yes
checking if this is glibc >= 2.34... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GNUTLS... yes
gnutls version is 3.5.18
checking for default TLS session priority string... NORMAL
checking for gnutls_session_set_verify_cert... yes
checking for gnutls_transport_is_ktls_enabled... no
checking for certtool... certtool
checking for psktool... psktool
checking for LIBXML2... yes
libxml2 version is 2.9.4
checking for nbdkit... no
checking for nbd-server... nbd-server
checking for qemu-nbd... qemu-nbd
checking for qemu-storage-daemon... no
checking for GLIB... yes
glib2 version is 2.56.4
checking for LIBEV... no
checking ev.h usability... yes
checking ev.h presence... yes
checking for ev.h... yes
checking for ev_time in -lev... yes
checking if the compiler is new enough for good aliasing rules... no
checking for FUSE... no
configure: WARNING: FUSE 3 library and headers are missing, so optional nbdfuse program won't be built
checking for perl... perl
checking if we have perl Pod::Man and Pod::Simple... yes
checking for BASH_COMPLETION... yes
checking for bash-completions directory... /usr/share/bash-completion/completions
checking for ocamlc... ocamlc
OCaml version is 4.05.0
OCaml library path is /usr/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... no
checking for ocamlfind... ocamlfind
checking for caml_alloc_custom_mem... no
checking for caml_alloc_initialized_string... no
checking for python3... python3
checking Python version... 3.6
checking for PYTHON... yes
checking Python prefix... /usr
checking for Python site-packages path... /usr/lib/python3/dist-packages
checking for Python extension suffix (PEP-3149)... .cpython-36m-x86_64-linux-gnu.so
checking for go... go
checking if go is usable... no
configure: WARNING: golang (go) is installed but not usable
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 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 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-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 python/Makefile
config.status: creating sh/Makefile
config.status: creating tests/Makefile
config.status: creating tests/functions.sh
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.13.6

This is how we have configured the optional components for you today:

Optional library features:

    TLS support ............................ yes
    NBD URI support ........................ yes
    FUSE support ........................... no
    Manual pages ........................... yes
    Bash tab completion .................... yes

Language bindings:

    Go ..................................... no
    OCaml .................................. yes
    Python ................................. yes

Server interoperability testing:

    qemu-nbd ............................... yes
    qemu-storage-daemon .................... no
    nbdkit ................................. no
    nbd-server ............................. yes

Examples:

    glib example ........................... yes
    libev example .......................... yes

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:
http://www.redhat.com/mailman/listinfo/libguestfs

Next you should type 'make' to build the package,
then 'make check' to run the tests.
+ /usr/bin/make
/usr/bin/make  all-recursive
make[1]: Entering directory '/builds/nbdkit/libnbd'
Making all in generator
make[2]: Entering directory '/builds/nbdkit/libnbd/generator'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builds/nbdkit/libnbd/generator'
Making all in include
make[2]: Entering directory '/builds/nbdkit/libnbd/include'
/usr/bin/make -C ../generator stamp-generator
make[3]: Entering directory '/builds/nbdkit/libnbd/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 . \
  str.cma unix.cma 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 Python.mli Python.ml OCaml.mli OCaml.ml GoLang.mli GoLang.ml generator.ml -o generator
rm -f stamp-generator
cd .. && \
    OCAMLRUNPARAM=b /builds/nbdkit/libnbd/generator/generator
Regenerating the cache, this could take a little while ...
written lib/states.h
written lib/states.c
written lib/states-run.c
written lib/libnbd.syms
written include/libnbd.h
written lib/unlocked.h
written lib/api.c
written docs/Makefile.inc
written docs/api-links.pod
written docs/api-flag-links.pod
written docs/nbd_set_debug.pod
written docs/nbd_get_debug.pod
written docs/nbd_set_debug_callback.pod
written docs/nbd_clear_debug_callback.pod
written docs/nbd_set_handle_name.pod
written docs/nbd_get_handle_name.pod
written docs/nbd_set_private_data.pod
written docs/nbd_get_private_data.pod
written docs/nbd_set_export_name.pod
written docs/nbd_get_export_name.pod
written docs/nbd_set_request_block_size.pod
written docs/nbd_get_request_block_size.pod
written docs/nbd_set_full_info.pod
written docs/nbd_get_full_info.pod
written docs/nbd_get_canonical_export_name.pod
written docs/nbd_get_export_description.pod
written docs/nbd_set_tls.pod
written docs/nbd_get_tls.pod
written docs/nbd_get_tls_negotiated.pod
written docs/nbd_set_tls_certificates.pod
written docs/nbd_set_tls_verify_peer.pod
written docs/nbd_get_tls_verify_peer.pod
written docs/nbd_set_tls_username.pod
written docs/nbd_get_tls_username.pod
written docs/nbd_set_tls_psk_file.pod
written docs/nbd_set_request_structured_replies.pod
written docs/nbd_get_request_structured_replies.pod
written docs/nbd_get_structured_replies_negotiated.pod
written docs/nbd_set_handshake_flags.pod
written docs/nbd_get_handshake_flags.pod
written docs/nbd_set_pread_initialize.pod
written docs/nbd_get_pread_initialize.pod
written docs/nbd_set_strict_mode.pod
written docs/nbd_get_strict_mode.pod
written docs/nbd_set_opt_mode.pod
written docs/nbd_get_opt_mode.pod
written docs/nbd_opt_go.pod
written docs/nbd_opt_abort.pod
written docs/nbd_opt_list.pod
written docs/nbd_opt_info.pod
written docs/nbd_opt_list_meta_context.pod
written docs/nbd_add_meta_context.pod
written docs/nbd_get_nr_meta_contexts.pod
written docs/nbd_get_meta_context.pod
written docs/nbd_clear_meta_contexts.pod
written docs/nbd_set_uri_allow_transports.pod
written docs/nbd_set_uri_allow_tls.pod
written docs/nbd_set_uri_allow_local_file.pod
written docs/nbd_connect_uri.pod
written docs/nbd_connect_unix.pod
written docs/nbd_connect_vsock.pod
written docs/nbd_connect_tcp.pod
written docs/nbd_connect_socket.pod
written docs/nbd_connect_command.pod
written docs/nbd_connect_systemd_socket_activation.pod
written docs/nbd_is_read_only.pod
written docs/nbd_can_flush.pod
written docs/nbd_can_fua.pod
written docs/nbd_is_rotational.pod
written docs/nbd_can_trim.pod
written docs/nbd_can_zero.pod
written docs/nbd_can_fast_zero.pod
written docs/nbd_can_df.pod
written docs/nbd_can_multi_conn.pod
written docs/nbd_can_cache.pod
written docs/nbd_can_meta_context.pod
written docs/nbd_get_protocol.pod
written docs/nbd_get_size.pod
written docs/nbd_get_block_size.pod
written docs/nbd_pread.pod
written docs/nbd_pread_structured.pod
written docs/nbd_pwrite.pod
written docs/nbd_shutdown.pod
written docs/nbd_flush.pod
written docs/nbd_trim.pod
written docs/nbd_cache.pod
written docs/nbd_zero.pod
written docs/nbd_block_status.pod
written docs/nbd_poll.pod
written docs/nbd_aio_connect.pod
written docs/nbd_aio_connect_uri.pod
written docs/nbd_aio_connect_unix.pod
written docs/nbd_aio_connect_vsock.pod
written docs/nbd_aio_connect_tcp.pod
written docs/nbd_aio_connect_socket.pod
written docs/nbd_aio_connect_command.pod
written docs/nbd_aio_connect_systemd_socket_activation.pod
written docs/nbd_aio_opt_go.pod
written docs/nbd_aio_opt_abort.pod
written docs/nbd_aio_opt_list.pod
written docs/nbd_aio_opt_info.pod
written docs/nbd_aio_opt_list_meta_context.pod
written docs/nbd_aio_pread.pod
written docs/nbd_aio_pread_structured.pod
written docs/nbd_aio_pwrite.pod
written docs/nbd_aio_disconnect.pod
written docs/nbd_aio_flush.pod
written docs/nbd_aio_trim.pod
written docs/nbd_aio_cache.pod
written docs/nbd_aio_zero.pod
written docs/nbd_aio_block_status.pod
written docs/nbd_aio_get_fd.pod
written docs/nbd_aio_get_direction.pod
written docs/nbd_aio_notify_read.pod
written docs/nbd_aio_notify_write.pod
written docs/nbd_aio_is_created.pod
written docs/nbd_aio_is_connecting.pod
written docs/nbd_aio_is_negotiating.pod
written docs/nbd_aio_is_ready.pod
written docs/nbd_aio_is_processing.pod
written docs/nbd_aio_is_dead.pod
written docs/nbd_aio_is_closed.pod
written docs/nbd_aio_command_completed.pod
written docs/nbd_aio_peek_command_completed.pod
written docs/nbd_aio_in_flight.pod
written docs/nbd_connection_state.pod
written docs/nbd_get_package_name.pod
written docs/nbd_get_version.pod
written docs/nbd_kill_subprocess.pod
written docs/nbd_supports_tls.pod
written docs/nbd_supports_uri.pod
written docs/nbd_get_uri.pod
written python/methods.h
written python/libnbdmod.c
written python/methods.c
written python/nbd.py
written ocaml/NBD.mli
written ocaml/NBD.ml
written ocaml/nbd-c.c
written golang/bindings.go
written golang/closures.go
written golang/wrappers.go
written golang/wrappers.h
touch stamp-generator
make[3]: Leaving directory '/builds/nbdkit/libnbd/generator'
/usr/bin/make  all-am
make[3]: Entering directory '/builds/nbdkit/libnbd/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builds/nbdkit/libnbd/include'
make[2]: Leaving directory '/builds/nbdkit/libnbd/include'
Making all in common/include
make[2]: Entering directory '/builds/nbdkit/libnbd/common/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builds/nbdkit/libnbd/common/include'
Making all in common/utils
make[2]: Entering directory '/builds/nbdkit/libnbd/common/utils'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../common/include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT libutils_la-human-size.lo -MD -MP -MF .deps/libutils_la-human-size.Tpo -c -o libutils_la-human-size.lo `test -f 'human-size.c' || echo './'`human-size.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../common/include -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libutils_la-human-size.lo -MD -MP -MF .deps/libutils_la-human-size.Tpo -c human-size.c  -fPIC -DPIC -o .libs/libutils_la-human-size.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../common/include -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libutils_la-human-size.lo -MD -MP -MF .deps/libutils_la-human-size.Tpo -c human-size.c -o libutils_la-human-size.o >/dev/null 2>&1
mv -f .deps/libutils_la-human-size.Tpo .deps/libutils_la-human-size.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../common/include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT libutils_la-vector.lo -MD -MP -MF .deps/libutils_la-vector.Tpo -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 -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libutils_la-vector.lo -MD -MP -MF .deps/libutils_la-vector.Tpo -c vector.c  -fPIC -DPIC -o .libs/libutils_la-vector.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../common/include -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libutils_la-vector.lo -MD -MP -MF .deps/libutils_la-vector.Tpo -c vector.c -o libutils_la-vector.o >/dev/null 2>&1
mv -f .deps/libutils_la-vector.Tpo .deps/libutils_la-vector.Plo
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../common/include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT libutils_la-version.lo -MD -MP -MF .deps/libutils_la-version.Tpo -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 -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libutils_la-version.lo -MD -MP -MF .deps/libutils_la-version.Tpo -c version.c  -fPIC -DPIC -o .libs/libutils_la-version.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../common/include -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libutils_la-version.lo -MD -MP -MF .deps/libutils_la-version.Tpo -c version.c -o libutils_la-version.o >/dev/null 2>&1
mv -f .deps/libutils_la-version.Tpo .deps/libutils_la-version.Plo
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o libutils.la  libutils_la-human-size.lo libutils_la-vector.lo libutils_la-version.lo   
libtool: link: ar cru .libs/libutils.a .libs/libutils_la-human-size.o .libs/libutils_la-vector.o .libs/libutils_la-version.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libutils.a
libtool: link: ( cd ".libs" && rm -f "libutils.la" && ln -s "../libutils.la" "libutils.la" )
make[2]: Leaving directory '/builds/nbdkit/libnbd/common/utils'
Making all in lib
make[2]: Entering directory '/builds/nbdkit/libnbd/lib'
/usr/bin/make  all-am
make[3]: Entering directory '/builds/nbdkit/libnbd/lib'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-aio.lo -MD -MP -MF .deps/libnbd_la-aio.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-aio.lo -MD -MP -MF .deps/libnbd_la-aio.Tpo -c aio.c  -fPIC -DPIC -o .libs/libnbd_la-aio.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-aio.lo -MD -MP -MF .deps/libnbd_la-aio.Tpo -c aio.c -o libnbd_la-aio.o >/dev/null 2>&1
mv -f .deps/libnbd_la-aio.Tpo .deps/libnbd_la-aio.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-api.lo -MD -MP -MF .deps/libnbd_la-api.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-api.lo -MD -MP -MF .deps/libnbd_la-api.Tpo -c api.c  -fPIC -DPIC -o .libs/libnbd_la-api.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-api.lo -MD -MP -MF .deps/libnbd_la-api.Tpo -c api.c -o libnbd_la-api.o >/dev/null 2>&1
mv -f .deps/libnbd_la-api.Tpo .deps/libnbd_la-api.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-connect.lo -MD -MP -MF .deps/libnbd_la-connect.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-connect.lo -MD -MP -MF .deps/libnbd_la-connect.Tpo -c connect.c  -fPIC -DPIC -o .libs/libnbd_la-connect.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-connect.lo -MD -MP -MF .deps/libnbd_la-connect.Tpo -c connect.c -o libnbd_la-connect.o >/dev/null 2>&1
mv -f .deps/libnbd_la-connect.Tpo .deps/libnbd_la-connect.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-crypto.lo -MD -MP -MF .deps/libnbd_la-crypto.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-crypto.lo -MD -MP -MF .deps/libnbd_la-crypto.Tpo -c crypto.c  -fPIC -DPIC -o .libs/libnbd_la-crypto.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-crypto.lo -MD -MP -MF .deps/libnbd_la-crypto.Tpo -c crypto.c -o libnbd_la-crypto.o >/dev/null 2>&1
mv -f .deps/libnbd_la-crypto.Tpo .deps/libnbd_la-crypto.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-debug.lo -MD -MP -MF .deps/libnbd_la-debug.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-debug.lo -MD -MP -MF .deps/libnbd_la-debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/libnbd_la-debug.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-debug.lo -MD -MP -MF .deps/libnbd_la-debug.Tpo -c debug.c -o libnbd_la-debug.o >/dev/null 2>&1
mv -f .deps/libnbd_la-debug.Tpo .deps/libnbd_la-debug.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-disconnect.lo -MD -MP -MF .deps/libnbd_la-disconnect.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-disconnect.lo -MD -MP -MF .deps/libnbd_la-disconnect.Tpo -c disconnect.c  -fPIC -DPIC -o .libs/libnbd_la-disconnect.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-disconnect.lo -MD -MP -MF .deps/libnbd_la-disconnect.Tpo -c disconnect.c -o libnbd_la-disconnect.o >/dev/null 2>&1
mv -f .deps/libnbd_la-disconnect.Tpo .deps/libnbd_la-disconnect.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-errors.lo -MD -MP -MF .deps/libnbd_la-errors.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-errors.lo -MD -MP -MF .deps/libnbd_la-errors.Tpo -c errors.c  -fPIC -DPIC -o .libs/libnbd_la-errors.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-errors.lo -MD -MP -MF .deps/libnbd_la-errors.Tpo -c errors.c -o libnbd_la-errors.o >/dev/null 2>&1
mv -f .deps/libnbd_la-errors.Tpo .deps/libnbd_la-errors.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-flags.lo -MD -MP -MF .deps/libnbd_la-flags.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-flags.lo -MD -MP -MF .deps/libnbd_la-flags.Tpo -c flags.c  -fPIC -DPIC -o .libs/libnbd_la-flags.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-flags.lo -MD -MP -MF .deps/libnbd_la-flags.Tpo -c flags.c -o libnbd_la-flags.o >/dev/null 2>&1
mv -f .deps/libnbd_la-flags.Tpo .deps/libnbd_la-flags.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-handle.lo -MD -MP -MF .deps/libnbd_la-handle.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-handle.lo -MD -MP -MF .deps/libnbd_la-handle.Tpo -c handle.c  -fPIC -DPIC -o .libs/libnbd_la-handle.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-handle.lo -MD -MP -MF .deps/libnbd_la-handle.Tpo -c handle.c -o libnbd_la-handle.o >/dev/null 2>&1
mv -f .deps/libnbd_la-handle.Tpo .deps/libnbd_la-handle.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-is-state.lo -MD -MP -MF .deps/libnbd_la-is-state.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-is-state.lo -MD -MP -MF .deps/libnbd_la-is-state.Tpo -c is-state.c  -fPIC -DPIC -o .libs/libnbd_la-is-state.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-is-state.lo -MD -MP -MF .deps/libnbd_la-is-state.Tpo -c is-state.c -o libnbd_la-is-state.o >/dev/null 2>&1
mv -f .deps/libnbd_la-is-state.Tpo .deps/libnbd_la-is-state.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-opt.lo -MD -MP -MF .deps/libnbd_la-opt.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-opt.lo -MD -MP -MF .deps/libnbd_la-opt.Tpo -c opt.c  -fPIC -DPIC -o .libs/libnbd_la-opt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-opt.lo -MD -MP -MF .deps/libnbd_la-opt.Tpo -c opt.c -o libnbd_la-opt.o >/dev/null 2>&1
mv -f .deps/libnbd_la-opt.Tpo .deps/libnbd_la-opt.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-poll.lo -MD -MP -MF .deps/libnbd_la-poll.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-poll.lo -MD -MP -MF .deps/libnbd_la-poll.Tpo -c poll.c  -fPIC -DPIC -o .libs/libnbd_la-poll.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-poll.lo -MD -MP -MF .deps/libnbd_la-poll.Tpo -c poll.c -o libnbd_la-poll.o >/dev/null 2>&1
mv -f .deps/libnbd_la-poll.Tpo .deps/libnbd_la-poll.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-protocol.lo -MD -MP -MF .deps/libnbd_la-protocol.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-protocol.lo -MD -MP -MF .deps/libnbd_la-protocol.Tpo -c protocol.c  -fPIC -DPIC -o .libs/libnbd_la-protocol.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-protocol.lo -MD -MP -MF .deps/libnbd_la-protocol.Tpo -c protocol.c -o libnbd_la-protocol.o >/dev/null 2>&1
mv -f .deps/libnbd_la-protocol.Tpo .deps/libnbd_la-protocol.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-rw.lo -MD -MP -MF .deps/libnbd_la-rw.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-rw.lo -MD -MP -MF .deps/libnbd_la-rw.Tpo -c rw.c  -fPIC -DPIC -o .libs/libnbd_la-rw.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-rw.lo -MD -MP -MF .deps/libnbd_la-rw.Tpo -c rw.c -o libnbd_la-rw.o >/dev/null 2>&1
mv -f .deps/libnbd_la-rw.Tpo .deps/libnbd_la-rw.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-socket.lo -MD -MP -MF .deps/libnbd_la-socket.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-socket.lo -MD -MP -MF .deps/libnbd_la-socket.Tpo -c socket.c  -fPIC -DPIC -o .libs/libnbd_la-socket.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-socket.lo -MD -MP -MF .deps/libnbd_la-socket.Tpo -c socket.c -o libnbd_la-socket.o >/dev/null 2>&1
mv -f .deps/libnbd_la-socket.Tpo .deps/libnbd_la-socket.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-states.lo -MD -MP -MF .deps/libnbd_la-states.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-states.lo -MD -MP -MF .deps/libnbd_la-states.Tpo -c states.c  -fPIC -DPIC -o .libs/libnbd_la-states.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-states.lo -MD -MP -MF .deps/libnbd_la-states.Tpo -c states.c -o libnbd_la-states.o >/dev/null 2>&1
mv -f .deps/libnbd_la-states.Tpo .deps/libnbd_la-states.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-states-run.lo -MD -MP -MF .deps/libnbd_la-states-run.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-states-run.lo -MD -MP -MF .deps/libnbd_la-states-run.Tpo -c states-run.c  -fPIC -DPIC -o .libs/libnbd_la-states-run.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-states-run.lo -MD -MP -MF .deps/libnbd_la-states-run.Tpo -c states-run.c -o libnbd_la-states-run.o >/dev/null 2>&1
mv -f .deps/libnbd_la-states-run.Tpo .deps/libnbd_la-states-run.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-uri.lo -MD -MP -MF .deps/libnbd_la-uri.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-uri.lo -MD -MP -MF .deps/libnbd_la-uri.Tpo -c uri.c  -fPIC -DPIC -o .libs/libnbd_la-uri.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-uri.lo -MD -MP -MF .deps/libnbd_la-uri.Tpo -c uri.c -o libnbd_la-uri.o >/dev/null 2>&1
mv -f .deps/libnbd_la-uri.Tpo .deps/libnbd_la-uri.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -MT libnbd_la-utils.lo -MD -MP -MF .deps/libnbd_la-utils.Tpo -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=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-utils.lo -MD -MP -MF .deps/libnbd_la-utils.Tpo -c utils.c  -fPIC -DPIC -o .libs/libnbd_la-utils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../common/include -I../common/utils -Dsysconfdir=\"/usr/local/etc\" -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT libnbd_la-utils.lo -MD -MP -MF .deps/libnbd_la-utils.Tpo -c utils.c -o libnbd_la-utils.o >/dev/null 2>&1
mv -f .deps/libnbd_la-utils.Tpo .deps/libnbd_la-utils.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -I/usr/include/p11-kit-1   -I/usr/include/libxml2    -g -O2 -lpthread -Wl,--version-script=./libnbd.syms -version-info 0:0:0   -o libnbd.la -rpath /usr/local/lib 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  -pthread -g -O2 -Wl,--version-script=./libnbd.syms   -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/libnbd.lax/libutils.a && ar x "/builds/nbdkit/libnbd/lib/../common/utils/.libs/libutils.a")
libtool: link: ar cru .libs/libnbd.a  libnbd_la-aio.o libnbd_la-api.o libnbd_la-connect.o libnbd_la-crypto.o libnbd_la-debug.o libnbd_la-disconnect.o libnbd_la-errors.o libnbd_la-flags.o libnbd_la-handle.o libnbd_la-is-state.o libnbd_la-opt.o libnbd_la-poll.o libnbd_la-protocol.o libnbd_la-rw.o libnbd_la-socket.o libnbd_la-states.o libnbd_la-states-run.o libnbd_la-uri.o libnbd_la-utils.o  .libs/libnbd.lax/libutils.a/libutils_la-human-size.o .libs/libnbd.lax/libutils.a/libutils_la-vector.o .libs/libnbd.lax/libutils.a/libutils_la-version.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libnbd.a
libtool: link: rm -fr .libs/libnbd.lax
libtool: link: ( cd ".libs" && rm -f "libnbd.la" && ln -s "../libnbd.la" "libnbd.la" )
make[3]: Leaving directory '/builds/nbdkit/libnbd/lib'
make[2]: Leaving directory '/builds/nbdkit/libnbd/lib'
Making all in docs
make[2]: Entering directory '/builds/nbdkit/libnbd/docs'
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man libnbd-security.3 \
    --html ../html/libnbd-security.3.html \
    libnbd-security.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_create.3 \
    --html ../html/nbd_create.3.html \
    nbd_create.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_debug.3 \
    --html ../html/nbd_set_debug.3.html \
    nbd_set_debug.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_debug.3 \
    --html ../html/nbd_get_debug.3.html \
    nbd_get_debug.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_debug_callback.3 \
    --html ../html/nbd_set_debug_callback.3.html \
    nbd_set_debug_callback.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_clear_debug_callback.3 \
    --html ../html/nbd_clear_debug_callback.3.html \
    nbd_clear_debug_callback.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_handle_name.3 \
    --html ../html/nbd_set_handle_name.3.html \
    nbd_set_handle_name.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_handle_name.3 \
    --html ../html/nbd_get_handle_name.3.html \
    nbd_get_handle_name.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_private_data.3 \
    --html ../html/nbd_set_private_data.3.html \
    nbd_set_private_data.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_private_data.3 \
    --html ../html/nbd_get_private_data.3.html \
    nbd_get_private_data.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_export_name.3 \
    --html ../html/nbd_set_export_name.3.html \
    nbd_set_export_name.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_export_name.3 \
    --html ../html/nbd_get_export_name.3.html \
    nbd_get_export_name.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_full_info.3 \
    --html ../html/nbd_set_full_info.3.html \
    nbd_set_full_info.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_full_info.3 \
    --html ../html/nbd_get_full_info.3.html \
    nbd_get_full_info.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_export_description.3 \
    --html ../html/nbd_get_export_description.3.html \
    nbd_get_export_description.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_tls.3 \
    --html ../html/nbd_set_tls.3.html \
    nbd_set_tls.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_tls.3 \
    --html ../html/nbd_get_tls.3.html \
    nbd_get_tls.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_tls_negotiated.3 \
    --html ../html/nbd_get_tls_negotiated.3.html \
    nbd_get_tls_negotiated.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_tls_certificates.3 \
    --html ../html/nbd_set_tls_certificates.3.html \
    nbd_set_tls_certificates.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_tls_username.3 \
    --html ../html/nbd_set_tls_username.3.html \
    nbd_set_tls_username.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_tls_username.3 \
    --html ../html/nbd_get_tls_username.3.html \
    nbd_get_tls_username.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_handshake_flags.3 \
    --html ../html/nbd_set_handshake_flags.3.html \
    nbd_set_handshake_flags.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_handshake_flags.3 \
    --html ../html/nbd_get_handshake_flags.3.html \
    nbd_get_handshake_flags.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_pread_initialize.3 \
    --html ../html/nbd_set_pread_initialize.3.html \
    nbd_set_pread_initialize.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_pread_initialize.3 \
    --html ../html/nbd_get_pread_initialize.3.html \
    nbd_get_pread_initialize.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_strict_mode.3 \
    --html ../html/nbd_set_strict_mode.3.html \
    nbd_set_strict_mode.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_strict_mode.3 \
    --html ../html/nbd_get_strict_mode.3.html \
    nbd_get_strict_mode.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_set_opt_mode.3 \
    --html ../html/nbd_set_opt_mode.3.html \
    nbd_set_opt_mode.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_opt_mode.3 \
    --html ../html/nbd_get_opt_mode.3.html \
    nbd_get_opt_mode.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_opt_go.3 \
    --html ../html/nbd_opt_go.3.html \
    nbd_opt_go.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_opt_abort.3 \
    --html ../html/nbd_opt_abort.3.html \
    nbd_opt_abort.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_opt_list.3 \
    --html ../html/nbd_opt_list.3.html \
    nbd_opt_list.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_opt_info.3 \
    --html ../html/nbd_opt_info.3.html \
    nbd_opt_info.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_add_meta_context.3 \
    --html ../html/nbd_add_meta_context.3.html \
    nbd_add_meta_context.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_meta_context.3 \
    --html ../html/nbd_get_meta_context.3.html \
    nbd_get_meta_context.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_clear_meta_contexts.3 \
    --html ../html/nbd_clear_meta_contexts.3.html \
    nbd_clear_meta_contexts.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_connect_uri.3 \
    --html ../html/nbd_connect_uri.3.html \
    nbd_connect_uri.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_connect_unix.3 \
    --html ../html/nbd_connect_unix.3.html \
    nbd_connect_unix.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_connect_vsock.3 \
    --html ../html/nbd_connect_vsock.3.html \
    nbd_connect_vsock.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_connect_tcp.3 \
    --html ../html/nbd_connect_tcp.3.html \
    nbd_connect_tcp.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_connect_socket.3 \
    --html ../html/nbd_connect_socket.3.html \
    nbd_connect_socket.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_connect_command.3 \
    --html ../html/nbd_connect_command.3.html \
    nbd_connect_command.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_is_read_only.3 \
    --html ../html/nbd_is_read_only.3.html \
    nbd_is_read_only.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_can_flush.3 \
    --html ../html/nbd_can_flush.3.html \
    nbd_can_flush.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_can_fua.3 \
    --html ../html/nbd_can_fua.3.html \
    nbd_can_fua.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_is_rotational.3 \
    --html ../html/nbd_is_rotational.3.html \
    nbd_is_rotational.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_can_trim.3 \
    --html ../html/nbd_can_trim.3.html \
    nbd_can_trim.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_can_zero.3 \
    --html ../html/nbd_can_zero.3.html \
    nbd_can_zero.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_can_fast_zero.3 \
    --html ../html/nbd_can_fast_zero.3.html \
    nbd_can_fast_zero.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_can_df.3 \
    --html ../html/nbd_can_df.3.html \
    nbd_can_df.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_can_multi_conn.3 \
    --html ../html/nbd_can_multi_conn.3.html \
    nbd_can_multi_conn.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_can_cache.3 \
    --html ../html/nbd_can_cache.3.html \
    nbd_can_cache.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_can_meta_context.3 \
    --html ../html/nbd_can_meta_context.3.html \
    nbd_can_meta_context.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_protocol.3 \
    --html ../html/nbd_get_protocol.3.html \
    nbd_get_protocol.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_size.3 \
    --html ../html/nbd_get_size.3.html \
    nbd_get_size.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_block_size.3 \
    --html ../html/nbd_get_block_size.3.html \
    nbd_get_block_size.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_pread.3 \
    --html ../html/nbd_pread.3.html \
    nbd_pread.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_pread_structured.3 \
    --html ../html/nbd_pread_structured.3.html \
    nbd_pread_structured.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_pwrite.3 \
    --html ../html/nbd_pwrite.3.html \
    nbd_pwrite.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_shutdown.3 \
    --html ../html/nbd_shutdown.3.html \
    nbd_shutdown.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_flush.3 \
    --html ../html/nbd_flush.3.html \
    nbd_flush.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_trim.3 \
    --html ../html/nbd_trim.3.html \
    nbd_trim.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_cache.3 \
    --html ../html/nbd_cache.3.html \
    nbd_cache.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_zero.3 \
    --html ../html/nbd_zero.3.html \
    nbd_zero.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_block_status.3 \
    --html ../html/nbd_block_status.3.html \
    nbd_block_status.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_poll.3 \
    --html ../html/nbd_poll.3.html \
    nbd_poll.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_connect.3 \
    --html ../html/nbd_aio_connect.3.html \
    nbd_aio_connect.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_connect_uri.3 \
    --html ../html/nbd_aio_connect_uri.3.html \
    nbd_aio_connect_uri.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_connect_unix.3 \
    --html ../html/nbd_aio_connect_unix.3.html \
    nbd_aio_connect_unix.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_connect_vsock.3 \
    --html ../html/nbd_aio_connect_vsock.3.html \
    nbd_aio_connect_vsock.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_connect_tcp.3 \
    --html ../html/nbd_aio_connect_tcp.3.html \
    nbd_aio_connect_tcp.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_connect_socket.3 \
    --html ../html/nbd_aio_connect_socket.3.html \
    nbd_aio_connect_socket.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_connect_command.3 \
    --html ../html/nbd_aio_connect_command.3.html \
    nbd_aio_connect_command.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_opt_go.3 \
    --html ../html/nbd_aio_opt_go.3.html \
    nbd_aio_opt_go.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_opt_abort.3 \
    --html ../html/nbd_aio_opt_abort.3.html \
    nbd_aio_opt_abort.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_opt_list.3 \
    --html ../html/nbd_aio_opt_list.3.html \
    nbd_aio_opt_list.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_opt_info.3 \
    --html ../html/nbd_aio_opt_info.3.html \
    nbd_aio_opt_info.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_pread.3 \
    --html ../html/nbd_aio_pread.3.html \
    nbd_aio_pread.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_pread_structured.3 \
    --html ../html/nbd_aio_pread_structured.3.html \
    nbd_aio_pread_structured.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_pwrite.3 \
    --html ../html/nbd_aio_pwrite.3.html \
    nbd_aio_pwrite.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_disconnect.3 \
    --html ../html/nbd_aio_disconnect.3.html \
    nbd_aio_disconnect.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_flush.3 \
    --html ../html/nbd_aio_flush.3.html \
    nbd_aio_flush.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_trim.3 \
    --html ../html/nbd_aio_trim.3.html \
    nbd_aio_trim.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_cache.3 \
    --html ../html/nbd_aio_cache.3.html \
    nbd_aio_cache.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_zero.3 \
    --html ../html/nbd_aio_zero.3.html \
    nbd_aio_zero.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_block_status.3 \
    --html ../html/nbd_aio_block_status.3.html \
    nbd_aio_block_status.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_get_fd.3 \
    --html ../html/nbd_aio_get_fd.3.html \
    nbd_aio_get_fd.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_get_direction.3 \
    --html ../html/nbd_aio_get_direction.3.html \
    nbd_aio_get_direction.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_notify_read.3 \
    --html ../html/nbd_aio_notify_read.3.html \
    nbd_aio_notify_read.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_notify_write.3 \
    --html ../html/nbd_aio_notify_write.3.html \
    nbd_aio_notify_write.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_is_created.3 \
    --html ../html/nbd_aio_is_created.3.html \
    nbd_aio_is_created.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_is_connecting.3 \
    --html ../html/nbd_aio_is_connecting.3.html \
    nbd_aio_is_connecting.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_is_negotiating.3 \
    --html ../html/nbd_aio_is_negotiating.3.html \
    nbd_aio_is_negotiating.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_is_ready.3 \
    --html ../html/nbd_aio_is_ready.3.html \
    nbd_aio_is_ready.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_is_processing.3 \
    --html ../html/nbd_aio_is_processing.3.html \
    nbd_aio_is_processing.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_is_dead.3 \
    --html ../html/nbd_aio_is_dead.3.html \
    nbd_aio_is_dead.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_is_closed.3 \
    --html ../html/nbd_aio_is_closed.3.html \
    nbd_aio_is_closed.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_command_completed.3 \
    --html ../html/nbd_aio_command_completed.3.html \
    nbd_aio_command_completed.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/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
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_aio_in_flight.3 \
    --html ../html/nbd_aio_in_flight.3.html \
    nbd_aio_in_flight.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_connection_state.3 \
    --html ../html/nbd_connection_state.3.html \
    nbd_connection_state.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_package_name.3 \
    --html ../html/nbd_get_package_name.3.html \
    nbd_get_package_name.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_version.3 \
    --html ../html/nbd_get_version.3.html \
    nbd_get_version.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_kill_subprocess.3 \
    --html ../html/nbd_kill_subprocess.3.html \
    nbd_kill_subprocess.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_supports_tls.3 \
    --html ../html/nbd_supports_tls.3.html \
    nbd_supports_tls.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_supports_uri.3 \
    --html ../html/nbd_supports_uri.3.html \
    nbd_supports_uri.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man nbd_get_uri.3 \
    --html ../html/nbd_get_uri.3.html \
    nbd_get_uri.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
make[2]: Leaving directory '/builds/nbdkit/libnbd/docs'
Making all in examples
make[2]: Entering directory '/builds/nbdkit/libnbd/examples'
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT aio_connect_read-aio-connect-read.o -MD -MP -MF .deps/aio_connect_read-aio-connect-read.Tpo -c -o aio_connect_read-aio-connect-read.o `test -f 'aio-connect-read.c' || echo './'`aio-connect-read.c
mv -f .deps/aio_connect_read-aio-connect-read.Tpo .deps/aio_connect_read-aio-connect-read.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o aio-connect-read aio_connect_read-aio-connect-read.o  ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/aio-connect-read aio_connect_read-aio-connect-read.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT batched_read_write-batched-read-write.o -MD -MP -MF .deps/batched_read_write-batched-read-write.Tpo -c -o batched_read_write-batched-read-write.o `test -f 'batched-read-write.c' || echo './'`batched-read-write.c
mv -f .deps/batched_read_write-batched-read-write.Tpo .deps/batched_read_write-batched-read-write.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o batched-read-write batched_read_write-batched-read-write.o  ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/batched-read-write batched_read_write-batched-read-write.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT connect_command-connect-command.o -MD -MP -MF .deps/connect_command-connect-command.Tpo -c -o connect_command-connect-command.o `test -f 'connect-command.c' || echo './'`connect-command.c
mv -f .deps/connect_command-connect-command.Tpo .deps/connect_command-connect-command.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o connect-command connect_command-connect-command.o  ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/connect-command connect_command-connect-command.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT encryption-encryption.o -MD -MP -MF .deps/encryption-encryption.Tpo -c -o encryption-encryption.o `test -f 'encryption.c' || echo './'`encryption.c
mv -f .deps/encryption-encryption.Tpo .deps/encryption-encryption.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o encryption encryption-encryption.o  ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/encryption encryption-encryption.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT fetch_first_sector-fetch-first-sector.o -MD -MP -MF .deps/fetch_first_sector-fetch-first-sector.Tpo -c -o fetch_first_sector-fetch-first-sector.o `test -f 'fetch-first-sector.c' || echo './'`fetch-first-sector.c
mv -f .deps/fetch_first_sector-fetch-first-sector.Tpo .deps/fetch_first_sector-fetch-first-sector.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o fetch-first-sector fetch_first_sector-fetch-first-sector.o  ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/fetch-first-sector fetch_first_sector-fetch-first-sector.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT get_size-get-size.o -MD -MP -MF .deps/get_size-get-size.Tpo -c -o get_size-get-size.o `test -f 'get-size.c' || echo './'`get-size.c
mv -f .deps/get_size-get-size.Tpo .deps/get_size-get-size.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o get-size get_size-get-size.o  ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/get-size get_size-get-size.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT list_exports-list-exports.o -MD -MP -MF .deps/list_exports-list-exports.Tpo -c -o list_exports-list-exports.o `test -f 'list-exports.c' || echo './'`list-exports.c
mv -f .deps/list_exports-list-exports.Tpo .deps/list_exports-list-exports.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o list-exports list_exports-list-exports.o  ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/list-exports list_exports-list-exports.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT open_qcow2-open-qcow2.o -MD -MP -MF .deps/open_qcow2-open-qcow2.Tpo -c -o open_qcow2-open-qcow2.o `test -f 'open-qcow2.c' || echo './'`open-qcow2.c
mv -f .deps/open_qcow2-open-qcow2.Tpo .deps/open_qcow2-open-qcow2.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o open-qcow2 open_qcow2-open-qcow2.o  ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/open-qcow2 open_qcow2-open-qcow2.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT reads_and_writes-reads-and-writes.o -MD -MP -MF .deps/reads_and_writes-reads-and-writes.Tpo -c -o reads_and_writes-reads-and-writes.o `test -f 'reads-and-writes.c' || echo './'`reads-and-writes.c
mv -f .deps/reads_and_writes-reads-and-writes.Tpo .deps/reads_and_writes-reads-and-writes.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o reads-and-writes reads_and_writes-reads-and-writes.o  ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/reads-and-writes reads_and_writes-reads-and-writes.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT server_flags-server-flags.o -MD -MP -MF .deps/server_flags-server-flags.Tpo -c -o server_flags-server-flags.o `test -f 'server-flags.c' || echo './'`server-flags.c
mv -f .deps/server_flags-server-flags.Tpo .deps/server_flags-server-flags.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o server-flags server_flags-server-flags.o  ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/server-flags server_flags-server-flags.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT strict_structured_reads-strict-structured-reads.o -MD -MP -MF .deps/strict_structured_reads-strict-structured-reads.Tpo -c -o strict_structured_reads-strict-structured-reads.o `test -f 'strict-structured-reads.c' || echo './'`strict-structured-reads.c
mv -f .deps/strict_structured_reads-strict-structured-reads.Tpo .deps/strict_structured_reads-strict-structured-reads.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o strict-structured-reads strict_structured_reads-strict-structured-reads.o  ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/strict-structured-reads strict_structured_reads-strict-structured-reads.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread  -g -O2 -MT threaded_reads_and_writes-threaded-reads-and-writes.o -MD -MP -MF .deps/threaded_reads_and_writes-threaded-reads-and-writes.Tpo -c -o threaded_reads_and_writes-threaded-reads-and-writes.o `test -f 'threaded-reads-and-writes.c' || echo './'`threaded-reads-and-writes.c
mv -f .deps/threaded_reads_and_writes-threaded-reads-and-writes.Tpo .deps/threaded_reads_and_writes-threaded-reads-and-writes.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread  -g -O2   -o threaded-reads-and-writes threaded_reads_and_writes-threaded-reads-and-writes.o  ../lib/libnbd.la -lpthread  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -g -O2 -o .libs/threaded-reads-and-writes threaded_reads_and_writes-threaded-reads-and-writes.o  ../lib/.libs/libnbd.so -lpthread -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include    -g -O2 -MT glib_main_loop-glib-main-loop.o -MD -MP -MF .deps/glib_main_loop-glib-main-loop.Tpo -c -o glib_main_loop-glib-main-loop.o `test -f 'glib-main-loop.c' || echo './'`glib-main-loop.c
mv -f .deps/glib_main_loop-glib-main-loop.Tpo .deps/glib_main_loop-glib-main-loop.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include    -g -O2   -o glib-main-loop glib_main_loop-glib-main-loop.o  ../lib/libnbd.la -lglib-2.0    
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -o .libs/glib-main-loop glib_main_loop-glib-main-loop.o  ../lib/.libs/libnbd.so -lglib-2.0 -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -Wno-strict-aliasing  -g -O2 -MT copy_libev-copy-libev.o -MD -MP -MF .deps/copy_libev-copy-libev.Tpo -c -o copy_libev-copy-libev.o `test -f 'copy-libev.c' || echo './'`copy-libev.c
mv -f .deps/copy_libev-copy-libev.Tpo .deps/copy_libev-copy-libev.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -Wno-strict-aliasing  -g -O2   -o copy-libev copy_libev-copy-libev.o  ../lib/libnbd.la -lev  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -Wno-strict-aliasing -g -O2 -o .libs/copy-libev copy_libev-copy-libev.o  ../lib/.libs/libnbd.so -lev -pthread
make[2]: Leaving directory '/builds/nbdkit/libnbd/examples'
Making all in valgrind
make[2]: Entering directory '/builds/nbdkit/libnbd/valgrind'
rm -f suppressions suppressions-t
cat libnbd.suppressions gnutls.suppressions ocaml.suppressions glibc.suppressions > suppressions-t
mv suppressions-t suppressions
chmod 0444 suppressions
make[2]: Leaving directory '/builds/nbdkit/libnbd/valgrind'
Making all in .
make[2]: Entering directory '/builds/nbdkit/libnbd'
make[2]: Leaving directory '/builds/nbdkit/libnbd'
Making all in tests
make[2]: Entering directory '/builds/nbdkit/libnbd/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builds/nbdkit/libnbd/tests'
Making all in python
make[2]: Entering directory '/builds/nbdkit/libnbd/python'
/usr/bin/make  all-am
make[3]: Entering directory '/builds/nbdkit/libnbd/python'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/python3.6m -I/usr/include/x86_64-linux-gnu/python3.6m   -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbdmod_la-handle.lo -MD -MP -MF .deps/libnbdmod_la-handle.Tpo -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.6m -I/usr/include/x86_64-linux-gnu/python3.6m -I../include -I../common/include -I../common/utils -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbdmod_la-handle.lo -MD -MP -MF .deps/libnbdmod_la-handle.Tpo -c handle.c  -fPIC -DPIC -o .libs/libnbdmod_la-handle.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.6m -I/usr/include/x86_64-linux-gnu/python3.6m -I../include -I../common/include -I../common/utils -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbdmod_la-handle.lo -MD -MP -MF .deps/libnbdmod_la-handle.Tpo -c handle.c -o libnbdmod_la-handle.o >/dev/null 2>&1
mv -f .deps/libnbdmod_la-handle.Tpo .deps/libnbdmod_la-handle.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/python3.6m -I/usr/include/x86_64-linux-gnu/python3.6m   -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbdmod_la-libnbdmod.lo -MD -MP -MF .deps/libnbdmod_la-libnbdmod.Tpo -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.6m -I/usr/include/x86_64-linux-gnu/python3.6m -I../include -I../common/include -I../common/utils -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbdmod_la-libnbdmod.lo -MD -MP -MF .deps/libnbdmod_la-libnbdmod.Tpo -c libnbdmod.c  -fPIC -DPIC -o .libs/libnbdmod_la-libnbdmod.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.6m -I/usr/include/x86_64-linux-gnu/python3.6m -I../include -I../common/include -I../common/utils -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbdmod_la-libnbdmod.lo -MD -MP -MF .deps/libnbdmod_la-libnbdmod.Tpo -c libnbdmod.c -o libnbdmod_la-libnbdmod.o >/dev/null 2>&1
mv -f .deps/libnbdmod_la-libnbdmod.Tpo .deps/libnbdmod_la-libnbdmod.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/python3.6m -I/usr/include/x86_64-linux-gnu/python3.6m   -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbdmod_la-methods.lo -MD -MP -MF .deps/libnbdmod_la-methods.Tpo -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.6m -I/usr/include/x86_64-linux-gnu/python3.6m -I../include -I../common/include -I../common/utils -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbdmod_la-methods.lo -MD -MP -MF .deps/libnbdmod_la-methods.Tpo -c methods.c  -fPIC -DPIC -o .libs/libnbdmod_la-methods.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.6m -I/usr/include/x86_64-linux-gnu/python3.6m -I../include -I../common/include -I../common/utils -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbdmod_la-methods.lo -MD -MP -MF .deps/libnbdmod_la-methods.Tpo -c methods.c -o libnbdmod_la-methods.o >/dev/null 2>&1
mv -f .deps/libnbdmod_la-methods.Tpo .deps/libnbdmod_la-methods.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/python3.6m -I/usr/include/x86_64-linux-gnu/python3.6m   -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbdmod_la-utils.lo -MD -MP -MF .deps/libnbdmod_la-utils.Tpo -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.6m -I/usr/include/x86_64-linux-gnu/python3.6m -I../include -I../common/include -I../common/utils -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbdmod_la-utils.lo -MD -MP -MF .deps/libnbdmod_la-utils.Tpo -c utils.c  -fPIC -DPIC -o .libs/libnbdmod_la-utils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.6m -I/usr/include/x86_64-linux-gnu/python3.6m -I../include -I../common/include -I../common/utils -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbdmod_la-utils.lo -MD -MP -MF .deps/libnbdmod_la-utils.Tpo -c utils.c -o libnbdmod_la-utils.o >/dev/null 2>&1
mv -f .deps/libnbdmod_la-utils.Tpo .deps/libnbdmod_la-utils.Plo
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -avoid-version -shared -module -shrext .cpython-36m-x86_64-linux-gnu.so  -o libnbdmod.la -rpath /usr/lib/python3/dist-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,/builds/nbdkit/libnbd/lib/.libs ../lib/.libs/libnbd.so  -g -O2   -pthread -Wl,-soname -Wl,libnbdmod.cpython-36m-x86_64-linux-gnu.so -o .libs/libnbdmod.cpython-36m-x86_64-linux-gnu.so
libtool: link: ( cd ".libs" && rm -f "libnbdmod.la" && ln -s "../libnbdmod.la" "libnbdmod.la" )
make[3]: Leaving directory '/builds/nbdkit/libnbd/python'
make[2]: Leaving directory '/builds/nbdkit/libnbd/python'
Making all in sh
make[2]: Entering directory '/builds/nbdkit/libnbd/sh'
perl /builds/nbdkit/libnbd/podwrapper.pl --section=1 --man nbdsh.1 \
    --html ../html/nbdsh.1.html \
    --verbatim ./examples/hexdump.sh:__EXAMPLES_HEXDUMP__ \
    nbdsh.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
make[2]: Leaving directory '/builds/nbdkit/libnbd/sh'
Making all in info
make[2]: Entering directory '/builds/nbdkit/libnbd/info'
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT nbdinfo-can.o -MD -MP -MF .deps/nbdinfo-can.Tpo -c -o nbdinfo-can.o `test -f 'can.c' || echo './'`can.c
mv -f .deps/nbdinfo-can.Tpo .deps/nbdinfo-can.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT nbdinfo-list.o -MD -MP -MF .deps/nbdinfo-list.Tpo -c -o nbdinfo-list.o `test -f 'list.c' || echo './'`list.c
mv -f .deps/nbdinfo-list.Tpo .deps/nbdinfo-list.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT nbdinfo-main.o -MD -MP -MF .deps/nbdinfo-main.Tpo -c -o nbdinfo-main.o `test -f 'main.c' || echo './'`main.c
mv -f .deps/nbdinfo-main.Tpo .deps/nbdinfo-main.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT nbdinfo-map.o -MD -MP -MF .deps/nbdinfo-map.Tpo -c -o nbdinfo-map.o `test -f 'map.c' || echo './'`map.c
mv -f .deps/nbdinfo-map.Tpo .deps/nbdinfo-map.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT nbdinfo-show.o -MD -MP -MF .deps/nbdinfo-show.Tpo -c -o nbdinfo-show.o `test -f 'show.c' || echo './'`show.c
mv -f .deps/nbdinfo-show.Tpo .deps/nbdinfo-show.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT nbdinfo-size.o -MD -MP -MF .deps/nbdinfo-size.Tpo -c -o nbdinfo-size.o `test -f 'size.c' || echo './'`size.c
mv -f .deps/nbdinfo-size.Tpo .deps/nbdinfo-size.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT nbdinfo-utils.o -MD -MP -MF .deps/nbdinfo-utils.Tpo -c -o nbdinfo-utils.o `test -f 'utils.c' || echo './'`utils.c
mv -f .deps/nbdinfo-utils.Tpo .deps/nbdinfo-utils.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o nbdinfo nbdinfo-can.o nbdinfo-list.o nbdinfo-main.o nbdinfo-map.o nbdinfo-show.o nbdinfo-size.o nbdinfo-utils.o  ../common/utils/libutils.la ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/nbdinfo nbdinfo-can.o nbdinfo-list.o nbdinfo-main.o nbdinfo-map.o nbdinfo-show.o nbdinfo-size.o nbdinfo-utils.o  ../common/utils/.libs/libutils.a ../lib/.libs/libnbd.so -pthread
perl /builds/nbdkit/libnbd/podwrapper.pl --section=1 --man nbdinfo.1 \
    --html ../html/nbdinfo.1.html \
    nbdinfo.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
make[2]: Leaving directory '/builds/nbdkit/libnbd/info'
Making all in copy
make[2]: Entering directory '/builds/nbdkit/libnbd/copy'
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread  -g -O2 -MT nbdcopy-file-ops.o -MD -MP -MF .deps/nbdcopy-file-ops.Tpo -c -o nbdcopy-file-ops.o `test -f 'file-ops.c' || echo './'`file-ops.c
mv -f .deps/nbdcopy-file-ops.Tpo .deps/nbdcopy-file-ops.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread  -g -O2 -MT nbdcopy-main.o -MD -MP -MF .deps/nbdcopy-main.Tpo -c -o nbdcopy-main.o `test -f 'main.c' || echo './'`main.c
mv -f .deps/nbdcopy-main.Tpo .deps/nbdcopy-main.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread  -g -O2 -MT nbdcopy-multi-thread-copying.o -MD -MP -MF .deps/nbdcopy-multi-thread-copying.Tpo -c -o nbdcopy-multi-thread-copying.o `test -f 'multi-thread-copying.c' || echo './'`multi-thread-copying.c
mv -f .deps/nbdcopy-multi-thread-copying.Tpo .deps/nbdcopy-multi-thread-copying.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread  -g -O2 -MT nbdcopy-nbd-ops.o -MD -MP -MF .deps/nbdcopy-nbd-ops.Tpo -c -o nbdcopy-nbd-ops.o `test -f 'nbd-ops.c' || echo './'`nbd-ops.c
mv -f .deps/nbdcopy-nbd-ops.Tpo .deps/nbdcopy-nbd-ops.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread  -g -O2 -MT nbdcopy-null-ops.o -MD -MP -MF .deps/nbdcopy-null-ops.Tpo -c -o nbdcopy-null-ops.o `test -f 'null-ops.c' || echo './'`null-ops.c
mv -f .deps/nbdcopy-null-ops.Tpo .deps/nbdcopy-null-ops.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread  -g -O2 -MT nbdcopy-pipe-ops.o -MD -MP -MF .deps/nbdcopy-pipe-ops.Tpo -c -o nbdcopy-pipe-ops.o `test -f 'pipe-ops.c' || echo './'`pipe-ops.c
mv -f .deps/nbdcopy-pipe-ops.Tpo .deps/nbdcopy-pipe-ops.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread  -g -O2 -MT nbdcopy-progress.o -MD -MP -MF .deps/nbdcopy-progress.Tpo -c -o nbdcopy-progress.o `test -f 'progress.c' || echo './'`progress.c
mv -f .deps/nbdcopy-progress.Tpo .deps/nbdcopy-progress.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread  -g -O2 -MT nbdcopy-synch-copying.o -MD -MP -MF .deps/nbdcopy-synch-copying.Tpo -c -o nbdcopy-synch-copying.o `test -f 'synch-copying.c' || echo './'`synch-copying.c
mv -f .deps/nbdcopy-synch-copying.Tpo .deps/nbdcopy-synch-copying.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread  -g -O2   -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 -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -g -O2 -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  -lpthread ../common/utils/.libs/libutils.a ../lib/.libs/libnbd.so -pthread
perl /builds/nbdkit/libnbd/podwrapper.pl --section=1 --man nbdcopy.1 \
    --html ../html/nbdcopy.1.html \
    nbdcopy.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
make[2]: Leaving directory '/builds/nbdkit/libnbd/copy'
Making all in dump
make[2]: Entering directory '/builds/nbdkit/libnbd/dump'
gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I../common/include -I../common/utils   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT nbddump-dump.o -MD -MP -MF .deps/nbddump-dump.Tpo -c -o nbddump-dump.o `test -f 'dump.c' || echo './'`dump.c
mv -f .deps/nbddump-dump.Tpo .deps/nbddump-dump.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o nbddump nbddump-dump.o  ../common/utils/libutils.la ../lib/libnbd.la  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/nbddump nbddump-dump.o  ../common/utils/.libs/libutils.a ../lib/.libs/libnbd.so -pthread
perl /builds/nbdkit/libnbd/podwrapper.pl --section=1 --man nbddump.1 \
    --html ../html/nbddump.1.html \
    nbddump.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
Wide character in print at /builds/nbdkit/libnbd/podwrapper.pl line 509.
make[2]: Leaving directory '/builds/nbdkit/libnbd/dump'
Making all in fuse
make[2]: Entering directory '/builds/nbdkit/libnbd/fuse'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builds/nbdkit/libnbd/fuse'
Making all in ocaml
make[2]: Entering directory '/builds/nbdkit/libnbd/ocaml'
ocamlfind ocamldep NBD.mli NBD.ml > .depend
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/lib/ocaml -I../ocaml -I../include -DCAML_NAME_SPACE   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -fPIC  -g -O2 -MT libnbdocaml_a-nbd-c.o -MD -MP -MF .deps/libnbdocaml_a-nbd-c.Tpo -c -o libnbdocaml_a-nbd-c.o `test -f 'nbd-c.c' || echo './'`nbd-c.c
mv -f .deps/libnbdocaml_a-nbd-c.Tpo .deps/libnbdocaml_a-nbd-c.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/lib/ocaml -I../ocaml -I../include -DCAML_NAME_SPACE   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -fPIC  -g -O2 -MT libnbdocaml_a-buffer.o -MD -MP -MF .deps/libnbdocaml_a-buffer.Tpo -c -o libnbdocaml_a-buffer.o `test -f 'buffer.c' || echo './'`buffer.c
mv -f .deps/libnbdocaml_a-buffer.Tpo .deps/libnbdocaml_a-buffer.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/lib/ocaml -I../ocaml -I../include -DCAML_NAME_SPACE   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -fPIC  -g -O2 -MT libnbdocaml_a-handle.o -MD -MP -MF .deps/libnbdocaml_a-handle.Tpo -c -o libnbdocaml_a-handle.o `test -f 'handle.c' || echo './'`handle.c
mv -f .deps/libnbdocaml_a-handle.Tpo .deps/libnbdocaml_a-handle.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I/usr/lib/ocaml -I../ocaml -I../include -DCAML_NAME_SPACE   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -fPIC  -g -O2 -MT libnbdocaml_a-helpers.o -MD -MP -MF .deps/libnbdocaml_a-helpers.Tpo -c -o libnbdocaml_a-helpers.o `test -f 'helpers.c' || echo './'`helpers.c
mv -f .deps/libnbdocaml_a-helpers.Tpo .deps/libnbdocaml_a-helpers.Po
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  
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libnbdocaml.a
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man libnbd-ocaml.3 \
    --html ../html/libnbd-ocaml.3.html \
    libnbd-ocaml.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
rm -f stamp-manpages
ocamldoc -man -man-mini -man-suffix 3 NBD.mli
touch stamp-manpages
ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-g -O2' -package unix -I . -I . -c NBD.mli -o NBD.cmi
ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-g -O2' -package unix -I . -I . -c NBD.ml -o NBD.cmo
ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-g -O2' -package unix -I . -I . -c NBD.ml -o NBD.cmx
ocamlfind mklib -o mlnbd \
  -package unix -I . -I . \
  -ldopt '' \
  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 '' \
  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
rm -f nbd
ln -s . nbd
make[2]: Leaving directory '/builds/nbdkit/libnbd/ocaml'
Making all in ocaml/examples
make[2]: Entering directory '/builds/nbdkit/libnbd/ocaml/examples'
ocamlfind ocamldep -I .. extents.ml asynch_copy.ml > .depend
ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-g -O2' -package unix -I ./.. -I ./.. -I . -I . -c asynch_copy.ml -o asynch_copy.cmo
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 '-g -O2' -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cma asynch_copy.cmo -o asynch_copy.bc
ocamlfind ocamlc -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-g -O2' -package unix -I ./.. -I ./.. -I . -I . -c extents.ml -o extents.cmo
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 '-g -O2' -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cma extents.cmo -o extents.bc
ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-g -O2' -package unix -I ./.. -I ./.. -I . -I . -c asynch_copy.ml -o asynch_copy.cmx
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 '-g -O2' -cclib -L../../lib/.libs -I . -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cmxa asynch_copy.cmx -o asynch_copy.opt
ocamlfind ocamlopt -g -annot -safe-string -warn-error +C+D+E+F+L+M+P+S+U+V+Y+Z+X+52-3 -ccopt '-g -O2' -package unix -I ./.. -I ./.. -I . -I . -c extents.ml -o extents.cmx
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 '-g -O2' -cclib -L../../lib/.libs -I . -package unix -I ./.. -I ./.. -I . -I . -linkpkg mlnbd.cmxa extents.cmx -o extents.opt
make[2]: Leaving directory '/builds/nbdkit/libnbd/ocaml/examples'
Making all in ocaml/tests
make[2]: Entering directory '/builds/nbdkit/libnbd/ocaml/tests'
ocamlfind ocamldep -I .. test_505_aio_pread_structured_callback.ml test_010_import.ml test_105_with_handle.ml test_230_opt_info.ml test_600_debug_callback.ml test_200_connect_command.ml test_210_opt_abort.ml test_240_opt_list_meta.ml test_400_pread.ml test_130_private_data.ml test_510_aio_pwrite.ml test_460_block_status.ml test_220_opt_list.ml test_120_set_non_defaults.ml test_410_pwrite.ml test_405_pread_structured.ml test_100_handle.ml test_110_defaults.ml test_300_get_size.ml test_610_exception.ml test_590_aio_copy.ml test_500_aio_pread.ml > .depend
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builds/nbdkit/libnbd/ocaml/tests'
Making all in golang
make[2]: Entering directory '/builds/nbdkit/libnbd/golang'
perl /builds/nbdkit/libnbd/podwrapper.pl --section=3 --man libnbd-golang.3 \
    --html ../html/libnbd-golang.3.html \
    libnbd-golang.pod
Use of uninitialized value $flag in bitwise and (&) at /usr/share/perl/5.26/Pod/Man.pm line 809.
make[2]: Leaving directory '/builds/nbdkit/libnbd/golang'
Making all in golang/examples
make[2]: Entering directory '/builds/nbdkit/libnbd/golang/examples'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builds/nbdkit/libnbd/golang/examples'
Making all in interop
make[2]: Entering directory '/builds/nbdkit/libnbd/interop'
ln -s -f ../tests/requires.c
/usr/bin/make  all-am
make[3]: Entering directory '/builds/nbdkit/libnbd/interop'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/builds/nbdkit/libnbd/interop'
make[2]: Leaving directory '/builds/nbdkit/libnbd/interop'
Making all in fuzzing
make[2]: Entering directory '/builds/nbdkit/libnbd/fuzzing'
gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT libnbd_fuzz_wrapper-libnbd-fuzz-wrapper.o -MD -MP -MF .deps/libnbd_fuzz_wrapper-libnbd-fuzz-wrapper.Tpo -c -o libnbd_fuzz_wrapper-libnbd-fuzz-wrapper.o `test -f 'libnbd-fuzz-wrapper.c' || echo './'`libnbd-fuzz-wrapper.c
mv -f .deps/libnbd_fuzz_wrapper-libnbd-fuzz-wrapper.Tpo .deps/libnbd_fuzz_wrapper-libnbd-fuzz-wrapper.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2   -o libnbd-fuzz-wrapper libnbd_fuzz_wrapper-libnbd-fuzz-wrapper.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/libnbd-fuzz-wrapper libnbd_fuzz_wrapper-libnbd-fuzz-wrapper.o  ../lib/.libs/libnbd.so -pthread
make[2]: Leaving directory '/builds/nbdkit/libnbd/fuzzing'
Making all in bash-completion
make[2]: Entering directory '/builds/nbdkit/libnbd/bash-completion'
rm -f nbddump
ln -s ./nbdsh nbddump
rm -f nbdfuse
ln -s ./nbdsh nbdfuse
rm -f nbdcopy
ln -s ./nbdsh nbdcopy
rm -f nbdinfo
ln -s ./nbdsh nbdinfo
make[2]: Leaving directory '/builds/nbdkit/libnbd/bash-completion'
make[1]: Leaving directory '/builds/nbdkit/libnbd'
+ test -n  -a  != i686
+ uname
+ test Linux != Linux
+ run_checks check
+ skip_tests
+ test  != force
+ sh -c . /etc/os-release; echo "${NAME}-${VERSION_ID}"
+ os_id=Ubuntu-18.04
+ echo OS ID: Ubuntu-18.04
OS ID: Ubuntu-18.04
+ grep ^[^#] ci/skipped_tests
+ read skipper
+ regex=^Ubuntu-18.04$
+ tests=interop/interop-nbd-server interop/interop-nbd-server-tls interop/list-exports-nbd-server interop/structured-read.sh
+ echo SKIPPER: ^Ubuntu-18.04$;interop/interop-nbd-server interop/interop-nbd-server-tls interop/list-exports-nbd-server interop/structured-read.sh
SKIPPER: ^Ubuntu-18.04$;interop/interop-nbd-server interop/interop-nbd-server-tls interop/list-exports-nbd-server interop/structured-read.sh
+ echo REGEX: ^Ubuntu-18.04$
REGEX: ^Ubuntu-18.04$
+ echo TESTS: interop/interop-nbd-server interop/interop-nbd-server-tls interop/list-exports-nbd-server interop/structured-read.sh
TESTS: interop/interop-nbd-server interop/interop-nbd-server-tls interop/list-exports-nbd-server interop/structured-read.sh
+ grep -q ^Ubuntu-18.04$
+ echo Ubuntu-18.04
+ echo SKIPPING interop/interop-nbd-server interop/interop-nbd-server-tls interop/list-exports-nbd-server interop/structured-read.sh
SKIPPING interop/interop-nbd-server interop/interop-nbd-server-tls interop/list-exports-nbd-server interop/structured-read.sh
+ test_case_bckup=interop/interop-nbd-server_skipped_test
+ grep -q interop/interop-nbd-server
+ git ls-files interop/interop-nbd-server
+ dirname interop/interop-nbd-server
+ basename interop/interop-nbd-server
+ make -C interop interop-nbd-server
make: Entering directory '/builds/nbdkit/libnbd/interop'
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DREQUIRES=' requires_nbd_server_supports_inetd ("nbd-server"); ' -DNEEDS_TMPFILE=1 -DSERVER=\"nbd-server\" -DSERVER_PARAMS='"-d", "-C", "/dev/null", "0", TMPFILE' -DEXPORT_NAME='""'   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT interop_nbd_server-interop.o -MD -MP -MF .deps/interop_nbd_server-interop.Tpo -c -o interop_nbd_server-interop.o `test -f 'interop.c' || echo './'`interop.c
mv -f .deps/interop_nbd_server-interop.Tpo .deps/interop_nbd_server-interop.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DREQUIRES=' requires_nbd_server_supports_inetd ("nbd-server"); ' -DNEEDS_TMPFILE=1 -DSERVER=\"nbd-server\" -DSERVER_PARAMS='"-d", "-C", "/dev/null", "0", TMPFILE' -DEXPORT_NAME='""'   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT interop_nbd_server-requires.o -MD -MP -MF .deps/interop_nbd_server-requires.Tpo -c -o interop_nbd_server-requires.o `test -f 'requires.c' || echo './'`requires.c
mv -f .deps/interop_nbd_server-requires.Tpo .deps/interop_nbd_server-requires.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2   -o interop-nbd-server interop_nbd_server-interop.o interop_nbd_server-requires.o  ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1 -g -O2 -o .libs/interop-nbd-server interop_nbd_server-interop.o interop_nbd_server-requires.o  ../lib/.libs/libnbd.so -pthread
make: Leaving directory '/builds/nbdkit/libnbd/interop'
+ echo Backing up interop/interop-nbd-server to interop/interop-nbd-server_skipped_test
Backing up interop/interop-nbd-server to interop/interop-nbd-server_skipped_test
+ cp interop/interop-nbd-server interop/interop-nbd-server_skipped_test
+ echo echo "Test skipped based on ci/skipped_tests file"
+ echo exit 77
+ chmod +x interop/interop-nbd-server
+ test_case_bckup=interop/interop-nbd-server-tls_skipped_test
+ grep -q interop/interop-nbd-server-tls
+ git ls-files interop/interop-nbd-server-tls
+ dirname interop/interop-nbd-server-tls
+ basename interop/interop-nbd-server-tls
+ make -C interop interop-nbd-server-tls
make: Entering directory '/builds/nbdkit/libnbd/interop'
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DREQUIRES=' requires ("test -d /builds/nbdkit/libnbd/tests/pki"); requires_nbd_server_supports_inetd ("nbd-server"); ' -DNEEDS_TMPFILE=1 -DSERVER=\"nbd-server\" -DSERVER_PARAMS='"-d", "-C", "nbd-server-tls.conf", "0", TMPFILE' -DEXPORT_NAME='""' -DCERTS=1 -DTLS_MODE=LIBNBD_TLS_REQUIRE   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT interop_nbd_server_tls-interop.o -MD -MP -MF .deps/interop_nbd_server_tls-interop.Tpo -c -o interop_nbd_server_tls-interop.o `test -f 'interop.c' || echo './'`interop.c
mv -f .deps/interop_nbd_server_tls-interop.Tpo .deps/interop_nbd_server_tls-interop.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DREQUIRES=' requires ("test -d /builds/nbdkit/libnbd/tests/pki"); requires_nbd_server_supports_inetd ("nbd-server"); ' -DNEEDS_TMPFILE=1 -DSERVER=\"nbd-server\" -DSERVER_PARAMS='"-d", "-C", "nbd-server-tls.conf", "0", TMPFILE' -DEXPORT_NAME='""' -DCERTS=1 -DTLS_MODE=LIBNBD_TLS_REQUIRE   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT interop_nbd_server_tls-requires.o -MD -MP -MF .deps/interop_nbd_server_tls-requires.Tpo -c -o interop_nbd_server_tls-requires.o `test -f 'requires.c' || echo './'`requires.c
mv -f .deps/interop_nbd_server_tls-requires.Tpo .deps/interop_nbd_server_tls-requires.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2   -o interop-nbd-server-tls interop_nbd_server_tls-interop.o interop_nbd_server_tls-requires.o  ../lib/libnbd.la -lgnutls    
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1 -g -O2 -o .libs/interop-nbd-server-tls interop_nbd_server_tls-interop.o interop_nbd_server_tls-requires.o  ../lib/.libs/libnbd.so -lgnutls -pthread
make: Leaving directory '/builds/nbdkit/libnbd/interop'
+ echo Backing up interop/interop-nbd-server-tls to interop/interop-nbd-server-tls_skipped_test
Backing up interop/interop-nbd-server-tls to interop/interop-nbd-server-tls_skipped_test
+ cp interop/interop-nbd-server-tls interop/interop-nbd-server-tls_skipped_test
+ echo echo "Test skipped based on ci/skipped_tests file"
+ echo exit 77
+ chmod +x interop/interop-nbd-server-tls
+ test_case_bckup=interop/list-exports-nbd-server_skipped_test
+ grep -q interop/list-exports-nbd-server
+ git ls-files interop/list-exports-nbd-server
+ dirname interop/list-exports-nbd-server
+ basename interop/list-exports-nbd-server
+ make -C interop list-exports-nbd-server
make: Entering directory '/builds/nbdkit/libnbd/interop'
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DREQUIRES=' requires_nbd_server_supports_inetd ("nbd-server"); ' -DSERVER=\"nbd-server\" -DSERVER_PARAMS='"-C", "./list-exports-nbd-config", "-d", "0"' -DEXPORTS='"disk1", "disk2"' -DDESCRIPTIONS='"", ""'   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT list_exports_nbd_server-list-exports.o -MD -MP -MF .deps/list_exports_nbd_server-list-exports.Tpo -c -o list_exports_nbd_server-list-exports.o `test -f 'list-exports.c' || echo './'`list-exports.c
mv -f .deps/list_exports_nbd_server-list-exports.Tpo .deps/list_exports_nbd_server-list-exports.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DREQUIRES=' requires_nbd_server_supports_inetd ("nbd-server"); ' -DSERVER=\"nbd-server\" -DSERVER_PARAMS='"-C", "./list-exports-nbd-config", "-d", "0"' -DEXPORTS='"disk1", "disk2"' -DDESCRIPTIONS='"", ""'   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT list_exports_nbd_server-requires.o -MD -MP -MF .deps/list_exports_nbd_server-requires.Tpo -c -o list_exports_nbd_server-requires.o `test -f 'requires.c' || echo './'`requires.c
mv -f .deps/list_exports_nbd_server-requires.Tpo .deps/list_exports_nbd_server-requires.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2   -o list-exports-nbd-server list_exports_nbd_server-list-exports.o list_exports_nbd_server-requires.o  ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1 -g -O2 -o .libs/list-exports-nbd-server list_exports_nbd_server-list-exports.o list_exports_nbd_server-requires.o  ../lib/.libs/libnbd.so -pthread
make: Leaving directory '/builds/nbdkit/libnbd/interop'
+ echo Backing up interop/list-exports-nbd-server to interop/list-exports-nbd-server_skipped_test
Backing up interop/list-exports-nbd-server to interop/list-exports-nbd-server_skipped_test
+ cp interop/list-exports-nbd-server interop/list-exports-nbd-server_skipped_test
+ echo echo "Test skipped based on ci/skipped_tests file"
+ echo exit 77
+ chmod +x interop/list-exports-nbd-server
+ test_case_bckup=interop/structured-read.sh_skipped_test
+ grep -q interop/structured-read.sh
+ git ls-files interop/structured-read.sh
+ echo Backing up interop/structured-read.sh to interop/structured-read.sh_skipped_test
Backing up interop/structured-read.sh to interop/structured-read.sh_skipped_test
+ cp interop/structured-read.sh interop/structured-read.sh_skipped_test
+ echo echo "Test skipped based on ci/skipped_tests file"
+ echo exit 77
+ chmod +x interop/structured-read.sh
+ read skipper
+ regex=^Debian GNU/Linux-10
+ tests=golang/run-tests.sh interop/structured-read.sh
+ echo SKIPPER: ^Debian GNU/Linux-10;golang/run-tests.sh interop/structured-read.sh
SKIPPER: ^Debian GNU/Linux-10;golang/run-tests.sh interop/structured-read.sh
+ echo REGEX: ^Debian GNU/Linux-10
REGEX: ^Debian GNU/Linux-10
+ echo TESTS: golang/run-tests.sh interop/structured-read.sh
TESTS: golang/run-tests.sh interop/structured-read.sh
+ grep -q ^Debian GNU/Linux-10
+ echo Ubuntu-18.04
+ echo NOPE
NOPE
+ continue
+ read skipper
+ regex=^CentOS .*8$
+ tests=info/info-uri.sh info/info-list-uris.sh interop/list-exports-nbdkit
+ echo SKIPPER: ^CentOS .*8$;info/info-uri.sh info/info-list-uris.sh interop/list-exports-nbdkit
SKIPPER: ^CentOS .*8$;info/info-uri.sh info/info-list-uris.sh interop/list-exports-nbdkit
+ echo REGEX: ^CentOS .*8$
REGEX: ^CentOS .*8$
+ echo TESTS: info/info-uri.sh info/info-list-uris.sh interop/list-exports-nbdkit
TESTS: info/info-uri.sh info/info-list-uris.sh interop/list-exports-nbdkit
+ grep -q ^CentOS .*8$
+ echo Ubuntu-18.04
+ echo NOPE
NOPE
+ continue
+ read skipper
+ failed=0
+ /usr/bin/make check
Making check in generator
make[1]: Entering directory '/builds/nbdkit/libnbd/generator'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/builds/nbdkit/libnbd/generator'
Making check in include
make[1]: Entering directory '/builds/nbdkit/libnbd/include'
/usr/bin/make  check-am
make[2]: Entering directory '/builds/nbdkit/libnbd/include'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/builds/nbdkit/libnbd/include'
make[1]: Leaving directory '/builds/nbdkit/libnbd/include'
Making check in common/include
make[1]: Entering directory '/builds/nbdkit/libnbd/common/include'
/usr/bin/make  test-array-size test-checked-overflow 
make[2]: Entering directory '/builds/nbdkit/libnbd/common/include'
gcc -DHAVE_CONFIG_H -I. -I../..  -I.  -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT test_array_size-test-array-size.o -MD -MP -MF .deps/test_array_size-test-array-size.Tpo -c -o test_array_size-test-array-size.o `test -f 'test-array-size.c' || echo './'`test-array-size.c
mv -f .deps/test_array_size-test-array-size.Tpo .deps/test_array_size-test-array-size.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2   -o test-array-size test_array_size-test-array-size.o  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o test-array-size test_array_size-test-array-size.o 
gcc -DHAVE_CONFIG_H -I. -I../..  -I.  -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT test_checked_overflow-test-checked-overflow.o -MD -MP -MF .deps/test_checked_overflow-test-checked-overflow.Tpo -c -o test_checked_overflow-test-checked-overflow.o `test -f 'test-checked-overflow.c' || echo './'`test-checked-overflow.c
mv -f .deps/test_checked_overflow-test-checked-overflow.Tpo .deps/test_checked_overflow-test-checked-overflow.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2   -o test-checked-overflow test_checked_overflow-test-checked-overflow.o  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o test-checked-overflow test_checked_overflow-test-checked-overflow.o 
make[2]: Leaving directory '/builds/nbdkit/libnbd/common/include'
/usr/bin/make  check-TESTS
make[2]: Entering directory '/builds/nbdkit/libnbd/common/include'
make[3]: Entering directory '/builds/nbdkit/libnbd/common/include'
PASS: test-array-size
PASS: test-checked-overflow
============================================================================
Testsuite summary for libnbd 1.13.6
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/nbdkit/libnbd/common/include'
make[2]: Leaving directory '/builds/nbdkit/libnbd/common/include'
make[1]: Leaving directory '/builds/nbdkit/libnbd/common/include'
Making check in common/utils
make[1]: Entering directory '/builds/nbdkit/libnbd/common/utils'
/usr/bin/make  test-human-size test-vector
make[2]: Entering directory '/builds/nbdkit/libnbd/common/utils'
gcc -DHAVE_CONFIG_H -I. -I../..  -I.  -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT test_human_size-test-human-size.o -MD -MP -MF .deps/test_human_size-test-human-size.Tpo -c -o test_human_size-test-human-size.o `test -f 'test-human-size.c' || echo './'`test-human-size.c
mv -f .deps/test_human_size-test-human-size.Tpo .deps/test_human_size-test-human-size.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I.  -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT test_human_size-human-size.o -MD -MP -MF .deps/test_human_size-human-size.Tpo -c -o test_human_size-human-size.o `test -f 'human-size.c' || echo './'`human-size.c
mv -f .deps/test_human_size-human-size.Tpo .deps/test_human_size-human-size.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2   -o test-human-size test_human_size-test-human-size.o test_human_size-human-size.o  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o test-human-size test_human_size-test-human-size.o test_human_size-human-size.o 
gcc -DHAVE_CONFIG_H -I. -I../..  -I. -I../../common/include  -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT test_vector-test-vector.o -MD -MP -MF .deps/test_vector-test-vector.Tpo -c -o test_vector-test-vector.o `test -f 'test-vector.c' || echo './'`test-vector.c
mv -f .deps/test_vector-test-vector.Tpo .deps/test_vector-test-vector.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I. -I../../common/include  -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -MT test_vector-vector.o -MD -MP -MF .deps/test_vector-vector.Tpo -c -o test_vector-vector.o `test -f 'vector.c' || echo './'`vector.c
mv -f .deps/test_vector-vector.Tpo .deps/test_vector-vector.Po
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2   -o test-vector test_vector-test-vector.o test_vector-vector.o  
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o test-vector test_vector-test-vector.o test_vector-vector.o 
make[2]: Leaving directory '/builds/nbdkit/libnbd/common/utils'
/usr/bin/make  check-TESTS
make[2]: Entering directory '/builds/nbdkit/libnbd/common/utils'
make[3]: Entering directory '/builds/nbdkit/libnbd/common/utils'
PASS: test-human-size
PASS: test-vector
============================================================================
Testsuite summary for libnbd 1.13.6
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/nbdkit/libnbd/common/utils'
make[2]: Leaving directory '/builds/nbdkit/libnbd/common/utils'
make[1]: Leaving directory '/builds/nbdkit/libnbd/common/utils'
Making check in lib
make[1]: Entering directory '/builds/nbdkit/libnbd/lib'
/usr/bin/make  check-am
make[2]: Entering directory '/builds/nbdkit/libnbd/lib'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/builds/nbdkit/libnbd/lib'
make[1]: Leaving directory '/builds/nbdkit/libnbd/lib'
Making check in docs
make[1]: Entering directory '/builds/nbdkit/libnbd/docs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/builds/nbdkit/libnbd/docs'
Making check in examples
make[1]: Entering directory '/builds/nbdkit/libnbd/examples'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/builds/nbdkit/libnbd/examples'
Making check in valgrind
make[1]: Entering directory '/builds/nbdkit/libnbd/valgrind'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/builds/nbdkit/libnbd/valgrind'
Making check in .
make[1]: Entering directory '/builds/nbdkit/libnbd'
make[1]: Leaving directory '/builds/nbdkit/libnbd'
Making check in tests
make[1]: Entering directory '/builds/nbdkit/libnbd/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 '/builds/nbdkit/libnbd/tests'
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT compile-header-only.o -MD -MP -MF .deps/compile-header-only.Tpo -c -o compile-header-only.o compile-header-only.c
mv -f .deps/compile-header-only.Tpo .deps/compile-header-only.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o compile-header-only compile-header-only.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/compile-header-only compile-header-only.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT compile-c.o -MD -MP -MF .deps/compile-c.Tpo -c -o compile-c.o compile-c.c
mv -f .deps/compile-c.Tpo .deps/compile-c.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o compile-c compile-c.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/compile-c compile-c.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -std=c99 -pedantic   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT compile_iso_c99-compile-iso-c99.o -MD -MP -MF .deps/compile_iso_c99-compile-iso-c99.Tpo -c -o compile_iso_c99-compile-iso-c99.o `test -f 'compile-iso-c99.c' || echo './'`compile-iso-c99.c
mv -f .deps/compile_iso_c99-compile-iso-c99.Tpo .deps/compile_iso_c99-compile-iso-c99.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o compile-iso-c99 compile_iso_c99-compile-iso-c99.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/compile-iso-c99 compile_iso_c99-compile-iso-c99.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT close-null.o -MD -MP -MF .deps/close-null.Tpo -c -o close-null.o close-null.c
mv -f .deps/close-null.Tpo .deps/close-null.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o close-null close-null.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/close-null close-null.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c
mv -f .deps/debug.Tpo .deps/debug.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o debug debug.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/debug debug.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT debug-environment.o -MD -MP -MF .deps/debug-environment.Tpo -c -o debug-environment.o debug-environment.c
mv -f .deps/debug-environment.Tpo .deps/debug-environment.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o debug-environment debug-environment.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/debug-environment debug-environment.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT get-version.o -MD -MP -MF .deps/get-version.Tpo -c -o get-version.o get-version.c
mv -f .deps/get-version.Tpo .deps/get-version.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o get-version get-version.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/get-version get-version.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT export-name.o -MD -MP -MF .deps/export-name.Tpo -c -o export-name.o export-name.c
mv -f .deps/export-name.Tpo .deps/export-name.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o export-name export-name.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/export-name export-name.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT private-data.o -MD -MP -MF .deps/private-data.Tpo -c -o private-data.o private-data.c
mv -f .deps/private-data.Tpo .deps/private-data.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o private-data private-data.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/private-data private-data.o  ../lib/.libs/libnbd.so -pthread
g++ -DHAVE_CONFIG_H -I. -I..  -I../include   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2 -MT compile-cxx.o -MD -MP -MF .deps/compile-cxx.Tpo -c -o compile-cxx.o compile-cxx.cpp
mv -f .deps/compile-cxx.Tpo .deps/compile-cxx.Po
/bin/bash ../libtool  --tag=CXX   --mode=link g++ -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -g -O2   -o compile-cxx compile-cxx.o ../lib/libnbd.la 
libtool: link: g++ -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -g -O2 -o .libs/compile-cxx compile-cxx.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../include  -DLIBRARY=\"../lib/.libs/libnbd.so.0\"   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -pthread -g -O2 -MT dlopen-dlopen.o -MD -MP -MF .deps/dlopen-dlopen.Tpo -c -o dlopen-dlopen.o `test -f 'dlopen.c' || echo './'`dlopen.c
mv -f .deps/dlopen-dlopen.Tpo .deps/dlopen-dlopen.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000  -pthread -g -O2   -o dlopen dlopen-dlopen.o -ldl -lpthread 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -pthread -g -O2 -o dlopen dlopen-dlopen.o  -ldl -lpthread -pthread
make[2]: Leaving directory '/builds/nbdkit/libnbd/tests'
/usr/bin/make  check-TESTS
make[2]: Entering directory '/builds/nbdkit/libnbd/tests'
make[3]: Entering directory '/builds/nbdkit/libnbd/tests'
PASS: compile-header-only
PASS: compile-c
PASS: compile-iso-c99
PASS: close-null
PASS: debug
PASS: debug-environment
PASS: get-version
PASS: export-name
PASS: private-data
PASS: compile-cxx
PASS: dlopen
============================================================================
Testsuite summary for libnbd 1.13.6
============================================================================
# TOTAL: 11
# PASS:  11
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/nbdkit/libnbd/tests'
make[2]: Leaving directory '/builds/nbdkit/libnbd/tests'
make[1]: Leaving directory '/builds/nbdkit/libnbd/tests'
Making check in python
make[1]: Entering directory '/builds/nbdkit/libnbd/python'
/usr/bin/make  check-am
make[2]: Entering directory '/builds/nbdkit/libnbd/python'
/usr/bin/make  check-TESTS
make[3]: Entering directory '/builds/nbdkit/libnbd/python'
make[4]: Entering directory '/builds/nbdkit/libnbd/python'
============================================================================
Testsuite summary for libnbd 1.13.6
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/builds/nbdkit/libnbd/python'
make[3]: Leaving directory '/builds/nbdkit/libnbd/python'
make[2]: Leaving directory '/builds/nbdkit/libnbd/python'
make[1]: Leaving directory '/builds/nbdkit/libnbd/python'
Making check in sh
make[1]: Entering directory '/builds/nbdkit/libnbd/sh'
/usr/bin/make  check-TESTS
make[2]: Entering directory '/builds/nbdkit/libnbd/sh'
make[3]: Entering directory '/builds/nbdkit/libnbd/sh'
PASS: test-help.sh
PASS: test-version.sh
PASS: test-verbose.sh
PASS: test-short-options.sh
PASS: test-long-options.sh
PASS: test-implicit-handle.sh
PASS: test-error.sh
============================================================================
Testsuite summary for libnbd 1.13.6
============================================================================
# TOTAL: 7
# PASS:  7
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/nbdkit/libnbd/sh'
make[2]: Leaving directory '/builds/nbdkit/libnbd/sh'
make[1]: Leaving directory '/builds/nbdkit/libnbd/sh'
Making check in info
make[1]: Entering directory '/builds/nbdkit/libnbd/info'
/usr/bin/make  check-TESTS
make[2]: Entering directory '/builds/nbdkit/libnbd/info'
make[3]: Entering directory '/builds/nbdkit/libnbd/info'
PASS: test-long-options.sh
PASS: test-short-options.sh
PASS: test-version.sh
SKIP: info-can.sh
SKIP: info-can-connect.sh
SKIP: info-can-read.sh
SKIP: info-can-zero.sh
SKIP: info-cmd-json.sh
SKIP: info-cmd-map-totals.sh
SKIP: info-cmd-size.sh
SKIP: info-is-read-only.sh
SKIP: info-list.sh
SKIP: info-list-json.sh
SKIP: info-list-qemu.sh
SKIP: info-list-json-qemu.sh
SKIP: info-list-uris.sh
SKIP: info-json.sh
SKIP: info-oldstyle.sh
SKIP: info-null.sh
SKIP: info-size.sh
SKIP: info-text.sh
SKIP: info-uri.sh
SKIP: info-uri-nbds.sh
SKIP: info-description.sh
SKIP: info-description-qemu.sh
SKIP: info-map-base-allocation.sh
SKIP: info-map-base-allocation-json.sh
SKIP: info-map-base-allocation-large.sh
SKIP: info-map-base-allocation-weird.sh
SKIP: info-map-base-allocation-zero.sh
SKIP: info-map-qemu-dirty-bitmap.sh
SKIP: info-map-qemu-allocation-depth.sh
SKIP: info-map-totals.sh
SKIP: info-map-totals-json.sh
SKIP: info-atomic-output.sh
============================================================================
Testsuite summary for libnbd 1.13.6
============================================================================
# TOTAL: 35
# PASS:  3
# SKIP:  32
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/nbdkit/libnbd/info'
make[2]: Leaving directory '/builds/nbdkit/libnbd/info'
make[1]: Leaving directory '/builds/nbdkit/libnbd/info'
Making check in copy
make[1]: Entering directory '/builds/nbdkit/libnbd/copy'
/usr/bin/make  check-TESTS
make[2]: Entering directory '/builds/nbdkit/libnbd/copy'
make[3]: Entering directory '/builds/nbdkit/libnbd/copy'
PASS: copy-file-to-file.sh
SKIP: copy-file-to-nbd.sh
PASS: copy-file-to-null.sh
SKIP: copy-nbd-to-file.sh
SKIP: copy-nbd-to-hexdump.sh
SKIP: copy-nbd-to-nbd.sh
SKIP: copy-nbd-to-nbd2.sh
SKIP: copy-nbd-to-null.sh
SKIP: copy-nbd-to-small-nbd-error.sh
SKIP: copy-nbd-to-sparse-file.sh
SKIP: copy-stdin-to-nbd.sh
PASS: copy-stdin-to-null.sh
SKIP: copy-nbd-to-stdout.sh
SKIP: copy-nbd-error.sh
PASS: copy-progress-bar.sh
SKIP: copy-sparse.sh
SKIP: copy-sparse-allocated.sh
SKIP: copy-sparse-no-extents.sh
SKIP: copy-sparse-request-size.sh
SKIP: copy-sparse-to-stream.sh
SKIP: copy-zero-to-nbd.sh
PASS: copy-zero-to-null.sh
SKIP: copy-block-to-nbd.sh
SKIP: copy-nbd-to-block.sh
SKIP: copy-nbd-to-small-block-error.sh
PASS: test-long-options.sh
PASS: test-short-options.sh
SKIP: test-verbose.sh
PASS: test-version.sh
SKIP: copy-file-to-qcow2.sh
SKIP: copy-file-to-qcow2-compressed.sh
SKIP: copy-tls.sh
============================================================================
Testsuite summary for libnbd 1.13.6
============================================================================
# TOTAL: 32
# PASS:  8
# SKIP:  24
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/nbdkit/libnbd/copy'
make[2]: Leaving directory '/builds/nbdkit/libnbd/copy'
make[1]: Leaving directory '/builds/nbdkit/libnbd/copy'
Making check in dump
make[1]: Entering directory '/builds/nbdkit/libnbd/dump'
/usr/bin/make  check-TESTS
make[2]: Entering directory '/builds/nbdkit/libnbd/dump'
make[3]: Entering directory '/builds/nbdkit/libnbd/dump'
SKIP: dump-data.sh
PASS: dump-empty-qcow2.sh
SKIP: dump-pattern.sh
PASS: test-long-options.sh
PASS: test-short-options.sh
PASS: test-version.sh
============================================================================
Testsuite summary for libnbd 1.13.6
============================================================================
# TOTAL: 6
# PASS:  4
# SKIP:  2
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/nbdkit/libnbd/dump'
make[2]: Leaving directory '/builds/nbdkit/libnbd/dump'
make[1]: Leaving directory '/builds/nbdkit/libnbd/dump'
Making check in fuse
make[1]: Entering directory '/builds/nbdkit/libnbd/fuse'
/usr/bin/make  check-TESTS
make[2]: Entering directory '/builds/nbdkit/libnbd/fuse'
make[3]: Entering directory '/builds/nbdkit/libnbd/fuse'
============================================================================
Testsuite summary for libnbd 1.13.6
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/nbdkit/libnbd/fuse'
make[2]: Leaving directory '/builds/nbdkit/libnbd/fuse'
make[1]: Leaving directory '/builds/nbdkit/libnbd/fuse'
Making check in ocaml
make[1]: Entering directory '/builds/nbdkit/libnbd/ocaml'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/builds/nbdkit/libnbd/ocaml'
Making check in ocaml/examples
make[1]: Entering directory '/builds/nbdkit/libnbd/ocaml/examples'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/builds/nbdkit/libnbd/ocaml/examples'
Making check in ocaml/tests
make[1]: Entering directory '/builds/nbdkit/libnbd/ocaml/tests'
/usr/bin/make  
make[2]: Entering directory '/builds/nbdkit/libnbd/ocaml/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builds/nbdkit/libnbd/ocaml/tests'
/usr/bin/make  check-TESTS
make[2]: Entering directory '/builds/nbdkit/libnbd/ocaml/tests'
make[3]: Entering directory '/builds/nbdkit/libnbd/ocaml/tests'
============================================================================
Testsuite summary for libnbd 1.13.6
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/nbdkit/libnbd/ocaml/tests'
make[2]: Leaving directory '/builds/nbdkit/libnbd/ocaml/tests'
make[1]: Leaving directory '/builds/nbdkit/libnbd/ocaml/tests'
Making check in golang
make[1]: Entering directory '/builds/nbdkit/libnbd/golang'
/usr/bin/make  check-TESTS
make[2]: Entering directory '/builds/nbdkit/libnbd/golang'
make[3]: Entering directory '/builds/nbdkit/libnbd/golang'
============================================================================
Testsuite summary for libnbd 1.13.6
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/builds/nbdkit/libnbd/golang'
make[2]: Leaving directory '/builds/nbdkit/libnbd/golang'
make[1]: Leaving directory '/builds/nbdkit/libnbd/golang'
Making check in golang/examples
make[1]: Entering directory '/builds/nbdkit/libnbd/golang/examples'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/builds/nbdkit/libnbd/golang/examples'
Making check in interop
make[1]: Entering directory '/builds/nbdkit/libnbd/interop'
/usr/bin/make  check-am
make[2]: Entering directory '/builds/nbdkit/libnbd/interop'
/usr/bin/make  interop-nbd-server interop-nbd-server-tls list-exports-nbd-server  interop-qemu-nbd interop-qemu-nbd-tls-certs interop-qemu-nbd-tls-psk list-exports-qemu-nbd socket-activation-qemu-nbd dirty-bitmap structured-read  
make[3]: Entering directory '/builds/nbdkit/libnbd/interop'
make[3]: 'interop-nbd-server' is up to date.
make[3]: 'interop-nbd-server-tls' is up to date.
make[3]: 'list-exports-nbd-server' is up to date.
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DSOCKET_ACTIVATION=1 -DNEEDS_TMPFILE=1 -DSERVER=\"qemu-nbd\" -DSERVER_PARAMS='"-f", "raw", "-x", "/", TMPFILE' -DEXPORT_NAME='"/"'   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT interop_qemu_nbd-interop.o -MD -MP -MF .deps/interop_qemu_nbd-interop.Tpo -c -o interop_qemu_nbd-interop.o `test -f 'interop.c' || echo './'`interop.c
mv -f .deps/interop_qemu_nbd-interop.Tpo .deps/interop_qemu_nbd-interop.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DSOCKET_ACTIVATION=1 -DNEEDS_TMPFILE=1 -DSERVER=\"qemu-nbd\" -DSERVER_PARAMS='"-f", "raw", "-x", "/", TMPFILE' -DEXPORT_NAME='"/"'   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT interop_qemu_nbd-requires.o -MD -MP -MF .deps/interop_qemu_nbd-requires.Tpo -c -o interop_qemu_nbd-requires.o `test -f 'requires.c' || echo './'`requires.c
mv -f .deps/interop_qemu_nbd-requires.Tpo .deps/interop_qemu_nbd-requires.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2   -o interop-qemu-nbd interop_qemu_nbd-interop.o interop_qemu_nbd-requires.o  ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1 -g -O2 -o .libs/interop-qemu-nbd interop_qemu_nbd-interop.o interop_qemu_nbd-requires.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DREQUIRES=' requires ("test -d /builds/nbdkit/libnbd/tests/pki"); requires_qemu_nbd_tls_support ("qemu-nbd"); ' -DSOCKET_ACTIVATION=1 -DNEEDS_TMPFILE=1 -DSERVER=\"qemu-nbd\" -DSERVER_PARAMS='"--object", "tls-creds-x509,id=tls0,endpoint=server,dir=/builds/nbdkit/libnbd/tests/pki", "--tls-creds", "tls0", "-f", "raw", "-x", "/", TMPFILE' -DEXPORT_NAME='"/"' -DCERTS=1 -DTLS_MODE=LIBNBD_TLS_REQUIRE   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT interop_qemu_nbd_tls_certs-interop.o -MD -MP -MF .deps/interop_qemu_nbd_tls_certs-interop.Tpo -c -o interop_qemu_nbd_tls_certs-interop.o `test -f 'interop.c' || echo './'`interop.c
mv -f .deps/interop_qemu_nbd_tls_certs-interop.Tpo .deps/interop_qemu_nbd_tls_certs-interop.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DREQUIRES=' requires ("test -d /builds/nbdkit/libnbd/tests/pki"); requires_qemu_nbd_tls_support ("qemu-nbd"); ' -DSOCKET_ACTIVATION=1 -DNEEDS_TMPFILE=1 -DSERVER=\"qemu-nbd\" -DSERVER_PARAMS='"--object", "tls-creds-x509,id=tls0,endpoint=server,dir=/builds/nbdkit/libnbd/tests/pki", "--tls-creds", "tls0", "-f", "raw", "-x", "/", TMPFILE' -DEXPORT_NAME='"/"' -DCERTS=1 -DTLS_MODE=LIBNBD_TLS_REQUIRE   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT interop_qemu_nbd_tls_certs-requires.o -MD -MP -MF .deps/interop_qemu_nbd_tls_certs-requires.Tpo -c -o interop_qemu_nbd_tls_certs-requires.o `test -f 'requires.c' || echo './'`requires.c
mv -f .deps/interop_qemu_nbd_tls_certs-requires.Tpo .deps/interop_qemu_nbd_tls_certs-requires.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2   -o interop-qemu-nbd-tls-certs interop_qemu_nbd_tls_certs-interop.o interop_qemu_nbd_tls_certs-requires.o  ../lib/libnbd.la -lgnutls    
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1 -g -O2 -o .libs/interop-qemu-nbd-tls-certs interop_qemu_nbd_tls_certs-interop.o interop_qemu_nbd_tls_certs-requires.o  ../lib/.libs/libnbd.so -lgnutls -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DREQUIRES=' requires ("test -f /builds/nbdkit/libnbd/tests/keys.psk"); requires_qemu_nbd_tls_support ("qemu-nbd"); ' -DSOCKET_ACTIVATION=1 -DNEEDS_TMPFILE=1 -DSERVER=\"qemu-nbd\" -DSERVER_PARAMS='"--object", "tls-creds-psk,id=tls0,endpoint=server,dir=/builds/nbdkit/libnbd/tests", "--tls-creds", "tls0", "-f", "raw", "-x", "/", TMPFILE' -DEXPORT_NAME='"/"' -DPSK=1 -DTLS_MODE=LIBNBD_TLS_REQUIRE   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT interop_qemu_nbd_tls_psk-interop.o -MD -MP -MF .deps/interop_qemu_nbd_tls_psk-interop.Tpo -c -o interop_qemu_nbd_tls_psk-interop.o `test -f 'interop.c' || echo './'`interop.c
mv -f .deps/interop_qemu_nbd_tls_psk-interop.Tpo .deps/interop_qemu_nbd_tls_psk-interop.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DREQUIRES=' requires ("test -f /builds/nbdkit/libnbd/tests/keys.psk"); requires_qemu_nbd_tls_support ("qemu-nbd"); ' -DSOCKET_ACTIVATION=1 -DNEEDS_TMPFILE=1 -DSERVER=\"qemu-nbd\" -DSERVER_PARAMS='"--object", "tls-creds-psk,id=tls0,endpoint=server,dir=/builds/nbdkit/libnbd/tests", "--tls-creds", "tls0", "-f", "raw", "-x", "/", TMPFILE' -DEXPORT_NAME='"/"' -DPSK=1 -DTLS_MODE=LIBNBD_TLS_REQUIRE   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT interop_qemu_nbd_tls_psk-requires.o -MD -MP -MF .deps/interop_qemu_nbd_tls_psk-requires.Tpo -c -o interop_qemu_nbd_tls_psk-requires.o `test -f 'requires.c' || echo './'`requires.c
mv -f .deps/interop_qemu_nbd_tls_psk-requires.Tpo .deps/interop_qemu_nbd_tls_psk-requires.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2   -o interop-qemu-nbd-tls-psk interop_qemu_nbd_tls_psk-interop.o interop_qemu_nbd_tls_psk-requires.o  ../lib/libnbd.la -lgnutls    
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1 -g -O2 -o .libs/interop-qemu-nbd-tls-psk interop_qemu_nbd_tls_psk-interop.o interop_qemu_nbd_tls_psk-requires.o  ../lib/.libs/libnbd.so -lgnutls -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DSOCKET_ACTIVATION=1 -DNEEDS_TMPFILE=1 -DSERVER=\"qemu-nbd\" -DSERVER_PARAMS='"-f", "raw", "-x", "testing", "-D", "data", TMPFILE' -DEXPORTS='"testing"' -DDESCRIPTIONS='"data"'   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT list_exports_qemu_nbd-list-exports.o -MD -MP -MF .deps/list_exports_qemu_nbd-list-exports.Tpo -c -o list_exports_qemu_nbd-list-exports.o `test -f 'list-exports.c' || echo './'`list-exports.c
mv -f .deps/list_exports_qemu_nbd-list-exports.Tpo .deps/list_exports_qemu_nbd-list-exports.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DSOCKET_ACTIVATION=1 -DNEEDS_TMPFILE=1 -DSERVER=\"qemu-nbd\" -DSERVER_PARAMS='"-f", "raw", "-x", "testing", "-D", "data", TMPFILE' -DEXPORTS='"testing"' -DDESCRIPTIONS='"data"'   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT list_exports_qemu_nbd-requires.o -MD -MP -MF .deps/list_exports_qemu_nbd-requires.Tpo -c -o list_exports_qemu_nbd-requires.o `test -f 'requires.c' || echo './'`requires.c
mv -f .deps/list_exports_qemu_nbd-requires.Tpo .deps/list_exports_qemu_nbd-requires.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2   -o list-exports-qemu-nbd list_exports_qemu_nbd-list-exports.o list_exports_qemu_nbd-requires.o  ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1 -g -O2 -o .libs/list-exports-qemu-nbd list_exports_qemu_nbd-list-exports.o list_exports_qemu_nbd-requires.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests  -DSERVER=\"qemu-nbd\" -DSERVER_PARAMS='"-f", "raw", "-x", "", tmpfile'   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT socket_activation_qemu_nbd-socket-activation.o -MD -MP -MF .deps/socket_activation_qemu_nbd-socket-activation.Tpo -c -o socket_activation_qemu_nbd-socket-activation.o `test -f 'socket-activation.c' || echo './'`socket-activation.c
mv -f .deps/socket_activation_qemu_nbd-socket-activation.Tpo .deps/socket_activation_qemu_nbd-socket-activation.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2   -o socket-activation-qemu-nbd socket_activation_qemu_nbd-socket-activation.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1 -g -O2 -o .libs/socket-activation-qemu-nbd socket_activation_qemu_nbd-socket-activation.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT dirty-bitmap.o -MD -MP -MF .deps/dirty-bitmap.Tpo -c -o dirty-bitmap.o dirty-bitmap.c
mv -f .deps/dirty-bitmap.Tpo .deps/dirty-bitmap.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2   -o dirty-bitmap dirty-bitmap.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1 -g -O2 -o .libs/dirty-bitmap dirty-bitmap.o  ../lib/.libs/libnbd.so -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -I../common/include -I../include -I../tests   -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2 -MT structured-read.o -MD -MP -MF .deps/structured-read.Tpo -c -o structured-read.o structured-read.c
mv -f .deps/structured-read.Tpo .deps/structured-read.Po
/bin/bash ../libtool  --tag=CC   --mode=link gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1    -g -O2   -o structured-read structured-read.o ../lib/libnbd.la 
libtool: link: gcc -Wall -Werror -Wvla -Wframe-larger-than=5000 -Wstack-usage=10000 -I/usr/include/p11-kit-1 -g -O2 -o .libs/structured-read structured-read.o  ../lib/.libs/libnbd.so -pthread
make[3]: Leaving directory '/builds/nbdkit/libnbd/interop'
/usr/bin/make  check-TESTS
make[3]: Entering directory '/builds/nbdkit/libnbd/interop'
make[4]: Entering directory '/builds/nbdkit/libnbd/interop'
SKIP: interop-nbd-server
SKIP: interop-nbd-server-tls
SKIP: list-exports-nbd-server
PASS: interop-qemu-nbd
SKIP: interop-qemu-nbd-tls-certs
SKIP: interop-qemu-nbd-tls-psk
PASS: list-exports-qemu-nbd
PASS: socket-activation-qemu-nbd
SKIP: dirty-bitmap.sh
SKIP: structured-read.sh
SKIP: interop-qemu-block-size.sh
============================================================================
Testsuite summary for libnbd 1.13.6
============================================================================
# TOTAL: 11
# PASS:  3
# SKIP:  8
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/builds/nbdkit/libnbd/interop'
make[3]: Leaving directory '/builds/nbdkit/libnbd/interop'
make[2]: Leaving directory '/builds/nbdkit/libnbd/interop'
make[1]: Leaving directory '/builds/nbdkit/libnbd/interop'
Making check in fuzzing
make[1]: Entering directory '/builds/nbdkit/libnbd/fuzzing'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/builds/nbdkit/libnbd/fuzzing'
Making check in bash-completion
make[1]: Entering directory '/builds/nbdkit/libnbd/bash-completion'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/builds/nbdkit/libnbd/bash-completion'
+ restore_tests
+ read test_case_bckup
+ find . -name *_skipped_test -print
+ test_case=./interop/structured-read.sh
+ echo Moving ./interop/structured-read.sh_skipped_test back to ./interop/structured-read.sh
Moving ./interop/structured-read.sh_skipped_test back to ./interop/structured-read.sh
+ rm -f ./interop/structured-read.sh
+ mv -f ./interop/structured-read.sh_skipped_test ./interop/structured-read.sh
+ read test_case_bckup
+ test_case=./interop/interop-nbd-server
+ echo Moving ./interop/interop-nbd-server_skipped_test back to ./interop/interop-nbd-server
Moving ./interop/interop-nbd-server_skipped_test back to ./interop/interop-nbd-server
+ rm -f ./interop/interop-nbd-server
+ mv -f ./interop/interop-nbd-server_skipped_test ./interop/interop-nbd-server
+ read test_case_bckup
+ test_case=./interop/list-exports-nbd-server
+ echo Moving ./interop/list-exports-nbd-server_skipped_test back to ./interop/list-exports-nbd-server
Moving ./interop/list-exports-nbd-server_skipped_test back to ./interop/list-exports-nbd-server
+ rm -f ./interop/list-exports-nbd-server
+ mv -f ./interop/list-exports-nbd-server_skipped_test ./interop/list-exports-nbd-server
+ read test_case_bckup
+ test_case=./interop/interop-nbd-server-tls
+ echo Moving ./interop/interop-nbd-server-tls_skipped_test back to ./interop/interop-nbd-server-tls
Moving ./interop/interop-nbd-server-tls_skipped_test back to ./interop/interop-nbd-server-tls
+ rm -f ./interop/interop-nbd-server-tls
+ mv -f ./interop/interop-nbd-server-tls_skipped_test ./interop/interop-nbd-server-tls
+ read test_case_bckup
+ return 0
+ test  = force
+ test  != skip
+ /usr/bin/make dist
/usr/bin/make  dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory '/builds/nbdkit/libnbd'
if test -d "libnbd-1.13.6"; then find "libnbd-1.13.6" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "libnbd-1.13.6" || { sleep 5 && rm -rf "libnbd-1.13.6"; }; else :; fi
test -d "libnbd-1.13.6" || mkdir "libnbd-1.13.6"
 (cd generator && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/generator \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/generator'
make[2]: Leaving directory '/builds/nbdkit/libnbd/generator'
 (cd include && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/include'
make[2]: Leaving directory '/builds/nbdkit/libnbd/include'
 (cd common/include && /usr/bin/make  top_distdir=../../libnbd-1.13.6 distdir=../../libnbd-1.13.6/common/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/common/include'
make[2]: Leaving directory '/builds/nbdkit/libnbd/common/include'
 (cd common/utils && /usr/bin/make  top_distdir=../../libnbd-1.13.6 distdir=../../libnbd-1.13.6/common/utils \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/common/utils'
make[2]: Leaving directory '/builds/nbdkit/libnbd/common/utils'
 (cd lib && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/lib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/lib'
make[2]: Leaving directory '/builds/nbdkit/libnbd/lib'
 (cd docs && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/docs \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/docs'
make[2]: Leaving directory '/builds/nbdkit/libnbd/docs'
 (cd examples && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/examples \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/examples'
make[2]: Leaving directory '/builds/nbdkit/libnbd/examples'
 (cd valgrind && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/valgrind \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/valgrind'
make[2]: Leaving directory '/builds/nbdkit/libnbd/valgrind'
 (cd tests && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/tests \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/tests'
make[2]: Leaving directory '/builds/nbdkit/libnbd/tests'
 (cd python && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/python \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/python'
make[2]: Leaving directory '/builds/nbdkit/libnbd/python'
 (cd sh && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/sh \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/sh'
make[2]: Leaving directory '/builds/nbdkit/libnbd/sh'
 (cd info && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/info \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/info'
make[2]: Leaving directory '/builds/nbdkit/libnbd/info'
 (cd copy && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/copy \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/copy'
make[2]: Leaving directory '/builds/nbdkit/libnbd/copy'
 (cd dump && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/dump \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/dump'
make[2]: Leaving directory '/builds/nbdkit/libnbd/dump'
 (cd fuse && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/fuse \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/fuse'
make[2]: Leaving directory '/builds/nbdkit/libnbd/fuse'
 (cd ocaml && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/ocaml \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/ocaml'
make[2]: Leaving directory '/builds/nbdkit/libnbd/ocaml'
 (cd ocaml/examples && /usr/bin/make  top_distdir=../../libnbd-1.13.6 distdir=../../libnbd-1.13.6/ocaml/examples \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/ocaml/examples'
make[2]: Leaving directory '/builds/nbdkit/libnbd/ocaml/examples'
 (cd ocaml/tests && /usr/bin/make  top_distdir=../../libnbd-1.13.6 distdir=../../libnbd-1.13.6/ocaml/tests \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/ocaml/tests'
make[2]: Leaving directory '/builds/nbdkit/libnbd/ocaml/tests'
 (cd golang && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/golang \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/golang'
make[2]: Leaving directory '/builds/nbdkit/libnbd/golang'
 (cd golang/examples && /usr/bin/make  top_distdir=../../libnbd-1.13.6 distdir=../../libnbd-1.13.6/golang/examples \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/golang/examples'
make[2]: Leaving directory '/builds/nbdkit/libnbd/golang/examples'
 (cd interop && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/interop \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/interop'
make[2]: Leaving directory '/builds/nbdkit/libnbd/interop'
 (cd fuzzing && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/fuzzing \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/fuzzing'
make[2]: Leaving directory '/builds/nbdkit/libnbd/fuzzing'
 (cd bash-completion && /usr/bin/make  top_distdir=../libnbd-1.13.6 distdir=../libnbd-1.13.6/bash-completion \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory '/builds/nbdkit/libnbd/bash-completion'
make[2]: Leaving directory '/builds/nbdkit/libnbd/bash-completion'
test -n "" \
|| find "libnbd-1.13.6" -type d ! -perm -755 \
	-exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/bash /builds/nbdkit/libnbd/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "libnbd-1.13.6"
tardir=libnbd-1.13.6 && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >libnbd-1.13.6.tar.gz
make[1]: Leaving directory '/builds/nbdkit/libnbd'
if test -d "libnbd-1.13.6"; then find "libnbd-1.13.6" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "libnbd-1.13.6" || { sleep 5 && rm -rf "libnbd-1.13.6"; }; else :; fi
+ /usr/bin/make maintainer-check-extra-dist
Checking for differences between EXTRA_DIST and git ...
tests/connect-uri-nbd-vsock.sh
Makefile:973: recipe for target 'maintainer-check-extra-dist' failed
make: *** [maintainer-check-extra-dist] Error 1
section_end:1657979962:step_script
section_start:1657979962:upload_artifacts_on_failure
Uploading artifacts for failed job
Uploading artifacts...
config.log: found 1 matching files and directories 
**/test-suite.log: found 52 matching files and directories 
Uploading artifacts as "archive" to coordinator... 201 Created  id=2730695262 responseStatus=201 Created token=b1DKYaE1
section_end:1657979964:upload_artifacts_on_failure
section_start:1657979964:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1657979965:cleanup_file_variables
ERROR: Job failed: exit code 1