[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_epsilon #24904

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Aug 11 18:04:45 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_epsilon/24904/>

------------------------------------------
[...truncated 3502 lines...]
+Get: 66 http://ftp.de.debian.org/debian/ testing/main gobjc-4.9 amd64 4.9.3-3 [4'995 kB]
 Get: 67 http://ftp.de.debian.org/debian/ testing/main gobjc amd64 4:4.9.2-4 [956 B]
 Get: 68 http://ftp.de.debian.org/debian/ testing/main gnustep-make all 2.6.6-3 [201 kB]
-Get: 69 http://ftp.de.debian.org/debian/ testing/main hicolor-icon-theme all 0.13-1 [8600 B]
+Get: 69 http://ftp.de.debian.org/debian/ testing/main hicolor-icon-theme all 0.13-1 [8'600 B]
 Get: 70 http://ftp.de.debian.org/debian/ testing/main imagemagick-6.q16 amd64 8:6.8.9.9-5 [512 kB]
 Get: 71 http://ftp.de.debian.org/debian/ testing/main imagemagick amd64 8:6.8.9.9-5 [155 kB]
-Get: 72 http://ftp.de.debian.org/debian/ testing/main libgnustep-base-dev amd64 1.24.7-1 [1639 kB]
-Get: 73 http://ftp.de.debian.org/debian/ testing/main libgnustep-gui-dev amd64 0.24.0-3 [1786 kB]
-Fetched 47.3 MB in 2s (18.9 MB/s)
+Get: 72 http://ftp.de.debian.org/debian/ testing/main libgnustep-base-dev amd64 1.24.7-1 [1'639 kB]
+Get: 73 http://ftp.de.debian.org/debian/ testing/main libgnustep-gui-dev amd64 0.24.0-3 [1'786 kB]
+Fetched 47.3 MB in 3s (14.2 MB/s)
 debconf: delaying package configuration, since apt-utils is not installed
 Selecting previously unselected package libkeyutils1:amd64.
 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20206 files and directories currently installed.)
@@ -473,7 +476,7 @@
 I: copying [./projectcenter.app_0.6.1-1.debian.tar.xz]
 I: Extracting source
 gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
-gpgv: Signature made Sun Oct 26 02:25:47 2014 GMT+12 using RSA key ID A17841FE
+gpgv: Signature made lun 27 oct 2014 04:25:47 GMT-14 using RSA key ID A17841FE
 gpgv: Can't check signature: public key not found
 dpkg-source: warning: failed to verify signature on ./projectcenter.app_0.6.1-1.dsc
 dpkg-source: info: extracting projectcenter.app in projectcenter.app-0.6.1
@@ -482,7 +485,8 @@
 dpkg-source: info: applying gui-0.24.patch
 dpkg-source: info: applying link-libs.patch
 I: Building the package
-I: Running cd tmp/buildd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" dpkg-buildpackage -us -uc  -b -rfakeroot
+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: source package projectcenter.app
 dpkg-buildpackage: source version 0.6.1-1
 dpkg-buildpackage: source distribution unstable
@@ -493,7 +497,7 @@
 dh clean --parallel
    dh_testdir -O--parallel
    dh_auto_clean -O--parallel
