[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_32 #7273
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Jan 6 04:06:07 UTC 2017
https://jenkins.debian.net/job/reproducible_builder_amd64_32/7273/------------------------------------------
[...truncated 539.57 KB...]
+ from src/tilda_terminal.h:21,
+ from src/tilda_window.h:20,
+ from src/key_grabber.h:19,
+ from src/key_grabber.c:22:
+/usr/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here
+ gint gdk_screen_height (void) G_GNUC_CONST;
+ ^~~~~~~~~~~~~~~~~
+src/key_grabber.c: In function 'tilda_window_set_active':
+src/key_grabber.c:159:5: warning: 'gtk_widget_get_root_window' is deprecated [-Wdeprecated-declarations]
+ Window x11_root_window = GDK_WINDOW_XID ( gtk_widget_get_root_window (tw->window) );
+ ^~~~~~
+In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27:0,
+ from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
+ from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
+ from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
+ from /usr/include/gtk-3.0/gtk/gtk.h:31,
+ from src/tilda_terminal.h:21,
+ from src/tilda_window.h:20,
+ from src/key_grabber.h:19,
+ from src/key_grabber.c:22:
+/usr/include/gtk-3.0/gtk/gtkwidget.h:1016:15: note: declared here
+ GdkWindow * gtk_widget_get_root_window (GtkWidget *widget);
+ ^~~~~~~~~~~~~~~~~~~~~~~~~~
+src/tilda.c: In function 'parse_cli':
+src/tilda.c:426:9: warning: 'gdk_color_parse' is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations]
+ if (gdk_color_parse(background_color, &col)) {
+ ^~
+In file included from /usr/include/gtk-3.0/gdk/gdkcairo.h:26:0,
+ from /usr/include/gtk-3.0/gdk/gdk.h:33,
+ from /usr/include/gtk-3.0/gtk/gtk.h:30,
+ from src/tilda_terminal.h:21,
+ from src/tilda_window.h:20,
+ from src/tilda.h:19,
+ from src/tilda.c:42:
+/usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:79:11: note: declared here
+ gboolean gdk_color_parse (const gchar *spec,
+ ^~~~~~~~~~~~~~~
+src/tilda_window.c: In function 'tilda_window_search':
+src/tilda_window.c:737:5: warning: 'vte_terminal_search_set_gregex' is deprecated [-Wdeprecated-declarations]
+ vte_terminal_search_set_gregex (VTE_TERMINAL (vteTerminal), regex, 0);
+ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+In file included from /usr/include/vte-2.91/vte/vte.h:35:0,
+ from src/callback_func.h:25,
+ from src/tilda_window.c:20:
+/usr/include/vte-2.91/vte/vtedeprecated.h:63:11: note: declared here
+ void vte_terminal_search_set_gregex (VteTerminal *terminal,
+ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+src/tilda_window.c: In function 'tilda_window_search_forward_cb':
+src/tilda_window.c:761:26: warning: passing argument 1 of 'tilda_window_search' from incompatible pointer type [-Wincompatible-pointer-types]
+ tilda_window_search (button, tw, FALSE);
+ ^~~~~~
+src/tilda_window.c:706:13: note: expected 'GtkWidget * {aka struct _GtkWidget *}' but argument is of type 'GtkButton * {aka struct _GtkButton *}'
+ static void tilda_window_search (G_GNUC_UNUSED GtkWidget *widget, tilda_window *tw, gboolean terminal_search_backwards) {
+ ^~~~~~~~~~~~~~~~~~~
+src/tilda_window.c: In function 'tilda_window_search_backward_cb':
+src/tilda_window.c:765:26: warning: passing argument 1 of 'tilda_window_search' from incompatible pointer type [-Wincompatible-pointer-types]
+ tilda_window_search (button, tw, TRUE);
+ ^~~~~~
+src/tilda_window.c:706:13: note: expected 'GtkWidget * {aka struct _GtkWidget *}' but argument is of type 'GtkButton * {aka struct _GtkButton *}'
+ static void tilda_window_search (G_GNUC_UNUSED GtkWidget *widget, tilda_window *tw, gboolean terminal_search_backwards) {
+ ^~~~~~~~~~~~~~~~~~~
+gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/vte-2.91 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/p11-kit-1 -g -O2 -fdebug-prefix-map=/build/tilda-1.3.1/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -std=c99 -Wl,--as-needed -Wl,-z,relro -o src/tilda src/src_tilda-callback_func.o src/src_tilda-configsys.o src/src_tilda-eggaccelerators.o src/src_tilda-key_grabber.o src/src_tilda-tilda.o src/src_tilda-tilda_terminal.o src/src_tilda-tilda_window.o src/src_tilda-tomboykeybinder.o src/src_tilda-wizard.o src/src_tilda-xerror.o src/src_tilda-glade-resources.o -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lvte-2.91 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lz -lpcre2-8 -lgnutls -lconfuse -lX11
+make[3]: Leaving directory '/build/tilda-1.3.1/2nd'
+make[2]: Leaving directory '/build/tilda-1.3.1/2nd'
+make[1]: Leaving directory '/build/tilda-1.3.1/2nd'
dh_auto_test -O--parallel
- make -j16 check VERBOSE=1
-make[1]: Entering directory '/build/1st/tilda-1.3.1'
+ make -j15 check VERBOSE=1
+make[1]: Entering directory '/build/tilda-1.3.1/2nd'
XMLLINT not set and xmllint not found in path; skipping xml preprocessing.
Making check in po
-make[2]: Entering directory '/build/1st/tilda-1.3.1/po'
-make[2]: Leaving directory '/build/1st/tilda-1.3.1/po'
-make[2]: Entering directory '/build/1st/tilda-1.3.1'
+make[2]: Entering directory '/build/tilda-1.3.1/2nd/po'
+make[2]: Leaving directory '/build/tilda-1.3.1/2nd/po'
+make[2]: Entering directory '/build/tilda-1.3.1/2nd'
XMLLINT not set and xmllint not found in path; skipping xml preprocessing.
-make[2]: Leaving directory '/build/1st/tilda-1.3.1'
-make[1]: Leaving directory '/build/1st/tilda-1.3.1'
+make[2]: Leaving directory '/build/tilda-1.3.1/2nd'
+make[1]: Leaving directory '/build/tilda-1.3.1/2nd'
fakeroot debian/rules binary
dh binary --parallel --with autoreconf
dh_testroot -O--parallel
dh_prep -O--parallel
debian/rules override_dh_auto_install
-make[1]: Entering directory '/build/1st/tilda-1.3.1'
+make[1]: Entering directory '/build/tilda-1.3.1/2nd'
dh_auto_install
- make -j16 install DESTDIR=/build/1st/tilda-1.3.1/debian/tilda AM_UPDATE_INFO_DIR=no
-make[2]: Entering directory '/build/1st/tilda-1.3.1'
+ make -j15 install DESTDIR=/build/tilda-1.3.1/2nd/debian/tilda AM_UPDATE_INFO_DIR=no
+make[2]: Entering directory '/build/tilda-1.3.1/2nd'
XMLLINT not set and xmllint not found in path; skipping xml preprocessing.
Making install in po
-make[3]: Entering directory '/build/1st/tilda-1.3.1/po'
-installing bg.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/bg/LC_MESSAGES/tilda.mo
-installing ca.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/ca/LC_MESSAGES/tilda.mo
-installing cs.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/cs/LC_MESSAGES/tilda.mo
-installing de.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/de/LC_MESSAGES/tilda.mo
-installing el.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/el/LC_MESSAGES/tilda.mo
-installing en_GB.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/en_GB/LC_MESSAGES/tilda.mo
-installing es.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/es/LC_MESSAGES/tilda.mo
-installing fr.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/fr/LC_MESSAGES/tilda.mo
-installing hu.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/hu/LC_MESSAGES/tilda.mo
-installing it.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/it/LC_MESSAGES/tilda.mo
-installing lt.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/lt/LC_MESSAGES/tilda.mo
-installing pl.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/pl/LC_MESSAGES/tilda.mo
-installing pt.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/pt/LC_MESSAGES/tilda.mo
-installing pt_BR.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/pt_BR/LC_MESSAGES/tilda.mo
-installing ru.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/ru/LC_MESSAGES/tilda.mo
-installing sk.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/sk/LC_MESSAGES/tilda.mo
-installing sl.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/sl/LC_MESSAGES/tilda.mo
-installing sv.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/sv/LC_MESSAGES/tilda.mo
-installing tr.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/tr/LC_MESSAGES/tilda.mo
-installing zh_CN.gmo as /build/1st/tilda-1.3.1/debian/tilda/usr/share/locale/zh_CN/LC_MESSAGES/tilda.mo
+make[3]: Entering directory '/build/tilda-1.3.1/2nd/po'
+installing bg.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/bg/LC_MESSAGES/tilda.mo
+installing ca.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/ca/LC_MESSAGES/tilda.mo
+installing cs.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/cs/LC_MESSAGES/tilda.mo
+installing de.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/de/LC_MESSAGES/tilda.mo
+installing el.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/el/LC_MESSAGES/tilda.mo
+installing en_GB.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/en_GB/LC_MESSAGES/tilda.mo
+installing es.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/es/LC_MESSAGES/tilda.mo
+installing fr.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/fr/LC_MESSAGES/tilda.mo
+installing hu.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/hu/LC_MESSAGES/tilda.mo
+installing it.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/it/LC_MESSAGES/tilda.mo
+installing lt.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/lt/LC_MESSAGES/tilda.mo
+installing pl.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/pl/LC_MESSAGES/tilda.mo
+installing pt.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/pt/LC_MESSAGES/tilda.mo
+installing pt_BR.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/pt_BR/LC_MESSAGES/tilda.mo
+installing ru.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/ru/LC_MESSAGES/tilda.mo
+installing sk.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/sk/LC_MESSAGES/tilda.mo
+installing sl.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/sl/LC_MESSAGES/tilda.mo
+installing sv.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/sv/LC_MESSAGES/tilda.mo
+installing tr.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/tr/LC_MESSAGES/tilda.mo
+installing zh_CN.gmo as /build/tilda-1.3.1/2nd/debian/tilda/usr/share/locale/zh_CN/LC_MESSAGES/tilda.mo
if test "tilda" = "gettext-tools"; then \
- /bin/mkdir -p /build/1st/tilda-1.3.1/debian/tilda/usr/share/gettext/po; \
+ /bin/mkdir -p /build/tilda-1.3.1/2nd/debian/tilda/usr/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
- /build/1st/tilda-1.3.1/debian/tilda/usr/share/gettext/po/$file; \
+ /build/tilda-1.3.1/2nd/debian/tilda/usr/share/gettext/po/$file; \
done; \
for file in Makevars; do \
- rm -f /build/1st/tilda-1.3.1/debian/tilda/usr/share/gettext/po/$file; \
+ rm -f /build/tilda-1.3.1/2nd/debian/tilda/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
-make[3]: Leaving directory '/build/1st/tilda-1.3.1/po'
-make[3]: Entering directory '/build/1st/tilda-1.3.1'
+make[3]: Leaving directory '/build/tilda-1.3.1/2nd/po'
+make[3]: Entering directory '/build/tilda-1.3.1/2nd'
XMLLINT not set and xmllint not found in path; skipping xml preprocessing.
-make[4]: Entering directory '/build/1st/tilda-1.3.1'
+make[4]: Entering directory '/build/tilda-1.3.1/2nd'
XMLLINT not set and xmllint not found in path; skipping xml preprocessing.
- /bin/mkdir -p '/build/1st/tilda-1.3.1/debian/tilda/usr/bin'
- /bin/mkdir -p '/build/1st/tilda-1.3.1/debian/tilda/usr/share/appdata'
- /bin/mkdir -p '/build/1st/tilda-1.3.1/debian/tilda/usr/share/applications'
- /bin/mkdir -p '/build/1st/tilda-1.3.1/debian/tilda/usr/share/pixmaps'
- /usr/bin/install -c -m 644 tilda.appdata.xml '/build/1st/tilda-1.3.1/debian/tilda/usr/share/appdata'
- /usr/bin/install -c src/tilda '/build/1st/tilda-1.3.1/debian/tilda/usr/bin'
- /usr/bin/install -c -m 644 tilda.desktop '/build/1st/tilda-1.3.1/debian/tilda/usr/share/applications'
- /usr/bin/install -c -m 644 tilda.png '/build/1st/tilda-1.3.1/debian/tilda/usr/share/pixmaps'
-make[4]: Leaving directory '/build/1st/tilda-1.3.1'
-make[3]: Leaving directory '/build/1st/tilda-1.3.1'
-make[2]: Leaving directory '/build/1st/tilda-1.3.1'
-make[1]: Leaving directory '/build/1st/tilda-1.3.1'
+ /bin/mkdir -p '/build/tilda-1.3.1/2nd/debian/tilda/usr/share/appdata'
+ /bin/mkdir -p '/build/tilda-1.3.1/2nd/debian/tilda/usr/bin'
+ /bin/mkdir -p '/build/tilda-1.3.1/2nd/debian/tilda/usr/share/applications'
+ /bin/mkdir -p '/build/tilda-1.3.1/2nd/debian/tilda/usr/share/pixmaps'
+ /usr/bin/install -c -m 644 tilda.appdata.xml '/build/tilda-1.3.1/2nd/debian/tilda/usr/share/appdata'
+ /usr/bin/install -c src/tilda '/build/tilda-1.3.1/2nd/debian/tilda/usr/bin'
+ /usr/bin/install -c -m 644 tilda.desktop '/build/tilda-1.3.1/2nd/debian/tilda/usr/share/applications'
+ /usr/bin/install -c -m 644 tilda.png '/build/tilda-1.3.1/2nd/debian/tilda/usr/share/pixmaps'
+make[4]: Leaving directory '/build/tilda-1.3.1/2nd'
+make[3]: Leaving directory '/build/tilda-1.3.1/2nd'
+make[2]: Leaving directory '/build/tilda-1.3.1/2nd'
+make[1]: Leaving directory '/build/tilda-1.3.1/2nd'
dh_installdocs -O--parallel
dh_installchangelogs -O--parallel
dh_installman -O--parallel
@@ -2239,15 +2250,17 @@
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges --build=binary >../tilda_1.3.1-1_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
- dpkg-source --after-build tilda-1.3.1
+ dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
+I: user script /srv/workspace/pbuilder/11843/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/11843/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/31970 and its subdirectories
-I: Current time: Wed Feb 7 22:27:24 -12 2018
-I: pbuilder-time-stamp: 1518085644
+I: removing directory /srv/workspace/pbuilder/11843 and its subdirectories
+I: Current time: Fri Jan 6 18:06:05 +14 2017
+I: pbuilder-time-stamp: 1483675565
Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/tilda_1.3.1-1.diff: 89.7% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/tilda_1.3.1-1.diff.gz
b2/build.log: 85.0%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log: 85.1%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/amd64/tilda_1.3.1-1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-i4LUIgDc/tmp.7XabEAFzS0
+ mv /srv/reproducible-results/rbuild-debian-i4LUIgDc/tmp.7XabEAFzS0 /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/tilda_1.3.1-1.rbuild.log
mv: error writing ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/tilda_1.3.1-1.rbuild.log’: No space left on device
mv: failed to extend ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/tilda_1.3.1-1.rbuild.log’: No space left on device
+ cleanup_all
+ echo 'Starting cleanup.'
Starting cleanup.
+ '[' 0 = 1 ']'
+ '[' '!' -z '' ']'
+ '[' '!' -f /srv/reproducible-results/rbuild-debian-i4LUIgDc/tmp.7XabEAFzS0 ']'
+ gzip -9fvn /srv/reproducible-results/rbuild-debian-i4LUIgDc/tmp.7XabEAFzS0
/srv/reproducible-results/rbuild-debian-i4LUIgDc/tmp.7XabEAFzS0: 84.1% -- replaced with /srv/reproducible-results/rbuild-debian-i4LUIgDc/tmp.7XabEAFzS0.gz
+ '[' master = master ']'
+ gen_package_html tilda
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''tilda'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2017-01-06 04:06:07.070996
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/unstable/amd64/tilda_1.3.1-1_amd64.buildinfo
INFO: Finished at 2017-01-06 04:06:07.396984, took: 0:00:00.326030
+ cd -
+ cd
+ rm -r /srv/reproducible-results/rbuild-debian-i4LUIgDc
+ echo 'All cleanup done.'
All cleanup done.
Fri 6 Jan 04:06:07 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-XYECImrv, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list