[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_1 #761

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Sep 11 00:30:21 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_amd64_1/761/>

------------------------------------------
[...truncated 2423 lines...]
-I: Running cd tmp/buildd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" dpkg-buildpackage -us -uc  -b -rfakeroot
-dpkg-buildpackage: source package libdata-uuid-perl
-dpkg-buildpackage: source version 1.220-1
-dpkg-buildpackage: source distribution unstable
-dpkg-buildpackage: source changed by Jonas Smedegaard <dr at jones.dk>
+W: no hooks of type A found -- ignoring
+I: Running cd tmp/buildd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" dpkg-buildpackage -us -uc  -b -rfakeroot
+dpkg-buildpackage: paquet source libdata-uuid-perl
+dpkg-buildpackage: version source 1.220-1
+dpkg-buildpackage: distribution source unstable
+dpkg-buildpackage: source changé par Jonas Smedegaard <dr at jones.dk>
  dpkg-source --before-build libdata-uuid-perl-1.220
-dpkg-buildpackage: host architecture amd64
+dpkg-buildpackage: architecture hôte amd64
  fakeroot debian/rules clean
 test -x debian/rules
 rm -f debian/stamp-makefile-build debian/stamp-makefile-install
@@ -175,7 +187,7 @@
 make[1]: *** No rule to make target 'clean'.
 make[1]: Leaving directory '/tmp/buildd/libdata-uuid-perl-1.220'
 /usr/share/cdbs/1/class/makefile.mk:55: recipe for target 'makefile-clean' failed
-make: [makefile-clean] Error 2 (ignored)
+make: [makefile-clean] Error 2 (ignorée)
 rm -f debian/stamp-makefile-check
 rm -f debian/copyright_newhints
 rm -f debian/cdbs-install-list debian/cdbs-package-list debian/stamp-copyright-check
@@ -244,74 +256,74 @@
 chmod 644 UUID.bs
 /usr/bin/perl /usr/share/perl/5.20/ExtUtils/xsubpp  -typemap /usr/share/perl/5.20/ExtUtils/typemap -typemap typemap  UUID.xs > UUID.xsc && mv UUID.xsc UUID.c
 cc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include   -DVERSION=\"1.220\" -DXS_VERSION=\"1.220\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.20/CORE"  -D_STDIR=\"/tmp\" -D__linux__ -D_DEFAULT_UMASK=0007 UUID.c
-UUID.c: In function 'XS_Data__UUID_create_from_name':
-UUID.c:621:19: warning: variable 'self' set but not used [-Wunused-but-set-variable]
+UUID.c: In function ‘XS_Data__UUID_create_from_name’:
+UUID.c:621:19: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
   uuid_context_t * self;
                    ^
-UUID.c: In function 'XS_Data__UUID_compare':
-UUID.c:668:19: warning: variable 'self' set but not used [-Wunused-but-set-variable]
+UUID.c: In function ‘XS_Data__UUID_compare’:
+UUID.c:668:19: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
   uuid_context_t * self;
                    ^
-UUID.c: In function 'XS_Data__UUID_to_string':
-UUID.c:716:19: warning: variable 'self' set but not used [-Wunused-but-set-variable]
+UUID.c: In function ‘XS_Data__UUID_to_string’:
+UUID.c:716:19: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
   uuid_context_t * self;
                    ^
-UUID.c: In function 'XS_Data__UUID_from_string':
-UUID.c:747:19: warning: variable 'self' set but not used [-Wunused-but-set-variable]
+UUID.c: In function ‘XS_Data__UUID_from_string’:
+UUID.c:747:19: warning: variable ‘self’ set but not used [-Wunused-but-set-variable]
   uuid_context_t * self;
                    ^
 In file included from UUID.xs:26:0:
 UUID.c: At top level:
-ptable.h:83:16: warning: 'ptable_free' defined but not used [-Wunused-function]
+ptable.h:83:16: warning: ‘ptable_free’ defined but not used [-Wunused-function]
  #define ptable ptable
                 ^
-ptable.h:60:29: note: in definition of macro 'PTABLE_PASTE'
+ptable.h:60:29: note: in definition of macro ‘PTABLE_PASTE’
  # define PTABLE_PASTE(A, B) A ## B
                              ^
-ptable.h:65:27: note: in expansion of macro 'PTABLE_JOIN'
+ptable.h:65:27: note: in expansion of macro ‘PTABLE_JOIN’
  # define PTABLE_PREFIX(X) PTABLE_JOIN(PTABLE_NAME, X)
                            ^
-ptable.h:52:22: note: in expansion of macro 'ptable'
+ptable.h:52:22: note: in expansion of macro ‘ptable’
  # define PTABLE_NAME ptable
                       ^
-ptable.h:65:39: note: in expansion of macro 'PTABLE_NAME'
+ptable.h:65:39: note: in expansion of macro ‘PTABLE_NAME’
  # define PTABLE_PREFIX(X) PTABLE_JOIN(PTABLE_NAME, X)
                                        ^
-ptable.h:215:13: note: in expansion of macro 'PTABLE_PREFIX'
+ptable.h:215:13: note: in expansion of macro ‘PTABLE_PREFIX’
  STATIC void PTABLE_PREFIX(_free)(pPTBL_ ptable * const t) {
              ^
 In file included from UUID.xs:4:0:
-UUID.c: In function 'XS_Data__UUID_DESTROY':
-UUID.h:103:23: warning: ignoring return value of 'lockf', declared with attribute warn_unused_result [-Wunused-result]
+UUID.c: In function ‘XS_Data__UUID_DESTROY’:
+UUID.h:103:23: warning: ignoring return value of ‘lockf’, declared with attribute warn_unused_result [-Wunused-result]
  #     define LOCK(f)  lockf(fileno(f),F_LOCK,0);
                        ^
-UUID.xs:588:10: note: in expansion of macro 'LOCK'
+UUID.xs:588:10: note: in expansion of macro ‘LOCK’
           LOCK(fd);
           ^
-UUID.h:104:25: warning: ignoring return value of 'lockf', declared with attribute warn_unused_result [-Wunused-result]
+UUID.h:104:25: warning: ignoring return value of ‘lockf’, declared with attribute warn_unused_result [-Wunused-result]
  #     define UNLOCK(f)  lockf(fileno(f),F_ULOCK,0);
                          ^
-UUID.xs:590:10: note: in expansion of macro 'UNLOCK'
+UUID.xs:590:10: note: in expansion of macro ‘UNLOCK’
           UNLOCK(fd);
           ^
-UUID.c: In function 'XS_Data__UUID_create':
-UUID.h:103:23: warning: ignoring return value of 'lockf', declared with attribute warn_unused_result [-Wunused-result]
+UUID.c: In function ‘XS_Data__UUID_create’:
+UUID.h:103:23: warning: ignoring return value of ‘lockf’, declared with attribute warn_unused_result [-Wunused-result]
  #     define LOCK(f)  lockf(fileno(f),F_LOCK,0);
                        ^
-UUID.xs:421:3: note: in expansion of macro 'LOCK'
+UUID.xs:421:3: note: in expansion of macro ‘LOCK’
    LOCK(fd);
    ^
-UUID.h:104:25: warning: ignoring return value of 'lockf', declared with attribute warn_unused_result [-Wunused-result]
+UUID.h:104:25: warning: ignoring return value of ‘lockf’, declared with attribute warn_unused_result [-Wunused-result]
  #     define UNLOCK(f)  lockf(fileno(f),F_ULOCK,0);
                          ^
-UUID.xs:423:3: note: in expansion of macro 'UNLOCK'
+UUID.xs:423:3: note: in expansion of macro ‘UNLOCK’
    UNLOCK(fd);
    ^
-UUID.c: In function 'XS_Data__UUID_new':
-UUID.xs:360:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+UUID.c: In function ‘XS_Data__UUID_new’:
+UUID.xs:360:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
        fread(&(RETVAL->state), sizeof(uuid_state_t), 1, fd);
        ^
-UUID.xs:367:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
+UUID.xs:367:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
        fread(&(RETVAL->nodeid), sizeof(uuid_node_t), 1, fd );
        ^
 rm -f blib/arch/auto/Data/UUID/UUID.so
@@ -400,7 +412,7 @@
 ok 4 - all UUIDs are unique
 ok
 All tests successful.
-Files=7, Tests=36,  1 wallclock secs ( 0.05 usr  0.03 sys +  0.55 cusr  0.08 csys =  0.71 CPU)
+Files=7, Tests=36,  0 wallclock secs ( 0.07 usr  0.03 sys +  0.52 cusr  0.07 csys =  0.69 CPU)
 Result: PASS
 true
 make[1]: Leaving directory '/tmp/buildd/libdata-uuid-perl-1.220'
@@ -471,28 +483,41 @@
 dh_perl -plibdata-uuid-perl 
 dh_shlibdeps -plibdata-uuid-perl    
 dh_gencontrol -plibdata-uuid-perl  
-dpkg-gencontrol: warning: Depends field of package libdata-uuid-perl: unknown substitution variable ${cdbs:Depends}
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
-dpkg-gencontrol: warning: Depends field of package libdata-uuid-perl: unknown substitution variable ${cdbs:Depends}
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
+dpkg-gencontrol: avertissement: champ Depends du paquet libdata-uuid-perl : variable de substitution inconnue ${cdbs:Depends}
+dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
+dpkg-gencontrol: avertissement: champ Depends du paquet libdata-uuid-perl : variable de substitution inconnue ${cdbs:Depends}
+dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
 dh_md5sums -plibdata-uuid-perl 
 dh_builddeb -plibdata-uuid-perl 
-dpkg-deb: building package 'libdata-uuid-perl-dbgsym' in '../libdata-uuid-perl-dbgsym_1.220-1_amd64.deb'.
-dpkg-deb: building package 'libdata-uuid-perl' in '../libdata-uuid-perl_1.220-1_amd64.deb'.
+dpkg-deb : construction du paquet « libdata-uuid-perl-dbgsym » dans « ../libdata-uuid-perl-dbgsym_1.220-1_amd64.deb ».
+dpkg-deb : construction du paquet « libdata-uuid-perl » dans « ../libdata-uuid-perl_1.220-1_amd64.deb ».
  dpkg-genbuildinfo  >../libdata-uuid-perl_1.220-1_amd64.buildinfo
  dpkg-distaddfile libdata-uuid-perl_1.220-1_amd64.buildinfo perl optional
-dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
+dpkg-distaddfile: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
  dpkg-genchanges -b >../libdata-uuid-perl_1.220-1_amd64.changes
-dpkg-genchanges: warning: package libdata-uuid-perl-dbgsym listed in files list but not in control info
-dpkg-genchanges: binary-only upload (no source code included)
+dpkg-genchanges: avertissement: paquet libdata-uuid-perl-dbgsym listé dans le fichier de liste des fichiers mais pas dans le fichier info
+dpkg-genchanges: envoi des binaires seulement (le code source n'est pas inclus)
  dpkg-source --after-build libdata-uuid-perl-1.220
-dpkg-buildpackage: binary-only upload (no source included)
+dpkg-buildpackage: envoi d'un binaire seulement (aucune inclusion de code source)
+W: no hooks of type B found -- ignoring
+perl: warning: Setting locale failed.
+perl: warning: Please check that your locale settings:
+	LANGUAGE = (unset),
+	LC_ALL = "fr_CH.UTF-8",
+	LANG = "fr_CH.UTF-8"
+    are supported and installed on your system.
+perl: warning: Falling back to the standard locale ("C").
 I: unmounting /sys filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 163: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
 I: unmounting /dev/shm filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 163: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
 I: unmounting dev/pts filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 163: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
 I: unmounting run/shm filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 163: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
 I: unmounting proc filesystem
+/usr/lib/pbuilder/pbuilder-modules: line 163: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
 I: cleaning the build env 
-I: removing directory /var/cache/pbuilder/build//38912 and its subdirectories
-I: Current time: Thu Sep 10 12:27:01 GMT+12 2015
-I: pbuilder-time-stamp: 1441931221
+I: removing directory /var/cache/pbuilder/build//11796 and its subdirectories
+I: Current time: Fri Sep 11 14:30:01 GMT-14 2015
+I: pbuilder-time-stamp: 1441931401
+ '[' 1 -eq 0 ']'
+ echo -e '\nCompressing the 2nd log...'

Compressing the 2nd log...
+ gzip -9vn /var/lib/jenkins/userContent/reproducible/logdiffs/testing/amd64/libdata-uuid-perl_1.220-1.diff
/var/lib/jenkins/userContent/reproducible/logdiffs/testing/amd64/libdata-uuid-perl_1.220-1.diff:	 80.6% -- replaced with /var/lib/jenkins/userContent/reproducible/logdiffs/testing/amd64/libdata-uuid-perl_1.220-1.diff.gz
+ gzip -9cvn b2/build.log
b2/build.log:	 77.9%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/logs/testing/amd64/libdata-uuid-perl_1.220-1.build2.log.gz
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 77.2%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/logs/testing/amd64/libdata-uuid-perl_1.220-1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/tmp.Z0W63gBzya/tmp.Mx76UwpDMA
+ mv /srv/reproducible-results/tmp.Z0W63gBzya/tmp.Mx76UwpDMA /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/libdata-uuid-perl_1.220-1.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/libdata-uuid-perl_1.220-1.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/tmp.Z0W63gBzya
+ local TMPLOG=/srv/reproducible-results/tmp.Z0W63gBzya/tmp.hMYkl9sT96
+ echo
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/libdata-uuid-perl_1.220-1.rbuild.log

+ local TIMEOUT=30m
+ DBDSUITE=testing
+ '[' testing = experimental ']'
++ mktemp --tmpdir=/srv/reproducible-results/tmp.Z0W63gBzya -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/tmp.Z0W63gBzya/dbd-tmp-WWi8sVJ
++ schroot --directory /tmp -c source:jenkins-reproducible-testing-diffoscope diffoscope -- --version
+ DIFFOSCOPE='E: Failed to change to directory ‘/tmp’: Permission denied
I: The directory does not exist inside the chroot.  Use the --directory option to run the command in a different directory.'
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/libdata-uuid-perl_1.220-1.rbuild.log
/var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/libdata-uuid-perl_1.220-1.rbuild.log:	 73.5% -- replaced with /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/libdata-uuid-perl_1.220-1.rbuild.log.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html libdata-uuid-perl
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''libdata-uuid-perl'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-11 00:30:20.976840
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/buildinfo/testing/amd64/libdata-uuid-perl_1.220-1_amd64.buildinfo
INFO: Finished at 2015-09-11 00:30:20.984683, took: 0:00:00.007853
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.Z0W63gBzya
+ false
+ rm -f /tmp/reproducible-lockfile-testing-amd64-libdata-uuid-perl
Fri 11 Sep 00:30:21 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-LdPPNK7g, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list