[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_12 #1982

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Sep 20 16:27:04 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_amd64_12/1982/>

------------------------------------------
[...truncated 9674 lines...]
  void            g_cond_free             (GCond  *cond);
                  ^
-thread.cc: In member function 'bool Glib::Cond::timed_wait(Glib::Mutex&, const Glib::TimeVal&)':
-thread.cc:399:10: warning: 'gboolean g_cond_timed_wait(GCond*, GMutex*, GTimeVal*)' is deprecated [-Wdeprecated-declarations]
+thread.cc: In member function ‘bool Glib::Cond::timed_wait(Glib::Mutex&, const Glib::TimeVal&)’:
+thread.cc:399:10: warning: ‘gboolean g_cond_timed_wait(GCond*, GMutex*, GTimeVal*)’ is deprecated [-Wdeprecated-declarations]
    return g_cond_timed_wait(gobject_, mutex.gobj(), const_cast<Glib::TimeVal*>(&abs_time));
           ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1506,7 +1518,7 @@
 /usr/include/glib-2.0/glib/deprecated/gthread.h:285:17: note: declared here
  gboolean        g_cond_timed_wait       (GCond          *cond,
                  ^
-thread.cc:399:10: warning: 'gboolean g_cond_timed_wait(GCond*, GMutex*, GTimeVal*)' is deprecated [-Wdeprecated-declarations]
+thread.cc:399:10: warning: ‘gboolean g_cond_timed_wait(GCond*, GMutex*, GTimeVal*)’ is deprecated [-Wdeprecated-declarations]
    return g_cond_timed_wait(gobject_, mutex.gobj(), const_cast<Glib::TimeVal*>(&abs_time));
           ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1516,7 +1528,7 @@
 /usr/include/glib-2.0/glib/deprecated/gthread.h:285:17: note: declared here
  gboolean        g_cond_timed_wait       (GCond          *cond,
                  ^
-thread.cc:399:89: warning: 'gboolean g_cond_timed_wait(GCond*, GMutex*, GTimeVal*)' is deprecated [-Wdeprecated-declarations]
+thread.cc:399:89: warning: ‘gboolean g_cond_timed_wait(GCond*, GMutex*, GTimeVal*)’ is deprecated [-Wdeprecated-declarations]
    return g_cond_timed_wait(gobject_, mutex.gobj(), const_cast<Glib::TimeVal*>(&abs_time));
                                                                                          ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1526,8 +1538,8 @@
 /usr/include/glib-2.0/glib/deprecated/gthread.h:285:17: note: declared here
  gboolean        g_cond_timed_wait       (GCond          *cond,
                  ^
-thread.cc: In function 'void* Glib::StaticPrivate_get_helper(GStaticPrivate*)':
-thread.cc:403:10: warning: 'void* g_static_private_get(GStaticPrivate*)' is deprecated: Use 'g_private_get' instead [-Wdeprecated-declarations]
+thread.cc: In function ‘void* Glib::StaticPrivate_get_helper(GStaticPrivate*)’:
+thread.cc:403:10: warning: ‘void* g_static_private_get(GStaticPrivate*)’ is deprecated: Use 'g_private_get' instead [-Wdeprecated-declarations]
    return g_static_private_get(private_key);
           ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1537,7 +1549,7 @@
 /usr/include/glib-2.0/glib/deprecated/gthread.h:251:10: note: declared here
  gpointer g_static_private_get            (GStaticPrivate *private_key);
           ^
-thread.cc:403:10: warning: 'void* g_static_private_get(GStaticPrivate*)' is deprecated: Use 'g_private_get' instead [-Wdeprecated-declarations]
+thread.cc:403:10: warning: ‘void* g_static_private_get(GStaticPrivate*)’ is deprecated: Use 'g_private_get' instead [-Wdeprecated-declarations]
    return g_static_private_get(private_key);
           ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1547,7 +1559,7 @@
 /usr/include/glib-2.0/glib/deprecated/gthread.h:251:10: note: declared here
  gpointer g_static_private_get            (GStaticPrivate *private_key);
           ^
-thread.cc:403:42: warning: 'void* g_static_private_get(GStaticPrivate*)' is deprecated: Use 'g_private_get' instead [-Wdeprecated-declarations]
+thread.cc:403:42: warning: ‘void* g_static_private_get(GStaticPrivate*)’ is deprecated: Use 'g_private_get' instead [-Wdeprecated-declarations]
    return g_static_private_get(private_key);
                                           ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1557,8 +1569,8 @@
 /usr/include/glib-2.0/glib/deprecated/gthread.h:251:10: note: declared here
  gpointer g_static_private_get            (GStaticPrivate *private_key);
           ^
-thread.cc: In function 'void Glib::StaticPrivate_set_helper(GStaticPrivate*, gpointer, GDestroyNotify)':
-thread.cc:407:10: warning: 'void g_static_private_set(GStaticPrivate*, gpointer, GDestroyNotify)' is deprecated: Use 'g_private_set' instead [-Wdeprecated-declarations]
+thread.cc: In function ‘void Glib::StaticPrivate_set_helper(GStaticPrivate*, gpointer, GDestroyNotify)’:
+thread.cc:407:10: warning: ‘void g_static_private_set(GStaticPrivate*, gpointer, GDestroyNotify)’ is deprecated: Use 'g_private_set' instead [-Wdeprecated-declarations]
    return g_static_private_set(private_key, data, notify);
           ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1568,7 +1580,7 @@
 /usr/include/glib-2.0/glib/deprecated/gthread.h:254:10: note: declared here
  void     g_static_private_set            (GStaticPrivate *private_key,
           ^
-thread.cc:407:10: warning: 'void g_static_private_set(GStaticPrivate*, gpointer, GDestroyNotify)' is deprecated: Use 'g_private_set' instead [-Wdeprecated-declarations]
+thread.cc:407:10: warning: ‘void g_static_private_set(GStaticPrivate*, gpointer, GDestroyNotify)’ is deprecated: Use 'g_private_set' instead [-Wdeprecated-declarations]
    return g_static_private_set(private_key, data, notify);
           ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1578,7 +1590,7 @@
 /usr/include/glib-2.0/glib/deprecated/gthread.h:254:10: note: declared here
  void     g_static_private_set            (GStaticPrivate *private_key,
           ^
-thread.cc:407:56: warning: 'void g_static_private_set(GStaticPrivate*, gpointer, GDestroyNotify)' is deprecated: Use 'g_private_set' instead [-Wdeprecated-declarations]
+thread.cc:407:56: warning: ‘void g_static_private_set(GStaticPrivate*, gpointer, GDestroyNotify)’ is deprecated: Use 'g_private_set' instead [-Wdeprecated-declarations]
    return g_static_private_set(private_key, data, notify);
                                                         ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1588,8 +1600,8 @@
 /usr/include/glib-2.0/glib/deprecated/gthread.h:254:10: note: declared here
  void     g_static_private_set            (GStaticPrivate *private_key,
           ^
-thread.cc: In function 'GPrivate* Glib::GPrivate_new_helper(GDestroyNotify)':
-thread.cc:411:10: warning: 'GPrivate* g_private_new(GDestroyNotify)' is deprecated [-Wdeprecated-declarations]
+thread.cc: In function ‘GPrivate* Glib::GPrivate_new_helper(GDestroyNotify)’:
+thread.cc:411:10: warning: ‘GPrivate* g_private_new(GDestroyNotify)’ is deprecated [-Wdeprecated-declarations]
    return g_private_new(notify);
           ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1599,7 +1611,7 @@
 /usr/include/glib-2.0/glib/deprecated/gthread.h:237:17: note: declared here
  GPrivate *      g_private_new             (GDestroyNotify notify);
                  ^
-thread.cc:411:10: warning: 'GPrivate* g_private_new(GDestroyNotify)' is deprecated [-Wdeprecated-declarations]
+thread.cc:411:10: warning: ‘GPrivate* g_private_new(GDestroyNotify)’ is deprecated [-Wdeprecated-declarations]
    return g_private_new(notify);
           ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1609,7 +1621,7 @@
 /usr/include/glib-2.0/glib/deprecated/gthread.h:237:17: note: declared here
  GPrivate *      g_private_new             (GDestroyNotify notify);
                  ^
-thread.cc:411:30: warning: 'GPrivate* g_private_new(GDestroyNotify)' is deprecated [-Wdeprecated-declarations]
+thread.cc:411:30: warning: ‘GPrivate* g_private_new(GDestroyNotify)’ is deprecated [-Wdeprecated-declarations]
    return g_private_new(notify);
                               ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -3781,11 +3793,11 @@
 dh_perl -plibglibmm-2.4-doc 
 dh_shlibdeps -plibglibmm-2.4-doc    
 dh_gencontrol -plibglibmm-2.4-doc  
-dpkg-gencontrol: warning: Depends field of package libglibmm-2.4-doc: unknown substitution variable ${shlibs:Depends}
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
+dpkg-gencontrol: avertissement: champ Depends du paquet libglibmm-2.4-doc : variable de substitution inconnue ${shlibs:Depends}
+dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
 dh_md5sums -plibglibmm-2.4-doc 
 dh_builddeb -plibglibmm-2.4-doc 
-dpkg-deb: building package 'libglibmm-2.4-doc' in '../libglibmm-2.4-doc_2.44.0-3_all.deb'.
+dpkg-deb : construction du paquet « libglibmm-2.4-doc » dans « ../libglibmm-2.4-doc_2.44.0-3_all.deb ».
 Adding cdbs dependencies to debian/libglibmm-2.4-1v5.substvars
 dh_installdirs -plibglibmm-2.4-1v5 
 Adding cdbs dependencies to debian/libglibmm-2.4-dev.substvars
@@ -3878,36 +3890,49 @@
 dh_perl -plibglibmm-2.4-dbg 
 dh_shlibdeps -plibglibmm-2.4-dbg    
 dh_gencontrol -plibglibmm-2.4-1v5  
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
+dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
 dh_md5sums -plibglibmm-2.4-1v5 
 dh_builddeb -plibglibmm-2.4-1v5 
-dpkg-deb: building package 'libglibmm-2.4-1v5' in '../libglibmm-2.4-1v5_2.44.0-3_amd64.deb'.
+dpkg-deb : construction du paquet « libglibmm-2.4-1v5 » dans « ../libglibmm-2.4-1v5_2.44.0-3_amd64.deb ».
 dh_gencontrol -plibglibmm-2.4-dev  
-dpkg-gencontrol: warning: Depends field of package libglibmm-2.4-dev: unknown substitution variable ${shlibs:Depends}
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
-dpkg-gencontrol: warning: package libglibmm-2.4-dev: unused substitution variable ${perl:Depends}
+dpkg-gencontrol: avertissement: champ Depends du paquet libglibmm-2.4-dev : variable de substitution inconnue ${shlibs:Depends}
+dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
+dpkg-gencontrol: avertissement: paquet libglibmm-2.4-dev : variable de substitution inutilisée ${perl:Depends}
 dh_md5sums -plibglibmm-2.4-dev 
 dh_builddeb -plibglibmm-2.4-dev 
-dpkg-deb: building package 'libglibmm-2.4-dev' in '../libglibmm-2.4-dev_2.44.0-3_amd64.deb'.
+dpkg-deb : construction du paquet « libglibmm-2.4-dev » dans « ../libglibmm-2.4-dev_2.44.0-3_amd64.deb ».
 dh_gencontrol -plibglibmm-2.4-dbg  
-dpkg-gencontrol: warning: Depends field of package libglibmm-2.4-dbg: unknown substitution variable ${shlibs:Depends}
-dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
+dpkg-gencontrol: avertissement: champ Depends du paquet libglibmm-2.4-dbg : variable de substitution inconnue ${shlibs:Depends}
+dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
 dh_md5sums -plibglibmm-2.4-dbg 
 dh_builddeb -plibglibmm-2.4-dbg 
-dpkg-deb: building package 'libglibmm-2.4-dbg' in '../libglibmm-2.4-dbg_2.44.0-3_amd64.deb'.
+dpkg-deb : construction du paquet « libglibmm-2.4-dbg » dans « ../libglibmm-2.4-dbg_2.44.0-3_amd64.deb ».
  dpkg-genbuildinfo  >../glibmm2.4_2.44.0-3_amd64.buildinfo
  dpkg-distaddfile glibmm2.4_2.44.0-3_amd64.buildinfo libs 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 >../glibmm2.4_2.44.0-3_amd64.changes
-dpkg-genchanges: binary-only upload (no source code included)
+dpkg-genchanges: envoi des binaires seulement (le code source n'est pas inclus)
  dpkg-source --after-build glibmm2.4-2.44.0
-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//45867 and its subdirectories
-I: Current time: Sun Sep 20 04:10:28 GMT+12 2015
-I: pbuilder-time-stamp: 1442765428
+I: removing directory /var/cache/pbuilder/build//49656 and its subdirectories
+I: Current time: Mon Sep 21 06:27:20 GMT-14 2015
+I: pbuilder-time-stamp: 1442766440

Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/logdiffs/unstable/amd64/glibmm2.4_2.44.0-3.diff:	 89.1% -- replaced with /var/lib/jenkins/userContent/reproducible/logdiffs/unstable/amd64/glibmm2.4_2.44.0-3.diff.gz
b2/build.log:	 93.5%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 93.6%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/logs/unstable/amd64/glibmm2.4_2.44.0-3.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/tmp.gIAAUfQpeS/tmp.zdyHATLc4t
+ mv /srv/reproducible-results/tmp.gIAAUfQpeS/tmp.zdyHATLc4t /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/glibmm2.4_2.44.0-3.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/glibmm2.4_2.44.0-3.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/tmp.gIAAUfQpeS
+ local TMPLOG=/srv/reproducible-results/tmp.gIAAUfQpeS/tmp.eLlzzMZOyU
+ echo
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/glibmm2.4_2.44.0-3.rbuild.log

+ local TIMEOUT=30m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/tmp.gIAAUfQpeS -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/tmp.gIAAUfQpeS/dbd-tmp-1krNbSE
++ schroot --directory /srv/reproducible-results/tmp.gIAAUfQpeS -c source:jenkins-reproducible-unstable-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 34'
++ echo diffoscope 34
++ grep '^E: 15binfmt: update-binfmts: unable to open'
+ LOG_RESULT=
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/glibmm2.4_2.44.0-3.rbuild.log
/var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/glibmm2.4_2.44.0-3.rbuild.log:	 93.2% -- replaced with /var/lib/jenkins/userContent/reproducible/rbuild/unstable/amd64/glibmm2.4_2.44.0-3.rbuild.log.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html glibmm2.4
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''glibmm2.4'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-20 16:27:04.029858
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/buildinfo/unstable/amd64/glibmm2.4_2.44.0-3_amd64.buildinfo
INFO: Finished at 2015-09-20 16:27:04.034740, took: 0:00:00.004888
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.gIAAUfQpeS
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-glibmm2.4
Sun 20 Sep 16:27:04 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-PHSSsalp, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list