[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_33 #10773

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Dec 23 17:09:52 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_armhf_33/10773/------------------------------------------
[...truncated 564 lines...]
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... mawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... (cached) mawk
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for intptr_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uintptr_t... yes
checking for sys/types.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for usleep... yes
checking for fdatasync... yes
checking for localtime_r... yes
checking for gmtime_r... yes
checking for localtime_s... no
checking for utime... yes
checking for tclsh8.6... tclsh8.6
configure: Version set to 3.8
configure: Release set to 3.8.6
configure: Version number set to 3008006
configure: SQLCipher Version set to 3.2
checking for library containing dlopen... -ldl
checking whether to support threadsafe operation... yes
checking for library containing pthread_create... -lpthread
checking for crypto library to use... openssl
checking for HMAC_Init_ex in -lcrypto... yes
checking whether to allow connections to be shared across threads... no
checking whether to support shared library linked as release mode or not... no
checking whether to use an in-ram database for temporary tables... yes
checking if executables have the .exe suffix... unknown
checking for library containing tgetent... -ltermcap
checking for readline in -lreadline... yes
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking for /usr/include/readline.h... no
checking for /usr/include/readline/readline.h... yes
checking for library containing fdatasync... none required
checking for library containing dlopen... (cached) -ldl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sqlcipher.pc
config.status: creating config.h
config.status: executing libtool commands
# remove double -ldl from sqlcipher.pc
sed -i "s/\([-ldl .+]\) -ldl/\1/" sqlcipher.pc
touch configure-stamp
dh_testdir
/usr/bin/make
make[1]: Entering directory '/build/1st/sqlcipher-3.2.0'
tclsh8.6 ./tool/mksqlite3h.tcl . >sqlite3.h
gcc  -g -O2 -fdebug-prefix-map=/build/1st/sqlcipher-3.2.0=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -fno-strict-aliasing -DSQLITE_SECURE_DELETE -DSQLITE_SOUNDEX=1 -DSQLITE_MAX_SCHEMA_RETRY=25 -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -o mkkeywordhash -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_OMIT_LOOKASIDE=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1  ./tool/mkkeywordhash.c
./mkkeywordhash >keywordhash.h
gcc  -g -O2 -fdebug-prefix-map=/build/1st/sqlcipher-3.2.0=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -fno-strict-aliasing -DSQLITE_SECURE_DELETE -DSQLITE_SOUNDEX=1 -DSQLITE_MAX_SCHEMA_RETRY=25 -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -o lemon ./tool/lemon.c
cp ./src/lempar.c .
cp ./src/parse.y .
rm -f parse.h
./lemon -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_OMIT_LOOKASIDE=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1  parse.y
mv parse.h parse.h.temp
mawk -f ./addopcodes.awk parse.h.temp >parse.h
cat parse.h ./src/vdbe.c | mawk -f ./mkopcodeh.awk >opcodes.h
mawk -f ./mkopcodec.awk opcodes.h >opcodes.c
rm -rf tsrc
mkdir tsrc
cp -f ./src/crypto.h ./src/sqlcipher.h ./src/crypto.c ./src/crypto_impl.c ./src/crypto_libtomcrypt.c ./src/crypto_openssl.c ./src/crypto_cc.c ./src/alter.c ./src/analyze.c ./src/attach.c ./src/auth.c ./src/backup.c ./src/bitvec.c ./src/btmutex.c ./src/btree.c ./src/btree.h ./src/btreeInt.h ./src/build.c ./src/callback.c ./src/complete.c ./src/ctime.c ./src/date.c ./src/delete.c ./src/expr.c ./src/fault.c ./src/fkey.c ./src/func.c ./src/global.c ./src/hash.c ./src/hash.h ./src/hwtime.h ./src/insert.c ./src/journal.c ./src/legacy.c ./src/loadext.c ./src/main.c ./src/malloc.c ./src/mem0.c ./src/mem1.c ./src/mem2.c ./src/mem3.c ./src/mem5.c ./src/memjournal.c ./src/mutex.c ./src/mutex.h ./src/mutex_noop.c ./src/mutex_unix.c ./src/mutex_w32.c ./src/notify.c ./src/os.c ./src/os.h ./src/os_common.h ./src/os_setup.h ./src/os_unix.c ./src/os_win.c ./src/os_win.h ./src/pager.c ./src/pager.h ./src/parse.y ./src/pcache.c ./src/pcache.h ./src/pcache1.c ./src/pragma.c ./src/prepare.c ./src/printf.c ./src/random.c ./src/resolve.c ./src/rowset.c ./src/select.c ./src/status.c ./src/shell.c ./src/sqlite.h.in ./src/sqlite3ext.h ./src/sqliteInt.h ./src/sqliteLimit.h ./src/table.c ./src/tclsqlite.c ./src/tokenize.c ./src/trigger.c ./src/utf.c ./src/update.c ./src/util.c ./src/vacuum.c ./src/vdbe.c ./src/vdbe.h ./src/vdbeapi.c ./src/vdbeaux.c ./src/vdbeblob.c ./src/vdbemem.c ./src/vdbesort.c ./src/vdbetrace.c ./src/vdbeInt.h ./src/vtab.c ./src/wal.c ./src/wal.h ./src/walker.c ./src/where.c ./src/whereInt.h ./ext/fts1/fts1.c ./ext/fts1/fts1.h ./ext/fts1/fts1_hash.c ./ext/fts1/fts1_hash.h ./ext/fts1/fts1_porter.c ./ext/fts1/fts1_tokenizer.h ./ext/fts1/fts1_tokenizer1.c ./ext/fts2/fts2.c ./ext/fts2/fts2.h ./ext/fts2/fts2_hash.c ./ext/fts2/fts2_hash.h ./ext/fts2/fts2_icu.c ./ext/fts2/fts2_porter.c ./ext/fts2/fts2_tokenizer.h ./ext/fts2/fts2_tokenizer.c ./ext/fts2/fts2_tokenizer1.c ./ext/fts3/fts3.c ./ext/fts3/fts3.h ./ext/fts3/fts3Int.h ./ext/fts3/fts3_aux.c ./ext/fts3/fts3_expr.c ./ext/fts3/fts3_hash.c ./ext/fts3/fts3_hash.h ./ext/fts3/fts3_icu.c ./ext/fts3/fts3_porter.c ./ext/fts3/fts3_snippet.c ./ext/fts3/fts3_tokenizer.h ./ext/fts3/fts3_tokenizer.c ./ext/fts3/fts3_tokenizer1.c ./ext/fts3/fts3_tokenize_vtab.c ./ext/fts3/fts3_unicode.c ./ext/fts3/fts3_unicode2.c ./ext/fts3/fts3_write.c ./ext/icu/sqliteicu.h ./ext/icu/icu.c ./ext/rtree/rtree.h ./ext/rtree/rtree.c keywordhash.h opcodes.c opcodes.h parse.c parse.h config.h sqlite3.h tsrc
rm tsrc/sqlite.h.in tsrc/parse.y
tclsh8.6 ./tool/vdbe-compress.tcl  <tsrc/vdbe.c >vdbe.new
mv vdbe.new tsrc/vdbe.c
touch .target_source
tclsh8.6 ./tool/mksqlite3c.tcl
cp tsrc/shell.c tsrc/sqlite3ext.h .
./libtool --mode=compile --tag=CC gcc  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build/1st/sqlcipher-3.2.0=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -fno-strict-aliasing -DSQLITE_SECURE_DELETE -DSQLITE_SOUNDEX=1 -DSQLITE_MAX_SCHEMA_RETRY=25 -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG   -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_OMIT_LOOKASIDE=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1   -DSQLITE_TEMP_STORE=2 -c sqlite3.c
libtool: compile:  gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/build/1st/sqlcipher-3.2.0=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -fno-strict-aliasing -DSQLITE_SECURE_DELETE -DSQLITE_SOUNDEX=1 -DSQLITE_MAX_SCHEMA_RETRY=25 -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_OMIT_LOOKASIDE=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 -DSQLITE_TEMP_STORE=2 -c sqlite3.c  -fPIC -DPIC -o .libs/sqlite3.o
libtool: compile:  gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/build/1st/sqlcipher-3.2.0=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -fno-strict-aliasing -DSQLITE_SECURE_DELETE -DSQLITE_SOUNDEX=1 -DSQLITE_MAX_SCHEMA_RETRY=25 -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_OMIT_LOOKASIDE=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 -DSQLITE_TEMP_STORE=2 -c sqlite3.c -o sqlite3.o >/dev/null 2>&1
./libtool --mode=link gcc  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build/1st/sqlcipher-3.2.0=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -fno-strict-aliasing -DSQLITE_SECURE_DELETE -DSQLITE_SOUNDEX=1 -DSQLITE_MAX_SCHEMA_RETRY=25 -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG   -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_OMIT_LOOKASIDE=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1   -Wl,-z,relro -Wl,-z,now  -o libsqlcipher.la sqlite3.lo -ldl -lcrypto -lpthread -ldl  \
	 -rpath "/usr/lib/arm-linux-gnueabihf" -version-info "8:6:8"
libtool: link: gcc -shared  -fPIC -DPIC  .libs/sqlite3.o   -lcrypto -lpthread -ldl  -g -O2 -fstack-protector-strong -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libsqlcipher.so.0 -o .libs/libsqlcipher.so.0.8.6
libtool: link: (cd ".libs" && rm -f "libsqlcipher.so.0" && ln -s "libsqlcipher.so.0.8.6" "libsqlcipher.so.0")
libtool: link: (cd ".libs" && rm -f "libsqlcipher.so" && ln -s "libsqlcipher.so.0.8.6" "libsqlcipher.so")
libtool: link: ar cru .libs/libsqlcipher.a  sqlite3.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libsqlcipher.a
libtool: link: ( cd ".libs" && rm -f "libsqlcipher.la" && ln -s "../libsqlcipher.la" "libsqlcipher.la" )
sed -i "/dependency_libs/s/'.*'/''/" libsqlcipher.la
./libtool --mode=link gcc  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/build/1st/sqlcipher-3.2.0=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -fno-strict-aliasing -DSQLITE_SECURE_DELETE -DSQLITE_SOUNDEX=1 -DSQLITE_MAX_SCHEMA_RETRY=25 -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG   -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_OMIT_LOOKASIDE=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1   -Wl,-z,relro -Wl,-z,now  -DHAVE_READLINE=1 -I/usr/include/readline \
	-o sqlcipher ./src/shell.c libsqlcipher.la \
	-lreadline -ltermcap  -rpath "/usr/lib/arm-linux-gnueabihf"
libtool: link: gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/build/1st/sqlcipher-3.2.0=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -fno-strict-aliasing -DSQLITE_SECURE_DELETE -DSQLITE_SOUNDEX=1 -DSQLITE_MAX_SCHEMA_RETRY=25 -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_OS_UNIX=1 -I. -I./src -I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_OMIT_LOOKASIDE=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 -Wl,-z -Wl,relro -Wl,-z -Wl,now -DHAVE_READLINE=1 -I/usr/include/readline -o .libs/sqlcipher ./src/shell.c  ./.libs/libsqlcipher.so -lreadline -ltermcap -Wl,-rpath -Wl,/usr/lib/arm-linux-gnueabihf
make[1]: Leaving directory '/build/1st/sqlcipher-3.2.0'
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
/usr/bin/make
make[1]: Entering directory '/build/1st/sqlcipher-3.2.0'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/1st/sqlcipher-3.2.0'
touch build-stamp
dh_testdir
dh_testroot
/usr/bin/make install DESTDIR=/build/1st/sqlcipher-3.2.0/debian/tmp
make[1]: Entering directory '/build/1st/sqlcipher-3.2.0'
/usr/bin/install -c -d /build/1st/sqlcipher-3.2.0/debian/tmp/usr/lib/arm-linux-gnueabihf
./libtool --mode=install /usr/bin/install -c libsqlcipher.la /build/1st/sqlcipher-3.2.0/debian/tmp/usr/lib/arm-linux-gnueabihf
libtool: install: /usr/bin/install -c .libs/libsqlcipher.so.0.8.6 /build/1st/sqlcipher-3.2.0/debian/tmp/usr/lib/arm-linux-gnueabihf/libsqlcipher.so.0.8.6
libtool: install: (cd /build/1st/sqlcipher-3.2.0/debian/tmp/usr/lib/arm-linux-gnueabihf && { ln -s -f libsqlcipher.so.0.8.6 libsqlcipher.so.0 || { rm -f libsqlcipher.so.0 && ln -s libsqlcipher.so.0.8.6 libsqlcipher.so.0; }; })
libtool: install: (cd /build/1st/sqlcipher-3.2.0/debian/tmp/usr/lib/arm-linux-gnueabihf && { ln -s -f libsqlcipher.so.0.8.6 libsqlcipher.so || { rm -f libsqlcipher.so && ln -s libsqlcipher.so.0.8.6 libsqlcipher.so; }; })
libtool: install: /usr/bin/install -c .libs/libsqlcipher.lai /build/1st/sqlcipher-3.2.0/debian/tmp/usr/lib/arm-linux-gnueabihf/libsqlcipher.la
libtool: install: /usr/bin/install -c .libs/libsqlcipher.a /build/1st/sqlcipher-3.2.0/debian/tmp/usr/lib/arm-linux-gnueabihf/libsqlcipher.a
libtool: install: chmod 644 /build/1st/sqlcipher-3.2.0/debian/tmp/usr/lib/arm-linux-gnueabihf/libsqlcipher.a
libtool: install: ranlib /build/1st/sqlcipher-3.2.0/debian/tmp/usr/lib/arm-linux-gnueabihf/libsqlcipher.a
libtool: warning: remember to run 'libtool --finish /usr/lib/arm-linux-gnueabihf'
/usr/bin/install -c -d /build/1st/sqlcipher-3.2.0/debian/tmp/usr/bin
./libtool --mode=install /usr/bin/install -c sqlcipher /build/1st/sqlcipher-3.2.0/debian/tmp/usr/bin
libtool: warning: 'libsqlcipher.la' has not been installed in '/usr/lib/arm-linux-gnueabihf'
libtool: install: /usr/bin/install -c .libs/sqlcipher /build/1st/sqlcipher-3.2.0/debian/tmp/usr/bin/sqlcipher
/usr/bin/install -c -d /build/1st/sqlcipher-3.2.0/debian/tmp/usr/include/sqlcipher
/usr/bin/install -c -m 0644 sqlite3.h /build/1st/sqlcipher-3.2.0/debian/tmp/usr/include/sqlcipher
/usr/bin/install -c -m 0644 ./src/sqlite3ext.h /build/1st/sqlcipher-3.2.0/debian/tmp/usr/include/sqlcipher
/usr/bin/install -c -d /build/1st/sqlcipher-3.2.0/debian/tmp/usr/lib/arm-linux-gnueabihf/pkgconfig
/usr/bin/install -c -m 0644 sqlcipher.pc /build/1st/sqlcipher-3.2.0/debian/tmp/usr/lib/arm-linux-gnueabihf/pkgconfig
make[1]: Leaving directory '/build/1st/sqlcipher-3.2.0'
chrpath -d /build/1st/sqlcipher-3.2.0/debian/tmp/usr/bin/sqlcipher
# Remove *.la files per policy 3.9.1.0
sed -i "/dependency_libs/ s/'.*'/''/" `find /build/1st/sqlcipher-3.2.0/debian/tmp -name '*.la'`
dh_testdir
dh_testroot
dh_lintian -i
dh_lintian: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_install -i --sourcedir=/build/1st/sqlcipher-3.2.0/debian/tmp
dh_install: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_installdocs -i
dh_installdocs: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_installchangelogs -i
dh_installchangelogs: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_compress -i
dh_compress: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_fixperms -i
dh_fixperms: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_installdeb -i
dh_installdeb: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_gencontrol -i
dh_gencontrol: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_md5sums -i
dh_md5sums: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_builddeb -i
dh_builddeb: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_testdir
dh_testroot
for file in libsqlcipher0.install libsqlcipher-dev.install; do \
	sed -e"s,\${DEB_HOST_MULTIARCH},arm-linux-gnueabihf,g" \
		debian/${file}.in > debian/$file; \
done
dh_lintian -a
dh_install -a --sourcedir=/build/1st/sqlcipher-3.2.0/debian/tmp
dh_installman -a
dh_installdocs -a
dh_installchangelogs -a
dh_strip -a --dbg-package=libsqlcipher0-dbg
dh_compress -a
dh_fixperms -a
Starting cleanup.
/srv/reproducible-results/rbuild-debian-1qbxrYBP/tmp.qTKZDT5PQ1:	 48.5% -- replaced with /srv/reproducible-results/rbuild-debian-1qbxrYBP/tmp.qTKZDT5PQ1.gz
Starting cleanup.
FATAL: null
java.lang.NullPointerException
	at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:173)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1720)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)



More information about the Qa-jenkins-scm mailing list