[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_27 #1279

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jan 6 02:34:57 UTC 2017


https://jenkins.debian.net/job/reproducible_builder_arm64_27/1279/------------------------------------------
[...truncated 318.55 KB...]
Setting up libfile-stripnondeterminism-perl (0.029-2) ...
Setting up libsctp-dev (1.0.17+dfsg-1) ...
Setting up libapr1-dev (1.5.2-5) ...
Setting up libglib2.0-0:arm64 (2.50.2-2) ...
No schema files found: doing nothing.
Setting up autoconf (2.69-10) ...
Setting up file (1:5.29-2) ...
Setting up libcroco3:arm64 (0.6.11-2) ...
Setting up libiconv-hook-dev (0.0.20021209-11) ...
Setting up libp11-kit0:arm64 (0.23.3-2) ...
Setting up automake (1:1.15-5) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
Setting up man-db (2.7.6.1-2) ...
Building database of manual pages ...
Setting up libtool (2.4.6-2) ...
Setting up gettext (0.19.8.1-1) ...
Setting up libgnutls30:arm64 (3.5.7-3) ...
Setting up intltool-debian (0.35.0+20060710.4) ...
Setting up libldap-2.4-2:arm64 (2.4.44+dfsg-2) ...
Setting up libldap2-dev:arm64 (2.4.44+dfsg-2) ...
Setting up po-debconf (1.0.20) ...
Setting up libaprutil1-dev (1.5.4-3) ...
Setting up dh-autoreconf (12) ...
Setting up dh-strip-nondeterminism (0.029-2) ...
Setting up debhelper (10.2.3) ...
Setting up apache2-dev (2.4.25-1) ...
Processing triggers for libc-bin (2.24-8) ...
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.21-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Building the package
I: user script /srv/workspace/pbuilder/5631/tmp/hooks/A01_modfiy_src_dir starting
I: user script /srv/workspace/pbuilder/5631/tmp/hooks/A01_modfiy_src_dir finished
I: Running cd /build/libapache2-mod-encoding-20040616/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" HOME="/nonexistent/second-build" dpkg-buildpackage -us -uc -b --buildinfo-id=arm64 -rfakeroot
dpkg-buildpackage: warning: --buildinfo-id is deprecated, it is without effect
dpkg-buildpackage: info: source package libapache2-mod-encoding
dpkg-buildpackage: info: source version 20040616-6
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Christoph Biedl <debian.axhn at manchmal.in-ulm.de>
 dpkg-source --before-build 2nd
dpkg-buildpackage: info: host architecture arm64
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
#-/usr/bin/make clean
rm -fr *.so *.o *.slo *.la *.lo .libs
for p in patches/*; do \
	patch -N -R -p1 --dry-run < $p > /dev/null 2>&1 \
	  && patch -N -s -R -p1 < $p; \
done
debian/rules:42: recipe for target 'clean' failed
make: [clean] Error 1 (ignored)
dh_clean 
 debian/rules build
dh_testdir
# Add here commands to configure the package.
for p in patches/*; do \
	patch -s -N -p1 < $p; \
done
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
#/usr/bin/make
#/usr/bin/docbook-to-man debian/libapache2-mod-encoding.sgml > libapache2-mod-encoding.1
apxs2 -c -liconv_hook mod_encoding.c
/usr/share/apr-1.0/build/libtool  --mode=compile --tag=disable-static aarch64-linux-gnu-gcc -prefer-pic -pipe -g -O2 -fdebug-prefix-map=/build/apache2-pQS7dv/apache2-2.4.25=. -fstack-protector-strong -Wformat -Werror=format-security  -DBUILD_DATETIME='"2016-12-21T22:46:06"' -Wdate-time -D_FORTIFY_SOURCE=2   -DLINUX -D_REENTRANT -D_GNU_SOURCE  -pthread  -I/usr/include/apache2  -I/usr/include/apr-1.0   -I/usr/include/apr-1.0 -I/usr/include  -c -o mod_encoding.lo mod_encoding.c && touch mod_encoding.slo
libtool: compile:  aarch64-linux-gnu-gcc -pipe -g -O2 -fdebug-prefix-map=/build/apache2-pQS7dv/apache2-2.4.25=. -fstack-protector-strong -Wformat -Werror=format-security -DBUILD_DATETIME=\"2016-12-21T22:46:06\" -Wdate-time -D_FORTIFY_SOURCE=2 -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2 -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include -c mod_encoding.c  -fPIC -DPIC -o .libs/mod_encoding.o
mod_encoding.c: In function 'iconv_header':
mod_encoding.c:195:38: warning: passing argument 2 of 'ap_getword' from incompatible pointer type [-Wincompatible-pointer-types]
   unparsed_uri = ap_getword(r->pool, &query_string, '?');
                                      ^
In file included from mod_encoding.c:72:0:
/usr/include/apache2/httpd.h:1436:20: note: expected 'const char **' but argument is of type 'char **'
 AP_DECLARE(char *) ap_getword(apr_pool_t *p, const char **line, char stop);
                    ^~~~~~~~~~
mod_encoding.c: In function 'get_client_encoding':
mod_encoding.c:245:20: warning: passing argument 1 of 'ap_regexec' from incompatible pointer type [-Wincompatible-pointer-types]
     if (ap_regexec((regex_t *)list[i], lookup, 0, NULL, 0) == 0) {
                    ^
In file included from /usr/include/apache2/httpd.h:61:0,
                 from mod_encoding.c:72:
/usr/include/apache2/ap_regex.h:125:17: note: expected 'const ap_regex_t * {aka const struct <anonymous> *}' but argument is of type 'regex_t * {aka struct re_pattern_buffer *}'
 AP_DECLARE(int) ap_regexec(const ap_regex_t *preg, const char *string,
                 ^~~~~~~~~~
mod_encoding.c: At top level:
mod_encoding.c:365:4: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
    set_encoding_engine, NULL,
    ^~~~~~~~~~~~~~~~~~~
mod_encoding.c:365:4: note: (near initialization for 'mod_enc_commands[0].func.no_args')
mod_encoding.c:369:4: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
    set_server_encoding, NULL,
    ^~~~~~~~~~~~~~~~~~~
mod_encoding.c:369:4: note: (near initialization for 'mod_enc_commands[1].func.no_args')
mod_encoding.c:373:4: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
    add_client_encoding, NULL,
    ^~~~~~~~~~~~~~~~~~~
mod_encoding.c:373:4: note: (near initialization for 'mod_enc_commands[2].func.no_args')
mod_encoding.c:377:4: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
    default_client_encoding, NULL,
    ^~~~~~~~~~~~~~~~~~~~~~~
mod_encoding.c:377:4: note: (near initialization for 'mod_enc_commands[3].func.no_args')
mod_encoding.c:381:4: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
    set_normalize_username, NULL,
    ^~~~~~~~~~~~~~~~~~~~~~
mod_encoding.c:381:4: note: (near initialization for 'mod_enc_commands[4].func.no_args')
/usr/share/apr-1.0/build/libtool  --mode=link --tag=disable-static aarch64-linux-gnu-gcc -Wl,--as-needed -Wl,-z,relro -Wl,-z,now    -o mod_encoding.la  -liconv_hook -rpath /usr/lib/apache2/modules -module -avoid-version    mod_encoding.lo
libtool: link: aarch64-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/mod_encoding.o   -liconv_hook  -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,mod_encoding.so -o .libs/mod_encoding.so
libtool: link: ( cd ".libs" && rm -f "mod_encoding.la" && ln -s "../mod_encoding.la" "mod_encoding.la" )
gcc -shared -o mod_encoding.so .libs/mod_encoding.o -Wall -liconv_hook
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k 
dh_clean: dh_clean -k is deprecated; use dh_prep instead
dh_installdirs
# Add here commands to install the package into debian/libapache2-mod-encoding.
#/usr/bin/make install DESTDIR=/build/libapache2-mod-encoding-20040616/2nd/debian/libapache2-mod-encoding
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_apache2
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-aarch64.so.1) twice in a symfile
dh_gencontrol
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dh_md5sums
dh_builddeb
dpkg-deb: building package 'libapache2-mod-encoding-dbgsym' in '../libapache2-mod-encoding-dbgsym_20040616-6_arm64.deb'.
dpkg-deb: building package 'libapache2-mod-encoding' in '../libapache2-mod-encoding_20040616-6_arm64.deb'.
 dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges --build=binary >../libapache2-mod-encoding_20040616-6_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
I: user script /srv/workspace/pbuilder/5631/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/5631/tmp/hooks/B01_cleanup finished
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env 
I: removing directory /srv/workspace/pbuilder/5631 and its subdirectories
I: Current time: Thu Feb  8 22:57:53 +14 2018
I: pbuilder-time-stamp: 1518080273
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Thu Feb  8 08:57:53 UTC 2018  I: Signing ./b2/libapache2-mod-encoding_20040616-6_arm64.buildinfo as libapache2-mod-encoding_20040616-6_arm64.buildinfo.asc
Thu Feb  8 08:57:53 UTC 2018  I: Signed ./b2/libapache2-mod-encoding_20040616-6_arm64.buildinfo as ./b2/libapache2-mod-encoding_20040616-6_arm64.buildinfo.asc
Thu Feb  8 08:57:53 UTC 2018 - build #2 for libapache2-mod-encoding/unstable/arm64 on codethink-sled15-arm64 done.
Starting cleanup.
/srv/reproducible-results/rbuild-debian-S4jAAP5o/tmp.q7FR17Vw1B:	 63.5% -- replaced with /srv/reproducible-results/rbuild-debian-S4jAAP5o/tmp.q7FR17Vw1B.gz
All cleanup done.
Thu Feb  8 08:57:53 UTC 2018 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-sJdg8mKS, which will now be removed.
/srv/reproducible-results/rbuild-debian-d85yHgNm:
total 48
drwxr-xr-x 2 jenkins jenkins  4096 Jan  6 02:34 b1
drwxr-xr-x 2 jenkins jenkins  4096 Jan  6 02:34 b2
-rw-r--r-- 1 jenkins jenkins  1895 Dec 18 23:48 libapache2-mod-encoding_20040616-6.dsc
-rw------- 1 jenkins jenkins 34211 Jan  6 02:34 tmp.qdetvXIncK

/srv/reproducible-results/rbuild-debian-d85yHgNm/b1:
total 76
-rw-r--r-- 1 jenkins jenkins 30817 Jan  6 02:34 build.log
-rw-r--r-- 1 jenkins jenkins 16236 Jan  6 02:34 libapache2-mod-encoding-dbgsym_20040616-6_arm64.deb
-rw-r--r-- 1 jenkins jenkins  5172 Jan  6 02:34 libapache2-mod-encoding_20040616-6_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins  6038 Jan  6 02:34 libapache2-mod-encoding_20040616-6_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins  1613 Jan  6 02:34 libapache2-mod-encoding_20040616-6_arm64.changes
-rw-r--r-- 1 jenkins jenkins  7352 Jan  6 02:34 libapache2-mod-encoding_20040616-6_arm64.deb

/srv/reproducible-results/rbuild-debian-d85yHgNm/b2:
total 304
-rw-r--r-- 1 jenkins jenkins 258953 Jan  6 02:34 build.log
-rw-r--r-- 1 jenkins jenkins  16242 Jan  6 02:34 libapache2-mod-encoding-dbgsym_20040616-6_arm64.deb
-rw-r--r-- 1 jenkins jenkins   5172 Jan  6 02:34 libapache2-mod-encoding_20040616-6_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins   6038 Jan  6 02:34 libapache2-mod-encoding_20040616-6_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins   1613 Jan  6 02:34 libapache2-mod-encoding_20040616-6_arm64.changes
-rw-r--r-- 1 jenkins jenkins   7350 Jan  6 02:34 libapache2-mod-encoding_20040616-6_arm64.deb
Fri Jan  6 02:34:56 UTC 2017  I: libapache2-mod-encoding_20040616-6_arm64.changes:
Format: 1.8
Date: Sun, 18 Dec 2016 23:24:43 +0100
Source: libapache2-mod-encoding
Binary: libapache2-mod-encoding
Architecture: arm64
Version: 20040616-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages at qa.debian.org>
Changed-By: Christoph Biedl <debian.axhn at manchmal.in-ulm.de>
Description:
 libapache2-mod-encoding - Apache2 module for non-ascii filename interoperability
Closes: 817517
Changes:
 libapache2-mod-encoding (20040616-6) unstable; urgency=medium
 .
   * QA upload
   * Set maintainer field to Debian QA Group (see #835191)
   * Bump debhelper compat level. Closes: #817517
Checksums-Sha1:
 510d8b679fb4c6b8ec25a2058196e99f3d50ec61 16236 libapache2-mod-encoding-dbgsym_20040616-6_arm64.deb
 91fbff8adb9f21226a7fea18daf2d33e046007d3 5172 libapache2-mod-encoding_20040616-6_arm64.buildinfo
 eda2d1264892e55cb8892d47b4c5414cd868a2a7 7352 libapache2-mod-encoding_20040616-6_arm64.deb
Checksums-Sha256:
 e84480f51f915ac7254d506c799bf8347069a6305ba05554b340ad62ce3310db 16236 libapache2-mod-encoding-dbgsym_20040616-6_arm64.deb
 b11fc297dfe770f518e3086880b45eadff2e2d703435900672a9242a6776c50c 5172 libapache2-mod-encoding_20040616-6_arm64.buildinfo
 d2260afb15fbeae6fc3694db1a3191ac7740bc02f909cb90c929f74e89fc1f0f 7352 libapache2-mod-encoding_20040616-6_arm64.deb
Files:
 a40ec0aab979fea30ee5244682e676a8 16236 debug extra libapache2-mod-encoding-dbgsym_20040616-6_arm64.deb
 e8a2f2ffcf88ad2a9c6ac89fcd034363 5172 net optional libapache2-mod-encoding_20040616-6_arm64.buildinfo
 a7d3f9738ae96bb00b60b771c9e07f45 7352 net optional libapache2-mod-encoding_20040616-6_arm64.deb
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/libapache2-mod-encoding_20040616-6.diff’
Diff of the two buildlogs:

--
tee: /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/libapache2-mod-encoding_20040616-6.diff: No space left on device
Starting cleanup.
/srv/reproducible-results/rbuild-debian-d85yHgNm/tmp.qdetvXIncK:	 75.2% -- replaced with /srv/reproducible-results/rbuild-debian-d85yHgNm/tmp.qdetvXIncK.gz
INFO: Starting at 2017-01-06 02:34:57.530963
INFO: Finished at 2017-01-06 02:34:57.750951, took: 0:00:00.220003
All cleanup done.
Fri  6 Jan 02:34:57 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-SCJGeXaH, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list