[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_arm64_24 #2034
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Jan 6 02:34:33 UTC 2017
https://jenkins.debian.net/job/reproducible_builder_arm64_24/2034/------------------------------------------
[...truncated 1.07 MB...]
src/gnome-ask-password-agent.vala:265.30-265.51: warning: local variable `i' declared but never used
MyStatusIcon i = new MyStatusIcon();
^^^^^^^^^^^^^^^^^^^^^^
Compilation succeeded - 4 warning(s)
mv -f systemd_gnome_ask_password_agent_vala.stamp-t systemd_gnome_ask_password_agent_vala.stamp
gcc -DHAVE_CONFIG_H -I. -include ./config.h -I ./src -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -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/aarch64-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/aarch64-linux-gnu/glib-2.0/include -Wno-unused-variable -Wno-unused-function -Wno-shadow -Wno-format-nonliteral -g -O2 -fdebug-prefix-map=/build/systemd-ui-3/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -pipe -Wall -W -Wextra -Wno-inline -Wvla -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings -Wno-long-long -Wno-overlength-strings -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-unused-but-set-variable -Werror=overflow -Wp,-D_FORTIFY_SOURCE=2 -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--as-needed -Wl,--gc-sections -c -o src/systemd_gnome_ask_password_agent-gnome-ask-password-agent.o `test -f 'src/gnome-ask-password-agent.c' || echo './'`src/gnome-ask-password-agent.c
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala: In function 'password_dialog_construct':
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala:39:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
add_button(Stock.CANCEL, ResponseType.CANCEL);
^ ~~~~~~
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala:40:2: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
add_button(Stock.OK, ResponseType.OK);
^ ~~~~~~
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala: In function 'my_status_icon_construct':
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala:87:2: warning: 'gtk_status_icon_set_title' is deprecated [-Wdeprecated-declarations]
set_title("System Password Request");
^ ~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:271:0,
from src/gnome-ask-password-agent.c:8:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:143:23: note: declared here
void gtk_status_icon_set_title (GtkStatusIcon *status_icon,
^~~~~~~~~~~~~~~~~~~~~~~~~
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala: In function 'my_status_icon_look_for_password':
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala:142:3: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations]
set_visible(false);
^ ~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:271:0,
from src/gnome-ask-password-agent.c:8:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
void gtk_status_icon_set_visible (GtkStatusIcon *status_icon,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala: In function '__lambda4_':
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala:189:2: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations]
set_visible(true);
^ ~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:271:0,
from src/gnome-ask-password-agent.c:8:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
void gtk_status_icon_set_visible (GtkStatusIcon *status_icon,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala: In function 'my_status_icon_load_password':
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala:160:30: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type 'guint64 * {aka long unsigned int *}' [-Wformat=]
if (not_after_as_string.scanf("%llu", out not_after) != 1)
^~~~~~
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala:177:2: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations]
set_tooltip_text(message);
^ ~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:271:0,
from src/gnome-ask-password-agent.c:8:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
void gtk_status_icon_set_tooltip_text (GtkStatusIcon *status_icon,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala:184:2: warning: 'gtk_status_icon_set_from_icon_name' is deprecated [-Wdeprecated-declarations]
set_from_icon_name(icon);
^ ~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:271:0,
from src/gnome-ask-password-agent.c:8:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here
void gtk_status_icon_set_from_icon_name (GtkStatusIcon *status_icon,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala:186:2: warning: 'gtk_status_icon_get_title' is deprecated [-Wdeprecated-declarations]
n = new Notify.Notification(title, message, icon);
^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:271:0,
from src/gnome-ask-password-agent.c:8:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:146:23: note: declared here
const gchar * gtk_status_icon_get_title (GtkStatusIcon *status_icon);
^~~~~~~~~~~~~~~~~~~~~~~~~
/build/systemd-ui-3/2nd/src/gnome-ask-password-agent.vala:191:73: warning: passing argument 4 of 'notify_notification_add_action' from incompatible pointer type [-Wincompatible-pointer-types]
n.add_action("enter_pw", "Enter password", status_icon_activate);
^~~~~~~~~
In file included from /usr/include/libnotify/notify.h:27:0,
from src/gnome-ask-password-agent.c:12:
/usr/include/libnotify/notification.h:176:21: note: expected 'NotifyActionCallback {aka void (*)(struct _NotifyNotification *, char *, void *)}' but argument is of type 'void (*)(NotifyNotification *, const gchar *, void *) {aka void (*)(struct _NotifyNotification *, const char *, void *)}'
void notify_notification_add_action (NotifyNotification *notification,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -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/aarch64-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/aarch64-linux-gnu/glib-2.0/include -Wno-unused-variable -Wno-unused-function -Wno-shadow -Wno-format-nonliteral -g -O2 -fdebug-prefix-map=/build/systemd-ui-3/2nd=. -fstack-protector-strong -Wformat -Werror=format-security -pipe -Wall -W -Wextra -Wno-inline -Wvla -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings -Wno-long-long -Wno-overlength-strings -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Wno-unused-but-set-variable -Werror=overflow -Wp,-D_FORTIFY_SOURCE=2 -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -ffunction-sections -fdata-sections -Wl,--as-needed -Wl,--gc-sections -Wl,-z,relro -o systemd-gnome-ask-password-agent src/systemd_gnome_ask_password_agent-gnome-ask-password-agent.o -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -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
make[3]: Leaving directory '/build/systemd-ui-3/2nd'
make[2]: Leaving directory '/build/systemd-ui-3/2nd'
make[1]: Leaving directory '/build/systemd-ui-3/2nd'
dh_auto_test
make -j1 check VERBOSE=1
make[1]: Entering directory '/build/systemd-ui-3/2nd'
make[2]: Entering directory '/build/systemd-ui-3/2nd'
make[2]: Leaving directory '/build/systemd-ui-3/2nd'
make[1]: Leaving directory '/build/systemd-ui-3/2nd'
fakeroot debian/rules binary
dh binary --with autoreconf
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/build/systemd-ui-3/2nd'
dh_auto_install --destdir=debian/systemd-ui
make -j1 install DESTDIR=/build/systemd-ui-3/2nd/debian/systemd-ui AM_UPDATE_INFO_DIR=no
make[2]: Entering directory '/build/systemd-ui-3/2nd'
make[3]: Entering directory '/build/systemd-ui-3/2nd'
make[4]: Entering directory '/build/systemd-ui-3/2nd'
/bin/mkdir -p '/build/systemd-ui-3/2nd/debian/systemd-ui/usr/bin'
/usr/bin/install -c systemadm systemd-gnome-ask-password-agent '/build/systemd-ui-3/2nd/debian/systemd-ui/usr/bin'
make install-exec-hook
make[5]: Entering directory '/build/systemd-ui-3/2nd'
make[5]: Nothing to be done for 'install-exec-hook'.
make[5]: Leaving directory '/build/systemd-ui-3/2nd'
/bin/mkdir -p '/build/systemd-ui-3/2nd/debian/systemd-ui/usr/share/appdata'
/usr/bin/install -c -m 644 src/systemadm.appdata.xml '/build/systemd-ui-3/2nd/debian/systemd-ui/usr/share/appdata'
/bin/mkdir -p '/build/systemd-ui-3/2nd/debian/systemd-ui/usr/share/applications'
/usr/bin/install -c -m 644 src/systemadm.desktop '/build/systemd-ui-3/2nd/debian/systemd-ui/usr/share/applications'
/bin/mkdir -p '/build/systemd-ui-3/2nd/debian/systemd-ui/usr/share/man/man1'
/usr/bin/install -c -m 644 man/systemadm.1 '/build/systemd-ui-3/2nd/debian/systemd-ui/usr/share/man/man1'
make install-data-hook
make[5]: Entering directory '/build/systemd-ui-3/2nd'
make[5]: Nothing to be done for 'install-data-hook'.
make[5]: Leaving directory '/build/systemd-ui-3/2nd'
make[4]: Leaving directory '/build/systemd-ui-3/2nd'
make[3]: Leaving directory '/build/systemd-ui-3/2nd'
make[2]: Leaving directory '/build/systemd-ui-3/2nd'
make[1]: Leaving directory '/build/systemd-ui-3/2nd'
dh_installdocs
dh_installchangelogs
dh_installman
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_strip
dh_makeshlibs
dh_shlibdeps
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-aarch64.so.1) twice in a symfile
dpkg-shlibdeps: warning: tried to merge the same object (ld-linux-aarch64.so.1) twice in a symfile
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/systemd-ui/usr/bin/systemd-gnome-ask-password-agent debian/systemd-ui/usr/bin/systemadm were not linked against libpthread.so.0 (they use none of the library's symbols)
dh_installdeb
debian/rules override_dh_gencontrol
make[1]: Entering directory '/build/systemd-ui-3/2nd'
dh_gencontrol -psystemd-gui -- -v'1:3-4'
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dh_gencontrol --remaining-packages
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
make[1]: Leaving directory '/build/systemd-ui-3/2nd'
dh_md5sums
dh_builddeb
dpkg-deb: building package 'systemd-ui-dbgsym' in '../systemd-ui-dbgsym_3-4_arm64.deb'.
dpkg-deb: building package 'systemd-gui' in '../systemd-gui_3-4_all.deb'.
dpkg-deb: building package 'systemd-ui' in '../systemd-ui_3-4_arm64.deb'.
dpkg-genbuildinfo --build=binary
dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges --build=binary >../systemd-ui_3-4_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
dpkg-source --after-build 2nd
dpkg-buildpackage: info: binary-only upload (no source included)
I: copying local configuration
I: user script /srv/workspace/pbuilder/29342/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/29342/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/29342 and its subdirectories
I: Current time: Fri Jan 6 16:34:18 +14 2017
I: pbuilder-time-stamp: 1483670058
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Fri Jan 6 02:34:18 UTC 2017 I: Signing ./b2/systemd-ui_3-4_arm64.buildinfo as systemd-ui_3-4_arm64.buildinfo.asc
Fri Jan 6 02:34:18 UTC 2017 I: Signed ./b2/systemd-ui_3-4_arm64.buildinfo as ./b2/systemd-ui_3-4_arm64.buildinfo.asc
Fri Jan 6 02:34:18 UTC 2017 - build #2 for systemd-ui/unstable/arm64 on codethink-sled16-arm64 done.
Starting cleanup.
/srv/reproducible-results/rbuild-debian-O6ROUNkc/tmp.hKnMUJzIlS: All cleanup done.
56.7% -- replaced with /srv/reproducible-results/rbuild-debian-O6ROUNkc/tmp.hKnMUJzIlS.gz
Fri Jan 6 02:34:18 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-aWhHYkXX, which will now be removed.
/srv/reproducible-results/rbuild-debian-AjWt4wSG:
total 460
drwxr-xr-x 2 jenkins jenkins 4096 Jan 6 02:30 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jan 6 02:34 b2
-rw-r--r-- 1 jenkins jenkins 2248 Jun 6 2015 systemd-ui_3-4.dsc
-rw------- 1 jenkins jenkins 451199 Jan 6 02:30 tmp.9WBVfPpN3Z
/srv/reproducible-results/rbuild-debian-AjWt4wSG/b1:
total 764
-rw-r--r-- 1 jenkins jenkins 447574 Jan 6 02:30 build.log
-rw-r--r-- 1 jenkins jenkins 2616 Jan 6 02:30 systemd-gui_3-4_all.deb
-rw-r--r-- 1 jenkins jenkins 238264 Jan 6 02:30 systemd-ui-dbgsym_3-4_arm64.deb
-rw-r--r-- 1 jenkins jenkins 11534 Jan 6 02:30 systemd-ui_3-4_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins 12400 Jan 6 02:30 systemd-ui_3-4_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins 1730 Jan 6 02:30 systemd-ui_3-4_arm64.changes
-rw-r--r-- 1 jenkins jenkins 41570 Jan 6 02:30 systemd-ui_3-4_arm64.deb
/srv/reproducible-results/rbuild-debian-AjWt4wSG/b2:
total 544
-rw-r--r-- 1 jenkins jenkins 221709 Jan 6 02:34 build.log
-rw-r--r-- 1 jenkins jenkins 2616 Jan 6 02:34 systemd-gui_3-4_all.deb
-rw-r--r-- 1 jenkins jenkins 238236 Jan 6 02:34 systemd-ui-dbgsym_3-4_arm64.deb
-rw-r--r-- 1 jenkins jenkins 11534 Jan 6 02:34 systemd-ui_3-4_arm64.buildinfo
-rw-r--r-- 1 jenkins jenkins 12400 Jan 6 02:34 systemd-ui_3-4_arm64.buildinfo.asc
-rw-r--r-- 1 jenkins jenkins 1730 Jan 6 02:34 systemd-ui_3-4_arm64.changes
-rw-r--r-- 1 jenkins jenkins 41552 Jan 6 02:34 systemd-ui_3-4_arm64.deb
Fri Jan 6 02:34:31 UTC 2017 I: systemd-ui_3-4_arm64.changes:
Format: 1.8
Date: Sat, 06 Jun 2015 21:50:15 +0200
Source: systemd-ui
Binary: systemd-gui systemd-ui
Architecture: all arm64
Version: 3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers at lists.alioth.debian.org>
Changed-By: Michael Biebl <biebl at debian.org>
Description:
systemd-gui - transitional package for systemd-ui
systemd-ui - graphical frontend for systemd
Closes: 787873
Changes:
systemd-ui (3-4) unstable; urgency=medium
.
* Fix ambiguous references between GLib.ListStore and Gtk.ListStore.
GLib.ListStore is a new class in GIO and creates a conflict in Vala 0.28.
(Closes: #787873)
Checksums-Sha1:
5aeed99d3f56b27a47661082882b3099bccfa0a6 2616 systemd-gui_3-4_all.deb
c96fe33f18ade489517d7b5c66a968efb86d04ce 238264 systemd-ui-dbgsym_3-4_arm64.deb
f25ebca68a920cc7058a2e7cb094a7b537b5217d 11534 systemd-ui_3-4_arm64.buildinfo
fca77aaf60b0c7c24c8acc4b77b01855d3615c94 41570 systemd-ui_3-4_arm64.deb
Checksums-Sha256:
188bec2e371354ae3a8f1f9762c5e4ce6955a667cc92f5e2452965447faf127d 2616 systemd-gui_3-4_all.deb
05837540c420986cb1efb87d5039ba0f201e21865c9c14d62405a34b8bd18fe3 238264 systemd-ui-dbgsym_3-4_arm64.deb
edb6ffcef2ac86605f7c48579f1c87e84503c491a8444c2672800a56054d3c80 11534 systemd-ui_3-4_arm64.buildinfo
bcd644bdded360fe1c647a9061550e05161e114ea598d130fad3f513ee441295 41570 systemd-ui_3-4_arm64.deb
Files:
02065dba2aad8feec8c345db15def642 2616 oldlibs extra systemd-gui_3-4_all.deb
1cab8759ed5fcc36a6545b7d898423a1 238264 debug extra systemd-ui-dbgsym_3-4_arm64.deb
cbbc9cb940d5bb657c64f322f5e61406 11534 admin extra systemd-ui_3-4_arm64.buildinfo
33efc2db147e0aef71de0804e6d3e510 41570 admin extra systemd-ui_3-4_arm64.deb
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/systemd-ui_3-4.diff’
Diff of the two buildlogs:
--
tee: /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/arm64/systemd-ui_3-4.diff: No space left on device
Starting cleanup.
/srv/reproducible-results/rbuild-debian-AjWt4wSG/tmp.9WBVfPpN3Z: 88.7% -- replaced with /srv/reproducible-results/rbuild-debian-AjWt4wSG/tmp.9WBVfPpN3Z.gz
INFO: Starting at 2017-01-06 02:34:32.708940
INFO: Finished at 2017-01-06 02:34:33.017034, took: 0:00:00.308110
All cleanup done.
Fri 6 Jan 02:34:33 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-M5GvXZLa, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list