I: pbuilder: network access will be disabled during build I: Current time: Thu Apr 2 14:31:28 +14 2020 I: pbuilder-time-stamp: 1585787488 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 [uucpsend_1.1-4.1.dsc] I: copying [./uucpsend_1.1.orig.tar.gz] I: copying [./uucpsend_1.1-4.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 Thu Mar 9 13:53:44 2017 +14 gpgv: using RSA key 8B7868786C33E5C64C4D0A480816B9E18C762BAD gpgv: issuer "mattia@debian.org" gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./uucpsend_1.1-4.1.dsc dpkg-source: info: extracting uucpsend in uucpsend-1.1 dpkg-source: info: unpacking uucpsend_1.1.orig.tar.gz dpkg-source: info: applying uucpsend_1.1-4.1.diff.gz dpkg-source: info: upstream files that have been modified: uucpsend-1.1/Makefile uucpsend-1.1/uucpsend.c I: using fakeroot in build. I: Installing the build-deps I: user script /srv/workspace/pbuilder/32189/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/32189/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/uucpsend-1.1/ && 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 uucpsend dpkg-buildpackage: info: source version 1.1-4.1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Mattia Rizzolo dpkg-source --before-build . dpkg-buildpackage: info: host architecture i386 fakeroot debian/rules clean rm -rf debian/tmp rm -f debian/{files,substvars} /usr/bin/make clean make[1]: Entering directory '/build/uucpsend-1.1' rm -f uucpsend.o log.o uucpsend make[1]: Leaving directory '/build/uucpsend-1.1' rm -rf stamp-build *~ debian/rules build /usr/bin/make CFLAGS="-O2 -Wall" make[1]: Entering directory '/build/uucpsend-1.1' gcc -O2 -Wall -c -o uucpsend.o uucpsend.c uucpsend.c: In function 'parse_args': uucpsend.c:126:15: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict] sprintf(arg_sites, "%s%c", arg_sites, DELIMITER); ^~~~~~~~~ ~~~~~~~~~ uucpsend.c: In function 'loopthrough': uucpsend.c:446:9: warning: variable 'cp' set but not used [-Wunused-but-set-variable] char *cp; ^~ uucpsend.c:556:47: warning: '%s' directive writing up to 1023 bytes into a region of size between 967 and 983 [-Wformat-overflow=] sprintf(cmd, "%s/batcher -B%d -b%d -p \"%s\" %s %s", ^~ _PATH_NEWSBIN, maxsize * 1024, site->queuesize * 1024, uuxcmd, site->name, batchfile); ~~~~~~ uucpsend.c:556:7: note: 'sprintf' output 45 or more bytes (assuming 1328) into a destination of size 1024 sprintf(cmd, "%s/batcher -B%d -b%d -p \"%s\" %s %s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _PATH_NEWSBIN, maxsize * 1024, site->queuesize * 1024, uuxcmd, site->name, batchfile); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uucpsend.c: In function 'main': uucpsend.c:126:31: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(arg_sites, "%s%c", arg_sites, DELIMITER); ^ uucpsend.c:126:7: note: 'sprintf' output between 2 and 1025 bytes into a destination of size 1024 sprintf(arg_sites, "%s%c", arg_sites, DELIMITER); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uucpsend.c:603:20: warning: '%s' directive writing up to 254 bytes into a region of size between 0 and 254 [-Wformat-overflow=] sprintf(s, "%s-%s", arg_ctlfile, arg_ctlappendix); ^~ ~~~~~~~~~~~~~~~ uucpsend.c:603:5: note: 'sprintf' output between 2 and 510 bytes into a destination of size 255 sprintf(s, "%s-%s", arg_ctlfile, arg_ctlappendix); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'parse_args', inlined from 'main' at uucpsend.c:586:3: uucpsend.c:119:7: warning: 'strncpy' specified bound 255 equals destination size [-Wstringop-truncation] strncpy (arg_ctlappendix, optarg, sizeof (arg_ctlappendix)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uucpsend.c:116:7: warning: 'strncpy' specified bound 255 equals destination size [-Wstringop-truncation] strncpy (arg_ctlfile, optarg, sizeof (arg_ctlfile)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -Wall -c -o log.o log.c gcc uucpsend.o log.o -o uucpsend make[1]: Leaving directory '/build/uucpsend-1.1' touch stamp-build fakeroot debian/rules binary rm -rf debian/tmp rm -f debian/{files,substvars} test -f stamp-build || make -f debian/rules build install -g root -o root -m 755 -d debian/tmp/DEBIAN install -d -g root -m 755 -o root debian/tmp/usr/share/doc/uucpsend chmod g-s debian/tmp # install -g root -o root -m 644 debian/conffiles debian/tmp/DEBIAN install -g root -o root -m 644 debian/changelog debian/tmp/usr/share/doc/uucpsend/changelog.Debian install -g root -o root -m 644 debian/copyright debian/tmp/usr/share/doc/uucpsend/copyright install -g root -o root -m 644 readme debian/tmp/usr/share/doc/uucpsend/ gzip -9fn debian/tmp/usr/share/doc/uucpsend/changelog.Debian # install -d -g news -o news -m 755 -d debian/tmp/etc/news install -g root -o root -m 644 uucpsend.ctl debian/tmp/etc/news # install -d -g news -o news -m 755 -d debian/tmp/usr/lib/news/bin /usr/bin/make DEST=debian/tmp MAN=root STRIP="-s" install make[1]: Entering directory '/build/uucpsend-1.1' for d in debian/tmp/usr/lib/news/bin debian/tmp/etc/news debian/tmp/usr/man/man{5,8}; \ do \ if [ ! -d $d ]; then install -m 755 -o root -g root -d $d ; fi; \ done install -m 755 -o root -g root -s uucpsend debian/tmp/usr/lib/news/bin install -m 644 -o news -g news uucpsend.ctl debian/tmp/etc/news install -m 644 -o root -g root uucpsend.8 debian/tmp/usr/man/man8 install -m 644 -o root -g root uucpsend.ctl.5 debian/tmp/usr/man/man5 make[1]: Leaving directory '/build/uucpsend-1.1' mv debian/tmp/usr/man debian/tmp/usr/share/man gzip -9fn debian/tmp/usr/share/man/man?/* dpkg-shlibdeps debian/tmp/usr/lib/news/bin/uucpsend dpkg-gencontrol -isp dpkg-gencontrol: warning: -isp is deprecated; it is without effect dpkg --build debian/tmp .. dpkg-deb: building package 'uucpsend' in '../uucpsend_1.1-4.1_i386.deb'. dpkg-genbuildinfo --build=binary dpkg-genchanges --build=binary >../uucpsend_1.1-4.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/32189/tmp/hooks/B01_cleanup starting I: user script /srv/workspace/pbuilder/32189/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/32189 and its subdirectories I: Current time: Thu Apr 2 14:34:42 +14 2020 I: pbuilder-time-stamp: 1585787682