Your message dated Fri, 05 Apr 2024 13:19:35 +0000
with message-id <[email protected]>
and subject line Bug#1047305: fixed in nbdkit 1.38.0-1
has caused the Debian Bug report #1047305,
regarding nbdkit: Fails to build source after successful build
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1047305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047305
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: nbdkit
Version: 1.34.2-10
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> --------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package nbdkit
> dpkg-buildpackage: info: source version 1.34.2-10
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Hilko Bengen <[email protected]>
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh clean --with autoreconf
>    dh_auto_clean
>       make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making distclean in bash-completion
> make[2]: Entering directory '/<<PKGBUILDDIR>>/bash-completion'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/bash-completion'
> Making distclean in docs
> make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit.1 nbdkit-captive.1 
> nbdkit-client.1 nbdkit-loop.1 nbdkit-probing.1 nbdkit-protocol.1 
> nbdkit-release-notes-1.4.1 nbdkit-release-notes-1.6.1 
> nbdkit-release-notes-1.8.1 nbdkit-release-notes-1.10.1 
> nbdkit-release-notes-1.12.1 nbdkit-release-notes-1.14.1 
> nbdkit-release-notes-1.16.1 nbdkit-release-notes-1.18.1 
> nbdkit-release-notes-1.20.1 nbdkit-release-notes-1.22.1 
> nbdkit-release-notes-1.24.1 nbdkit-release-notes-1.26.1 
> nbdkit-release-notes-1.28.1 nbdkit-release-notes-1.30.1 
> nbdkit-release-notes-1.32.1 nbdkit-release-notes-1.34.1 nbdkit-security.1 
> nbdkit-service.1 nbdkit-tls.1 nbdkit-plugin.3 nbdkit-filter.3 " || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit.1 nbdkit-captive.1 nbdkit-client.1 
> nbdkit-loop.1 nbdkit-probing.1 nbdkit-protocol.1 nbdkit-release-notes-1.4.1 
> nbdkit-release-notes-1.6.1 nbdkit-release-notes-1.8.1 
> nbdkit-release-notes-1.10.1 nbdkit-release-notes-1.12.1 
> nbdkit-release-notes-1.14.1 nbdkit-release-notes-1.16.1 
> nbdkit-release-notes-1.18.1 nbdkit-release-notes-1.20.1 
> nbdkit-release-notes-1.22.1 nbdkit-release-notes-1.24.1 
> nbdkit-release-notes-1.26.1 nbdkit-release-notes-1.28.1 
> nbdkit-release-notes-1.30.1 nbdkit-release-notes-1.32.1 
> nbdkit-release-notes-1.34.1 nbdkit-security.1 nbdkit-service.1 nbdkit-tls.1 
> nbdkit-plugin.3 nbdkit-filter.3 
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> test -z "plugin-links.pod lang-plugin-links.pod filter-links.pod" || rm -f 
> plugin-links.pod lang-plugin-links.pod filter-links.pod
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
> Making distclean in fuzzing
> make[2]: Entering directory '/<<PKGBUILDDIR>>/fuzzing'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/fuzzing'
> Making distclean in valgrind
> make[2]: Entering directory '/<<PKGBUILDDIR>>/valgrind'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> test -z "suppressions" || rm -f suppressions
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/valgrind'
> Making distclean in include
> make[2]: Entering directory '/<<PKGBUILDDIR>>/include'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> rm -f *.lo
> test -z "nbdkit-version.h" || rm -f nbdkit-version.h
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/include'
> Making distclean in common/include
> make[2]: Entering directory '/<<PKGBUILDDIR>>/common/include'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> rm -f *.o
> test -z "test-array-size.log test-ascii-ctype.log test-ascii-string.log 
> test-byte-swapping.log test-checked-overflow.log test-isaligned.log 
> test-ispowerof2.log test-iszero.log test-minmax.log test-nextnonzero.log 
> test-random.log test-tvdiff.log" || rm -f test-array-size.log 
> test-ascii-ctype.log test-ascii-string.log test-byte-swapping.log 
> test-checked-overflow.log test-isaligned.log test-ispowerof2.log 
> test-iszero.log test-minmax.log test-nextnonzero.log test-random.log 
> test-tvdiff.log
> rm -f *.lo
>  rm -f test-array-size test-ascii-ctype test-ascii-string test-byte-swapping 
> test-checked-overflow test-isaligned test-ispowerof2 test-iszero test-minmax 
> test-nextnonzero test-random test-tvdiff
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> test -z "test-array-size.trs test-ascii-ctype.trs test-ascii-string.trs 
> test-byte-swapping.trs test-checked-overflow.trs test-isaligned.trs 
> test-ispowerof2.trs test-iszero.trs test-minmax.trs test-nextnonzero.trs 
> test-random.trs test-tvdiff.trs" || rm -f test-array-size.trs 
> test-ascii-ctype.trs test-ascii-string.trs test-byte-swapping.trs 
> test-checked-overflow.trs test-isaligned.trs test-ispowerof2.trs 
> test-iszero.trs test-minmax.trs test-nextnonzero.trs test-random.trs 
> test-tvdiff.trs
> test -z "test-suite.log" || rm -f test-suite.log
> rm -f ./.deps/test_array_size-test-array-size.Po
> rm -f ./.deps/test_ascii_ctype-test-ascii-ctype.Po
> rm -f ./.deps/test_ascii_string-test-ascii-string.Po
> rm -f ./.deps/test_byte_swapping-test-byte-swapping.Po
> rm -f ./.deps/test_checked_overflow-test-checked-overflow.Po
> rm -f ./.deps/test_isaligned-test-isaligned.Po
> rm -f ./.deps/test_ispowerof2-test-ispowerof2.Po
> rm -f ./.deps/test_iszero-test-iszero.Po
> rm -f ./.deps/test_minmax-test-minmax.Po
> rm -f ./.deps/test_nextnonzero-test-nextnonzero.Po
> rm -f ./.deps/test_random-test-random.Po
> rm -f ./.deps/test_tvdiff-test-tvdiff.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/common/include'
> Making distclean in common/protocol
> make[2]: Entering directory '/<<PKGBUILDDIR>>/common/protocol'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll protostrings.c" || rm -f *~ *.cmi 
> *.cmx *.cmxa *.so *.dll protostrings.c
> rm -rf .libs _libs
> test -z "libprotocol.la" || rm -f libprotocol.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "generate-protostrings.sh" || rm -f generate-protostrings.sh
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/libprotocol_la-protostrings.Plo
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/common/protocol'
> Making distclean in common/replacements
> make[2]: Entering directory '/<<PKGBUILDDIR>>/common/replacements'
> Making distclean in win32
> make[3]: Entering directory '/<<PKGBUILDDIR>>/common/replacements/win32'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/common/replacements/win32'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/common/replacements'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
>  rm -f test-current-dir-name
> rm -rf .libs _libs
> test -z "libcompat.la" || rm -f libcompat.la
> rm -f *.o
> test -z "test-current-dir-name.log" || rm -f test-current-dir-name.log
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test -z "test-current-dir-name.trs" || rm -f test-current-dir-name.trs
> test -z "test-suite.log" || rm -f test-suite.log
> rm -f ./so_locations
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/common/replacements'
> rm -f .deps/fdatasync.Plo
> rm -f .deps/fsync.Plo
> rm -f .deps/get_current_dir_name.Plo
> rm -f .deps/getdelim.Plo
> rm -f .deps/getline.Plo
> rm -f .deps/open_memstream.Plo
> rm -f .deps/openlog.Plo
> rm -f .deps/poll.Plo
> rm -f .deps/posix_memalign.Plo
> rm -f .deps/pread.Plo
> rm -f .deps/pwrite.Plo
> rm -f .deps/realpath.Plo
> rm -f .deps/strndup.Plo
> rm -f .deps/sysconf.Plo
> rm -f .deps/syslog.Plo
> rm -f .deps/vsyslog.Plo
> rm -f ./.deps/test_current_dir_name-get_current_dir_name.Po
> rm -f ./.deps/test_current_dir_name-test-current-dir-name.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/common/replacements'
> Making distclean in common/utils
> make[2]: Entering directory '/<<PKGBUILDDIR>>/common/utils'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> test -z "libutils.la" || rm -f libutils.la
> rm -f *.o
> test -z "test-quotes.log test-vector.log" || rm -f test-quotes.log 
> test-vector.log
> rm -f *.lo
> rm -f *.tab.c
>  rm -f test-quotes test-vector
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test -z "test-quotes.trs test-vector.trs" || rm -f test-quotes.trs 
> test-vector.trs
> test . = "." || test -z "" || rm -f 
> test -z "test-suite.log" || rm -f test-suite.log
> rm -f ./so_locations
> rm -f ./.deps/libutils_la-cleanup-nbdkit.Plo
> rm -f ./.deps/libutils_la-cleanup.Plo
> rm -f ./.deps/libutils_la-environ.Plo
> rm -f ./.deps/libutils_la-exit-with-parent.Plo
> rm -f ./.deps/libutils_la-full-rw.Plo
> rm -f ./.deps/libutils_la-quote.Plo
> rm -f ./.deps/libutils_la-utils.Plo
> rm -f ./.deps/libutils_la-vector.Plo
> rm -f ./.deps/libutils_la-windows-compat.Plo
> rm -f ./.deps/libutils_la-windows-errors.Plo
> rm -f ./.deps/test_quotes-quote.Po
> rm -f ./.deps/test_quotes-test-quotes.Po
> rm -f ./.deps/test_vector-test-vector.Po
> rm -f ./.deps/test_vector-vector.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/common/utils'
> Making distclean in server
> make[2]: Entering directory '/<<PKGBUILDDIR>>/server'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll synopsis.c" || rm -f *~ *.cmi *.cmx 
> *.cmxa *.so *.dll synopsis.c
> test -z "" || rm -f 
> rm -rf .libs _libs
> rm -f *.o
> test -z "test-public.log" || rm -f test-public.log
> rm -f *.lo
>  rm -f test-public
> rm -f *.tab.c
> test -z "nbdkit.pc" || rm -f nbdkit.pc
>  rm -f nbdkit
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test -z "test-public.trs" || rm -f test-public.trs
> test . = "." || test -z "" || rm -f 
> test -z "test-suite.log" || rm -f test-suite.log
> rm -f ./.deps/nbdkit-backend.Po
> rm -f ./.deps/nbdkit-background.Po
> rm -f ./.deps/nbdkit-captive.Po
> rm -f ./.deps/nbdkit-connections.Po
> rm -f ./.deps/nbdkit-crypto.Po
> rm -f ./.deps/nbdkit-debug-flags.Po
> rm -f ./.deps/nbdkit-debug.Po
> rm -f ./.deps/nbdkit-exports.Po
> rm -f ./.deps/nbdkit-extents.Po
> rm -f ./.deps/nbdkit-filters.Po
> rm -f ./.deps/nbdkit-fuzzer.Po
> rm -f ./.deps/nbdkit-locks.Po
> rm -f ./.deps/nbdkit-log-stderr.Po
> rm -f ./.deps/nbdkit-log-syslog.Po
> rm -f ./.deps/nbdkit-log.Po
> rm -f ./.deps/nbdkit-main.Po
> rm -f ./.deps/nbdkit-plugins.Po
> rm -f ./.deps/nbdkit-protocol-handshake-newstyle.Po
> rm -f ./.deps/nbdkit-protocol-handshake-oldstyle.Po
> rm -f ./.deps/nbdkit-protocol-handshake.Po
> rm -f ./.deps/nbdkit-protocol.Po
> rm -f ./.deps/nbdkit-public.Po
> rm -f ./.deps/nbdkit-quit.Po
> rm -f ./.deps/nbdkit-signals.Po
> rm -f ./.deps/nbdkit-socket-activation.Po
> rm -f ./.deps/nbdkit-sockets.Po
> rm -f ./.deps/nbdkit-threadlocal.Po
> rm -f ./.deps/nbdkit-usergroup.Po
> rm -f ./.deps/nbdkit-vfprintf.Po
> rm -f ./.deps/test_public-exports.Po
> rm -f ./.deps/test_public-extents.Po
> rm -f ./.deps/test_public-public.Po
> rm -f ./.deps/test_public-test-public.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/server'
> Making distclean in common/allocators
> make[2]: Entering directory '/<<PKGBUILDDIR>>/common/allocators'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> test -z "liballocators.la" || rm -f liballocators.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/liballocators_la-allocator.Plo
> rm -f ./.deps/liballocators_la-malloc.Plo
> rm -f ./.deps/liballocators_la-sparse.Plo
> rm -f ./.deps/liballocators_la-zstd.Plo
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/common/allocators'
> Making distclean in common/bitmap
> make[2]: Entering directory '/<<PKGBUILDDIR>>/common/bitmap'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> test -z "libbitmap.la" || rm -f libbitmap.la
> rm -f *.o
> test -z "test-bitmap.log" || rm -f test-bitmap.log
> rm -f *.lo
> rm -f *.tab.c
>  rm -f test-bitmap
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test -z "test-bitmap.trs" || rm -f test-bitmap.trs
> test . = "." || test -z "" || rm -f 
> test -z "test-suite.log" || rm -f test-suite.log
> rm -f ./so_locations
> rm -f ./.deps/libbitmap_la-bitmap.Plo
> rm -f ./.deps/test_bitmap-bitmap.Po
> rm -f ./.deps/test_bitmap-test-bitmap.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/common/bitmap'
> Making distclean in common/gpt
> make[2]: Entering directory '/<<PKGBUILDDIR>>/common/gpt'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> test -z "libgpt.la" || rm -f libgpt.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/libgpt_la-efi-crc32.Plo
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/common/gpt'
> Making distclean in common/regions
> make[2]: Entering directory '/<<PKGBUILDDIR>>/common/regions'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> test -z "libregions.la" || rm -f libregions.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/libregions_la-regions.Plo
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/common/regions'
> Making distclean in plugins
> make[2]: Entering directory '/<<PKGBUILDDIR>>/plugins'
> Making distclean in S3
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/S3'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-S3-plugin 
> nbdkit-S3-plugin.1" || rm -f *~ *.cmi *.cmx *.cmxa *.so *.dll 
> nbdkit-S3-plugin nbdkit-S3-plugin.1
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/S3'
> Making distclean in blkio
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/blkio'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll " || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll 
> rm -rf .libs _libs
> test -z "" || rm -f 
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/nbdkit_blkio_plugin_la-blkio.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/blkio'
> Making distclean in cc
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/cc'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-cc-plugin.3" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-cc-plugin.3
> rm -rf .libs _libs
> test -z "nbdkit-cc-plugin.la" || rm -f nbdkit-cc-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_cc_plugin_la-cc.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/cc'
> Making distclean in cdi
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/cdi'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-cdi-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-cdi-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-cdi-plugin.la" || rm -f nbdkit-cdi-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_cdi_plugin_la-cdi.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/cdi'
> Making distclean in curl
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/curl'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-curl-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-curl-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-curl-plugin.la" || rm -f nbdkit-curl-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_curl_plugin_la-curl.Plo
> rm -f ./.deps/nbdkit_curl_plugin_la-pool.Plo
> rm -f ./.deps/nbdkit_curl_plugin_la-scripts.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/curl'
> Making distclean in data
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/data'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-data-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-data-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-data-plugin.la" || rm -f nbdkit-data-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_data_plugin_la-data.Plo
> rm -f ./.deps/nbdkit_data_plugin_la-format.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/data'
> Making distclean in eval
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/eval'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll call.c methods.c  
> nbdkit-eval-plugin.1" || rm -f *~ *.cmi *.cmx *.cmxa *.so *.dll call.c 
> methods.c  nbdkit-eval-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-eval-plugin.la" || rm -f nbdkit-eval-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_eval_plugin_la-call.Plo
> rm -f ./.deps/nbdkit_eval_plugin_la-eval.Plo
> rm -f ./.deps/nbdkit_eval_plugin_la-methods.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/eval'
> Making distclean in example1
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/example1'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-example1-plugin.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-example1-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-example1-plugin.la" || rm -f nbdkit-example1-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_example1_plugin_la-example1.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/example1'
> Making distclean in example2
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/example2'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-example2-plugin.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-example2-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-example2-plugin.la" || rm -f nbdkit-example2-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_example2_plugin_la-example2.Plo
> rm -f ./.deps/nbdkit_example2_plugin_la-winexample2.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/example2'
> Making distclean in example3
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/example3'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-example3-plugin.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-example3-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-example3-plugin.la" || rm -f nbdkit-example3-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_example3_plugin_la-example3.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/example3'
> Making distclean in example4
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/example4'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-example4-plugin 
> nbdkit-example4-plugin.1" || rm -f *~ *.cmi *.cmx *.cmxa *.so *.dll 
> nbdkit-example4-plugin nbdkit-example4-plugin.1
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/example4'
> Making distclean in file
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/file'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-file-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-file-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-file-plugin.la" || rm -f nbdkit-file-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_file_plugin_la-file.Plo
> rm -f ./.deps/nbdkit_file_plugin_la-winfile.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/file'
> Making distclean in floppy
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/floppy'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-floppy-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-floppy-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-floppy-plugin.la" || rm -f nbdkit-floppy-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./so_locations
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/nbdkit_floppy_plugin_la-directory-lfn.Plo
> rm -f ./.deps/nbdkit_floppy_plugin_la-floppy.Plo
> rm -f ./.deps/nbdkit_floppy_plugin_la-virtual-floppy.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/floppy'
> Making distclean in full
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/full'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-full-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-full-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-full-plugin.la" || rm -f nbdkit-full-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_full_plugin_la-full.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/full'
> Making distclean in golang
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/golang'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll  " || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll  
> rm -rf .libs _libs
> test -z "" || rm -f 
> rm -f *.lo
> test -z "" || rm -f 
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> test -z "test-suite.log" || rm -f test-suite.log
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/golang'
> Making distclean in guestfs
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/guestfs'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-guestfs-plugin.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-guestfs-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-guestfs-plugin.la" || rm -f nbdkit-guestfs-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_guestfs_plugin_la-guestfs-plugin.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/guestfs'
> Making distclean in info
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/info'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-info-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-info-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-info-plugin.la" || rm -f nbdkit-info-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_info_plugin_la-info.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/info'
> Making distclean in iso
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/iso'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-iso-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-iso-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-iso-plugin.la" || rm -f nbdkit-iso-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_iso_plugin_la-iso.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/iso'
> Making distclean in libvirt
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/libvirt'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-libvirt-plugin.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-libvirt-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-libvirt-plugin.la" || rm -f nbdkit-libvirt-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_libvirt_plugin_la-libvirt-plugin.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/libvirt'
> Making distclean in linuxdisk
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/linuxdisk'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-linuxdisk-plugin.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-linuxdisk-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-linuxdisk-plugin.la" || rm -f nbdkit-linuxdisk-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_linuxdisk_plugin_la-filesystem.Plo
> rm -f ./.deps/nbdkit_linuxdisk_plugin_la-linuxdisk.Plo
> rm -f ./.deps/nbdkit_linuxdisk_plugin_la-partition-gpt.Plo
> rm -f ./.deps/nbdkit_linuxdisk_plugin_la-virtual-disk.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/linuxdisk'
> Making distclean in lua
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/lua'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-lua-plugin.3" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-lua-plugin.3
> rm -rf .libs _libs
> test -z "nbdkit-lua-plugin.la" || rm -f nbdkit-lua-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_lua_plugin_la-lua.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/lua'
> Making distclean in memory
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/memory'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-memory-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-memory-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-memory-plugin.la" || rm -f nbdkit-memory-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_memory_plugin_la-memory.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/memory'
> Making distclean in nbd
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/nbd'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-nbd-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-nbd-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-nbd-plugin.la" || rm -f nbdkit-nbd-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_nbd_plugin_la-nbd.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/nbd'
> Making distclean in null
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/null'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-null-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-null-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-null-plugin.la" || rm -f nbdkit-null-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_null_plugin_la-null.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/null'
> Making distclean in ocaml
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/ocaml'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll " || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll 
> test -z "" || rm -f 
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/libnbdkitocaml_la-bindings.Plo
> rm -f ./.deps/libnbdkitocaml_la-plugin.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/ocaml'
> Making distclean in ondemand
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/ondemand'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-ondemand-plugin.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-ondemand-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-ondemand-plugin.la" || rm -f nbdkit-ondemand-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_ondemand_plugin_la-default-command.Plo
> rm -f ./.deps/nbdkit_ondemand_plugin_la-ondemand.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/ondemand'
> Making distclean in partitioning
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/partitioning'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-partitioning-plugin.1" || rm 
> -f *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-partitioning-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-partitioning-plugin.la" || rm -f nbdkit-partitioning-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_partitioning_plugin_la-partition-gpt.Plo
> rm -f ./.deps/nbdkit_partitioning_plugin_la-partition-mbr.Plo
> rm -f ./.deps/nbdkit_partitioning_plugin_la-partitioning.Plo
> rm -f ./.deps/nbdkit_partitioning_plugin_la-virtual-disk.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/partitioning'
> Making distclean in pattern
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/pattern'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-pattern-plugin.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-pattern-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-pattern-plugin.la" || rm -f nbdkit-pattern-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_pattern_plugin_la-pattern.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/pattern'
> Making distclean in perl
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/perl'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-perl-plugin.3" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-perl-plugin.3
> rm -rf .libs _libs
> test -z "nbdkit-perl-plugin.la" || rm -f nbdkit-perl-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_perl_plugin_la-perl.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/perl'
> Making distclean in python
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/python'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-python-plugin.3" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-python-plugin.3
> rm -rf .libs _libs
> test -z "nbdkit-python-plugin.la" || rm -f nbdkit-python-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_python_plugin_la-errors.Plo
> rm -f ./.deps/nbdkit_python_plugin_la-helpers.Plo
> rm -f ./.deps/nbdkit_python_plugin_la-modfunctions.Plo
> rm -f ./.deps/nbdkit_python_plugin_la-plugin.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/python'
> Making distclean in random
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/random'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-random-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-random-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-random-plugin.la" || rm -f nbdkit-random-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_random_plugin_la-random.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/random'
> Making distclean in ruby
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/ruby'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-ruby-plugin.3" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-ruby-plugin.3
> rm -rf .libs _libs
> test -z "nbdkit-ruby-plugin.la" || rm -f nbdkit-ruby-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_ruby_plugin_la-ruby.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/ruby'
> Making distclean in rust
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/rust'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll " || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll 
> rm -rf .libs _libs
> test -z "" || rm -f 
> rm -f *.lo
> test -z "" || rm -f 
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> test -z "test-suite.log" || rm -f test-suite.log
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/rust'
> Making distclean in sh
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/sh'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-sh-plugin.3" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-sh-plugin.3
> rm -rf .libs _libs
> test -z "nbdkit-sh-plugin.la" || rm -f nbdkit-sh-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_sh_plugin_la-call.Plo
> rm -f ./.deps/nbdkit_sh_plugin_la-methods.Plo
> rm -f ./.deps/nbdkit_sh_plugin_la-sh.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/sh'
> Making distclean in sparse-random
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/sparse-random'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-sparse-random-plugin.1" || 
> rm -f *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-sparse-random-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-sparse-random-plugin.la" || rm -f 
> nbdkit-sparse-random-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_sparse_random_plugin_la-sparse-random.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/sparse-random'
> Making distclean in split
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/split'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-split-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-split-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-split-plugin.la" || rm -f nbdkit-split-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_split_plugin_la-split.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/split'
> Making distclean in ssh
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/ssh'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-ssh-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-ssh-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-ssh-plugin.la" || rm -f nbdkit-ssh-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_ssh_plugin_la-ssh.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/ssh'
> Making distclean in tcl
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/tcl'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-tcl-plugin.3" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-tcl-plugin.3
> rm -rf .libs _libs
> test -z "nbdkit-tcl-plugin.la" || rm -f nbdkit-tcl-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_tcl_plugin_la-tcl.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/tcl'
> Making distclean in tmpdisk
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/tmpdisk'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-tmpdisk-plugin.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-tmpdisk-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-tmpdisk-plugin.la" || rm -f nbdkit-tmpdisk-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_tmpdisk_plugin_la-default-command.Plo
> rm -f ./.deps/nbdkit_tmpdisk_plugin_la-tmpdisk.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/tmpdisk'
> Making distclean in torrent
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/torrent'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-torrent-plugin.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-torrent-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-torrent-plugin.la" || rm -f nbdkit-torrent-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_torrent_plugin_la-torrent.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/torrent'
> Making distclean in vddk
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/vddk'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll " || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll 
> rm -rf .libs _libs
> test -z "" || rm -f 
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/nbdkit_vddk_plugin_la-reexec.Plo
> rm -f ./.deps/nbdkit_vddk_plugin_la-stats.Plo
> rm -f ./.deps/nbdkit_vddk_plugin_la-utils.Plo
> rm -f ./.deps/nbdkit_vddk_plugin_la-vddk.Plo
> rm -f ./.deps/nbdkit_vddk_plugin_la-worker.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/vddk'
> Making distclean in zero
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins/zero'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-zero-plugin.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-zero-plugin.1
> rm -rf .libs _libs
> test -z "nbdkit-zero-plugin.la" || rm -f nbdkit-zero-plugin.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_zero_plugin_la-zero.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins/zero'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/plugins'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugins'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/plugins'
> Making distclean in filters
> make[2]: Entering directory '/<<PKGBUILDDIR>>/filters'
> Making distclean in blocksize
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/blocksize'
> test -z "nbdkit-blocksize-filter.la" || rm -f nbdkit-blocksize-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-blocksize-filter.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-blocksize-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_blocksize_filter_la-blocksize.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/blocksize'
> Making distclean in blocksize-policy
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/blocksize-policy'
> test -z "nbdkit-blocksize-policy-filter.la" || rm -f 
> nbdkit-blocksize-policy-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-blocksize-policy-filter.1" 
> || rm -f *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-blocksize-policy-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_blocksize_policy_filter_la-policy.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/blocksize-policy'
> Making distclean in cache
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/cache'
> test -z "nbdkit-cache-filter.la" || rm -f nbdkit-cache-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-cache-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-cache-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_cache_filter_la-blk.Plo
> rm -f ./.deps/nbdkit_cache_filter_la-cache.Plo
> rm -f ./.deps/nbdkit_cache_filter_la-lru.Plo
> rm -f ./.deps/nbdkit_cache_filter_la-reclaim.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/cache'
> Making distclean in cacheextents
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/cacheextents'
> test -z "nbdkit-cacheextents-filter.la" || rm -f nbdkit-cacheextents-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-cacheextents-filter.1" || rm 
> -f *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-cacheextents-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_cacheextents_filter_la-cacheextents.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/cacheextents'
> Making distclean in checkwrite
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/checkwrite'
> test -z "nbdkit-checkwrite-filter.la" || rm -f nbdkit-checkwrite-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-checkwrite-filter.1" || rm 
> -f *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-checkwrite-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_checkwrite_filter_la-checkwrite.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/checkwrite'
> Making distclean in cow
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/cow'
> test -z "nbdkit-cow-filter.la" || rm -f nbdkit-cow-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-cow-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-cow-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_cow_filter_la-blk.Plo
> rm -f ./.deps/nbdkit_cow_filter_la-cow.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/cow'
> Making distclean in ddrescue
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/ddrescue'
> test -z "nbdkit-ddrescue-filter.la" || rm -f nbdkit-ddrescue-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-ddrescue-filter.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-ddrescue-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_ddrescue_filter_la-ddrescue.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/ddrescue'
> Making distclean in delay
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/delay'
> test -z "nbdkit-delay-filter.la" || rm -f nbdkit-delay-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-delay-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-delay-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_delay_filter_la-delay.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/delay'
> Making distclean in error
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/error'
> test -z "nbdkit-error-filter.la" || rm -f nbdkit-error-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-error-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-error-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./so_locations
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/nbdkit_error_filter_la-error.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/error'
> Making distclean in exitlast
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/exitlast'
> test -z "nbdkit-exitlast-filter.la" || rm -f nbdkit-exitlast-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-exitlast-filter.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-exitlast-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_exitlast_filter_la-exitlast.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/exitlast'
> Making distclean in exitwhen
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/exitwhen'
> test -z "nbdkit-exitwhen-filter.la" || rm -f nbdkit-exitwhen-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-exitwhen-filter.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-exitwhen-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_exitwhen_filter_la-exitwhen.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/exitwhen'
> Making distclean in exportname
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/exportname'
> test -z "nbdkit-exportname-filter.la" || rm -f nbdkit-exportname-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-exportname-filter.1" || rm 
> -f *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-exportname-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_exportname_filter_la-exportname.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/exportname'
> Making distclean in ext2
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/ext2'
> test -z "nbdkit-ext2-filter.la" || rm -f nbdkit-ext2-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-ext2-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-ext2-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_ext2_filter_la-ext2.Plo
> rm -f ./.deps/nbdkit_ext2_filter_la-io.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/ext2'
> Making distclean in extentlist
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/extentlist'
> test -z "nbdkit-extentlist-filter.la" || rm -f nbdkit-extentlist-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-extentlist-filter.1" || rm 
> -f *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-extentlist-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_extentlist_filter_la-extentlist.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/extentlist'
> Making distclean in fua
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/fua'
> test -z "nbdkit-fua-filter.la" || rm -f nbdkit-fua-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-fua-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-fua-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_fua_filter_la-fua.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/fua'
> Making distclean in gzip
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/gzip'
> test -z "nbdkit-gzip-filter.la" || rm -f nbdkit-gzip-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-gzip-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-gzip-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./so_locations
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/nbdkit_gzip_filter_la-gzip.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/gzip'
> Making distclean in ip
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/ip'
> test -z "nbdkit-ip-filter.la" || rm -f nbdkit-ip-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-ip-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-ip-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_ip_filter_la-ip.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/ip'
> Making distclean in limit
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/limit'
> test -z "nbdkit-limit-filter.la" || rm -f nbdkit-limit-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-limit-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-limit-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_limit_filter_la-limit.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/limit'
> Making distclean in log
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/log'
> test -z "nbdkit-log-filter.la" || rm -f nbdkit-log-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-log-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-log-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_log_filter_la-log.Plo
> rm -f ./.deps/nbdkit_log_filter_la-output.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/log'
> Making distclean in luks
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/luks'
> test -z "nbdkit-luks-filter.la" || rm -f nbdkit-luks-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-luks-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-luks-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_luks_filter_la-luks-encryption.Plo
> rm -f ./.deps/nbdkit_luks_filter_la-luks.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/luks'
> Making distclean in multi-conn
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/multi-conn'
> test -z "nbdkit-multi-conn-filter.la" || rm -f nbdkit-multi-conn-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-multi-conn-filter.1" || rm 
> -f *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-multi-conn-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./so_locations
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/nbdkit_multi_conn_filter_la-multi-conn.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/multi-conn'
> Making distclean in nocache
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/nocache'
> test -z "nbdkit-nocache-filter.la" || rm -f nbdkit-nocache-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-nocache-filter.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-nocache-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_nocache_filter_la-nocache.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/nocache'
> Making distclean in noextents
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/noextents'
> test -z "nbdkit-noextents-filter.la" || rm -f nbdkit-noextents-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-noextents-filter.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-noextents-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_noextents_filter_la-noextents.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/noextents'
> Making distclean in nofilter
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/nofilter'
> test -z "nbdkit-nofilter-filter.la" || rm -f nbdkit-nofilter-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-nofilter-filter.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-nofilter-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_nofilter_filter_la-nofilter.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/nofilter'
> Making distclean in noparallel
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/noparallel'
> test -z "nbdkit-noparallel-filter.la" || rm -f nbdkit-noparallel-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-noparallel-filter.1" || rm 
> -f *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-noparallel-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_noparallel_filter_la-noparallel.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/noparallel'
> Making distclean in nozero
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/nozero'
> test -z "nbdkit-nozero-filter.la" || rm -f nbdkit-nozero-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-nozero-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-nozero-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_nozero_filter_la-nozero.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/nozero'
> Making distclean in offset
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/offset'
> test -z "nbdkit-offset-filter.la" || rm -f nbdkit-offset-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-offset-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-offset-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_offset_filter_la-offset.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/offset'
> Making distclean in partition
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/partition'
> test -z "nbdkit-partition-filter.la" || rm -f nbdkit-partition-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-partition-filter.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-partition-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_partition_filter_la-partition-gpt.Plo
> rm -f ./.deps/nbdkit_partition_filter_la-partition-mbr.Plo
> rm -f ./.deps/nbdkit_partition_filter_la-partition.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/partition'
> Making distclean in pause
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/pause'
> test -z "nbdkit-pause-filter.la" || rm -f nbdkit-pause-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-pause-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-pause-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_pause_filter_la-pause.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/pause'
> Making distclean in protect
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/protect'
> test -z "nbdkit-protect-filter.la" || rm -f nbdkit-protect-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-protect-filter.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-protect-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_protect_filter_la-protect.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/protect'
> Making distclean in rate
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/rate'
> test -z "nbdkit-rate-filter.la" || rm -f nbdkit-rate-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-rate-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-rate-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_rate_filter_la-bucket.Plo
> rm -f ./.deps/nbdkit_rate_filter_la-rate.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/rate'
> Making distclean in readahead
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/readahead'
> test -z "nbdkit-readahead-filter.la" || rm -f nbdkit-readahead-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-readahead-filter.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-readahead-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./so_locations
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/nbdkit_readahead_filter_la-bgthread.Plo
> rm -f ./.deps/nbdkit_readahead_filter_la-readahead.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/readahead'
> Making distclean in retry
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/retry'
> test -z "nbdkit-retry-filter.la" || rm -f nbdkit-retry-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-retry-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-retry-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_retry_filter_la-retry.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/retry'
> Making distclean in retry-request
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/retry-request'
> test -z "nbdkit-retry-request-filter.la" || rm -f 
> nbdkit-retry-request-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-retry-request-filter.1" || 
> rm -f *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-retry-request-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./so_locations
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/nbdkit_retry_request_filter_la-retry-request.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/retry-request'
> Making distclean in scan
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/scan'
> test -z "nbdkit-scan-filter.la" || rm -f nbdkit-scan-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-scan-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-scan-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_scan_filter_la-bgthread.Plo
> rm -f ./.deps/nbdkit_scan_filter_la-scan.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/scan'
> Making distclean in stats
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/stats'
> test -z "nbdkit-stats-filter.la" || rm -f nbdkit-stats-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-stats-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-stats-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_stats_filter_la-stats.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/stats'
> Making distclean in swab
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/swab'
> test -z "nbdkit-swab-filter.la" || rm -f nbdkit-swab-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-swab-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-swab-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_swab_filter_la-swab.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/swab'
> Making distclean in tar
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/tar'
> test -z "nbdkit-tar-filter.la" || rm -f nbdkit-tar-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-tar-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-tar-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_tar_filter_la-tar.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/tar'
> Making distclean in tls-fallback
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/tls-fallback'
> test -z "nbdkit-tls-fallback-filter.la" || rm -f nbdkit-tls-fallback-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-tls-fallback-filter.1" || rm 
> -f *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-tls-fallback-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./so_locations
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/nbdkit_tls_fallback_filter_la-tls-fallback.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/tls-fallback'
> Making distclean in truncate
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/truncate'
> test -z "nbdkit-truncate-filter.la" || rm -f nbdkit-truncate-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-truncate-filter.1" || rm -f 
> *~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-truncate-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_truncate_filter_la-truncate.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/truncate'
> Making distclean in xz
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters/xz'
> test -z "nbdkit-xz-filter.la" || rm -f nbdkit-xz-filter.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll nbdkit-xz-filter.1" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll nbdkit-xz-filter.1
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/nbdkit_xz_filter_la-blkcache.Plo
> rm -f ./.deps/nbdkit_xz_filter_la-xz.Plo
> rm -f ./.deps/nbdkit_xz_filter_la-xzfile.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters/xz'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/filters'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll" || rm -f *~ *.cmi *.cmx *.cmxa 
> *.so *.dll
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/filters'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/filters'
> Making distclean in .
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll html/*.html scripts/*~" || rm -f *~ 
> *.cmi *.cmx *.cmxa *.so *.dll html/*.html scripts/*~
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "podwrapper.pl server/local/nbdkit.pc" || rm -f podwrapper.pl 
> server/local/nbdkit.pc
> rm -f config.h stamp-h1
>  rm -f nbdkit
> rm -f libtool config.lt
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> Making distclean in tests
> make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
> test -z "libtest.la" || rm -f libtest.la
> test -z "*~ *.cmi *.cmx *.cmxa *.so *.dll  disk disk.tar disk.gz disk.tar.gz 
> disk.xz disk.tar.xz file-data split1 split2 split3 test-shell.img ext2.img 
> test-old-plugins-*.sh " || rm -f *~ *.cmi *.cmx *.cmxa *.so *.dll  disk 
> disk.tar disk.gz disk.tar.gz disk.xz disk.tar.xz file-data split1 split2 
> split3 test-shell.img ext2.img test-old-plugins-*.sh 
> rm -rf .libs _libs
> test -z "test-flush-plugin.la  test-disconnect-plugin.la  
> test-shutdown-plugin.la  test-ansi-c-plugin.la test-cxx-plugin.la 
> test-cxx-filter.la  test-layers-plugin.la test-layers-filter1.la 
> test-layers-filter2.la test-layers-filter3.la " || rm -f test-flush-plugin.la 
>  test-disconnect-plugin.la  test-shutdown-plugin.la  test-ansi-c-plugin.la 
> test-cxx-plugin.la test-cxx-filter.la  test-layers-plugin.la 
> test-layers-filter1.la test-layers-filter2.la test-layers-filter3.la 
> rm -f *.o
> test -z "pycodestyle.sh.log test-binary.sh.log test-help.sh.log 
> test-version.sh.log test-short-options.sh.log test-long-options.sh.log 
> test-manual.sh.log test-synopsis.sh.log test-dump-config.sh.log 
> test-dump-config-major-1.sh.log test-dump-config-version-major-minor.sh.log 
> test-help-example1.sh.log test-help-plugin.sh.log test-plugin-docs.sh.log 
> test-version-example1.sh.log test-version-plugin.sh.log 
> test-version-filter.sh.log test-dump-plugin-example1.sh.log 
> test-dump-plugin.sh.log test-dump-plugin-example2.sh.log 
> test-dump-plugin-name.sh.log test-dump-plugin-and-single.sh.log 
> test-dump-plugin-thread-model.sh.log test-probe-filter.sh.log 
> test-probe-plugin.sh.log test-start.sh.log test-single.sh.log 
> test-single-from-file.sh.log test-single-sh.sh.log test-captive.sh.log 
> test-captive-tls.sh.log 
> test-random-sock.sh.log test-tls.sh.log test-tls-psk.sh.log 
> test-not-linked-to-libssl.sh.log test-ipv4-lo.sh.log test-ipv6-lo.sh.log 
> test-foreground.sh.log test-debug-flags.sh.log test-long-name.sh.log 
> test-flush.sh.log test-swap.sh.log test-disconnect.sh.log 
> test-disconnect-tls.sh.log test-client-death.sh.log 
> test-client-death-tls.sh.log test-shutdown.sh.log 
> test-nbdkit-backend-debug.sh.log test-read-password.sh.log 
> test-read-password-interactive.sh.log test-nbd-client.sh.log 
> test-nbd-client-tls.sh.log test-vsock.sh.log test-socket-activation.log 
> test-just-plugin-header.log test-just-filter-header.log test-ansi-c.sh.log 
> test-cxx.sh.log test-exit-with-parent.log test-parallel-file.sh.log 
> test-parallel-nbd.sh.log test-parallel-sh.sh.log test-eflags.sh.log 
> test-export-name.sh.log test-export-info.sh.log 
> test-block-size-constraints.sh.log test-cdi.sh.log test-curl-file.sh.log 
> test-curl-header-script-fail.sh.log test-data-64b.sh.log test-data-7E.sh.log 
> test-data-bad.sh.log test-data-base64.sh.log test-data-extents.sh.log 
> test-data-file.sh.log test-data-format.sh.log test-data-optimum.sh.log 
> test-data-partition.sh.log test-data-raw.sh.log test-data-raw-copy.sh.log 
> test-data-random-slice.sh.log test-data-random-slice2.sh.log 
> test-data-reloffset.sh.log test-data-sectors.sh.log test-data-size.sh.log 
> test-disk2data.sh.log test-eval.sh.log test-eval-file.sh.log 
> test-eval-exports.sh.log test-eval-cache.sh.log test-eval-dump-plugin.sh.log 
> test-eval-disconnect.sh.log test-file.sh.log test-file-readonly.sh.log 
> test-file-fd.sh.log test-file-extents.sh.log test-file-dir.sh.log 
> test-file-dirfd.sh.log test-floppy.sh.log 
> test-floppy-size.sh.log test-full.sh.log test-info-address.sh.log 
> test-info-base64.sh.log test-info-raw.sh.log test-info-time.sh.log 
> test-info-uptime.sh.log test-info-conntime.sh.log test-iso.sh.log 
> test-linuxdisk.sh.log test-linuxdisk-copy-out.sh.log 
> test-memory-allocator-malloc.sh.log test-memory-allocator-malloc-mlock.sh.log 
> test-memory-largest.sh.log test-memory-largest-for-qemu.sh.log 
> test-nbd-block-size.sh.log test-nbd-dynamic-content.sh.log 
> test-nbd-dynamic-list.sh.log test-nbd-extents.sh.log test-nbd-qcow2.sh.log 
> test-nbd-tls.sh.log test-nbd-tls-psk.sh.log test-nbd-vsock.sh.log 
> test-null-extents.sh.log test-ondemand.sh.log test-ondemand-list.sh.log 
> test-ondemand-locking.sh.log test-partitioning1.sh.log 
> test-partitioning2.sh.log test-partitioning3.sh.log test-partitioning4.sh.log 
> test-partitioning5.sh.log 
> test-partitioning6.sh.log test-pattern.sh.log test-pattern-largest.sh.log 
> test-pattern-largest-for-qemu.sh.log test-random-copy.sh.log test-S3.sh.log 
> test-S3-unit.sh.log test-sparse-random-copy.sh.log 
> test-sparse-random-info.sh.log test-split-extents.sh.log test-ssh.sh.log 
> test-tmpdisk-command.sh.log test-zero.sh.log test-dump-plugin-example4.sh.log 
> test-shebang-perl.sh.log test-python.sh.log test-python-exception.sh.log 
> test-python-export-name.sh.log test-python-export-list.sh.log 
> test-python-thread-model.sh.log test-shebang-python.sh.log 
> test-sh-errors.sh.log test-sh-extents.sh.log test-sh-tmpdir-leak.sh.log 
> test-cc.sh.log test-cc-cpp.sh.log test-shebang-cc.sh.log test-layers.sh.log 
> test-blocksize.sh.log test-blocksize-extents.sh.log 
> test-blocksize-default.sh.log test-blocksize-sharding.sh.log 
> test-blocksize-policy.sh.log test-blocksize-error-policy.sh.log 
> test-blocksize-write-disconnect.sh.log test-cache.sh.log 
> test-cache-block-size.sh.log test-cache-on-read.sh.log 
> test-cache-on-read-caches.sh.log test-cache-max-size.sh.log 
> test-cache-unaligned.sh.log test-cacheextents.sh.log test-checkwrite.sh.log 
> test-checkwrite-bounds.sh.log test-checkwrite-fail.sh.log test-cow.sh.log 
> test-cow-block-size.sh.log test-cow-extents1.sh.log test-cow-extents2.sh.log 
> test-cow-extents-large.sh.log test-cow-on-read.sh.log 
> test-cow-on-read-caches.sh.log test-cow-unaligned.sh.log test-cow-null.sh.log 
> test-ddrescue-filter.sh.log test-delay-close.sh.log test-delay-open.sh.log 
> test-delay-shutdown.sh.log test-error0.sh.log test-error10.sh.log 
> test-error100.sh.log test-error-triggered.sh.log test-exitlast.sh.log 
> test-exitwhen-file-already-created.sh.log test-exitwhen-file-created.sh.log 
> test-exitwhen-file-created-reject-new.sh.log 
> test-exitwhen-file-created-when-idle.sh.log test-exitwhen-file-deleted.sh.log 
> test-exitwhen-process-exits.sh.log test-exitwhen-script.sh.log 
> test-exitwhen-pipe-closed.log test-exportname.sh.log 
> test-ext2-exportname.sh.log test-extentlist.sh.log test-fua.sh.log 
> test-ip-filter.sh.log test-ip-filter-anyunix.sh.log 
> test-ip-filter-anyvsock.sh.log test-ip-filter-pid.sh.log 
> test-ip-filter-uid.sh.log test-ip-filter-gid.sh.log test-limit.sh.log 
> test-log.sh.log test-log-error.sh.log test-log-extents.sh.log 
> test-log-script.sh.log test-log-script-info.sh.log test-luks-info.sh.log 
> test-luks-copy.sh.log test-luks-copy-zero.sh.log test-multi-conn.sh.log 
> test-multi-conn-name.sh.log test-nofilter.sh.log 
> test-nozero.sh.log test-offset2.sh.log test-offset-extents.sh.log 
> test-offset-truncate.sh.log test-partition1.sh.log test-partition2.sh.log 
> test-protect-ranges.sh.log test-rate.sh.log test-rate-dynamic.sh.log 
> test-readahead.sh.log test-readahead-copy.sh.log test-retry.sh.log 
> test-retry-readonly.sh.log test-retry-extents.sh.log test-retry-size.sh.log 
> test-retry-reopen-fail.sh.log test-retry-zero-flags.sh.log 
> test-retry-open.sh.log test-retry-request.sh.log 
> test-retry-request-open.sh.log test-scan-copy.sh.log test-scan-info.sh.log 
> test-swab-8.sh.log test-swab-16r.sh.log test-swab-16w.sh.log 
> test-swab-32r.sh.log test-swab-32w.sh.log test-swab-64r.sh.log 
> test-swab-64w.sh.log test-swab-extents.sh.log test-tar.sh.log 
> test-tar-info.sh.log test-tar-info-xz.sh.log test-truncate1.sh.log 
> test-truncate2.sh.log 
> test-truncate3.sh.log test-truncate4.sh.log test-truncate-extents.sh.log 
> test-tls-fallback.sh.log test-old-plugins-i686-Linux-v1.0.0.sh.log 
> test-old-plugins-i686-Linux-v1.2.8-3-g0560f8f.sh.log 
> test-old-plugins-i686-Linux-v1.8.4-3-g11f5a90d.sh.log 
> test-old-plugins-i686-Linux-v1.12.8-2-g1e2ccc27.sh.log 
> test-old-plugins-i686-Linux-v1.18.4.sh.log 
> test-old-plugins-x86_64-Linux-v1.0.0.sh.log 
> test-old-plugins-x86_64-Linux-v1.2.8.sh.log 
> test-old-plugins-x86_64-Linux-v1.8.4.sh.log 
> test-old-plugins-x86_64-Linux-v1.12.8.sh.log 
> test-old-plugins-x86_64-Linux-v1.18.2.sh.log test-connect.log 
> test-newstyle.log test-oldstyle.log test-curl-head-forbidden.log 
> test-curl-header-script.log test-curl-cookie-script.log test-null.log 
> test-random.log test-split.log test-layers.log test-delay.log test-pause.log 
> test-protect.log 
> test-retry-request-mirror.log test-curl.log test-data.log test-file-block.log 
> test-memory.log test-memory-allocator-malloc.log 
> test-memory-allocator-zstd.log test-nbd.log test-tmpdisk.log test-perl.log 
> test-shell.log test-tcl.log test-lua.log test-ext2.log test-gzip.log 
> test-offset.log test-xz.log test-gzip-curl.log test-tar-gzip-curl.log 
> test-xz-curl.log test-tar-xz-curl.log" || rm -f pycodestyle.sh.log 
> test-binary.sh.log test-help.sh.log test-version.sh.log 
> test-short-options.sh.log test-long-options.sh.log test-manual.sh.log 
> test-synopsis.sh.log test-dump-config.sh.log test-dump-config-major-1.sh.log 
> test-dump-config-version-major-minor.sh.log test-help-example1.sh.log 
> test-help-plugin.sh.log test-plugin-docs.sh.log test-version-example1.sh.log 
> test-version-plugin.sh.log test-version-filter.sh.log 
> test-dump-plugin-example1.sh.log test-dump-plugin.sh.log 
> test-dump-plugin-example2.sh.log test-dump-plugin-name.sh.log 
> test-dump-plugin-and-single.sh.log test-dump-plugin-thread-model.sh.log 
> test-probe-filter.sh.log test-probe-plugin.sh.log test-start.sh.log 
> test-single.sh.log test-single-from-file.sh.log test-single-sh.sh.log 
> test-captive.sh.log test-captive-tls.sh.log test-random-sock.sh.log 
> test-tls.sh.log test-tls-psk.sh.log test-not-linked-to-libssl.sh.log 
> test-ipv4-lo.sh.log test-ipv6-lo.sh.log test-foreground.sh.log 
> test-debug-flags.sh.log test-long-name.sh.log test-flush.sh.log 
> test-swap.sh.log test-disconnect.sh.log test-disconnect-tls.sh.log 
> test-client-death.sh.log test-client-death-tls.sh.log test-shutdown.sh.log 
> test-nbdkit-backend-debug.sh.log test-read-password.sh.log 
> test-read-password-interactive.sh.log 
> test-nbd-client.sh.log test-nbd-client-tls.sh.log test-vsock.sh.log 
> test-socket-activation.log test-just-plugin-header.log 
> test-just-filter-header.log test-ansi-c.sh.log test-cxx.sh.log 
> test-exit-with-parent.log test-parallel-file.sh.log test-parallel-nbd.sh.log 
> test-parallel-sh.sh.log test-eflags.sh.log test-export-name.sh.log 
> test-export-info.sh.log test-block-size-constraints.sh.log test-cdi.sh.log 
> test-curl-file.sh.log test-curl-header-script-fail.sh.log 
> test-data-64b.sh.log test-data-7E.sh.log test-data-bad.sh.log 
> test-data-base64.sh.log test-data-extents.sh.log test-data-file.sh.log 
> test-data-format.sh.log test-data-optimum.sh.log test-data-partition.sh.log 
> test-data-raw.sh.log test-data-raw-copy.sh.log test-data-random-slice.sh.log 
> test-data-random-slice2.sh.log test-data-reloffset.sh.log 
> test-data-sectors.sh.log test-data-size.sh.log test-disk2data.sh.log 
> test-eval.sh.log test-eval-file.sh.log test-eval-exports.sh.log 
> test-eval-cache.sh.log test-eval-dump-plugin.sh.log 
> test-eval-disconnect.sh.log test-file.sh.log test-file-readonly.sh.log 
> test-file-fd.sh.log test-file-extents.sh.log test-file-dir.sh.log 
> test-file-dirfd.sh.log test-floppy.sh.log test-floppy-size.sh.log 
> test-full.sh.log test-info-address.sh.log test-info-base64.sh.log 
> test-info-raw.sh.log test-info-time.sh.log test-info-uptime.sh.log 
> test-info-conntime.sh.log test-iso.sh.log test-linuxdisk.sh.log 
> test-linuxdisk-copy-out.sh.log test-memory-allocator-malloc.sh.log 
> test-memory-allocator-malloc-mlock.sh.log test-memory-largest.sh.log 
> test-memory-largest-for-qemu.sh.log test-nbd-block-size.sh.log 
> test-nbd-dynamic-content.sh.log 
> test-nbd-dynamic-list.sh.log test-nbd-extents.sh.log test-nbd-qcow2.sh.log 
> test-nbd-tls.sh.log test-nbd-tls-psk.sh.log test-nbd-vsock.sh.log 
> test-null-extents.sh.log test-ondemand.sh.log test-ondemand-list.sh.log 
> test-ondemand-locking.sh.log test-partitioning1.sh.log 
> test-partitioning2.sh.log test-partitioning3.sh.log test-partitioning4.sh.log 
> test-partitioning5.sh.log test-partitioning6.sh.log test-pattern.sh.log 
> test-pattern-largest.sh.log test-pattern-largest-for-qemu.sh.log 
> test-random-copy.sh.log test-S3.sh.log test-S3-unit.sh.log 
> test-sparse-random-copy.sh.log test-sparse-random-info.sh.log 
> test-split-extents.sh.log test-ssh.sh.log test-tmpdisk-command.sh.log 
> test-zero.sh.log test-dump-plugin-example4.sh.log test-shebang-perl.sh.log 
> test-python.sh.log test-python-exception.sh.log 
> test-python-export-name.sh.log 
> test-python-export-list.sh.log test-python-thread-model.sh.log 
> test-shebang-python.sh.log test-sh-errors.sh.log test-sh-extents.sh.log 
> test-sh-tmpdir-leak.sh.log test-cc.sh.log test-cc-cpp.sh.log 
> test-shebang-cc.sh.log test-layers.sh.log test-blocksize.sh.log 
> test-blocksize-extents.sh.log test-blocksize-default.sh.log 
> test-blocksize-sharding.sh.log test-blocksize-policy.sh.log 
> test-blocksize-error-policy.sh.log test-blocksize-write-disconnect.sh.log 
> test-cache.sh.log test-cache-block-size.sh.log test-cache-on-read.sh.log 
> test-cache-on-read-caches.sh.log test-cache-max-size.sh.log 
> test-cache-unaligned.sh.log test-cacheextents.sh.log test-checkwrite.sh.log 
> test-checkwrite-bounds.sh.log test-checkwrite-fail.sh.log test-cow.sh.log 
> test-cow-block-size.sh.log test-cow-extents1.sh.log test-cow-extents2.sh.log 
> test-cow-extents-large.sh.log test-cow-on-read.sh.log 
> test-cow-on-read-caches.sh.log test-cow-unaligned.sh.log test-cow-null.sh.log 
> test-ddrescue-filter.sh.log test-delay-close.sh.log test-delay-open.sh.log 
> test-delay-shutdown.sh.log test-error0.sh.log test-error10.sh.log 
> test-error100.sh.log test-error-triggered.sh.log test-exitlast.sh.log 
> test-exitwhen-file-already-created.sh.log test-exitwhen-file-created.sh.log 
> test-exitwhen-file-created-reject-new.sh.log 
> test-exitwhen-file-created-when-idle.sh.log test-exitwhen-file-deleted.sh.log 
> test-exitwhen-process-exits.sh.log test-exitwhen-script.sh.log 
> test-exitwhen-pipe-closed.log test-exportname.sh.log 
> test-ext2-exportname.sh.log test-extentlist.sh.log test-fua.sh.log 
> test-ip-filter.sh.log test-ip-filter-anyunix.sh.log 
> test-ip-filter-anyvsock.sh.log 
> test-ip-filter-pid.sh.log test-ip-filter-uid.sh.log test-ip-filter-gid.sh.log 
> test-limit.sh.log test-log.sh.log test-log-error.sh.log 
> test-log-extents.sh.log test-log-script.sh.log test-log-script-info.sh.log 
> test-luks-info.sh.log test-luks-copy.sh.log test-luks-copy-zero.sh.log 
> test-multi-conn.sh.log test-multi-conn-name.sh.log test-nofilter.sh.log 
> test-nozero.sh.log test-offset2.sh.log test-offset-extents.sh.log 
> test-offset-truncate.sh.log test-partition1.sh.log test-partition2.sh.log 
> test-protect-ranges.sh.log test-rate.sh.log test-rate-dynamic.sh.log 
> test-readahead.sh.log test-readahead-copy.sh.log test-retry.sh.log 
> test-retry-readonly.sh.log test-retry-extents.sh.log test-retry-size.sh.log 
> test-retry-reopen-fail.sh.log test-retry-zero-flags.sh.log 
> test-retry-open.sh.log test-retry-request.sh.log 
> test-retry-request-open.sh.log test-scan-copy.sh.log test-scan-info.sh.log 
> test-swab-8.sh.log test-swab-16r.sh.log test-swab-16w.sh.log 
> test-swab-32r.sh.log test-swab-32w.sh.log test-swab-64r.sh.log 
> test-swab-64w.sh.log test-swab-extents.sh.log test-tar.sh.log 
> test-tar-info.sh.log test-tar-info-xz.sh.log test-truncate1.sh.log 
> test-truncate2.sh.log test-truncate3.sh.log test-truncate4.sh.log 
> test-truncate-extents.sh.log test-tls-fallback.sh.log 
> test-old-plugins-i686-Linux-v1.0.0.sh.log 
> test-old-plugins-i686-Linux-v1.2.8-3-g0560f8f.sh.log 
> test-old-plugins-i686-Linux-v1.8.4-3-g11f5a90d.sh.log 
> test-old-plugins-i686-Linux-v1.12.8-2-g1e2ccc27.sh.log 
> test-old-plugins-i686-Linux-v1.18.4.sh.log 
> test-old-plugins-x86_64-Linux-v1.0.0.sh.log 
> test-old-plugins-x86_64-Linux-v1.2.8.sh.log 
> test-old-plugins-x86_64-Linux-v1.8.4.sh.log 
> test-old-plugins-x86_64-Linux-v1.12.8.sh.log 
> test-old-plugins-x86_64-Linux-v1.18.2.sh.log test-connect.log 
> test-newstyle.log test-oldstyle.log test-curl-head-forbidden.log 
> test-curl-header-script.log test-curl-cookie-script.log test-null.log 
> test-random.log test-split.log test-layers.log test-delay.log test-pause.log 
> test-protect.log test-retry-request-mirror.log test-curl.log test-data.log 
> test-file-block.log test-memory.log test-memory-allocator-malloc.log 
> test-memory-allocator-zstd.log test-nbd.log test-tmpdisk.log test-perl.log 
> test-shell.log test-tcl.log test-lua.log test-ext2.log test-gzip.log 
> test-offset.log test-xz.log test-gzip-curl.log test-tar-gzip-curl.log 
> test-xz-curl.log test-tar-xz-curl.log
> rm -f *.lo
>  rm -f test-socket-activation test-just-plugin-header test-just-filter-header 
> test-exit-with-parent test-exitwhen-pipe-closed test-connect test-newstyle 
> test-oldstyle test-curl-head-forbidden test-curl-header-script 
> test-curl-cookie-script test-null test-random test-split test-layers 
> test-delay test-pause test-protect test-retry-request-mirror test-curl 
> test-data test-file-block test-memory test-memory-allocator-malloc 
> test-memory-allocator-zstd test-nbd test-tmpdisk test-perl test-shell 
> test-tcl test-lua test-ext2 test-gzip test-offset test-xz test-gzip-curl 
> test-tar-gzip-curl test-xz-curl test-tar-xz-curl
> rm -f *.tab.c
> test -z "make-pki.sh functions.sh" || rm -f make-pki.sh functions.sh
> rm -f ./so_locations
> rm -rf pki
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./so_locations
> test . = "." || test -z "" || rm -f 
> test -z "keys.psk" || rm -f keys.psk
> test -z "pycodestyle.sh.trs test-binary.sh.trs test-help.sh.trs 
> test-version.sh.trs test-short-options.sh.trs test-long-options.sh.trs 
> test-manual.sh.trs test-synopsis.sh.trs test-dump-config.sh.trs 
> test-dump-config-major-1.sh.trs test-dump-config-version-major-minor.sh.trs 
> test-help-example1.sh.trs test-help-plugin.sh.trs test-plugin-docs.sh.trs 
> test-version-example1.sh.trs test-version-plugin.sh.trs 
> test-version-filter.sh.trs test-dump-plugin-example1.sh.trs 
> test-dump-plugin.sh.trs test-dump-plugin-example2.sh.trs 
> test-dump-plugin-name.sh.trs test-dump-plugin-and-single.sh.trs 
> test-dump-plugin-thread-model.sh.trs test-probe-filter.sh.trs 
> test-probe-plugin.sh.trs test-start.sh.trs test-single.sh.trs 
> test-single-from-file.sh.trs test-single-sh.sh.trs test-captive.sh.trs 
> test-captive-tls.sh.trs 
> test-random-sock.sh.trs test-tls.sh.trs test-tls-psk.sh.trs 
> test-not-linked-to-libssl.sh.trs test-ipv4-lo.sh.trs test-ipv6-lo.sh.trs 
> test-foreground.sh.trs test-debug-flags.sh.trs test-long-name.sh.trs 
> test-flush.sh.trs test-swap.sh.trs test-disconnect.sh.trs 
> test-disconnect-tls.sh.trs test-client-death.sh.trs 
> test-client-death-tls.sh.trs test-shutdown.sh.trs 
> test-nbdkit-backend-debug.sh.trs test-read-password.sh.trs 
> test-read-password-interactive.sh.trs test-nbd-client.sh.trs 
> test-nbd-client-tls.sh.trs test-vsock.sh.trs test-socket-activation.trs 
> test-just-plugin-header.trs test-just-filter-header.trs test-ansi-c.sh.trs 
> test-cxx.sh.trs test-exit-with-parent.trs test-parallel-file.sh.trs 
> test-parallel-nbd.sh.trs test-parallel-sh.sh.trs test-eflags.sh.trs 
> test-export-name.sh.trs test-export-info.sh.trs 
> test-block-size-constraints.sh.trs test-cdi.sh.trs test-curl-file.sh.trs 
> test-curl-header-script-fail.sh.trs test-data-64b.sh.trs test-data-7E.sh.trs 
> test-data-bad.sh.trs test-data-base64.sh.trs test-data-extents.sh.trs 
> test-data-file.sh.trs test-data-format.sh.trs test-data-optimum.sh.trs 
> test-data-partition.sh.trs test-data-raw.sh.trs test-data-raw-copy.sh.trs 
> test-data-random-slice.sh.trs test-data-random-slice2.sh.trs 
> test-data-reloffset.sh.trs test-data-sectors.sh.trs test-data-size.sh.trs 
> test-disk2data.sh.trs test-eval.sh.trs test-eval-file.sh.trs 
> test-eval-exports.sh.trs test-eval-cache.sh.trs test-eval-dump-plugin.sh.trs 
> test-eval-disconnect.sh.trs test-file.sh.trs test-file-readonly.sh.trs 
> test-file-fd.sh.trs test-file-extents.sh.trs test-file-dir.sh.trs 
> test-file-dirfd.sh.trs test-floppy.sh.trs 
> test-floppy-size.sh.trs test-full.sh.trs test-info-address.sh.trs 
> test-info-base64.sh.trs test-info-raw.sh.trs test-info-time.sh.trs 
> test-info-uptime.sh.trs test-info-conntime.sh.trs test-iso.sh.trs 
> test-linuxdisk.sh.trs test-linuxdisk-copy-out.sh.trs 
> test-memory-allocator-malloc.sh.trs test-memory-allocator-malloc-mlock.sh.trs 
> test-memory-largest.sh.trs test-memory-largest-for-qemu.sh.trs 
> test-nbd-block-size.sh.trs test-nbd-dynamic-content.sh.trs 
> test-nbd-dynamic-list.sh.trs test-nbd-extents.sh.trs test-nbd-qcow2.sh.trs 
> test-nbd-tls.sh.trs test-nbd-tls-psk.sh.trs test-nbd-vsock.sh.trs 
> test-null-extents.sh.trs test-ondemand.sh.trs test-ondemand-list.sh.trs 
> test-ondemand-locking.sh.trs test-partitioning1.sh.trs 
> test-partitioning2.sh.trs test-partitioning3.sh.trs test-partitioning4.sh.trs 
> test-partitioning5.sh.trs 
> test-partitioning6.sh.trs test-pattern.sh.trs test-pattern-largest.sh.trs 
> test-pattern-largest-for-qemu.sh.trs test-random-copy.sh.trs test-S3.sh.trs 
> test-S3-unit.sh.trs test-sparse-random-copy.sh.trs 
> test-sparse-random-info.sh.trs test-split-extents.sh.trs test-ssh.sh.trs 
> test-tmpdisk-command.sh.trs test-zero.sh.trs test-dump-plugin-example4.sh.trs 
> test-shebang-perl.sh.trs test-python.sh.trs test-python-exception.sh.trs 
> test-python-export-name.sh.trs test-python-export-list.sh.trs 
> test-python-thread-model.sh.trs test-shebang-python.sh.trs 
> test-sh-errors.sh.trs test-sh-extents.sh.trs test-sh-tmpdir-leak.sh.trs 
> test-cc.sh.trs test-cc-cpp.sh.trs test-shebang-cc.sh.trs test-layers.sh.trs 
> test-blocksize.sh.trs test-blocksize-extents.sh.trs 
> test-blocksize-default.sh.trs test-blocksize-sharding.sh.trs 
> test-blocksize-policy.sh.trs test-blocksize-error-policy.sh.trs 
> test-blocksize-write-disconnect.sh.trs test-cache.sh.trs 
> test-cache-block-size.sh.trs test-cache-on-read.sh.trs 
> test-cache-on-read-caches.sh.trs test-cache-max-size.sh.trs 
> test-cache-unaligned.sh.trs test-cacheextents.sh.trs test-checkwrite.sh.trs 
> test-checkwrite-bounds.sh.trs test-checkwrite-fail.sh.trs test-cow.sh.trs 
> test-cow-block-size.sh.trs test-cow-extents1.sh.trs test-cow-extents2.sh.trs 
> test-cow-extents-large.sh.trs test-cow-on-read.sh.trs 
> test-cow-on-read-caches.sh.trs test-cow-unaligned.sh.trs test-cow-null.sh.trs 
> test-ddrescue-filter.sh.trs test-delay-close.sh.trs test-delay-open.sh.trs 
> test-delay-shutdown.sh.trs test-error0.sh.trs test-error10.sh.trs 
> test-error100.sh.trs test-error-triggered.sh.trs test-exitlast.sh.trs 
> test-exitwhen-file-already-created.sh.trs test-exitwhen-file-created.sh.trs 
> test-exitwhen-file-created-reject-new.sh.trs 
> test-exitwhen-file-created-when-idle.sh.trs test-exitwhen-file-deleted.sh.trs 
> test-exitwhen-process-exits.sh.trs test-exitwhen-script.sh.trs 
> test-exitwhen-pipe-closed.trs test-exportname.sh.trs 
> test-ext2-exportname.sh.trs test-extentlist.sh.trs test-fua.sh.trs 
> test-ip-filter.sh.trs test-ip-filter-anyunix.sh.trs 
> test-ip-filter-anyvsock.sh.trs test-ip-filter-pid.sh.trs 
> test-ip-filter-uid.sh.trs test-ip-filter-gid.sh.trs test-limit.sh.trs 
> test-log.sh.trs test-log-error.sh.trs test-log-extents.sh.trs 
> test-log-script.sh.trs test-log-script-info.sh.trs test-luks-info.sh.trs 
> test-luks-copy.sh.trs test-luks-copy-zero.sh.trs test-multi-conn.sh.trs 
> test-multi-conn-name.sh.trs test-nofilter.sh.trs 
> test-nozero.sh.trs test-offset2.sh.trs test-offset-extents.sh.trs 
> test-offset-truncate.sh.trs test-partition1.sh.trs test-partition2.sh.trs 
> test-protect-ranges.sh.trs test-rate.sh.trs test-rate-dynamic.sh.trs 
> test-readahead.sh.trs test-readahead-copy.sh.trs test-retry.sh.trs 
> test-retry-readonly.sh.trs test-retry-extents.sh.trs test-retry-size.sh.trs 
> test-retry-reopen-fail.sh.trs test-retry-zero-flags.sh.trs 
> test-retry-open.sh.trs test-retry-request.sh.trs 
> test-retry-request-open.sh.trs test-scan-copy.sh.trs test-scan-info.sh.trs 
> test-swab-8.sh.trs test-swab-16r.sh.trs test-swab-16w.sh.trs 
> test-swab-32r.sh.trs test-swab-32w.sh.trs test-swab-64r.sh.trs 
> test-swab-64w.sh.trs test-swab-extents.sh.trs test-tar.sh.trs 
> test-tar-info.sh.trs test-tar-info-xz.sh.trs test-truncate1.sh.trs 
> test-truncate2.sh.trs 
> test-truncate3.sh.trs test-truncate4.sh.trs test-truncate-extents.sh.trs 
> test-tls-fallback.sh.trs test-old-plugins-i686-Linux-v1.0.0.sh.trs 
> test-old-plugins-i686-Linux-v1.2.8-3-g0560f8f.sh.trs 
> test-old-plugins-i686-Linux-v1.8.4-3-g11f5a90d.sh.trs 
> test-old-plugins-i686-Linux-v1.12.8-2-g1e2ccc27.sh.trs 
> test-old-plugins-i686-Linux-v1.18.4.sh.trs 
> test-old-plugins-x86_64-Linux-v1.0.0.sh.trs 
> test-old-plugins-x86_64-Linux-v1.2.8.sh.trs 
> test-old-plugins-x86_64-Linux-v1.8.4.sh.trs 
> test-old-plugins-x86_64-Linux-v1.12.8.sh.trs 
> test-old-plugins-x86_64-Linux-v1.18.2.sh.trs test-connect.trs 
> test-newstyle.trs test-oldstyle.trs test-curl-head-forbidden.trs 
> test-curl-header-script.trs test-curl-cookie-script.trs test-null.trs 
> test-random.trs test-split.trs test-layers.trs test-delay.trs test-pause.trs 
> test-protect.trs 
> test-retry-request-mirror.trs test-curl.trs test-data.trs test-file-block.trs 
> test-memory.trs test-memory-allocator-malloc.trs 
> test-memory-allocator-zstd.trs test-nbd.trs test-tmpdisk.trs test-perl.trs 
> test-shell.trs test-tcl.trs test-lua.trs test-ext2.trs test-gzip.trs 
> test-offset.trs test-xz.trs test-gzip-curl.trs test-tar-gzip-curl.trs 
> test-xz-curl.trs test-tar-xz-curl.trs" || rm -f pycodestyle.sh.trs 
> test-binary.sh.trs test-help.sh.trs test-version.sh.trs 
> test-short-options.sh.trs test-long-options.sh.trs test-manual.sh.trs 
> test-synopsis.sh.trs test-dump-config.sh.trs test-dump-config-major-1.sh.trs 
> test-dump-config-version-major-minor.sh.trs test-help-example1.sh.trs 
> test-help-plugin.sh.trs test-plugin-docs.sh.trs test-version-example1.sh.trs 
> test-version-plugin.sh.trs test-version-filter.sh.trs 
> test-dump-plugin-example1.sh.trs test-dump-plugin.sh.trs 
> test-dump-plugin-example2.sh.trs test-dump-plugin-name.sh.trs 
> test-dump-plugin-and-single.sh.trs test-dump-plugin-thread-model.sh.trs 
> test-probe-filter.sh.trs test-probe-plugin.sh.trs test-start.sh.trs 
> test-single.sh.trs test-single-from-file.sh.trs test-single-sh.sh.trs 
> test-captive.sh.trs test-captive-tls.sh.trs test-random-sock.sh.trs 
> test-tls.sh.trs test-tls-psk.sh.trs test-not-linked-to-libssl.sh.trs 
> test-ipv4-lo.sh.trs test-ipv6-lo.sh.trs test-foreground.sh.trs 
> test-debug-flags.sh.trs test-long-name.sh.trs test-flush.sh.trs 
> test-swap.sh.trs test-disconnect.sh.trs test-disconnect-tls.sh.trs 
> test-client-death.sh.trs test-client-death-tls.sh.trs test-shutdown.sh.trs 
> test-nbdkit-backend-debug.sh.trs test-read-password.sh.trs 
> test-read-password-interactive.sh.trs 
> test-nbd-client.sh.trs test-nbd-client-tls.sh.trs test-vsock.sh.trs 
> test-socket-activation.trs test-just-plugin-header.trs 
> test-just-filter-header.trs test-ansi-c.sh.trs test-cxx.sh.trs 
> test-exit-with-parent.trs test-parallel-file.sh.trs test-parallel-nbd.sh.trs 
> test-parallel-sh.sh.trs test-eflags.sh.trs test-export-name.sh.trs 
> test-export-info.sh.trs test-block-size-constraints.sh.trs test-cdi.sh.trs 
> test-curl-file.sh.trs test-curl-header-script-fail.sh.trs 
> test-data-64b.sh.trs test-data-7E.sh.trs test-data-bad.sh.trs 
> test-data-base64.sh.trs test-data-extents.sh.trs test-data-file.sh.trs 
> test-data-format.sh.trs test-data-optimum.sh.trs test-data-partition.sh.trs 
> test-data-raw.sh.trs test-data-raw-copy.sh.trs test-data-random-slice.sh.trs 
> test-data-random-slice2.sh.trs test-data-reloffset.sh.trs 
> test-data-sectors.sh.trs test-data-size.sh.trs test-disk2data.sh.trs 
> test-eval.sh.trs test-eval-file.sh.trs test-eval-exports.sh.trs 
> test-eval-cache.sh.trs test-eval-dump-plugin.sh.trs 
> test-eval-disconnect.sh.trs test-file.sh.trs test-file-readonly.sh.trs 
> test-file-fd.sh.trs test-file-extents.sh.trs test-file-dir.sh.trs 
> test-file-dirfd.sh.trs test-floppy.sh.trs test-floppy-size.sh.trs 
> test-full.sh.trs test-info-address.sh.trs test-info-base64.sh.trs 
> test-info-raw.sh.trs test-info-time.sh.trs test-info-uptime.sh.trs 
> test-info-conntime.sh.trs test-iso.sh.trs test-linuxdisk.sh.trs 
> test-linuxdisk-copy-out.sh.trs test-memory-allocator-malloc.sh.trs 
> test-memory-allocator-malloc-mlock.sh.trs test-memory-largest.sh.trs 
> test-memory-largest-for-qemu.sh.trs test-nbd-block-size.sh.trs 
> test-nbd-dynamic-content.sh.trs 
> test-nbd-dynamic-list.sh.trs test-nbd-extents.sh.trs test-nbd-qcow2.sh.trs 
> test-nbd-tls.sh.trs test-nbd-tls-psk.sh.trs test-nbd-vsock.sh.trs 
> test-null-extents.sh.trs test-ondemand.sh.trs test-ondemand-list.sh.trs 
> test-ondemand-locking.sh.trs test-partitioning1.sh.trs 
> test-partitioning2.sh.trs test-partitioning3.sh.trs test-partitioning4.sh.trs 
> test-partitioning5.sh.trs test-partitioning6.sh.trs test-pattern.sh.trs 
> test-pattern-largest.sh.trs test-pattern-largest-for-qemu.sh.trs 
> test-random-copy.sh.trs test-S3.sh.trs test-S3-unit.sh.trs 
> test-sparse-random-copy.sh.trs test-sparse-random-info.sh.trs 
> test-split-extents.sh.trs test-ssh.sh.trs test-tmpdisk-command.sh.trs 
> test-zero.sh.trs test-dump-plugin-example4.sh.trs test-shebang-perl.sh.trs 
> test-python.sh.trs test-python-exception.sh.trs 
> test-python-export-name.sh.trs 
> test-python-export-list.sh.trs test-python-thread-model.sh.trs 
> test-shebang-python.sh.trs test-sh-errors.sh.trs test-sh-extents.sh.trs 
> test-sh-tmpdir-leak.sh.trs test-cc.sh.trs test-cc-cpp.sh.trs 
> test-shebang-cc.sh.trs test-layers.sh.trs test-blocksize.sh.trs 
> test-blocksize-extents.sh.trs test-blocksize-default.sh.trs 
> test-blocksize-sharding.sh.trs test-blocksize-policy.sh.trs 
> test-blocksize-error-policy.sh.trs test-blocksize-write-disconnect.sh.trs 
> test-cache.sh.trs test-cache-block-size.sh.trs test-cache-on-read.sh.trs 
> test-cache-on-read-caches.sh.trs test-cache-max-size.sh.trs 
> test-cache-unaligned.sh.trs test-cacheextents.sh.trs test-checkwrite.sh.trs 
> test-checkwrite-bounds.sh.trs test-checkwrite-fail.sh.trs test-cow.sh.trs 
> test-cow-block-size.sh.trs test-cow-extents1.sh.trs test-cow-extents2.sh.trs 
> test-cow-extents-large.sh.trs test-cow-on-read.sh.trs 
> test-cow-on-read-caches.sh.trs test-cow-unaligned.sh.trs test-cow-null.sh.trs 
> test-ddrescue-filter.sh.trs test-delay-close.sh.trs test-delay-open.sh.trs 
> test-delay-shutdown.sh.trs test-error0.sh.trs test-error10.sh.trs 
> test-error100.sh.trs test-error-triggered.sh.trs test-exitlast.sh.trs 
> test-exitwhen-file-already-created.sh.trs test-exitwhen-file-created.sh.trs 
> test-exitwhen-file-created-reject-new.sh.trs 
> test-exitwhen-file-created-when-idle.sh.trs test-exitwhen-file-deleted.sh.trs 
> test-exitwhen-process-exits.sh.trs test-exitwhen-script.sh.trs 
> test-exitwhen-pipe-closed.trs test-exportname.sh.trs 
> test-ext2-exportname.sh.trs test-extentlist.sh.trs test-fua.sh.trs 
> test-ip-filter.sh.trs test-ip-filter-anyunix.sh.trs 
> test-ip-filter-anyvsock.sh.trs 
> test-ip-filter-pid.sh.trs test-ip-filter-uid.sh.trs test-ip-filter-gid.sh.trs 
> test-limit.sh.trs test-log.sh.trs test-log-error.sh.trs 
> test-log-extents.sh.trs test-log-script.sh.trs test-log-script-info.sh.trs 
> test-luks-info.sh.trs test-luks-copy.sh.trs test-luks-copy-zero.sh.trs 
> test-multi-conn.sh.trs test-multi-conn-name.sh.trs test-nofilter.sh.trs 
> test-nozero.sh.trs test-offset2.sh.trs test-offset-extents.sh.trs 
> test-offset-truncate.sh.trs test-partition1.sh.trs test-partition2.sh.trs 
> test-protect-ranges.sh.trs test-rate.sh.trs test-rate-dynamic.sh.trs 
> test-readahead.sh.trs test-readahead-copy.sh.trs test-retry.sh.trs 
> test-retry-readonly.sh.trs test-retry-extents.sh.trs test-retry-size.sh.trs 
> test-retry-reopen-fail.sh.trs test-retry-zero-flags.sh.trs 
> test-retry-open.sh.trs test-retry-request.sh.trs 
> test-retry-request-open.sh.trs test-scan-copy.sh.trs test-scan-info.sh.trs 
> test-swab-8.sh.trs test-swab-16r.sh.trs test-swab-16w.sh.trs 
> test-swab-32r.sh.trs test-swab-32w.sh.trs test-swab-64r.sh.trs 
> test-swab-64w.sh.trs test-swab-extents.sh.trs test-tar.sh.trs 
> test-tar-info.sh.trs test-tar-info-xz.sh.trs test-truncate1.sh.trs 
> test-truncate2.sh.trs test-truncate3.sh.trs test-truncate4.sh.trs 
> test-truncate-extents.sh.trs test-tls-fallback.sh.trs 
> test-old-plugins-i686-Linux-v1.0.0.sh.trs 
> test-old-plugins-i686-Linux-v1.2.8-3-g0560f8f.sh.trs 
> test-old-plugins-i686-Linux-v1.8.4-3-g11f5a90d.sh.trs 
> test-old-plugins-i686-Linux-v1.12.8-2-g1e2ccc27.sh.trs 
> test-old-plugins-i686-Linux-v1.18.4.sh.trs 
> test-old-plugins-x86_64-Linux-v1.0.0.sh.trs 
> test-old-plugins-x86_64-Linux-v1.2.8.sh.trs 
> test-old-plugins-x86_64-Linux-v1.8.4.sh.trs 
> test-old-plugins-x86_64-Linux-v1.12.8.sh.trs 
> test-old-plugins-x86_64-Linux-v1.18.2.sh.trs test-connect.trs 
> test-newstyle.trs test-oldstyle.trs test-curl-head-forbidden.trs 
> test-curl-header-script.trs test-curl-cookie-script.trs test-null.trs 
> test-random.trs test-split.trs test-layers.trs test-delay.trs test-pause.trs 
> test-protect.trs test-retry-request-mirror.trs test-curl.trs test-data.trs 
> test-file-block.trs test-memory.trs test-memory-allocator-malloc.trs 
> test-memory-allocator-zstd.trs test-nbd.trs test-tmpdisk.trs test-perl.trs 
> test-shell.trs test-tcl.trs test-lua.trs test-ext2.trs test-gzip.trs 
> test-offset.trs test-xz.trs test-gzip-curl.trs test-tar-gzip-curl.trs 
> test-xz-curl.trs test-tar-xz-curl.trs
> test -z "test-suite.log" || rm -f test-suite.log
> rm -f ./.deps/libtest_la-test.Plo
> rm -f ./.deps/libvixDiskLib_la-dummy-vddk.Plo
> rm -f ./.deps/test_ansi_c_plugin_la-test-ansi-c-plugin.Plo
> rm -f ./.deps/test_connect-test-connect.Po
> rm -f ./.deps/test_curl-test-curl.Po
> rm -f ./.deps/test_curl-web-server.Po
> rm -f ./.deps/test_curl_cookie_script-test-curl-cookie-script.Po
> rm -f ./.deps/test_curl_cookie_script-web-server.Po
> rm -f ./.deps/test_curl_head_forbidden-test-curl-head-forbidden.Po
> rm -f ./.deps/test_curl_head_forbidden-web-server.Po
> rm -f ./.deps/test_curl_header_script-test-curl-header-script.Po
> rm -f ./.deps/test_curl_header_script-web-server.Po
> rm -f ./.deps/test_cxx_filter_la-test-cxx-filter.Plo
> rm -f ./.deps/test_cxx_plugin_la-test-cxx-plugin.Plo
> rm -f ./.deps/test_data-test-data.Po
> rm -f ./.deps/test_delay-test-delay.Po
> rm -f ./.deps/test_disconnect_plugin_la-test-disconnect-plugin.Plo
> rm -f ./.deps/test_exit_with_parent-test-exit-with-parent.Po
> rm -f ./.deps/test_exitwhen_pipe_closed-test-exitwhen-pipe-closed.Po
> rm -f ./.deps/test_ext2-test-ext2.Po
> rm -f ./.deps/test_file_block-test-file-block.Po
> rm -f ./.deps/test_flush_plugin_la-test-flush-plugin.Plo
> rm -f ./.deps/test_golang-test-golang.Po
> rm -f ./.deps/test_gzip-test-gzip.Po
> rm -f ./.deps/test_gzip_curl-test-gzip-curl.Po
> rm -f ./.deps/test_gzip_curl-web-server.Po
> rm -f ./.deps/test_just_filter_header-test-just-filter-header.Po
> rm -f ./.deps/test_just_plugin_header-test-just-plugin-header.Po
> rm -f ./.deps/test_layers-test-layers.Po
> rm -f ./.deps/test_layers_filter1_la-test-layers-filter.Plo
> rm -f ./.deps/test_layers_filter2_la-test-layers-filter.Plo
> rm -f ./.deps/test_layers_filter3_la-test-layers-filter.Plo
> rm -f ./.deps/test_layers_plugin_la-test-layers-plugin.Plo
> rm -f ./.deps/test_lua-test-lang-plugins.Po
> rm -f ./.deps/test_memory-test-memory.Po
> rm -f ./.deps/test_memory_allocator_malloc-test-memory.Po
> rm -f ./.deps/test_memory_allocator_zstd-test-memory.Po
> rm -f ./.deps/test_nbd-test-nbd.Po
> rm -f ./.deps/test_newstyle-test-newstyle.Po
> rm -f ./.deps/test_null-test-null.Po
> rm -f ./.deps/test_ocaml-test-ocaml.Po
> rm -f ./.deps/test_ocaml_errorcodes-test-ocaml-errorcodes.Po
> rm -f ./.deps/test_offset-test-offset.Po
> rm -f ./.deps/test_oldstyle-test-oldstyle.Po
> rm -f ./.deps/test_pause-test-pause.Po
> rm -f ./.deps/test_perl-test-lang-plugins.Po
> rm -f ./.deps/test_protect-test-protect.Po
> rm -f ./.deps/test_random-test-random.Po
> rm -f ./.deps/test_retry_request_mirror-test-retry-request-mirror.Po
> rm -f ./.deps/test_retry_request_mirror-web-server.Po
> rm -f ./.deps/test_ruby-test-lang-plugins.Po
> rm -f ./.deps/test_shell-test-lang-plugins.Po
> rm -f ./.deps/test_shutdown_plugin_la-test-shutdown-plugin.Plo
> rm -f ./.deps/test_socket_activation-test-socket-activation.Po
> rm -f ./.deps/test_split-test-split.Po
> rm -f ./.deps/test_tar_gzip_curl-test-tar-gzip-curl.Po
> rm -f ./.deps/test_tar_gzip_curl-web-server.Po
> rm -f ./.deps/test_tar_xz_curl-test-tar-xz-curl.Po
> rm -f ./.deps/test_tar_xz_curl-web-server.Po
> rm -f ./.deps/test_tcl-test-lang-plugins.Po
> rm -f ./.deps/test_tmpdisk-test-tmpdisk.Po
> rm -f ./.deps/test_vddk-test-vddk.Po
> rm -f ./.deps/test_xz-test-xz.Po
> rm -f ./.deps/test_xz_curl-test-xz-curl.Po
> rm -f ./.deps/test_xz_curl-web-server.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> rm -f config.status config.cache config.log configure.lineno 
> config.status.lineno
> rm -f ./.deps/nbdkit-wrapper.Po
> rm -f Makefile
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building nbdkit using existing ./nbdkit_1.34.2.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: ignoring deletion of file Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file ltmain.sh, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file configure, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file config.h.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file valgrind/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/libtool.m4, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/error/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/exitlast/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/nofilter/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/limit/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/pause/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/log/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/cow/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/gzip/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/blocksize-policy/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/nozero/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/swab/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/xz/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/readahead/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/checkwrite/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/partition/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/retry/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/cache/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/nocache/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/luks/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/noextents/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/noparallel/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/scan/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/ip/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/tls-fallback/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/ext2/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/ddrescue/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/protect/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/fua/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/offset/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/cacheextents/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/multi-conn/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/retry-request/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/truncate/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/tar/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/delay/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/extentlist/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/stats/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/rate/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/exportname/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file filters/exitwhen/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> filters/blocksize/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file bash-completion/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file tests/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file tests/make-pki.sh, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file include/nbdkit-version.h, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file include/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file docs/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file fuzzing/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file server/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file server/synopsis.c, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> common/allocators/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> common/replacements/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> common/replacements/win32/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file common/bitmap/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file common/include/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file common/regions/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> common/protocol/protostrings.c, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file common/protocol/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file common/gpt/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file common/utils/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/vddk/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/null/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/rust/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/example2/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/info/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/lua/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> plugins/sparse-random/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/libvirt/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/sh/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/tcl/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/ssh/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/curl/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/nbd/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/S3/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/guestfs/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/full/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/file/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/example3/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/data/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/example1/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> plugins/partitioning/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/cc/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/split/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/iso/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/eval/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/eval/call.c, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/eval/methods.c, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/tmpdisk/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/ocaml/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/example4/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/perl/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/memory/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/pattern/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file 
> plugins/linuxdisk/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/random/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/torrent/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/floppy/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/ondemand/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/ruby/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/python/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/cdi/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/blkio/Makefile.in, 
> use --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/zero/Makefile.in, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file plugins/golang/Makefile.in, 
> use --include-removal to override
> dpkg-source: error: cannot represent change to 
> plugins/S3/__pycache__/S3.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add plugins/S3/__pycache__/S3.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> plugins/S3/__pycache__/nbdkit.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add plugins/S3/__pycache__/nbdkit.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> tests/__pycache__/test_python.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add tests/__pycache__/test_python.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> tests/test-S3/boto3/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> tests/test-S3/boto3/__pycache__/__init__.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> tests/test-S3/botocore/__pycache__/exceptions.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> tests/test-S3/botocore/__pycache__/exceptions.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/nbdkit_1.34.2-10_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: nbdkit
Source-Version: 1.38.0-1
Done: Hilko Bengen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
nbdkit, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hilko Bengen <[email protected]> (supplier of updated nbdkit package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 05 Apr 2024 14:51:42 +0200
Source: nbdkit
Architecture: source
Version: 1.38.0-1
Distribution: unstable
Urgency: medium
Maintainer: Hilko Bengen <[email protected]>
Changed-By: Hilko Bengen <[email protected]>
Closes: 1047305 1060136
Changes:
 nbdkit (1.38.0-1) unstable; urgency=medium
 .
   * New upstream version 1.38.0
   * Remove __pycache__ directories on clean (Closes: #1047305)
   * Add build-dependencies to test libguestfs backend on loong64.
     Thanks to Dandan Zhang (Closes: #1060136)
   * Update patches
   * Add gcs plugin to install list
   * Fix pkgconf build-dependency
Checksums-Sha1:
 ca8f92989a8ddd51748cce965051f79ecd239b33 3681 nbdkit_1.38.0-1.dsc
 e3deb0f0e6b4d6c69923c7cea7347016f1d680e0 2443746 nbdkit_1.38.0.orig.tar.gz
 d65a237156647fcff1b8d6e5f0605d5664abd3ca 11612 nbdkit_1.38.0-1.debian.tar.xz
 9e8ff31d7f92a50e78727fd22653c1fd56ae0b2e 17091 nbdkit_1.38.0-1_source.buildinfo
Checksums-Sha256:
 4493b464e47abcf1d724e578304e7c14d6465950c6a805755e14beb11f665664 3681 
nbdkit_1.38.0-1.dsc
 d146be0b80932b198f067be256226209384feaf13b1f97ebf675f153e40c1d35 2443746 
nbdkit_1.38.0.orig.tar.gz
 ef001bfdc2029f9e97e324aa9b0ae1d10a4308494805c89fedf50e12e3cbd5a1 11612 
nbdkit_1.38.0-1.debian.tar.xz
 c947e76f5a0e83f6560da8c15c5f9508b0ea89314c0b72aeef66a55db06dc9ce 17091 
nbdkit_1.38.0-1_source.buildinfo
Files:
 2da87b689b002c6f004580c3206e10f8 3681 admin optional nbdkit_1.38.0-1.dsc
 ac6cc3272d1b7d843312554b7b54b415 2443746 admin optional 
nbdkit_1.38.0.orig.tar.gz
 5e1516121e69b4c7910075c22620372f 11612 admin optional 
nbdkit_1.38.0-1.debian.tar.xz
 6cd6989cd357e2be1a969b21225c4845 17091 admin optional 
nbdkit_1.38.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEErnMQVUQqHZbPTUx4dbcQY1whOn4FAmYP9BoACgkQdbcQY1wh
On4Gqw//VyDRE6R9LxTp2TwKkAkWX0Z3WPakqb4ueHoLKlEeongfvbu2T3wxN6Sf
vNPjOcb8Ov0eV6trpcEUBGwbxxvGbkoKeC5847DwXVcGqi3BJQFVpSQldM3atLTL
55vaETygb+fAs6Z3gAeyfXftUSppfZejB7sQwNJ0JrQuOJNBBLOvGLkCMSWY5H/3
sqR4ClOPEFs3L197mIb1a+JucDffeDNq5LynRV9IuEkeM3wG7uhrTg0140K1xN8r
U09uB/bCGCsA48nhG3xr2VMJe3Gz7+a2gMpXsHMHZdHlsPMAI/b471A3xk5wi21G
SrV5LOLjVxy3kmAlPGPSlCZim/9gniq+pr95jdlwhs4ryxnqR76tgJZ42PLSI+Of
+lb7WI73WO0AgmTt81iiZ1iHGJ1CzI9r7xSnN6UA9IOJWRIVSZ070Sv+P5sEHRB/
eKEawvEJkxJ7hNBn2q2gzdCD9C8WtpLFpas2GWWgTygkN0z8qcWXVpkOVGkic6pQ
PGGHtb+JhLQAW/20O6amq55cqoL67cdU/fRRSd1I0LEThgxnx+sUSy4syN3eZ94N
fpu4iwi0S1yblBqATYPgSwsNc/RDbQWyPzZbdOZvUEmiH2YkDR/Pa3K17iqwIEUo
AGPwtyVyULtt1hpa1pyMULd1Zi9zb2oUzU/rBpVUQRX02x9Ko3s=
=PYQj
-----END PGP SIGNATURE-----

Attachment: pgpU5i1llvLMs.pgp
Description: PGP signature


--- End Message ---

Reply via email to