Diff of the two buildlogs: -- --- b1/build.log 2020-04-28 00:13:08.169136819 +0000 +++ b2/build.log 2020-04-28 02:13:42.767122648 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Sun May 30 18:33:37 -12 2021 -I: pbuilder-time-stamp: 1622442817 +I: Current time: Tue Apr 28 14:13:11 +14 2020 +I: pbuilder-time-stamp: 1588032791 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 Thu Jul 26 21:34:18 2018 -12 +gpgv: Signature made Fri Jul 27 23:34:18 2018 +14 gpgv: using RSA key DD54B6767C834572950900A9F202971DA4A79E2C gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./highlight_3.41-2.dsc @@ -31,6 +31,18 @@ dpkg-source: info: applying 0003-Add-on-to-LDFLAGS-rather-than-overwriting-them.patch I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/4135/tmp/hooks/D01_modify_environment starting +debug: Running on profitbricks-build2-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/4135/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -118,7 +130,7 @@ Get: 42 http://deb.debian.org/debian buster/main i386 pkg-config i386 0.29-6 [64.7 kB] Get: 43 http://deb.debian.org/debian buster/main i386 swig3.0 i386 3.0.12-2 [1456 kB] Get: 44 http://deb.debian.org/debian buster/main i386 swig i386 3.0.12-2 [310 kB] -Fetched 30.6 MB in 0s (86.0 MB/s) +Fetched 30.6 MB in 13s (2281 kB/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.) @@ -317,7 +329,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/highlight-3.41/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/highlight-3.41/ && 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 highlight dpkg-buildpackage: info: source version 3.41-2 dpkg-buildpackage: info: source distribution unstable @@ -327,7 +339,7 @@ fakeroot debian/rules clean dh clean dh_auto_clean - make -j18 clean + make -j10 clean make[1]: Entering directory '/build/highlight-3.41' make -C ./src -f ./makefile clean make[2]: Entering directory '/build/highlight-3.41/src' @@ -342,7 +354,7 @@ debian/rules override_dh_auto_build make[1]: Entering directory '/build/highlight-3.41' dh_auto_build --sourcedirectory=extras/swig -- perl - cd extras/swig && make -j18 perl + cd extras/swig && make -j10 perl make[2]: Entering directory '/build/highlight-3.41/extras/swig' make -C ../../src/ -f ./makefile clean make[3]: Entering directory '/build/highlight-3.41/extras/swig' @@ -394,11 +406,11 @@ g++ -Wl,-z,relro -shared -s highlight_wrap.o -L../../src/ -lhighlight -llua5.2 -o highlight.so make[2]: Leaving directory '/build/highlight-3.41/extras/swig' dh_auto_build --sourcedirectory=src -- clean - cd src && make -j18 clean + cd src && make -j10 clean make[2]: Entering directory '/build/highlight-3.41/src' make[2]: Leaving directory '/build/highlight-3.41/src' dh_auto_build -- LUA_LIBS=-llua5.2 - make -j18 LUA_LIBS=-llua5.2 + make -j10 LUA_LIBS=-llua5.2 make[2]: Entering directory '/build/highlight-3.41' make -C ./src -f ./makefile HL_DATA_DIR=/usr/share/highlight/ HL_CONFIG_DIR=/etc/highlight/ make[3]: Entering directory '/build/highlight-3.41/src' @@ -414,6 +426,10 @@ g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/codegenerator.cpp g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/xterm256generator.cpp g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/pangogenerator.cpp +./core/codegenerator.cpp: In member function 'bool highlight::CodeGenerator::initPluginScript(const string&)': +./core/codegenerator.cpp:1771:35: warning: catching polymorphic type 'class Diluculum::LuaError' by value [-Wcatch-value=] + } catch (Diluculum::LuaError err) { + ^~~ g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/bbcodegenerator.cpp g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/odtgenerator.cpp g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/syntaxreader.cpp @@ -424,8 +440,11 @@ g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/Diluculum/LuaState.cpp g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/Diluculum/LuaUserData.cpp g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/Diluculum/LuaUtils.cpp +./core/syntaxreader.cpp: In member function 'highlight::LoadResult highlight::SyntaxReader::load(const string&, const string&, highlight::OutputType)': +./core/syntaxreader.cpp:380:34: warning: catching polymorphic type 'class Diluculum::LuaError' by value [-Wcatch-value=] + } catch (Diluculum::LuaError err) { + ^~~ g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 -fno-strict-aliasing ./core/Diluculum/LuaValue.cpp -g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/Diluculum/LuaVariable.cpp ./core/Diluculum/LuaValue.cpp: In copy constructor 'Diluculum::LuaValue::LuaValue(const Diluculum::LuaValue&)': ./core/Diluculum/LuaValue.cpp:195:64: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'union Diluculum::LuaValue::PossibleTypes' with no trivial copy-assignment [-Wclass-memaccess] memcpy (&data_, &other.data_, sizeof(PossibleTypes)); @@ -442,22 +461,15 @@ ./include/Diluculum/LuaValue.hpp:287:16: note: 'union Diluculum::LuaValue::PossibleTypes' declared here union PossibleTypes ^~~~~~~~~~~~~ +g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/Diluculum/LuaVariable.cpp g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/Diluculum/LuaWrappers.cpp g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/datadir.cpp -DHL_DATA_DIR=\"/usr/share/highlight/\" -DHL_CONFIG_DIR=\"/etc/highlight/\" +g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/preformatter.cpp +g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/platform_fs.cpp ./core/Diluculum/LuaWrappers.cpp: In function 'void Diluculum::Impl::ReportErrorFromCFunction(lua_State*, const string&)': ./core/Diluculum/LuaWrappers.cpp:39:14: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret = lua_getstack (ls, 0, &ar); ^~~ -./core/syntaxreader.cpp: In member function 'highlight::LoadResult highlight::SyntaxReader::load(const string&, const string&, highlight::OutputType)': -./core/syntaxreader.cpp:380:34: warning: catching polymorphic type 'class Diluculum::LuaError' by value [-Wcatch-value=] - } catch (Diluculum::LuaError err) { - ^~~ -g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/preformatter.cpp -./core/codegenerator.cpp: In member function 'bool highlight::CodeGenerator::initPluginScript(const string&)': -./core/codegenerator.cpp:1771:35: warning: catching polymorphic type 'class Diluculum::LuaError' by value [-Wcatch-value=] - } catch (Diluculum::LuaError err) { - ^~~ -g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/platform_fs.cpp g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/astyle/ASStreamIterator.cpp g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/astyle/ASResource.cpp g++ -Wall -O2 -g -O2 -ffile-prefix-map=/build/highlight-3.41=. -fstack-protector-strong -Wformat -Werror=format-security -DNDEBUG -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 -c -I ./include/ -I/usr/include/lua5.2 -DUSE_LUA52 ./core/astyle/ASFormatter.cpp @@ -495,7 +507,7 @@ dh_prep dh_installdirs dh_auto_install - make -j18 install DESTDIR=/build/highlight-3.41/debian/tmp AM_UPDATE_INFO_DIR=no + make -j10 install DESTDIR=/build/highlight-3.41/debian/tmp AM_UPDATE_INFO_DIR=no make[1]: Entering directory '/build/highlight-3.41' This script will install highlight in the following directories: Data directory: /build/highlight-3.41/debian/tmp/usr/share/highlight/ @@ -575,22 +587,24 @@ dh_gencontrol dh_md5sums dh_builddeb -dpkg-deb: building package 'highlight' in '../highlight_3.41-2_i386.deb'. dpkg-deb: building package 'highlight-dbgsym' in '../highlight-dbgsym_3.41-2_i386.deb'. -dpkg-deb: building package 'highlight-common' in '../highlight-common_3.41-2_all.deb'. +dpkg-deb: building package 'highlight' in '../highlight_3.41-2_i386.deb'. dpkg-deb: building package 'libhighlight-perl' in '../libhighlight-perl_3.41-2_i386.deb'. +dpkg-deb: building package 'highlight-common' in '../highlight-common_3.41-2_all.deb'. dpkg-genbuildinfo --build=binary dpkg-genchanges --build=binary >../highlight_3.41-2_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/4135/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/4135/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/11282 and its subdirectories -I: Current time: Sun May 30 18:36:07 -12 2021 -I: pbuilder-time-stamp: 1622442967 +I: removing directory /srv/workspace/pbuilder/4135 and its subdirectories +I: Current time: Tue Apr 28 16:13:42 +14 2020 +I: pbuilder-time-stamp: 1588040022