[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_16 #8976

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Oct 15 08:48:01 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_armhf_16/8976/------------------------------------------
[...truncated 6824 lines...]
     enumPerspectiveType perspectiveType = (enumPerspectiveType) gtk_combo_box_get_active(GTK_COMBO_BOX(Interface.comboPerspectiveType));
                         ^~~~~~~~~~~~~~~
-../src/callbacks.cpp:73:11: warning: unused variable 'zoom' [-Wunused-variable]
+../src/callbacks.cpp:73:11: warning: unused variable ‘zoom’ [-Wunused-variable]
     double zoom = atofData(gtk_entry_get_text(GTK_ENTRY(Interface.edit_zoom)));
            ^~~~
-../src/callbacks.cpp:86:11: warning: unused variable 'closeUpRatio' [-Wunused-variable]
+../src/callbacks.cpp:86:11: warning: unused variable ‘closeUpRatio’ [-Wunused-variable]
     double closeUpRatio = atof(gtk_entry_get_text(GTK_ENTRY(Interface.edit_mouse_click_distance)));
            ^~~~~~~~~~~~
-../src/callbacks.cpp:109:11: warning: unused variable 'boxWidth2' [-Wunused-variable]
+../src/callbacks.cpp:109:11: warning: unused variable ‘boxWidth2’ [-Wunused-variable]
     double boxWidth2 = boxWidth * z * persp;
            ^~~~~~~~~
-../src/callbacks.cpp:110:11: warning: unused variable 'boxHeigth2' [-Wunused-variable]
+../src/callbacks.cpp:110:11: warning: unused variable ‘boxHeigth2’ [-Wunused-variable]
     double boxHeigth2 = boxHeight * z * persp;
            ^~~~~~~~~~
-../src/callbacks.cpp: In function 'gboolean pressed_button_on_palette(GtkWidget*, GdkEventButton*)':
-../src/callbacks.cpp:549:6: warning: unused variable 'y' [-Wunused-variable]
+../src/callbacks.cpp: In function ‘gboolean pressed_button_on_palette(GtkWidget*, GdkEventButton*)’:
+../src/callbacks.cpp:549:6: warning: unused variable ‘y’ [-Wunused-variable]
   int y = event->y;
       ^
-../src/callbacks.cpp: In function 'void UpdatePreviewSettingsDialog(GtkFileChooser*, gpointer)':
-../src/callbacks.cpp:2331:35: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
+../src/callbacks.cpp: In function ‘void UpdatePreviewSettingsDialog(GtkFileChooser*, gpointer)’:
+../src/callbacks.cpp:2331:35: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
     fgets(string, 13, fileSettings);
                                    ^
 Finished building: ../src/callbacks.cpp
  
 Building file: ../src/cimage.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/cimage.d" -MT"src/cimage.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/cimage.o" "../src/cimage.cpp"
-../src/cimage.cpp: In member function 'void cImage::PutPixelAlfa(int, int, float, sRGB8, double, int)':
-../src/cimage.cpp:427:26: warning: 'oldPixel.sRGB8::B' may be used uninitialized in this function [-Wmaybe-uninitialized]
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/cimage.d" -MT"src/cimage.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/cimage.o" "../src/cimage.cpp"
+../src/cimage.cpp: In member function ‘void cImage::PutPixelAlfa(int, int, float, sRGB8, double, int)’:
+../src/cimage.cpp:427:26: warning: ‘oldPixel.sRGB8::B’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    newPixel.B = (oldPixel.B * (1.0 - opacity) + color.B * opacity);
                  ~~~~~~~~~^
-../src/cimage.cpp:426:26: warning: 'oldPixel.sRGB8::G' may be used uninitialized in this function [-Wmaybe-uninitialized]
+../src/cimage.cpp:426:26: warning: ‘oldPixel.sRGB8::G’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    newPixel.G = (oldPixel.G * (1.0 - opacity) + color.G * opacity);
                  ~~~~~~~~~^
-../src/cimage.cpp:425:26: warning: 'oldPixel.sRGB8::R' may be used uninitialized in this function [-Wmaybe-uninitialized]
+../src/cimage.cpp:425:26: warning: ‘oldPixel.sRGB8::R’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    newPixel.R = (oldPixel.R * (1.0 - opacity) + color.R * opacity);
                  ~~~~~~~~~^
 Finished building: ../src/cimage.cpp
  
 Building file: ../src/common_math.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/common_math.d" -MT"src/common_math.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/common_math.o" "../src/common_math.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/common_math.d" -MT"src/common_math.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/common_math.o" "../src/common_math.cpp"
 Finished building: ../src/common_math.cpp
  
 Building file: ../src/database.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/database.d" -MT"src/database.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/database.o" "../src/database.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/database.d" -MT"src/database.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/database.o" "../src/database.cpp"
 Finished building: ../src/database.cpp
  
 Building file: ../src/files.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/files.d" -MT"src/files.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/files.o" "../src/files.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/files.d" -MT"src/files.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/files.o" "../src/files.cpp"
 Finished building: ../src/files.cpp
  
 Building file: ../src/fractal.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/fractal.d" -MT"src/fractal.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/fractal.o" "../src/fractal.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/fractal.d" -MT"src/fractal.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/fractal.o" "../src/fractal.cpp"
 Finished building: ../src/fractal.cpp
  
 Building file: ../src/image.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/image.d" -MT"src/image.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/image.o" "../src/image.cpp"
-../src/image.cpp: In function 'void PostRendering_SSAO(cImage*, double, int, enumPerspectiveType, bool)':
-../src/image.cpp:459:15: warning: 'GThread* g_thread_create(GThreadFunc, gpointer, gboolean, GError**)' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/image.d" -MT"src/image.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/image.o" "../src/image.cpp"
+../src/image.cpp: In function ‘void PostRendering_SSAO(cImage*, double, int, enumPerspectiveType, bool)’:
+../src/image.cpp:459:15: warning: ‘GThread* g_thread_create(GThreadFunc, gpointer, gboolean, GError**)’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
    Thread[i] = g_thread_create((GThreadFunc) ThreadSSAO, &thread_param[i], TRUE, &err[i]);
                ^~~~~~~~~~~~~~~
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1307,7 +1318,7 @@
 /usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here
  GThread *g_thread_create       (GThreadFunc       func,
           ^~~~~~~~~~~~~~~
-../src/image.cpp:459:88: warning: 'GThread* g_thread_create(GThreadFunc, gpointer, gboolean, GError**)' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
+../src/image.cpp:459:88: warning: ‘GThread* g_thread_create(GThreadFunc, gpointer, gboolean, GError**)’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations]
    Thread[i] = g_thread_create((GThreadFunc) ThreadSSAO, &thread_param[i], TRUE, &err[i]);
                                                                                         ^
 In file included from /usr/include/glib-2.0/glib.h:107:0,
@@ -1329,72 +1340,72 @@
  
 Building file: ../src/interface.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/interface.d" -MT"src/interface.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/interface.o" "../src/interface.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/interface.d" -MT"src/interface.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/interface.o" "../src/interface.cpp"
 ../src/interface.cpp:2190:40: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
   Interface.label_about = gtk_label_new("Mandelbulber "MANDELBULBER_VERSION_STR"\n"
                                         ^
-../src/interface.cpp: In function 'void CreateInterface(sParamRender*)':
-../src/interface.cpp:3200:55: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
+../src/interface.cpp: In function ‘void CreateInterface(sParamRender*)’:
+../src/interface.cpp:3200:55: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
   if(LoadAppSettings("mandelbulber_settings", appParams))
                                                        ^
 Finished building: ../src/interface.cpp
  
 Building file: ../src/morph.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/morph.d" -MT"src/morph.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/morph.o" "../src/morph.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/morph.d" -MT"src/morph.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/morph.o" "../src/morph.cpp"
 Finished building: ../src/morph.cpp
  
 Building file: ../src/primitives.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/primitives.d" -MT"src/primitives.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/primitives.o" "../src/primitives.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/primitives.d" -MT"src/primitives.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/primitives.o" "../src/primitives.cpp"
 Finished building: ../src/primitives.cpp
  
 Building file: ../src/settings.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/settings.d" -MT"src/settings.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/settings.o" "../src/settings.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/settings.d" -MT"src/settings.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/settings.o" "../src/settings.cpp"
 Finished building: ../src/settings.cpp
  
 Building file: ../src/shaders.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/shaders.d" -MT"src/shaders.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/shaders.o" "../src/shaders.cpp"
-../src/shaders.cpp: In function 'CVector3 CalculateNormals(sShaderInputData)':
-../src/shaders.cpp:716:10: warning: unused variable 'result2' [-Wunused-variable]
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/shaders.d" -MT"src/shaders.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/shaders.o" "../src/shaders.cpp"
+../src/shaders.cpp: In function ‘CVector3 CalculateNormals(sShaderInputData)’:
+../src/shaders.cpp:716:10: warning: unused variable ‘result2’ [-Wunused-variable]
    double result2;
           ^~~~~~~
 Finished building: ../src/shaders.cpp
  
 Building file: ../src/texture.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/texture.d" -MT"src/texture.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/texture.o" "../src/texture.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/texture.d" -MT"src/texture.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/texture.o" "../src/texture.cpp"
 Finished building: ../src/texture.cpp
  
 Building file: ../src/timeline.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/timeline.d" -MT"src/timeline.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/timeline.o" "../src/timeline.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/timeline.d" -MT"src/timeline.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/timeline.o" "../src/timeline.cpp"
 Finished building: ../src/timeline.cpp
  
 Building file: ../src/undo.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/undo.d" -MT"src/undo.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/undo.o" "../src/undo.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/undo.d" -MT"src/undo.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/undo.o" "../src/undo.cpp"
 Finished building: ../src/undo.cpp
  
 Building file: ../src/cl_support.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/cl_support.d" -MT"src/cl_support.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/cl_support.o" "../src/cl_support.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/cl_support.d" -MT"src/cl_support.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/cl_support.o" "../src/cl_support.cpp"
 Finished building: ../src/cl_support.cpp
  
 Building file: ../src/netrender.cpp
 Invoking: GCC C++ Compiler
-g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/netrender.d" -MT"src/netrender.d" -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/netrender.o" "../src/netrender.cpp"
+g++ -O3 -ffast-math -Wall -c -fmessage-length=0 `pkg-config --cflags gtk+-2.0 gthread-2.0;` -MMD -MP -MF"src/netrender.d" -MT"src/netrender.d" -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -o"src/netrender.o" "../src/netrender.cpp"
 Finished building: ../src/netrender.cpp
  
 Building target: mandelbulber
 Invoking: GCC C++ Linker
-g++ -o"mandelbulber" -L/usr/lib/x86_64-linux-gnu/ -g -O2 -fdebug-prefix-map=/build-1st/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro  ./src/Render3D.o ./src/algebra.o ./src/callbacks.o ./src/cimage.o ./src/common_math.o ./src/database.o ./src/files.o ./src/fractal.o ./src/image.o ./src/interface.o ./src/morph.o ./src/primitives.o ./src/settings.o ./src/shaders.o ./src/texture.o ./src/timeline.o ./src/undo.o ./src/cl_support.o ./src/netrender.o  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lgthread-2.0 -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lpthread -lrt -lpng -ljpeg
+g++ -o"mandelbulber" -L/usr/lib/x86_64-linux-gnu/ -g -O2 -fdebug-prefix-map=/build-2nd/mandelbulber-1.21.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro  ./src/Render3D.o ./src/algebra.o ./src/callbacks.o ./src/cimage.o ./src/common_math.o ./src/database.o ./src/files.o ./src/fractal.o ./src/image.o ./src/interface.o ./src/morph.o ./src/primitives.o ./src/settings.o ./src/shaders.o ./src/texture.o ./src/timeline.o ./src/undo.o ./src/cl_support.o ./src/netrender.o  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lgthread-2.0 -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lpthread -lrt -lpng -ljpeg
 Finished building target: mandelbulber
  
-make[2]: Leaving directory '/build-1st/mandelbulber-1.21.1/makefiles'
-make[1]: Leaving directory '/build-1st/mandelbulber-1.21.1'
+make[2]: uscita dalla directory "/build-2nd/mandelbulber-1.21.1/makefiles"
+make[1]: uscita dalla directory "/build-2nd/mandelbulber-1.21.1"
    dh_auto_test
  fakeroot debian/rules binary
 dh binary
@@ -1404,9 +1415,9 @@
    dh_install
    dh_installdocs
    debian/rules override_dh_installchangelogs
-make[1]: Entering directory '/build-1st/mandelbulber-1.21.1'
+make[1]: ingresso nella directory "/build-2nd/mandelbulber-1.21.1"
 dh_installchangelogs NEWS
-make[1]: Leaving directory '/build-1st/mandelbulber-1.21.1'
+make[1]: uscita dalla directory "/build-2nd/mandelbulber-1.21.1"
    dh_perl
    dh_link
    dh_strip_nondeterminism
@@ -1416,18 +1427,18 @@
    dh_makeshlibs
    dh_shlibdeps
 dpkg-shlibdeps: warning: debian/mandelbulber/usr/bin/mandelbulber contains an unresolvable reference to symbol __aeabi_atexit at CXXABI_ARM_1.3.3: it's probably a plugin
+dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libgio-2.0.so.0 (it uses none of the library's symbols)
+dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against librt.so.1 (it uses none of the library's symbols)
 dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libcairo.so.2 (it uses none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against ld-linux-armhf.so.3 (it uses none of the library's symbols)
 dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libatk-1.0.so.0 (it uses none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libgio-2.0.so.0 (it uses none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libgthread-2.0.so.0 (it uses none of the library's symbols)
+dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libpangoft2-1.0.so.0 (it uses none of the library's symbols)
 dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libpango-1.0.so.0 (it uses none of the library's symbols)
+dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libgthread-2.0.so.0 (it uses none of the library's symbols)
+dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libfontconfig.so.1 (it uses none of the library's symbols)
 dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libfreetype.so.6 (it uses none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libpangoft2-1.0.so.0 (it uses none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libgdk_pixbuf-2.0.so.0 (it uses none of the library's symbols)
 dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libpangocairo-1.0.so.0 (it uses none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against librt.so.1 (it uses none of the library's symbols)
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libfontconfig.so.1 (it uses none of the library's symbols)
+dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against ld-linux-armhf.so.3 (it uses none of the library's symbols)
+dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/mandelbulber/usr/bin/mandelbulber was not linked against libgdk_pixbuf-2.0.so.0 (it uses none of the library's symbols)
    dh_installdeb
    dh_gencontrol
 dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
@@ -1443,12 +1454,14 @@
  dpkg-source --after-build mandelbulber-1.21.1
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/21766/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/21766/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/29060 and its subdirectories
-I: Current time: Fri Oct 14 20:23:45 GMT+12 2016
-I: pbuilder-time-stamp: 1476519825
+I: removing directory /srv/workspace/pbuilder/21766 and its subdirectories
+I: Current time: sab 15 ott 2016, 22.47.46, GMT-14
+I: pbuilder-time-stamp: 1476521266
/srv/reproducible-results/rbuild-debian-9oeTXdYZ/tmp.xNDtR0rfNb:	 83.3% -- replaced with /srv/reproducible-results/rbuild-debian-9oeTXdYZ/tmp.xNDtR0rfNb.gz
INFO: Starting at 2016-10-15 08:48:01.130665
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/armhf/mandelbulber_1.21.1-1.1_armhf.buildinfo
CRITICAL: https://tests.reproducible-builds.org/debian/unstable/armhf/mandelbulber didn't produce a buildlog, even though it has been built.
INFO: Finished at 2016-10-15 08:48:01.379821, took: 0:00:00.249172
Sat 15 Oct 08:48:01 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-vHcLellL, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list