[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_6 #489

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Sep 3 00:28:58 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_amd64_6/489/>

------------------------------------------
[...truncated 7419 lines...]
  ^
-xwintoppm.c: In function 'Window_Dump':
+xwintoppm.c: In function ‘Window_Dump’:
 xwintoppm.c:607:1: warning: control reaches end of non-void function [-Wreturn-type]
  }
  ^
-xwintoppm.c: In function '_swapshort':
+xwintoppm.c: In function ‘_swapshort’:
 xwintoppm.c:732:1: warning: control reaches end of non-void function [-Wreturn-type]
  }
  ^
-xwintoppm.c: In function '_swaplong':
+xwintoppm.c: In function ‘_swaplong’:
 xwintoppm.c:753:1: warning: control reaches end of non-void function [-Wreturn-type]
  }
  ^
 gcc -O2 -Wall -DFREETYPEFONTDIR=\"/usr/share/fonts/truetype\"   -c -o dsimple.o dsimple.c
-dsimple.c: In function 'Get_Display_Name':
-dsimple.c:127:6: warning: implicit declaration of function 'usage' [-Wimplicit-function-declaration]
+dsimple.c: In function ‘Get_Display_Name’:
+dsimple.c:127:6: warning: implicit declaration of function ‘usage’ [-Wimplicit-function-declaration]
       if (++i >= argc) usage ();
       ^
-dsimple.c: In function 'blip':
-dsimple.c:406:3: warning: implicit declaration of function 'outl' [-Wimplicit-function-declaration]
+dsimple.c: In function ‘blip’:
+dsimple.c:406:3: warning: implicit declaration of function ‘outl’ [-Wimplicit-function-declaration]
    outl("blip!");
    ^
 dsimple.c: At top level:
-dsimple.c:498:1: warning: return type defaults to 'int' [-Wreturn-type]
+dsimple.c:498:1: warning: return type defaults to ‘int’ [-Wreturn-type]
  outl(msg, arg0,arg1,arg2,arg3,arg4,arg5,arg6)
  ^
-dsimple.c: In function 'outl':
+dsimple.c: In function ‘outl’:
 dsimple.c:506:1: warning: control reaches end of non-void function [-Wreturn-type]
  }
  ^
 gcc -O2 -Wall -DFREETYPEFONTDIR=\"/usr/share/fonts/truetype\"   -c -o list.o list.c
