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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Aug 30 19:10:56 UTC 2015


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

------------------------------------------
[...truncated 6590 lines...]
                                    ^
gui_widgy_editor.c: In function ‘on_env_changed’:
gui_widgy_editor.c:662:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     int offset = (int)data;
                  ^
gui_widgy_editor.c: In function ‘on_freq_changed’:
gui_widgy_editor.c:711:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     int offset = (int)data;
                  ^
gui_widgy_editor.c: In function ‘on_bkpt_changed’:
gui_widgy_editor.c:723:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     int offset = (int)data;
                  ^
gui_widgy_editor.c: In function ‘on_scaling_changed’:
gui_widgy_editor.c:736:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     int offset = (int)data;
                  ^
gui_widgy_editor.c: In function ‘update_switch_label_text’:
gui_widgy_editor.c:760:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     int type = (int)g_object_get_data(G_OBJECT(t), "parameter_type");
                ^
gui_widgy_editor.c: In function ‘place_switch’:
gui_widgy_editor.c:818:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     g_object_set_data(G_OBJECT(w), "parameter_type", (gpointer)type);
                                                      ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:28:0,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from gui_widgy_editor.c:28:
gui_widgy_editor.c: In function ‘place_widget’:
gui_widgy_editor.c:906:56: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                           G_CALLBACK (on_env_changed), (gpointer)offset);
                                                        ^
/usr/include/glib-2.0/gobject/gsignal.h:472:73: note: in definition of macro ‘g_signal_connect’
     g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0)
                                                                         ^
gui_widgy_editor.c:912:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                           G_CALLBACK (on_freq_changed), (gpointer)offset);
                                                         ^
/usr/include/glib-2.0/gobject/gsignal.h:472:73: note: in definition of macro ‘g_signal_connect’
     g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0)
                                                                         ^
gui_widgy_editor.c:917:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                           G_CALLBACK (on_freq_changed), (gpointer)offset);
                                                         ^
/usr/include/glib-2.0/gobject/gsignal.h:472:73: note: in definition of macro ‘g_signal_connect’
     g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0)
                                                                         ^
gui_widgy_editor.c:937:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                               G_CALLBACK (on_shadow_adj_changed), (gpointer)offset);
                                                                   ^
/usr/include/glib-2.0/gobject/gsignal.h:472:73: note: in definition of macro ‘g_signal_connect’
     g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0)
                                                                         ^
gui_widgy_editor.c:940:74: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
             g_object_set_data(G_OBJECT(edit_adj[offset]), "shadow_bias", (gpointer)bias);
                                                                          ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:28:0,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from gui_widgy_editor.c:28:
gui_widgy_editor.c:943:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                                   G_CALLBACK(callback), (gpointer)offset);
                                                         ^
/usr/include/glib-2.0/gobject/gsignal.h:472:73: note: in definition of macro ‘g_signal_connect’
     g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0)
                                                                         ^
gui_widgy_editor.c:945:65: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                               G_CALLBACK (on_real_adj_changed), (gpointer)offset);
                                                                 ^
/usr/include/glib-2.0/gobject/gsignal.h:472:73: note: in definition of macro ‘g_signal_connect’
     g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0)
                                                                         ^
gui_widgy_editor.c:951:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                           G_CALLBACK (on_bkpt_changed), (gpointer)offset);
                                                         ^
/usr/include/glib-2.0/gobject/gsignal.h:472:73: note: in definition of macro ‘g_signal_connect’
     g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0)
                                                                         ^
gui_widgy_editor.c:956:60: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                           G_CALLBACK (on_scaling_changed), (gpointer)offset);
                                                            ^
/usr/include/glib-2.0/gobject/gsignal.h:472:73: note: in definition of macro ‘g_signal_connect’
     g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0)
                                                                         ^
gui_widgy_editor.c:967:60: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                           G_CALLBACK (on_scaling_changed), (gpointer)offset);
                                                            ^
/usr/include/glib-2.0/gobject/gsignal.h:472:73: note: in definition of macro ‘g_signal_connect’
     g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0)
                                                                         ^
gui_widgy_editor.c: In function ‘create_widgy_editor’:
gui_widgy_editor.c:1083:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                          (gpointer)i);
                          ^
/usr/include/glib-2.0/gobject/gsignal.h:472:73: note: in definition of macro ‘g_signal_connect’
     g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0)
                                                                         ^
gui_widgy_editor.c:1094:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
                          (gpointer)i);
                          ^
/usr/include/glib-2.0/gobject/gsignal.h:472:73: note: in definition of macro ‘g_signal_connect’
     g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0)
                                                                         ^
