I: pbuilder: network access will be disabled during build I: Current time: Sat Mar 7 11:20:07 +14 2020 I: pbuilder-time-stamp: 1583529607 I: Building the build Environment I: extracting base tarball [/var/cache/pbuilder/buster-reproducible-base.tgz] I: copying local configuration I: mounting /proc filesystem I: mounting /sys filesystem I: creating /{dev,run}/shm I: mounting /dev/pts filesystem I: redirecting /dev/ptmx to /dev/pts/ptmx I: policy-rc.d already exists I: using eatmydata during job I: Copying source file I: copying [freecdb_0.75.dsc] I: copying [./freecdb_0.75.tar.gz] I: Extracting source gpgv: unknown type of key resource 'trustedkeys.kbx' gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error gpgv: Signature made Tue Jan 17 20:15:38 2006 +14 gpgv: using DSA key 189A3241BC70A6FF gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./freecdb_0.75.dsc dpkg-source: warning: source package uses only weak checksums dpkg-source: info: extracting freecdb in freecdb-0.75 dpkg-source: info: unpacking freecdb_0.75.tar.gz I: using fakeroot in build. I: Installing the build-deps I: user script /srv/workspace/pbuilder/708/tmp/hooks/D01_modify_environment starting disorder-fs debug: Running on profitbricks-build12-i386. I: Changing host+domainname to test build reproducibility I: Adding a custom variable just for the fun of it... I: Changing /bin/sh to bash Removing 'diversion of /bin/sh to /bin/sh.distrib by dash' Adding 'diversion of /bin/sh to /bin/sh.distrib by bash' Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash' Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash' I: Setting pbuilder2's login shell to /bin/bash I: Setting pbuilder2's GECOS to second user,second room,second work-phone,second home-phone,second other I: user script /srv/workspace/pbuilder/708/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy Version: 0.invalid.0 Architecture: i386 Maintainer: Debian Pbuilder Team Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder This package was created automatically by pbuilder to satisfy the build-dependencies of the package being currently built. dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in '/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'. Selecting previously unselected package pbuilder-satisfydepends-dummy. (Reading database ... 19231 files and directories currently installed.) Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ... Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ... Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ... Reading package lists... Building dependency tree... Reading state information... Initializing package states... Writing extended state information... Building tag database... pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0) pbuilder-satisfydepends-dummy is already installed at the requested version (0.invalid.0) No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. Writing extended state information... Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... Writing extended state information... Building tag database... -> Finished parsing the build-deps Reading package lists... Building dependency tree... Reading state information... fakeroot is already the newest version (1.23-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I: Building the package I: Running cd /build/freecdb-0.75/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" HOME="/nonexistent/second-build" dpkg-buildpackage -us -uc -b dpkg-buildpackage: info: source package freecdb dpkg-buildpackage: info: source version 0.75 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Gerrit Pape dpkg-source --before-build . dpkg-buildpackage: info: host architecture i386 fakeroot debian/rules clean /usr/bin/make clean make[1]: Entering directory '/build/freecdb-0.75' rm -f cdb.a alloc.o buffer.o buffer_0.o buffer_1.o buffer_2.o buffer_get.o buffer_put.o buffer_read.o buffer_write.o byte_copy.o byte_cr.o byte_diff.o cdb.o cdb_hash.o cdb_make.o error.o error_str.o fmt_ulong.o open_trunc.o scan_ulong.o seek_set.o str_len.o strerr_die.o strerr_sys.o uint32_pack.o uint32_unpack.o uint32.h cdbmake cdbdump cdbget cdbstats *.local for i in cdbmake cdbdump cdbget cdbstats; do rm -f ${i}.o; done make[1]: Leaving directory '/build/freecdb-0.75' rm -f build-stamp rm -rf '/build/freecdb-0.75/debian/freecdb' rm -f debian/files debian/substvars debian/rules build /usr/bin/make CC='gcc' make[1]: Entering directory '/build/freecdb-0.75' ( (gcc -o tryulong tryulong.c && ./tryulong) >/dev/null 2>&1 \ && cat uint32.h2 || cat uint32.h1) >uint32.h rm -f tryulong gcc -Wall -O2 -g -c -o cdbmake.o cdbmake.c gcc -Wall -O2 -g -c -o alloc.o alloc.c gcc -Wall -O2 -g -c -o buffer.o buffer.c gcc -Wall -O2 -g -c -o buffer_0.o buffer_0.c gcc -Wall -O2 -g -c -o buffer_1.o buffer_1.c gcc -Wall -O2 -g -c -o buffer_2.o buffer_2.c gcc -Wall -O2 -g -c -o buffer_get.o buffer_get.c gcc -Wall -O2 -g -c -o buffer_put.o buffer_put.c gcc -Wall -O2 -g -c -o buffer_read.o buffer_read.c gcc -Wall -O2 -g -c -o buffer_write.o buffer_write.c gcc -Wall -O2 -g -c -o byte_copy.o byte_copy.c byte_copy.c: In function 'byte_copy': byte_copy.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *to++ = *from++; --n; ^ byte_copy.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.c:12:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *to++ = *from++; --n; ^ byte_copy.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *to++ = *from++; --n; ^ byte_copy.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *to++ = *from++; --n; ^ gcc -Wall -O2 -g -c -o byte_cr.o byte_cr.c byte_cr.c: In function 'byte_copyr': byte_cr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *--to = *--from; --n; ^ byte_cr.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *--to = *--from; --n; ^ byte_cr.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:15:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *--to = *--from; --n; ^ byte_cr.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:16:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *--to = *--from; --n; ^ gcc -Wall -O2 -g -c -o byte_diff.o byte_diff.c byte_diff.c: In function 'byte_diff': byte_diff.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:11:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:12:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:13:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:14:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ gcc -Wall -O2 -g -c -o cdb.o cdb.c gcc -Wall -O2 -g -c -o cdb_hash.o cdb_hash.c gcc -Wall -O2 -g -c -o cdb_make.o cdb_make.c gcc -Wall -O2 -g -c -o error.o error.c gcc -Wall -O2 -g -c -o error_str.o error_str.c gcc -Wall -O2 -g -c -o fmt_ulong.o fmt_ulong.c gcc -Wall -O2 -g -c -o open_trunc.o open_trunc.c gcc -Wall -O2 -g -c -o scan_ulong.o scan_ulong.c gcc -Wall -O2 -g -c -o seek_set.o seek_set.c seek_set.c: In function 'seek_set': seek_set.c:9:7: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration] { if (lseek(fd,(off_t) pos,SET) == -1) return -1; return 0; } ^~~~~ gcc -Wall -O2 -g -c -o str_len.o str_len.c str_len.c: In function 'str_len': str_len.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) return t - s; ++t; ^~ str_len.c:11:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!*t) return t - s; ++t; ^~ str_len.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) return t - s; ++t; ^~ str_len.c:12:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!*t) return t - s; ++t; ^~ str_len.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) return t - s; ++t; ^~ str_len.c:13:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!*t) return t - s; ++t; ^~ str_len.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) return t - s; ++t; ^~ str_len.c:14:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!*t) return t - s; ++t; ^~ gcc -Wall -O2 -g -c -o strerr_die.o strerr_die.c gcc -Wall -O2 -g -c -o strerr_sys.o strerr_sys.c gcc -Wall -O2 -g -c -o uint32_pack.o uint32_pack.c gcc -Wall -O2 -g -c -o uint32_unpack.o uint32_unpack.c ar cr cdb.a alloc.o buffer.o buffer_0.o buffer_1.o buffer_2.o buffer_get.o buffer_put.o buffer_read.o buffer_write.o byte_copy.o byte_cr.o byte_diff.o cdb.o cdb_hash.o cdb_make.o error.o error_str.o fmt_ulong.o open_trunc.o scan_ulong.o seek_set.o str_len.o strerr_die.o strerr_sys.o uint32_pack.o uint32_unpack.o ranlib cdb.a || : gcc cdbmake.o cdb.a -o cdbmake gcc -Wall -O2 -g -c -o cdbdump.o cdbdump.c gcc cdbdump.o cdb.a -o cdbdump gcc -Wall -O2 -g cdbget.c cdb.a -o cdbget gcc -Wall -O2 -g -c -o cdbstats.o cdbstats.c gcc cdbstats.o cdb.a -o cdbstats make[1]: Leaving directory '/build/freecdb-0.75' /usr/bin/make check make[1]: Entering directory '/build/freecdb-0.75' ./check-local cdbmake cdbdump cdbget cdbstats Checking cdbmake... Checking cdbdump... Checking cdbget... Checking cdbstats... make[1]: Leaving directory '/build/freecdb-0.75' touch build-stamp fakeroot debian/rules binary rm -rf '/build/freecdb-0.75/debian/freecdb' install -d -m0755 '/build/freecdb-0.75/debian/freecdb'/usr/bin install -m0755 cdbdump cdbget cdbmake cdbstats '/build/freecdb-0.75/debian/freecdb'/usr/bin/ strip -R .comment -R .note '/build/freecdb-0.75/debian/freecdb'/usr/bin/* # man pages install -d -m0755 '/build/freecdb-0.75/debian/freecdb'/usr/share/man/man1 install -m0644 cdbdump.1 cdbget.1 cdbmake.1 cdbstats.1 \ '/build/freecdb-0.75/debian/freecdb'/usr/share/man/man1/ gzip -9 '/build/freecdb-0.75/debian/freecdb'/usr/share/man/man1/*.1 : implicit : debian/freecdb/usr/share/doc/freecdb/ + install -m0644 debian/copyright debian/freecdb/usr/share/doc/freecdb/ + install -m0644 debian/changelog debian/freecdb/usr/share/doc/freecdb/changelog.Debian + mv debian/freecdb/usr/share/doc/freecdb/changelog.Debian debian/freecdb/usr/share/doc/freecdb/changelog + install -m0644 debian/README.Debian.diet debian/freecdb/usr/share/doc/freecdb/ : debian/freecdb/usr/share/doc/freecdb/examples/ : debian/freecdb/usr/share/doc/freecdb/ ok : debian/freecdb/DEBIAN/ : debian/freecdb/DEBIAN/md5sums : debian/freecdb/DEBIAN/ ok test 'gcc' != 'gcc' || dpkg-shlibdeps '/build/freecdb-0.75/debian/freecdb'/usr/bin/* dpkg-gencontrol -isp -pfreecdb -P'/build/freecdb-0.75/debian/freecdb' dpkg-gencontrol: warning: -isp is deprecated; it is without effect dpkg -b '/build/freecdb-0.75/debian/freecdb' .. dpkg-deb: building package 'freecdb' in '../freecdb_0.75_i386.deb'. dpkg-genbuildinfo --build=binary dpkg-genchanges --build=binary >../freecdb_0.75_i386.changes dpkg-genchanges: info: binary-only upload (no source code included) dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration I: user script /srv/workspace/pbuilder/708/tmp/hooks/B01_cleanup starting I: user script /srv/workspace/pbuilder/708/tmp/hooks/B01_cleanup finished I: unmounting dev/ptmx filesystem I: unmounting dev/pts filesystem I: unmounting dev/shm filesystem I: unmounting proc filesystem I: unmounting sys filesystem I: cleaning the build env I: removing directory /srv/workspace/pbuilder/708 and its subdirectories I: Current time: Sat Mar 7 11:23:22 +14 2020 I: pbuilder-time-stamp: 1583529802