Diff of the two buildlogs: -- --- b1/build.log 2019-12-29 06:21:54.060254042 +0000 +++ b2/build.log 2019-12-29 06:22:35.247425082 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Sat Dec 28 18:11:28 -12 2019 -I: pbuilder-time-stamp: 1577599888 +I: Current time: Sun Jan 31 02:44:55 +14 2021 +I: pbuilder-time-stamp: 1612010695 I: Building the build Environment I: extracting base tarball [/var/cache/pbuilder/buster-reproducible-base.tgz] I: copying local configuration @@ -18,7 +18,7 @@ I: Extracting source gpgv: unknown type of key resource 'trustedkeys.kbx' gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error -gpgv: Signature made Sat Feb 6 09:16:13 2016 -12 +gpgv: Signature made Sun Feb 7 11:16:13 2016 +14 gpgv: using RSA key 69F2FC516EA71993 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./ffmpeg2theora_0.30-1.dsc @@ -29,6 +29,18 @@ dpkg-source: info: applying link-libm.patch I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/29749/tmp/hooks/D01_modify_environment starting +disorder-fs debug: Running on profitbricks-build16-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/29749/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -332,7 +344,7 @@ Get: 234 http://deb.debian.org/debian buster/main i386 pkg-config i386 0.29-6 [64.7 kB] Get: 235 http://deb.debian.org/debian buster/main i386 quilt all 0.65-3 [318 kB] Get: 236 http://deb.debian.org/debian buster/main i386 scons all 3.0.1-2 [538 kB] -Fetched 106 MB in 15s (7097 kB/s) +Fetched 106 MB in 3s (31.9 MB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package libbsd0:i386. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19231 files and directories currently installed.) @@ -1306,7 +1318,7 @@ 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/ffmpeg2theora-0.30/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/ffmpeg2theora-0.30/ && 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 ffmpeg2theora dpkg-buildpackage: info: source version 0.30-1 dpkg-buildpackage: info: source distribution unstable @@ -1363,6 +1375,41 @@ Checking for C library iconv... no scons: done reading SConscript files. scons: Building targets ... +gcc -o src/iso639.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/ffmpeg2theora-0.30=. -fstack-protector-strong -Wformat -Werror=format-security -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. -I/usr/include/i386-linux-gnu src/iso639.c +gcc -o src/subtitles.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/ffmpeg2theora-0.30=. -fstack-protector-strong -Wformat -Werror=format-security -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. -I/usr/include/i386-linux-gnu src/subtitles.c +src/subtitles.c: In function 'add_image_subtitle_for_stream': +src/subtitles.c:606:7: warning: 'pict' is deprecated [-Wdeprecated-declarations] + const uint32_t *pal = (const uint32_t*)sr->pict.data[1]; + ^~~~~ +In file included from /usr/include/i386-linux-gnu/libavformat/avformat.h:319, + from src/subtitles.c:32: +/usr/include/i386-linux-gnu/libavcodec/avcodec.h:3853:15: note: declared here + AVPicture pict; + ^~~~ +src/subtitles.c:606:7: warning: 'data' is deprecated [-Wdeprecated-declarations] + const uint32_t *pal = (const uint32_t*)sr->pict.data[1]; + ^~~~~ +In file included from /usr/include/i386-linux-gnu/libavformat/avformat.h:319, + from src/subtitles.c:32: +/usr/include/i386-linux-gnu/libavcodec/avcodec.h:3811:14: note: declared here + uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes + ^~~~ +src/subtitles.c:628:7: warning: 'pict' is deprecated [-Wdeprecated-declarations] + memcpy(subtitle->kb.pixels,sr->pict.data[0],sr->w*sr->h); + ^~~~~~ +In file included from /usr/include/i386-linux-gnu/libavformat/avformat.h:319, + from src/subtitles.c:32: +/usr/include/i386-linux-gnu/libavcodec/avcodec.h:3853:15: note: declared here + AVPicture pict; + ^~~~ +src/subtitles.c:628:7: warning: 'data' is deprecated [-Wdeprecated-declarations] + memcpy(subtitle->kb.pixels,sr->pict.data[0],sr->w*sr->h); + ^~~~~~ +In file included from /usr/include/i386-linux-gnu/libavformat/avformat.h:319, + from src/subtitles.c:32: +/usr/include/i386-linux-gnu/libavcodec/avcodec.h:3811:14: note: declared here + uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes + ^~~~ gcc -o src/ffmpeg2theora.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/ffmpeg2theora-0.30=. -fstack-protector-strong -Wformat -Werror=format-security -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. -I/usr/include/i386-linux-gnu src/ffmpeg2theora.c src/ffmpeg2theora.c: In function 'frame_alloc': src/ffmpeg2theora.c:155:5: warning: 'avpicture_get_size' is deprecated [-Wdeprecated-declarations] @@ -1654,6 +1701,7 @@ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +gcc -o src/theorautils.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/ffmpeg2theora-0.30=. -fstack-protector-strong -Wformat -Werror=format-security -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. -I/usr/include/i386-linux-gnu src/theorautils.c gcc -o src/avinfo.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/ffmpeg2theora-0.30=. -fstack-protector-strong -Wformat -Werror=format-security -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. -I/usr/include/i386-linux-gnu src/avinfo.c src/avinfo.c: In function 'json_stream_format': src/avinfo.c:358:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] @@ -1708,44 +1756,8 @@ src/avinfo.c:424:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(&buffer1[8192], 8192, 8, file); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -gcc -o src/theorautils.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/ffmpeg2theora-0.30=. -fstack-protector-strong -Wformat -Werror=format-security -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. -I/usr/include/i386-linux-gnu src/theorautils.c -gcc -o src/iso639.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/ffmpeg2theora-0.30=. -fstack-protector-strong -Wformat -Werror=format-security -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. -I/usr/include/i386-linux-gnu src/iso639.c gcc -o src/index.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/ffmpeg2theora-0.30=. -fstack-protector-strong -Wformat -Werror=format-security -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. -I/usr/include/i386-linux-gnu src/index.c -gcc -o src/subtitles.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/ffmpeg2theora-0.30=. -fstack-protector-strong -Wformat -Werror=format-security -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. -I/usr/include/i386-linux-gnu src/subtitles.c -src/subtitles.c: In function 'add_image_subtitle_for_stream': -src/subtitles.c:606:7: warning: 'pict' is deprecated [-Wdeprecated-declarations] - const uint32_t *pal = (const uint32_t*)sr->pict.data[1]; - ^~~~~ -In file included from /usr/include/i386-linux-gnu/libavformat/avformat.h:319, - from src/subtitles.c:32: -/usr/include/i386-linux-gnu/libavcodec/avcodec.h:3853:15: note: declared here - AVPicture pict; - ^~~~ -src/subtitles.c:606:7: warning: 'data' is deprecated [-Wdeprecated-declarations] - const uint32_t *pal = (const uint32_t*)sr->pict.data[1]; - ^~~~~ -In file included from /usr/include/i386-linux-gnu/libavformat/avformat.h:319, - from src/subtitles.c:32: -/usr/include/i386-linux-gnu/libavcodec/avcodec.h:3811:14: note: declared here - uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes - ^~~~ -src/subtitles.c:628:7: warning: 'pict' is deprecated [-Wdeprecated-declarations] - memcpy(subtitle->kb.pixels,sr->pict.data[0],sr->w*sr->h); - ^~~~~~ -In file included from /usr/include/i386-linux-gnu/libavformat/avformat.h:319, - from src/subtitles.c:32: -/usr/include/i386-linux-gnu/libavcodec/avcodec.h:3853:15: note: declared here - AVPicture pict; - ^~~~ -src/subtitles.c:628:7: warning: 'data' is deprecated [-Wdeprecated-declarations] - memcpy(subtitle->kb.pixels,sr->pict.data[0],sr->w*sr->h); - ^~~~~~ -In file included from /usr/include/i386-linux-gnu/libavformat/avformat.h:319, - from src/subtitles.c:32: -/usr/include/i386-linux-gnu/libavcodec/avcodec.h:3811:14: note: declared here - uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes - ^~~~ -gcc -o ffmpeg2theora -Wl,-z,relro src/ffmpeg2theora.o src/avinfo.o src/theorautils.o src/iso639.o src/index.o src/subtitles.o -lvorbis -lvorbisenc -ltheoraenc -ltheoradec -lavdevice -lavformat -lavfilter -lavcodec -lpostproc -lswscale -lavutil -lswresample -loggkate -lkate -logg -lm +gcc -o ffmpeg2theora -Wl,-z,relro src/iso639.o src/subtitles.o src/ffmpeg2theora.o src/theorautils.o src/avinfo.o src/index.o -lvorbis -lvorbisenc -ltheoraenc -ltheoradec -lavdevice -lavformat -lavfilter -lavcodec -lpostproc -lswscale -lavutil -lswresample -loggkate -lkate -logg -lm Install file: "ffmpeg2theora" as "debian/ffmpeg2theora/usr/bin/ffmpeg2theora" Install file: "ffmpeg2theora.1" as "man1/ffmpeg2theora.1" scons: done building targets. @@ -1800,12 +1812,14 @@ dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/29749/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/29749/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/7918 and its subdirectories -I: Current time: Sat Dec 28 18:21:53 -12 2019 -I: pbuilder-time-stamp: 1577600513 +I: removing directory /srv/workspace/pbuilder/29749 and its subdirectories +I: Current time: Sun Jan 31 02:45:34 +14 2021 +I: pbuilder-time-stamp: 1612010734