/bin/bash ../libtool --tag=CC   --mode=link gcc -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2   -I/usr/include/alsa  -g -O2 -I/usr/include/alsa   -Wall -fomit-frame-pointer -funroll-loops -finline-functions -ffast-math -Winline  -llo -lpthread  -o hexter_gtk hexter_gtk-gui_main.o hexter_gtk-dx7_voice_data.o hexter_gtk-dx7_voice_patches.o hexter_gtk-gui_callbacks.o hexter_gtk-gui_data.o hexter_gtk-gui_images.o hexter_gtk-gui_interface.o hexter_gtk-gui_midi.o hexter_gtk-gui_patch_edit.o hexter_gtk-gui_retro_console.o hexter_gtk-gui_retro_editor.o hexter_gtk-gui_widgy_alg.o hexter_gtk-gui_widgy_editor.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype  -lasound  -lm 
libtool: link: gcc -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/alsa -g -O2 -I/usr/include/alsa -Wall -fomit-frame-pointer -funroll-loops -finline-functions -ffast-math -Winline -o hexter_gtk hexter_gtk-gui_main.o hexter_gtk-dx7_voice_data.o hexter_gtk-dx7_voice_patches.o hexter_gtk-gui_callbacks.o hexter_gtk-gui_data.o hexter_gtk-gui_images.o hexter_gtk-gui_interface.o hexter_gtk-gui_midi.o hexter_gtk-gui_patch_edit.o hexter_gtk-gui_retro_console.o hexter_gtk-gui_retro_editor.o hexter_gtk-gui_widgy_alg.o hexter_gtk-gui_widgy_editor.o  -llo -lpthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig /usr/lib/x86_64-linux-gnu/libfreetype.so -lasound -lm -pthread
make[3]: Leaving directory '/tmp/buildd/hexter-1.0.2/src'
make[3]: Entering directory '/tmp/buildd/hexter-1.0.2'
make[3]: Leaving directory '/tmp/buildd/hexter-1.0.2'
make[2]: Leaving directory '/tmp/buildd/hexter-1.0.2'
make[1]: Leaving directory '/tmp/buildd/hexter-1.0.2'
   dh_auto_test
	make -j1 check
make[1]: Entering directory '/tmp/buildd/hexter-1.0.2'
Making check in src
make[2]: Entering directory '/tmp/buildd/hexter-1.0.2/src'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/tmp/buildd/hexter-1.0.2/src'
make[2]: Entering directory '/tmp/buildd/hexter-1.0.2'
make[2]: Leaving directory '/tmp/buildd/hexter-1.0.2'
make[1]: Leaving directory '/tmp/buildd/hexter-1.0.2'
 fakeroot debian/rules binary
dh binary --with autotools_dev
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/tmp/buildd/hexter-1.0.2'
dh_auto_install
	make -j1 install DESTDIR=/tmp/buildd/hexter-1.0.2/debian/hexter AM_UPDATE_INFO_DIR=no
make[2]: Entering directory '/tmp/buildd/hexter-1.0.2'
Making install in src
make[3]: Entering directory '/tmp/buildd/hexter-1.0.2/src'
make[4]: Entering directory '/tmp/buildd/hexter-1.0.2/src'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/lib/dssi/hexter" || /bin/mkdir -p "/tmp/buildd/hexter-1.0.2/debian/hexter/usr/lib/dssi/hexter"
  /bin/bash ../libtool   --mode=install /usr/bin/install -c hexter_gtk '/tmp/buildd/hexter-1.0.2/debian/hexter/usr/lib/dssi/hexter'
