[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_i386_16 #27070
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Dec 2 17:42:21 UTC 2016
https://jenkins.debian.net/job/reproducible_builder_i386_16/27070/------------------------------------------
[...truncated 11696 lines...]
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:251:0,
from ../src/jalv_gtk.c:19:
/usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:91:12: note: declared here
void gtk_alignment_set_padding (GtkAlignment *alignment,
^~~~~~~~~~~~~~~~~~~~~~~~~
../src/jalv_gtk.c:776:3: warning: 'gtk_alignment_get_type' is deprecated [-Wdeprecated-declarations]
gtk_alignment_set_padding(GTK_ALIGNMENT(alignment), 0, 0, 8, 8);
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:251:0,
from ../src/jalv_gtk.c:19:
/usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77:12: note: declared here
GType gtk_alignment_get_type (void) G_GNUC_CONST;
^~~~~~~~~~~~~~~~~~~~~~
../src/jalv_gtk.c: In function 'build_menu':
../src/jalv_gtk.c:799:2: warning: 'gtk_image_menu_item_new_from_stock' is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations]
GtkWidget* save = gtk_image_menu_item_new_from_stock(GTK_STOCK_SAVE, ag);
^~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:265:0,
from ../src/jalv_gtk.c:19:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared here
GtkWidget* gtk_image_menu_item_new_from_stock (const gchar *stock_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jalv_gtk.c:799:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
GtkWidget* save = gtk_image_menu_item_new_from_stock(GTK_STOCK_SAVE, ag);
^~~~~~~~~
../src/jalv_gtk.c:800:2: warning: 'gtk_image_menu_item_new_from_stock' is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations]
GtkWidget* quit = gtk_image_menu_item_new_from_stock(GTK_STOCK_QUIT, ag);
^~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:265:0,
from ../src/jalv_gtk.c:19:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared here
GtkWidget* gtk_image_menu_item_new_from_stock (const gchar *stock_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jalv_gtk.c:800:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
GtkWidget* quit = gtk_image_menu_item_new_from_stock(GTK_STOCK_QUIT, ag);
^~~~~~~~~
../src/jalv_gtk.c: In function 'jalv_open_ui':
../src/jalv_gtk.c:854:2: warning: 'gtk_alignment_new' is deprecated [-Wdeprecated-declarations]
GtkWidget* alignment = gtk_alignment_new(0.5, 0.5, 1.0, 1.0);
^~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:251:0,
from ../src/jalv_gtk.c:19:
/usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:79:12: note: declared here
GtkWidget* gtk_alignment_new (gfloat xalign,
^~~~~~~~~~~~~~~~~
../src/jalv_gtk.c:874:3: warning: 'gtk_scrolled_window_add_with_viewport' is deprecated: Use 'gtk_container_add' instead [-Wdeprecated-declarations]
gtk_scrolled_window_add_with_viewport(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:183:0,
from ../src/jalv_gtk.c:19:
/usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:186:13: note: declared here
void gtk_scrolled_window_add_with_viewport (GtkScrolledWindow *scrolled_window,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/jalv.c: In function 'jack_process_cb':
../src/jalv.c:548:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
port->control = *(float*)body;
^~~~
../src/jalv.c:629:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*(float*)ev->body = port->control;
^
../src/jalv.c: In function 'jalv_ui_instantiate':
../src/jalv.c:699:3: warning: 'lilv_uri_to_path' is deprecated [-Wdeprecated-declarations]
lilv_uri_to_path(lilv_node_as_uri(lilv_ui_get_bundle_uri(jalv->ui))),
^~~~~~~~~~~~~~~~
In file included from ../src/jalv_internal.h:26:0,
from ../src/jalv.c:40:
/usr/include/lilv-0/lilv/lilv.h:129:1: note: declared here
lilv_uri_to_path(const char* uri);
^~~~~~~~~~~~~~~~
../src/jalv.c:700:3: warning: 'lilv_uri_to_path' is deprecated [-Wdeprecated-declarations]
lilv_uri_to_path(lilv_node_as_uri(lilv_ui_get_binary_uri(jalv->ui))),
^~~~~~~~~~~~~~~~
In file included from ../src/jalv_internal.h:26:0,
from ../src/jalv.c:40:
/usr/include/lilv-0/lilv/lilv.h:129:1: note: declared here
lilv_uri_to_path(const char* uri);
^~~~~~~~~~~~~~~~
../src/jalv.c: In function 'main':
../src/jalv.c:1143:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers]
options_feature.data = &options;
^
[30/33] cprogram: build/src/jalv.c.2.o build/src/symap.c.2.o build/src/state.c.2.o build/src/lv2_evbuf.c.2.o build/src/worker.c.2.o build/src/log.c.2.o build/src/jalv_gtk.c.2.o -> build/jalv.gtk
../src/jalv.c: In function 'jack_process_cb':
../src/jalv.c:548:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
port->control = *(float*)body;
^~~~
../src/jalv.c:629:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*(float*)ev->body = port->control;
^
../src/jalv.c: In function 'jalv_ui_instantiate':
../src/jalv.c:699:3: warning: 'lilv_uri_to_path' is deprecated [-Wdeprecated-declarations]
lilv_uri_to_path(lilv_node_as_uri(lilv_ui_get_bundle_uri(jalv->ui))),
^~~~~~~~~~~~~~~~
In file included from ../src/jalv_internal.h:26:0,
from ../src/jalv.c:40:
/usr/include/lilv-0/lilv/lilv.h:129:1: note: declared here
lilv_uri_to_path(const char* uri);
^~~~~~~~~~~~~~~~
../src/jalv.c:700:3: warning: 'lilv_uri_to_path' is deprecated [-Wdeprecated-declarations]
lilv_uri_to_path(lilv_node_as_uri(lilv_ui_get_binary_uri(jalv->ui))),
^~~~~~~~~~~~~~~~
In file included from ../src/jalv_internal.h:26:0,
from ../src/jalv.c:40:
/usr/include/lilv-0/lilv/lilv.h:129:1: note: declared here
lilv_uri_to_path(const char* uri);
^~~~~~~~~~~~~~~~
../src/jalv.c: In function 'main':
../src/jalv.c:1143:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers]
options_feature.data = &options;
^
[31/33] cprogram: build/src/jalv.c.1.o build/src/symap.c.1.o build/src/state.c.1.o build/src/lv2_evbuf.c.1.o build/src/worker.c.1.o build/src/log.c.1.o build/src/jalv_console.c.1.o -> build/jalv
../src/jalv.c: In function 'jack_process_cb':
../src/jalv.c:548:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
port->control = *(float*)body;
^~~~
../src/jalv.c:629:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*(float*)ev->body = port->control;
^
../src/jalv.c: In function 'jalv_ui_instantiate':
../src/jalv.c:699:3: warning: 'lilv_uri_to_path' is deprecated [-Wdeprecated-declarations]
lilv_uri_to_path(lilv_node_as_uri(lilv_ui_get_bundle_uri(jalv->ui))),
^~~~~~~~~~~~~~~~
In file included from ../src/jalv_internal.h:26:0,
from ../src/jalv.c:40:
/usr/include/lilv-0/lilv/lilv.h:129:1: note: declared here
lilv_uri_to_path(const char* uri);
^~~~~~~~~~~~~~~~
../src/jalv.c:700:3: warning: 'lilv_uri_to_path' is deprecated [-Wdeprecated-declarations]
lilv_uri_to_path(lilv_node_as_uri(lilv_ui_get_binary_uri(jalv->ui))),
^~~~~~~~~~~~~~~~
In file included from ../src/jalv_internal.h:26:0,
from ../src/jalv.c:40:
/usr/include/lilv-0/lilv/lilv.h:129:1: note: declared here
lilv_uri_to_path(const char* uri);
^~~~~~~~~~~~~~~~
../src/jalv.c: In function 'main':
../src/jalv.c:1143:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers]
options_feature.data = &options;
^
[32/33] cprogram: build/src/jalv.c.3.o build/src/symap.c.3.o build/src/state.c.3.o build/src/lv2_evbuf.c.3.o build/src/worker.c.3.o build/src/log.c.3.o build/src/jalv_gtk.c.3.o -> build/jalv.gtk3
../src/jalv.c: In function 'jack_process_cb':
../src/jalv.c:548:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
port->control = *(float*)body;
^~~~
../src/jalv.c:629:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*(float*)ev->body = port->control;
^
../src/jalv.c: In function 'jalv_ui_instantiate':
../src/jalv.c:699:3: warning: 'lilv_uri_to_path' is deprecated [-Wdeprecated-declarations]
lilv_uri_to_path(lilv_node_as_uri(lilv_ui_get_bundle_uri(jalv->ui))),
^~~~~~~~~~~~~~~~
In file included from ../src/jalv_internal.h:26:0,
from ../src/jalv.c:40:
/usr/include/lilv-0/lilv/lilv.h:129:1: note: declared here
lilv_uri_to_path(const char* uri);
^~~~~~~~~~~~~~~~
../src/jalv.c:700:3: warning: 'lilv_uri_to_path' is deprecated [-Wdeprecated-declarations]
lilv_uri_to_path(lilv_node_as_uri(lilv_ui_get_binary_uri(jalv->ui))),
^~~~~~~~~~~~~~~~
In file included from ../src/jalv_internal.h:26:0,
from ../src/jalv.c:40:
/usr/include/lilv-0/lilv/lilv.h:129:1: note: declared here
lilv_uri_to_path(const char* uri);
^~~~~~~~~~~~~~~~
../src/jalv.c: In function 'main':
../src/jalv.c:1143:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers]
options_feature.data = &options;
^
[33/33] cxxprogram: build/src/jalv.c.5.o build/src/symap.c.5.o build/src/state.c.5.o build/src/lv2_evbuf.c.5.o build/src/worker.c.5.o build/src/log.c.5.o build/src/jalv_qt4.cpp.5.o -> build/jalv.qt
Waf: Leaving directory `/build/jalv-1.4.6~dfsg0/build'
'build' finished successfully (1.042s)
make[1]: Leaving directory '/build/jalv-1.4.6~dfsg0'
dh_auto_test
fakeroot debian/rules binary
dh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/build/jalv-1.4.6~dfsg0'
./waf install --destdir=/build/jalv-1.4.6~dfsg0/debian/jalv
Waf: Entering directory `/build/jalv-1.4.6~dfsg0/build'
+ install /build/jalv-1.4.6~dfsg0/debian/jalv/usr/bin/jalv.gtk (from build/jalv.gtk)
+ install /build/jalv-1.4.6~dfsg0/debian/jalv/usr/bin/jalv (from build/jalv)
+ install /build/jalv-1.4.6~dfsg0/debian/jalv/usr/share/man/man1/jalv.1 (from doc/jalv.1)
+ install /build/jalv-1.4.6~dfsg0/debian/jalv/usr/bin/jalv.qt (from build/jalv.qt)
+ install /build/jalv-1.4.6~dfsg0/debian/jalv/usr/bin/jalv.gtk3 (from build/jalv.gtk3)
+ install /build/jalv-1.4.6~dfsg0/debian/jalv/usr/share/man/man1/jalv.gtk.1 (from doc/jalv.gtk.1)
+ install /build/jalv-1.4.6~dfsg0/debian/jalv/usr/share/man/man1/jalv.gtkmm.1 (from doc/jalv.gtkmm.1)
+ install /build/jalv-1.4.6~dfsg0/debian/jalv/usr/share/man/man1/jalv.qt.1 (from doc/jalv.qt.1)
Waf: Leaving directory `/build/jalv-1.4.6~dfsg0/build'
'install' finished successfully (0.029s)
make[1]: Leaving directory '/build/jalv-1.4.6~dfsg0'
dh_installdocs
debian/rules override_dh_installchangelogs
make[1]: Entering directory '/build/jalv-1.4.6~dfsg0'
dh_installchangelogs NEWS
make[1]: Leaving directory '/build/jalv-1.4.6~dfsg0'
dh_installman
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_strip
dh_makeshlibs
dh_shlibdeps
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 'jalv-dbgsym' in '../jalv-dbgsym_1.4.6~dfsg0-2_i386.deb'.
dpkg-deb: building package 'jalv' in '../jalv_1.4.6~dfsg0-2_i386.deb'.
dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges --build=binary >../jalv_1.4.6~dfsg0-2_i386.changes
dpkg-genchanges: info: binary-only upload (no source code included)
dpkg-source --after-build jalv-1.4.6~dfsg0
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
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/8026 and its subdirectories
I: Current time: Thu Jan 4 12:04:13 -12 2018
I: pbuilder-time-stamp: 1515110653
216c216
< libperl5.24 (= 5.24.1~rc3-3),
---
> libperl5.24 (= 5.24.1~rc4-1),
387,389c387,389
< perl (= 5.24.1~rc3-3),
< perl-base (= 5.24.1~rc3-3),
< perl-modules-5.24 (= 5.24.1~rc3-3),
---
> perl (= 5.24.1~rc4-1),
> perl-base (= 5.24.1~rc4-1),
> perl-modules-5.24 (= 5.24.1~rc4-1),
Error: database is locked
/srv/reproducible-results/rbuild-debian-yuu4EXT7/tmp.GvRk6M4yla: 84.2% -- replaced with /srv/reproducible-results/rbuild-debian-yuu4EXT7/tmp.GvRk6M4yla.gz
INFO: Starting at 2016-12-02 17:42:16.112956
INFO: Finished at 2016-12-02 17:42:21.046492, took: 0:00:04.933552
Fri 2 Dec 17:42:21 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-1CvHUzjj, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list