I: pbuilder: network access will be disabled during build I: Current time: Tue Jun 8 22:30:25 +14 2021 I: pbuilder-time-stamp: 1623141025 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 [dtaus_0.9-1.1.dsc] I: copying [./dtaus_0.9.orig.tar.gz] I: copying [./dtaus_0.9-1.1.diff.gz] I: Extracting source gpgv: unknown type of key resource 'trustedkeys.kbx' gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error gpgv: Signature made Sat Aug 19 06:28:45 2017 +14 gpgv: using RSA key C2FE4BD271C139B86C533E461E953E27D4311E58 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./dtaus_0.9-1.1.dsc dpkg-source: info: extracting dtaus in dtaus-0.9 dpkg-source: info: unpacking dtaus_0.9.orig.tar.gz dpkg-source: info: applying dtaus_0.9-1.1.diff.gz I: using fakeroot in build. I: Installing the build-deps I: user script /srv/workspace/pbuilder/25739/tmp/hooks/D01_modify_environment starting debug: Running on profitbricks-build6-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/25739/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/dtaus-0.9/ && 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 dtaus dpkg-buildpackage: info: source version 0.9-1.1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Chris Lamb dpkg-source --before-build . dpkg-buildpackage: info: host architecture i386 fakeroot debian/rules clean rm -rf debian/tmp rm -f debian/{files,substvars} rm -f stamp-build /usr/bin/make clean make[1]: Entering directory '/build/dtaus-0.9' rm -f *.o dtaus test_bigint make[1]: Leaving directory '/build/dtaus-0.9' rm -rf *~ debian/rules build /usr/bin/make CFLAGS="-O2 -Wall" make[1]: Entering directory '/build/dtaus-0.9' gcc -O2 -Wall -c -o dtaus.o dtaus.c dtaus.c: In function 'dtaus2control': dtaus.c:1052:24: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] memset (buf, 0, sizeof(buf)); ^ dtaus.c:1071:26: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] memset (buf, 0, sizeof(buf)); ^ dtaus.c: In function 'string2real': dtaus.c:266:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(res, s, strlen(s)-2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ dtaus.c:265:7: note: length computed here cp+=strlen(s)-2; ^~~~~~~~~ dtaus.c: In function 'get_date': dtaus.c:568:22: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 0 and 7 [-Wformat-overflow=] sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~ dtaus.c:568:16: note: directive argument in the range [-2147483647, 2147483647] sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~~~ dtaus.c:568:16: note: directive argument in the range [-99, 99] dtaus.c:568:3: note: 'sprintf' output between 9 and 28 bytes into a destination of size 10 sprintf(res, "%02d.%02d.%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dtaus.c: In function 'dtaus_prepareA': dtaus.c:593:21: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 0 and 8 [-Wformat-overflow=] sprintf(tmp, "%02d%02d%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~ dtaus.c:593:16: note: directive argument in the range [-2147483647, 2147483647] sprintf(tmp, "%02d%02d%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~ dtaus.c:593:16: note: directive argument in the range [-99, 99] dtaus.c:593:3: note: 'sprintf' output between 7 and 26 bytes into a destination of size 10 sprintf(tmp, "%02d%02d%02d", loctime->tm_mday, loctime->tm_mon+1, loctime->tm_year % 100); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -Wall -c -o main.o main.c gcc -O2 -Wall -c -o bigint.o bigint.c gcc -O2 -Wall -c -o latex.o latex.c gcc -o dtaus dtaus.o main.o bigint.o latex.o make[1]: Leaving directory '/build/dtaus-0.9' touch stamp-build fakeroot debian/rules binary rm -rf debian/tmp rm -f debian/{files,substvars} test -f stamp-build || /usr/bin/make -f debian/rules build install -g root -o root -m 755 -d debian/tmp/DEBIAN chown -R root.root debian/tmp chmod -R g-ws debian/tmp install -g root -o root -m 755 -d debian/tmp/usr/share/doc/dtaus install -g root -o root -m 644 debian/changelog debian/tmp/usr/share/doc/dtaus/changelog.Debian install -g root -o root -m 644 debian/copyright debian/tmp/usr/share/doc/dtaus install -g root -o root -m 644 README TODO debian/tmp/usr/share/doc/dtaus install -g root -o root -m 644 ChangeLog debian/tmp/usr/share/doc/dtaus/changelog install -g root -o root -m 644 dtaus.txt debian/tmp/usr/share/doc/dtaus gzip -9fn debian/tmp/usr/share/doc/dtaus/{changelog{,.Debian},README,dtaus.txt} # install -g root -o root -m 755 -d debian/tmp/usr/share/doc/dtaus/examples install -g root -o root -m 644 dtaus.cls debian/tmp/usr/share/doc/dtaus/examples # install -g root -o root -m 755 -d debian/tmp/usr/bin install -g root -o root -m 755 -s dtaus debian/tmp/usr/bin # install -g root -o root -m 755 -d debian/tmp/usr/share/man/man1 install -g root -o root -m 644 dtaus.1 debian/tmp/usr/share/man/man1 install -g root -o root -m 755 -d debian/tmp/usr/share/man/man5 install -g root -o root -m 644 dtaus.5 debian/tmp/usr/share/man/man5 gzip -9n debian/tmp/usr/share/man/man?/* # dpkg-shlibdeps debian/tmp/usr/bin/dtaus dpkg-gencontrol -isp dpkg-gencontrol: warning: -isp is deprecated; it is without effect dpkg --build debian/tmp .. dpkg-deb: building package 'dtaus' in '../dtaus_0.9-1.1_i386.deb'. dpkg-genbuildinfo --build=binary dpkg-genchanges --build=binary >../dtaus_0.9-1.1_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/25739/tmp/hooks/B01_cleanup starting I: user script /srv/workspace/pbuilder/25739/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/25739 and its subdirectories I: Current time: Tue Jun 8 22:30:38 +14 2021 I: pbuilder-time-stamp: 1623141038