libtool: install: /usr/bin/install -c hexter_gtk /tmp/buildd/hexter-1.0.2/debian/hexter/usr/lib/dssi/hexter/hexter_gtk
test -z "/usr/lib/dssi" || /bin/mkdir -p "/tmp/buildd/hexter-1.0.2/debian/hexter/usr/lib/dssi"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   hexter.la '/tmp/buildd/hexter-1.0.2/debian/hexter/usr/lib/dssi'
libtool: install: /usr/bin/install -c .libs/hexter.so /tmp/buildd/hexter-1.0.2/debian/hexter/usr/lib/dssi/hexter.so
libtool: install: /usr/bin/install -c .libs/hexter.lai /tmp/buildd/hexter-1.0.2/debian/hexter/usr/lib/dssi/hexter.la
libtool: install: warning: remember to run `libtool --finish /usr/lib/dssi'
test -z "/usr/lib/dssi/hexter" || /bin/mkdir -p "/tmp/buildd/hexter-1.0.2/debian/hexter/usr/lib/dssi/hexter"
make[4]: Leaving directory '/tmp/buildd/hexter-1.0.2/src'
make[3]: Leaving directory '/tmp/buildd/hexter-1.0.2/src'
make[3]: Entering directory '/tmp/buildd/hexter-1.0.2'
make[4]: Entering directory '/tmp/buildd/hexter-1.0.2'
make[4]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/hexter" || /bin/mkdir -p "/tmp/buildd/hexter-1.0.2/debian/hexter/usr/share/hexter"
 /usr/bin/install -c -m 644 extra/dx7_roms.dx7 extra/fb01_roms_converted_12.dx7 extra/fb01_roms_converted_34.dx7 extra/fb01_roms_converted_5.dx7 extra/tx7_roms.dx7 '/tmp/buildd/hexter-1.0.2/debian/hexter/usr/share/hexter'
make[4]: Leaving directory '/tmp/buildd/hexter-1.0.2'
make[3]: Leaving directory '/tmp/buildd/hexter-1.0.2'
make[2]: Leaving directory '/tmp/buildd/hexter-1.0.2'
rm -f /tmp/buildd/hexter-1.0.2/debian/hexter/usr/lib/dssi/hexter.la
make[1]: Leaving directory '/tmp/buildd/hexter-1.0.2'
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/hexter/usr/lib/dssi/hexter/hexter_gtk 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/hexter/usr/lib/dssi/hexter/hexter_gtk 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/hexter/usr/lib/dssi/hexter/hexter_gtk 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/hexter/usr/lib/dssi/hexter/hexter_gtk 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/hexter/usr/lib/dssi/hexter/hexter_gtk 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/hexter/usr/lib/dssi/hexter/hexter_gtk was not linked against libatk-1.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
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'hexter-dbgsym' in '../hexter-dbgsym_1.0.2-3_amd64.deb'.
dpkg-deb: building package 'hexter' in '../hexter_1.0.2-3_amd64.deb'.
 dpkg-genbuildinfo  >../hexter_1.0.2-3_amd64.buildinfo
 dpkg-distaddfile hexter_1.0.2-3_amd64.buildinfo sound optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../hexter_1.0.2-3_amd64.changes
dpkg-genchanges: warning: package hexter-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build hexter-1.0.2
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//62996/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//62996/tmp/hooks/B01_cleanup finished
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//62996 and its subdirectories
I: Current time: lundi 31 août 2015, 09:10:56 (UTC+1400)
I: pbuilder-time-stamp: 1440961856
+ false
+ set +x
Format: 1.8
Date: Fri, 18 Oct 2013 12:30:14 +0100
Source: hexter
Binary: hexter
Architecture: amd64
Version: 1.0.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Changed-By: Alessio Treglia <alessio at debian.org>
Description:
 hexter     - Yamaha DX7 modeling DSSI plugin
Changes:
 hexter (1.0.2-3) unstable; urgency=low
 .
   * Team upload.
   * Remove myself from the Uploaders field.
Checksums-Sha1:
 7af2b00941816d5cbf33fec4f19b79c58f2076c5 231030 hexter-dbgsym_1.0.2-3_amd64.deb
 a405263a0545b5400c5e8285b02ea1835fa9e970 9301 hexter_1.0.2-3_amd64.buildinfo
 67ea8d06a3f44f7b4fda4196033ca5a967b6226f 145588 hexter_1.0.2-3_amd64.deb
Checksums-Sha256:
 e36c652e71758e4ffeb3af4ec3f17f4df5598a3751a709628597e37eec037741 231030 hexter-dbgsym_1.0.2-3_amd64.deb
 6e8f3f34258b2729a220d12312597f961c9ad6561df853da2234a7a412abee36 9301 hexter_1.0.2-3_amd64.buildinfo
 755fee22a94a0d4c3d62d3a834f6ce6cf9ca15bcb148384e9df9afb5dad2d587 145588 hexter_1.0.2-3_amd64.deb
Files:
 3af504c5889d6669eed7b80b654068a5 231030 debugsym extra hexter-dbgsym_1.0.2-3_amd64.deb
 7225752bbfb5f98e445d1e009e65462f 9301 sound optional hexter_1.0.2-3_amd64.buildinfo
 f4129d8d8623033ce70db2c2d68e3d75 145588 sound optional hexter_1.0.2-3_amd64.deb
rm: missing operand
Try 'rm --help' for more information.
/srv/reproducible-results/tmp.kl3rFa81XD/tmp.mt7gdfJpOk:	 91.0% -- replaced with /srv/reproducible-results/tmp.kl3rFa81XD/tmp.mt7gdfJpOk.gz
INFO: Starting at 2015-08-30 19:10:56.276006
INFO: Finished at 2015-08-30 19:10:56.284043, took: 0:00:00.008052
Sun 30 Aug 19:10:56 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-clV3Xqwp, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list