-	make -j23 distclean
+	make -j22 distclean
 make[1]: Entering directory '/tmp/buildd/projectcenter.app-0.6.1'
 This is gnustep-make 2.6.6. Type 'make print-gnustep-make-help' for help.
 rm -rf ./*~ ./obj
@@ -682,8 +686,8 @@
 gcc PCProjectManager.m -c \
       -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -DDEVELOPMENT -DPCDefaultBuildTool=@"\"/usr/bin/make\"" -DPCDefaultDebugger=@"\"/usr/bin/gdb\"" -fconstant-string-class=NSConstantString -I../ -I../Headers -I./derived_src -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
        -o obj/ProjectCenter.obj/PCProjectManager.m.o
-PCProjectManager.m: In function '-[PCProjectManager(Subprojects) createSubproject:]':
-PCProjectManager.m:1291:14: warning: variable 'subproject' set but not used [-Wunused-but-set-variable]
+PCProjectManager.m: In function ‘-[PCProjectManager(Subprojects) createSubproject:]’:
+PCProjectManager.m:1291:14: warning: variable ‘subproject’ set but not used [-Wunused-but-set-variable]
    PCProject *subproject = nil;
               ^
 gcc PCProject.m -c \
@@ -710,8 +714,8 @@
 gcc PCProjectLauncherPanel.m -c \
       -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -DDEVELOPMENT -DPCDefaultBuildTool=@"\"/usr/bin/make\"" -DPCDefaultDebugger=@"\"/usr/bin/gdb\"" -fconstant-string-class=NSConstantString -I../ -I../Headers -I./derived_src -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
        -o obj/ProjectCenter.obj/PCProjectLauncherPanel.m.o
-PCProjectLauncherPanel.m: In function '-[PCProjectLauncherPanel initWithProjectManager:]':
-PCProjectLauncherPanel.m:38:22: warning: variable 'projectLauncher' set but not used [-Wunused-but-set-variable]
+PCProjectLauncherPanel.m: In function ‘-[PCProjectLauncherPanel initWithProjectManager:]’:
+PCProjectLauncherPanel.m:38:22: warning: variable ‘projectLauncher’ set but not used [-Wunused-but-set-variable]
    PCProjectLauncher *projectLauncher = nil;
                       ^
 gcc PCProjectEditor.m -c \
@@ -720,8 +724,8 @@
 gcc PCProjectBrowser.m -c \
       -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -DDEVELOPMENT -DPCDefaultBuildTool=@"\"/usr/bin/make\"" -DPCDefaultDebugger=@"\"/usr/bin/gdb\"" -fconstant-string-class=NSConstantString -I../ -I../Headers -I./derived_src -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
        -o obj/ProjectCenter.obj/PCProjectBrowser.m.o
-PCProjectBrowser.m: In function '-[PCProjectBrowser(FileNameIconDelegate) fileNameIconImage]':
-PCProjectBrowser.m:602:14: warning: variable 'fileExtension' set but not used [-Wunused-but-set-variable]
+PCProjectBrowser.m: In function ‘-[PCProjectBrowser(FileNameIconDelegate) fileNameIconImage]’:
+PCProjectBrowser.m:602:14: warning: variable ‘fileExtension’ set but not used [-Wunused-but-set-variable]
    NSString  *fileExtension = nil;
               ^
 gcc PCProjectLoadedFiles.m -c \
@@ -730,8 +734,8 @@
 gcc PCProjectLoadedFilesPanel.m -c \
       -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -DDEVELOPMENT -DPCDefaultBuildTool=@"\"/usr/bin/make\"" -DPCDefaultDebugger=@"\"/usr/bin/gdb\"" -fconstant-string-class=NSConstantString -I../ -I../Headers -I./derived_src -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
        -o obj/ProjectCenter.obj/PCProjectLoadedFilesPanel.m.o
-PCProjectLoadedFilesPanel.m: In function '-[PCProjectLoadedFilesPanel initWithProjectManager:]':
-PCProjectLoadedFilesPanel.m:38:25: warning: variable 'projectLoadedFiles' set but not used [-Wunused-but-set-variable]
+PCProjectLoadedFilesPanel.m: In function ‘-[PCProjectLoadedFilesPanel initWithProjectManager:]’:
+PCProjectLoadedFilesPanel.m:38:25: warning: variable ‘projectLoadedFiles’ set but not used [-Wunused-but-set-variable]
    PCProjectLoadedFiles *projectLoadedFiles = nil;
                          ^
 gcc PCButton.m -c \
@@ -914,8 +918,8 @@
 gcc PCBundleProject.m -c \
       -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I../../../ -I../../../Headers -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
        -o obj/Bundle.obj/PCBundleProject.m.o
-PCBundleProject.m: In function '-[PCBundleProject createProjectAt:]':
-PCBundleProject.m:112:18: warning: variable '_resourcePath' set but not used [-Wunused-but-set-variable]
+PCBundleProject.m: In function ‘-[PCBundleProject createProjectAt:]’:
+PCBundleProject.m:112:18: warning: variable ‘_resourcePath’ set but not used [-Wunused-but-set-variable]
    NSString      *_resourcePath = nil;
                   ^
 gcc -shared  -rdynamic     -Wl,-z,relro -Wl,--no-undefined -Wl,--as-needed -Wl,-rpath,/usr/lib/projectcenter.app -pthread -fexceptions -o ./Bundle.project/./Bundle ./obj/Bundle.obj/PCBundleProject.m.o   -L../../../Framework/ProjectCenter.framework/. -L../../../Framework/ProjectCenter.framework/.   -L/usr/local/lib -L/usr/lib   -lProjectCenter   -lgnustep-gui    -lgnustep-base    -lobjc   -lm
@@ -1071,30 +1075,30 @@
 gcc PCEditorView.m -c \
       -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I../../../ -I../../../Headers -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
        -o obj/ProjectCenter.obj/PCEditorView.m.o
-PCEditorView.m: In function '-[PCEditorView editor]':
-PCEditorView.m:451:1: warning: conflicting types for '-(PCEditor *)editor'
+PCEditorView.m: In function ‘-[PCEditorView editor]’:
+PCEditorView.m:451:1: warning: conflicting types for ‘-(PCEditor *)editor’
  {
  ^
 In file included from PCEditorView.h:28:0,
                  from PCEditorView.m:27:
-../../../Headers/Protocols/CodeEditorView.h:31:1: note: previous declaration of '-(NSObject <CodeEditor> *)editor'
+../../../Headers/Protocols/CodeEditorView.h:31:1: note: previous declaration of ‘-(NSObject <CodeEditor> *)editor’
  - (NSObject <CodeEditor> *)editor;
  ^
-PCEditorView.m: In function '-[PCEditorView(Private) firstCharOfLineForIndex:forString:]':
-PCEditorView.m:267:3: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
+PCEditorView.m: In function ‘-[PCEditorView(Private) firstCharOfLineForIndex:forString:]’:
+PCEditorView.m:267:3: warning: ‘c’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    fprintf(stderr, "First char: %c\n", c);
    ^
 gcc TextPattern.m -c \
       -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I../../../ -I../../../Headers -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
        -o obj/ProjectCenter.obj/TextPattern.m.o
-TextPattern.m:261:1: warning: 'DescribeTextPatternItem' defined but not used [-Wunused-function]
+TextPattern.m:261:1: warning: ‘DescribeTextPatternItem’ defined but not used [-Wunused-function]
  DescribeTextPatternItem(TextPatternItem *item)
  ^
 gcc SyntaxDefinition.m -c \
       -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I../../../ -I../../../Headers -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
        -o obj/ProjectCenter.obj/SyntaxDefinition.m.o
-SyntaxDefinition.m: In function '-[SyntaxDefinition initWithContextList:textStorage:]':
-SyntaxDefinition.m:256:7: warning: @interface of class 'NSTextStorage' not found
+SyntaxDefinition.m: In function ‘-[SyntaxDefinition initWithContextList:textStorage:]’:
+SyntaxDefinition.m:256:7: warning: @interface of class ‘NSTextStorage’ not found
        ASSIGN(textStorage, aTextStorage);
        ^
 gcc SyntaxHighlighter.m -c \
@@ -1259,8 +1263,8 @@
 gcc PCEditorFSCPrefs.m -c \
       -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I../../../ -I../../../Headers -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
        -o obj/EditorFSC.obj/PCEditorFSCPrefs.m.o
-PCEditorFSCPrefs.m: In function '-[PCEditorFSCPrefs setEditorColor:]':
-PCEditorFSCPrefs.m:270:13: warning: variable 'currentColor' set but not used [-Wunused-but-set-variable]
+PCEditorFSCPrefs.m: In function ‘-[PCEditorFSCPrefs setEditorColor:]’:
+PCEditorFSCPrefs.m:270:13: warning: variable ‘currentColor’ set but not used [-Wunused-but-set-variable]
    NSColor  *currentColor;
              ^
 gcc -shared  -rdynamic     -Wl,-z,relro -Wl,--no-undefined -Wl,--as-needed -Wl,-rpath,/usr/lib/projectcenter.app -pthread -fexceptions -o ./EditorFSC.preferences/./EditorFSC ./obj/EditorFSC.obj/PCEditorFSCPrefs.m.o   -L../../../Framework/ProjectCenter.framework/. -L../../../Framework/ProjectCenter.framework/.   -L/usr/local/lib -L/usr/lib   -lProjectCenter   -lgnustep-gui    -lgnustep-base    -lobjc   -lm
@@ -1388,7 +1392,7 @@
 convert Images/ProjectCenter.tiff -resize 32x32 ProjectCenter.xpm
 make[1]: Leaving directory '/tmp/buildd/projectcenter.app-0.6.1'
    dh_auto_test -O--parallel
-	make -j23 check
+	make -j22 check
 make[1]: Entering directory '/tmp/buildd/projectcenter.app-0.6.1'
 This is gnustep-make 2.6.6. Type 'make print-gnustep-make-help' for help.
 Making check in Framework ...
@@ -1583,8 +1587,8 @@
   && dh_link usr/share/GNUstep/ProjectCenter.app/${i##*/} \
     /usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/${i##*/}; \
         done
-mv: cannot stat '/tmp/buildd/projectcenter.app-0.6.1/debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/ProjectCenter.debugger/Resources/*.tiff': No such file or directory
-mv: cannot stat '/tmp/buildd/projectcenter.app-0.6.1/debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/Resources/*.png': No such file or directory
+mv: cannot stat ‘/tmp/buildd/projectcenter.app-0.6.1/debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/ProjectCenter.debugger/Resources/*.tiff’: No such file or directory
+mv: cannot stat ‘/tmp/buildd/projectcenter.app-0.6.1/debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/Resources/*.png’: No such file or directory
 make[1]: Leaving directory '/tmp/buildd/projectcenter.app-0.6.1'
    dh_strip_nondeterminism -O--parallel
    dh_compress -O--parallel
@@ -1595,7 +1599,7 @@
 dh_makeshlibs --noscripts
 make[1]: Leaving directory '/tmp/buildd/projectcenter.app-0.6.1'
    dh_shlibdeps -O--parallel
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Application.project/Application debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Aggregate.project/Aggregate debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Build.preferences/Build debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Saving.preferences/Saving debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Misc.preferences/Misc debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/ProjectCenter debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Tool.project/Tool debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Framework.project/Framework debian/projectcenter.app/usr/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/0.6.0/libProjectCenter.so.0.6.0 debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/ProjectCenter debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/EditorFSC debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/ProjectCenter.parser/ProjectCenter debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/ProjectCenter.debugger/ProjectCenter debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Bundle.project/Bundle debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Library.project/Library debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/ResourceSet.project/ResourceSet were not linked against libpthread.so.0 (they use none of the library's symbols)
+dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/ProjectCenter.parser/ProjectCenter debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Tool.project/Tool debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/ProjectCenter debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Build.preferences/Build debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Library.project/Library debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/ResourceSet.project/ResourceSet debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/ProjectCenter.debugger/ProjectCenter debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Misc.preferences/Misc debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Framework.project/Framework debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/ProjectCenter debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Aggregate.project/Aggregate debian/projectcenter.app/usr/lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/0.6.0/libProjectCenter.so.0.6.0 debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Bundle.project/Bundle debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Application.project/Application debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Saving.preferences/Saving debian/projectcenter.app/usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/EditorFSC were not linked against libpthread.so.0 (they use none of the library's symbols)
    dh_installdeb -O--parallel
    dh_gencontrol -O--parallel
 dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
@@ -1611,12 +1615,13 @@
 dpkg-genchanges: binary-only upload (no source code included)
  dpkg-source --after-build projectcenter.app-0.6.1
 dpkg-buildpackage: binary-only upload (no source included)
+W: no hooks of type B found -- ignoring
 I: unmounting /sys filesystem
 I: unmounting /dev/shm filesystem
 I: unmounting dev/pts filesystem
 I: unmounting run/shm filesystem
 I: unmounting proc filesystem
 I: cleaning the build env 
-I: removing directory /var/cache/pbuilder/build//34421 and its subdirectories
-I: Current time: Tue Aug 11 05:59:09 GMT+12 2015
-I: pbuilder-time-stamp: 1439315949
+I: removing directory /var/cache/pbuilder/build//45726 and its subdirectories
+I: Current time: mercredi 12 août 2015, 08:03:11 (UTC+1400)
+I: pbuilder-time-stamp: 1439316191

Compressing the logs...
/var/lib/jenkins/userContent/reproducible/logdiffs/testing/amd64/projectcenter.app_0.6.1-1.diff:	 81.0% -- replaced with /var/lib/jenkins/userContent/reproducible/logdiffs/testing/amd64/projectcenter.app_0.6.1-1.diff.gz
b2/build.log:	 88.6%
b1/build.log:	 88.7%

Tue Aug 11 18:03:13 UTC 2015 - diffoscope 30 will be used to compare the two builds:
+ timeout 30m schroot --directory /srv/reproducible-results/tmp.xpsfBzrccG -c source:jenkins-reproducible-testing-debbindiff -- sh -c 'export TMPDIR=/srv/reproducible-results/tmp.xpsfBzrccG/dbd-tmp-dRDtwSf ; debbindiff 			--html /srv/reproducible-results/tmp.xpsfBzrccG/projectcenter.app_0.6.1-1.debbindiff.html 			--text /srv/reproducible-results/tmp.xpsfBzrccG/projectcenter.app_0.6.1-1.debbindiff.txt 			/srv/reproducible-results/tmp.xpsfBzrccG/b1/projectcenter.app_0.6.1-1_amd64.changes 			/srv/reproducible-results/tmp.xpsfBzrccG/b2/projectcenter.app_0.6.1-1_amd64.changes'
+ RESULT=0
+ false
+ set +x

                 _           _                 _                             
 _ __  _ __ ___ (_) ___  ___| |_ ___ ___ _ __ | |_ ___ _ __ __ _ _ __  _ __  
| '_ \| '__/ _ \| |/ _ \/ __| __/ __/ _ \ '_ \| __/ _ \ '__/ _` | '_ \| '_ \ 
| |_) | | | (_) | |  __/ (__| || (_|  __/ | | | ||  __/ | | (_| | |_) | |_) |
| .__/|_|  \___// |\___|\___|\__\___\___|_| |_|\__\___|_|(_)__,_| .__/| .__/ 
|_|           |__/                                              |_|   |_|    

diffoscope 30 found no differences in the changes files, and a .buildinfo file also exists.
projectcenter.app from testing built successfully and reproducibly on amd64.
INFO: Starting at 2015-08-11 18:03:15.018253
INFO: Finished at 2015-08-11 18:03:15.031256, took: 0:00:00.013015

Successfully updated the database and updated https://reproducible.debian.net/rb-pkg/testing/amd64/projectcenter.app.html

Tue Aug 11 18:03:15 UTC 2015 - total duration: 0h 6m 31s.
/var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/projectcenter.app_0.6.1-1.rbuild.log:	 87.1% -- replaced with /var/lib/jenkins/userContent/reproducible/rbuild/testing/amd64/projectcenter.app_0.6.1-1.rbuild.log.gz
INFO: Starting at 2015-08-11 18:03:15.768006
INFO: Finished at 2015-08-11 18:03:15.787267, took: 0:00:00.019337
Tue 11 Aug 18:03:15 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-Lzm63t8Z, which will now be removed.
FATAL: GC overhead limit exceeded
java.lang.OutOfMemoryError: GC overhead limit exceeded



More information about the Qa-jenkins-scm mailing list