-list.c: In function 'new_list':
+list.c: In function ‘new_list’:
 list.c:104:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
      if (lp = (list_ptr) malloc( sizeof( list_item))) {
      ^
 gcc -O2 -Wall -DFREETYPEFONTDIR=\"/usr/share/fonts/truetype\"   -c -o multiVis.o multiVis.c
-multiVis.c: In function 'QueryColorMap':
-multiVis.c:211:56: warning: unused variable 'pixel' [-Wunused-variable]
+multiVis.c: In function ‘QueryColorMap’:
+multiVis.c:211:56: warning: unused variable ‘pixel’ [-Wunused-variable]
       unsigned long       redMask, greenMask, blueMask, pixel;
                                                         ^
-multiVis.c: In function 'TransferImage':
-multiVis.c:335:9: warning: variable 'targetBytesPerLine' set but not used [-Wunused-but-set-variable]
+multiVis.c: In function ‘TransferImage’:
+multiVis.c:335:9: warning: variable ‘targetBytesPerLine’ set but not used [-Wunused-but-set-variable]
      int targetBytesPerLine ;
          ^
-multiVis.c:331:19: warning: variable 'ncolors' set but not used [-Wunused-but-set-variable]
+multiVis.c:331:19: warning: variable ‘ncolors’ set but not used [-Wunused-but-set-variable]
      int *indexMap,ncolors ;
                    ^
-multiVis.c:331:10: warning: unused variable 'indexMap' [-Wunused-variable]
+multiVis.c:331:10: warning: unused variable ‘indexMap’ [-Wunused-variable]
      int *indexMap,ncolors ;
           ^
-multiVis.c: In function 'ReadRegionsInList':
-multiVis.c:426:29: warning: unused variable 'transparentType' [-Wunused-variable]
+multiVis.c: In function ‘ReadRegionsInList’:
+multiVis.c:426:29: warning: unused variable ‘transparentType’ [-Wunused-variable]
      int   transparentColor, transparentType;
                              ^
-multiVis.c:426:11: warning: unused variable 'transparentColor' [-Wunused-variable]
+multiVis.c:426:11: warning: unused variable ‘transparentColor’ [-Wunused-variable]
      int   transparentColor, transparentType;
            ^
-multiVis.c:425:11: warning: unused variable 'allImage' [-Wunused-variable]
+multiVis.c:425:11: warning: unused variable ‘allImage’ [-Wunused-variable]
      int   allImage = 0;
            ^
-multiVis.c:423:11: warning: unused variable 'hasNonDefault' [-Wunused-variable]
+multiVis.c:423:11: warning: unused variable ‘hasNonDefault’ [-Wunused-variable]
      int   hasNonDefault;
            ^
-multiVis.c: In function 'ReadAreaToImage':
-multiVis.c:526:32: warning: variable 'ipmData' set but not used [-Wunused-but-set-variable]
+multiVis.c: In function ‘ReadAreaToImage’:
+multiVis.c:526:32: warning: variable ‘ipmData’ set but not used [-Wunused-but-set-variable]
      unsigned char  *pmData ,  *ipmData ;
                                 ^
-multiVis.c:526:21: warning: variable 'pmData' set but not used [-Wunused-but-set-variable]
+multiVis.c:526:21: warning: variable ‘pmData’ set but not used [-Wunused-but-set-variable]
      unsigned char  *pmData ,  *ipmData ;
                      ^
-multiVis.c: In function 'GetXVisualInfo':
-multiVis.c:1136:31: warning: unused variable 'nIVisuals' [-Wunused-variable]
+multiVis.c: In function ‘GetXVisualInfo’:
+multiVis.c:1136:31: warning: unused variable ‘nIVisuals’ [-Wunused-variable]
      int  nVisuals, nOVisuals, nIVisuals;
                                ^
 multiVis.c: At top level:
-multiVis.c:47:14: warning: 'vis_class_str' defined but not used [-Wunused-variable]
+multiVis.c:47:14: warning: ‘vis_class_str’ defined but not used [-Wunused-variable]
  static char *vis_class_str[] = { "StaticGray" , "GrayScale" , "StaticColor",
               ^
-multiVis.c: In function 'ReadRegionsInList.constprop':
-multiVis.c:379:50: warning: 'bShift' may be used uninitialized in this function [-Wmaybe-uninitialized]
+multiVis.c: In function ‘ReadRegionsInList.constprop’:
+multiVis.c:379:50: warning: ‘bShift’ may be used uninitialized in this function [-Wmaybe-uninitialized]
      blue_ind = (old_pixel & reg->vis->blue_mask) >> bShift ;
                                                   ^
-multiVis.c:334:23: note: 'bShift' was declared here
+multiVis.c:334:23: note: ‘bShift’ was declared here
      int rShift,gShift,bShift;
                        ^
-multiVis.c:377:55: warning: 'rShift' may be used uninitialized in this function [-Wmaybe-uninitialized]
+multiVis.c:377:55: warning: ‘rShift’ may be used uninitialized in this function [-Wmaybe-uninitialized]
             red_ind = (old_pixel & reg->vis->red_mask) >> rShift ;
                                                        ^
-multiVis.c:334:9: note: 'rShift' was declared here
+multiVis.c:334:9: note: ‘rShift’ was declared here
      int rShift,gShift,bShift;
          ^
-multiVis.c:378:52: warning: 'gShift' may be used uninitialized in this function [-Wmaybe-uninitialized]
+multiVis.c:378:52: warning: ‘gShift’ may be used uninitialized in this function [-Wmaybe-uninitialized]
      green_ind = (old_pixel & reg->vis->green_mask) >> gShift ;
                                                     ^
-multiVis.c:334:16: note: 'gShift' was declared here
+multiVis.c:334:16: note: ‘gShift’ was declared here
      int rShift,gShift,bShift;
                 ^
 rm -f xwintoppm
@@ -1975,31 +1985,44 @@
 dh_makeshlibs
 dh_installdeb
 dh_shlibdeps
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mgp/usr/bin/mgp debian/mgp/usr/bin/xwintoppm debian/mgp/usr/bin/mgp2ps were not linked against libXext.so.6 (they use none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mgp/usr/bin/xwintoppm was not linked against libICE.so.6 (it uses none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mgp/usr/bin/mgp debian/mgp/usr/bin/mgp2ps were not linked against libpng12.so.0 (they use none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mgp/usr/bin/xwintoppm was not linked against libXmu.so.6 (it uses none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mgp/usr/bin/xwintoppm was not linked against libSM.so.6 (it uses none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mgp/usr/bin/xwintoppm was not linked against libXt.so.6 (it uses none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mgp/usr/bin/mgp debian/mgp/usr/bin/mgp2ps were not linked against libgif.so.4 (they use none of the library's symbols)
+dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/mgp/usr/bin/mgp debian/mgp/usr/bin/mgp2ps » n'y étaient pas lié avec libpng12.so.0 sans nécessité (ils n'utilisent aucun des symboles de la bibliothèque).
+dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/mgp/usr/bin/xwintoppm » n'y était pas lié avec libXmu.so.6 sans nécessité (il n'utilise aucun des symboles de la bibliothèque)
+dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/mgp/usr/bin/mgp debian/mgp/usr/bin/mgp2ps » n'y étaient pas lié avec libgif.so.4 sans nécessité (ils n'utilisent aucun des symboles de la bibliothèque).
+dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/mgp/usr/bin/xwintoppm » n'y était pas lié avec libICE.so.6 sans nécessité (il n'utilise aucun des symboles de la bibliothèque)
+dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/mgp/usr/bin/mgp debian/mgp/usr/bin/mgp2ps debian/mgp/usr/bin/xwintoppm » n'y étaient pas lié avec libXext.so.6 sans nécessité (ils n'utilisent aucun des symboles de la bibliothèque).
+dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/mgp/usr/bin/xwintoppm » n'y était pas lié avec libSM.so.6 sans nécessité (il n'utilise aucun des symboles de la bibliothèque)
+dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/mgp/usr/bin/xwintoppm » n'y était pas lié avec libXt.so.6 sans nécessité (il n'utilise aucun des symboles de la bibliothèque)
 dh_gencontrol
-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
 dh_builddeb
-dpkg-deb: building package 'mgp' in '../mgp_1.13a+upstream20090219-6_amd64.deb'.
+dpkg-deb : construction du paquet « mgp » dans « ../mgp_1.13a+upstream20090219-6_amd64.deb ».
  dpkg-genbuildinfo  >../mgp_1.13a+upstream20090219-6_amd64.buildinfo
  dpkg-distaddfile mgp_1.13a+upstream20090219-6_amd64.buildinfo x11 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 >../mgp_1.13a+upstream20090219-6_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 mgp-1.13a+upstream20090219
-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//56713 and its subdirectories
-I: Current time: Wed Sep  2 12:27:32 GMT+12 2015
-I: pbuilder-time-stamp: 1441240052
+I: removing directory /var/cache/pbuilder/build//54136 and its subdirectories
+I: Current time: Thu Sep  3 14:30:56 GMT-14 2015
+I: pbuilder-time-stamp: 1441240256
+ '[' 1 -eq 0 ']'
+ echo -e '\nCompressing the 2nd log...'

Compressing the 2nd log...
+ gzip -9vn /var/lib/jenkins/userContent/reproducible/logdiffs/testing/amd64/mgp_1.13a+upstream20090219-6.diff
/var/lib/jenkins/userContent/reproducible/logdiffs/testing/amd64/mgp_1.13a+upstream20090219-6.diff:	 87.5% -- replaced with /var/lib/jenkins/userContent/reproducible/logdiffs/testing/amd64/mgp_1.13a+upstream20090219-6.diff.gz
+ gzip -9cvn b2/build.log
b2/build.log:	 86.5%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/logs/testing/amd64/mgp_1.13a+upstream20090219-6.build2.log.gz
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 86.5%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/logs/testing/amd64/mgp_1.13a+upstream20090219-6.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/tmp.wsCEoqOxOi/tmp.V0iybJl3L8
+ mv /srv/reproducible-results/tmp.wsCEoqOxOi/tmp.V0iybJl3L8 /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/mgp_1.13a+upstream20090219-6.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/mgp_1.13a+upstream20090219-6.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ call_diffoscope_on_changes_files
++ mktemp --tmpdir=/srv/reproducible-results/tmp.wsCEoqOxOi
+ local TMPLOG=/srv/reproducible-results/tmp.wsCEoqOxOi/tmp.BnYxbij3B1
+ echo
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/mgp_1.13a+upstream20090219-6.rbuild.log

+ local TIMEOUT=30m
+ DBDSUITE=testing
+ '[' testing = experimental ']'
++ mktemp --tmpdir=/srv/reproducible-results/tmp.wsCEoqOxOi -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/tmp.wsCEoqOxOi/dbd-tmp-kpUMh3d
++ 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/mgp_1.13a+upstream20090219-6.rbuild.log
/var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/mgp_1.13a+upstream20090219-6.rbuild.log:	 47.3% -- replaced with /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/mgp_1.13a+upstream20090219-6.rbuild.log.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html mgp
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''mgp'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-03 00:28:57.965507
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/buildinfo/testing/amd64/mgp_1.13a+upstream20090219-6_amd64.buildinfo
INFO: Finished at 2015-09-03 00:28:57.970759, took: 0:00:00.005258
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.wsCEoqOxOi
+ false
+ rm -f /tmp/reproducible-lockfile-testing-amd64-mgp
Thu  3 Sep 00:28:58 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-nhU96vb1, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list