[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_5 #4266
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sat Dec 19 01:53:42 UTC 2015
See <https://jenkins.debian.net/job/reproducible_builder_armhf_5/4266/>
------------------------------------------
[...truncated 2519 lines...]
debian/rules override_dh_clean
make[1]: Entering directory '/build/gamine-1.1'
/usr/bin/make clean
make[2]: Entering directory '/build/gamine-1.1'
rm -f gamine gamine.o gamine.desktop *~ locale/*.mo
make[2]: Leaving directory '/build/gamine-1.1'
dh_clean gamine.6 debian/prerm
make[1]: Leaving directory '/build/gamine-1.1'
debian/rules build
dh build
dh_testdir
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory '/build/gamine-1.1'
/usr/bin/make PREFIX=/usr BINDIR=/usr/games DESTDIR=/build/gamine-1.1/debian/tmp PKGDATADIR=/usr/share/games/gamine
make[2]: Entering directory '/build/gamine-1.1'
gcc -o gamine.o -c gamine.c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/arm-linux-gnueabihf/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/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/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gstreamer-1.0 -I/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/include -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -DDATADIR=\""/usr/share/games/gamine"\" -DLOCALDIR=\""/usr/share/locale"\"
gamine.c: In function ‘get_cairo_context’:
gamine.c:132:18: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
cb->is_cairo = TRUE;
^
gamine.c: In function ‘play_random_sound’:
gamine.c:146:16: warning: implicit declaration of function ‘rand’ [-Wimplicit-function-declaration]
gint snd = rand() % (sizeof tab / sizeof *tab);
^
gamine.c: In function ‘draw_string’:
gamine.c:188:18: warning: implicit declaration of function ‘random’ [-Wimplicit-function-declaration]
gfloat red = random() % 10 * 0.1;
^
gamine.c: In function ‘main’:
gamine.c:398:9: warning: ‘gdk_pixbuf_unref’ is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations]
gdk_pixbuf_unref(cursor_pixbuf);
^
In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:33:0,
from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37,
from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
from /usr/include/gtk-2.0/gdk/gdk.h:33,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from gamine.c:8:
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:226:12: note: declared here
void gdk_pixbuf_unref (GdkPixbuf *pixbuf);
^
gamine.c:408:9: warning: ‘gdk_pixbuf_unref’ is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations]
gdk_pixbuf_unref (icon_pixbuf);
^
In file included from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:33:0,
from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37,
from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
from /usr/include/gtk-2.0/gdk/gdk.h:33,
from /usr/include/gtk-2.0/gtk/gtk.h:32,
from gamine.c:8:
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:226:12: note: declared here
void gdk_pixbuf_unref (GdkPixbuf *pixbuf);
^
gcc -o gamine gamine.o -Wl,-z,relro "-Wl,--as-needed" -g -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lcairo -lgstreamer-1.0 -lgobject-2.0 -lgconf-2 -lglib-2.0 -lX11 -lm -DDATADIR=\""/usr/share/games/gamine"\" -DLOCALDIR=\""/usr/share/locale"\"
sed 's at BINDIR@/usr/games@' gamine.desktop.in > gamine.desktop
msgfmt -c -o locale/fr.mo locale/fr.po
locale/fr.po:6: AVERTISSEMENT : Le champ « Language » est absent de l'en-tête
make[2]: Leaving directory '/build/gamine-1.1'
/usr/bin/docbook-to-man debian/gamine.sgml > gamine.6
make[1]: Leaving directory '/build/gamine-1.1'
dh_auto_test
fakeroot debian/rules binary
dh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/build/gamine-1.1'
/usr/bin/make install PREFIX=/usr BINDIR=/usr/games DESTDIR=/build/gamine-1.1/debian/tmp PKGDATADIR=/usr/share/games/gamine
make[2]: Entering directory '/build/gamine-1.1'
mkdir -p /build/gamine-1.1/debian/tmp/usr/games
mkdir -p /build/gamine-1.1/debian/tmp/usr/share/games/gamine/sounds
mkdir -p /build/gamine-1.1/debian/tmp/usr/share/doc/gamine
mkdir -p /build/gamine-1.1/debian/tmp/usr/share/icons/hicolor/scalable/apps
mkdir -p /build/gamine-1.1/debian/tmp/usr/share/applications
mkdir -p /build/gamine-1.1/debian/tmp/usr/etc/gconf/schemas
mkdir -p /build/gamine-1.1/debian/tmp/usr/share/locale/fr/LC_MESSAGES
install -m 755 gamine /build/gamine-1.1/debian/tmp/usr/games/
install -m 644 pencil.png /build/gamine-1.1/debian/tmp/usr/share/games/gamine/
install -m 644 gamine.png /build/gamine-1.1/debian/tmp/usr/share/games/gamine/
install -m 644 sounds/* /build/gamine-1.1/debian/tmp/usr/share/games/gamine/sounds/
install -m 644 README.pencil README.sounds README ChangeLog COPYING /build/gamine-1.1/debian/tmp/usr/share/doc/gamine/
install -m 644 gamine.schemas /build/gamine-1.1/debian/tmp/usr/etc/gconf/schemas/
install -m 644 locale/fr.mo /build/gamine-1.1/debian/tmp/usr/share/locale/fr/LC_MESSAGES/gamine.mo
install -m 644 gamine.desktop /build/gamine-1.1/debian/tmp/usr/share/applications/
install -m 644 gamine.svg /build/gamine-1.1/debian/tmp/usr/share/icons/hicolor/scalable/apps/
make[2]: Leaving directory '/build/gamine-1.1'
dh_gconf
make[1]: Leaving directory '/build/gamine-1.1'
dh_install
dh_installdocs
dh_installchangelogs
dh_installman
dh_installmenu
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_strip
dh_makeshlibs
dh_shlibdeps
dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/gamine/usr/games/gamine » n'y était pas lié avec ld-linux-armhf.so.3 sans nécessité (il n'utilise aucun des symboles de la bibliothèque)
dh_installdeb
dh_gencontrol
dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
dh_md5sums
dh_builddeb
dpkg-deb : construction du paquet « gamine-data » dans « ../gamine-data_1.1-3.1_all.deb ».
dpkg-deb : construction du paquet « gamine » dans « ../gamine_1.1-3.1_armhf.deb ».
dpkg-genchanges -b >../gamine_1.1-3.1_armhf.changes
dpkg-genchanges: envoi des binaires seulement (le code source n'est pas inclus)
dpkg-source --after-build gamine-1.1
dpkg-buildpackage: envoi d'un binaire seulement (aucune inclusion de code source)
I: user script /srv/workspace/pbuilder/3120/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/3120/tmp/hooks/B01_cleanup finished
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "fr_CH.UTF-8",
LANG = "fr_CH.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "fr_CH.UTF-8",
LANG = "fr_CH.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting /sys filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "fr_CH.UTF-8",
LANG = "fr_CH.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting /dev/shm filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "fr_CH.UTF-8",
LANG = "fr_CH.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting dev/pts filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "fr_CH.UTF-8",
LANG = "fr_CH.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting run/shm filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "fr_CH.UTF-8",
LANG = "fr_CH.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting proc filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
I: cleaning the build env
I: removing directory /srv/workspace/pbuilder/3120 and its subdirectories
I: Current time: Sat Dec 19 15:53:17 GMT-14 2015
I: pbuilder-time-stamp: 1450489997
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Sat Dec 19 01:53:17 UTC 2015 - build #2 for gamine/unstable/armhf on bpi0 done.
/srv/reproducible-results/rbuild-debian-rxQokfhd/tmp.wiDdycXCej: 46.0% -- replaced with /srv/reproducible-results/rbuild-debian-rxQokfhd/tmp.wiDdycXCej.gz
Sat Dec 19 01:53:17 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-KQdCPYR5, which will now be removed.
/srv/reproducible-results/rbuild-debian-iHWjQU4x:
total 88
drwxr-xr-x 2 jenkins jenkins 4096 Dec 19 01:20 b1
drwxr-xr-x 2 jenkins jenkins 4096 Dec 19 01:53 b2
-rw-r--r-- 1 jenkins jenkins 2084 Nov 19 20:31 gamine_1.1-3.1.dsc
-rw------- 1 jenkins jenkins 71991 Dec 19 01:20 tmp.kTgLd872Zu
/srv/reproducible-results/rbuild-debian-iHWjQU4x/b1:
total 9968
-rw-r--r-- 1 jenkins jenkins 69212 Dec 19 01:20 build.log
-rw-r--r-- 1 jenkins jenkins 4954420 Dec 19 01:20 gamine-data_1.1-3.1_all.deb
-rw-r--r-- 1 jenkins jenkins 24488 Dec 19 01:20 gamine-dbgsym_1.1-3.1_armhf.deb
-rw-r--r-- 1 jenkins jenkins 9212 Dec 19 01:20 gamine_1.1-3.1.debian.tar.xz
-rw-r--r-- 1 jenkins jenkins 2084 Dec 19 01:20 gamine_1.1-3.1.dsc
-rw-r--r-- 1 jenkins jenkins 9655 Dec 19 01:20 gamine_1.1-3.1_armhf.buildinfo
-rw-r--r-- 1 jenkins jenkins 1629 Dec 19 01:20 gamine_1.1-3.1_armhf.changes
-rw-r--r-- 1 jenkins jenkins 13198 Dec 19 01:20 gamine_1.1-3.1_armhf.deb
-rw-r--r-- 1 jenkins jenkins 5076636 Dec 19 01:20 gamine_1.1.orig.tar.gz
/srv/reproducible-results/rbuild-debian-iHWjQU4x/b2:
total 9952
-rw-r--r-- 1 jenkins jenkins 88396 Dec 19 01:53 build.log
-rw-r--r-- 1 jenkins jenkins 4952896 Dec 19 01:53 gamine-data_1.1-3.1_all.deb
-rw-r--r-- 1 jenkins jenkins 9212 Dec 19 01:53 gamine_1.1-3.1.debian.tar.xz
-rw-r--r-- 1 jenkins jenkins 2084 Dec 19 01:53 gamine_1.1-3.1.dsc
-rw-r--r-- 1 jenkins jenkins 1096 Dec 19 01:53 gamine_1.1-3.1_armhf.changes
-rw-r--r-- 1 jenkins jenkins 13270 Dec 19 01:53 gamine_1.1-3.1_armhf.deb
-rw-r--r-- 1 jenkins jenkins 5076636 Dec 19 01:53 gamine_1.1.orig.tar.gz
Format: 1.8
Date: Sat, 14 Nov 2015 23:56:11 +0100
Source: gamine
Binary: gamine gamine-data
Architecture: all armhf
Version: 1.1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Changed-By: Moritz Muehlenhoff <jmm at debian.org>
Description:
gamine - Interactive game for young children
gamine-data - data files for gamine game
Closes: 785832
Changes:
gamine (1.1-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Port to gstreamer 1.0 (Closes: #785832)
Checksums-Sha1:
eee44e647902052fc25ce44cbc2ce54a1e18a69f 4954420 gamine-data_1.1-3.1_all.deb
d5cf5b4677fe6a9492898bc9dca41bb544ba70bb 24488 gamine-dbgsym_1.1-3.1_armhf.deb
2cec5078c6c37a4f2303025751da5a1735d7a4d3 9655 gamine_1.1-3.1_armhf.buildinfo
34a1db5655712f1db8b3177bb99cac3a836611b3 13198 gamine_1.1-3.1_armhf.deb
Checksums-Sha256:
60794a890fb051a07fd6f73e42920d358436b7f5c6c33de7af4a086d25aeb0d2 4954420 gamine-data_1.1-3.1_all.deb
350e4de2974c974459affefcdb4bba340935076cf2d734c31dc218a5c23c4b16 24488 gamine-dbgsym_1.1-3.1_armhf.deb
469610e6a87b2a0d40b4c05bdcd2998b7e8bc7f79756300ed23b5e1bcc6677be 9655 gamine_1.1-3.1_armhf.buildinfo
ab1809d135b508dac4e22dd86df31127949e3ec9216936e9d1ab28b4f76112e6 13198 gamine_1.1-3.1_armhf.deb
Files:
39dac2dd4256ff71e8288a457d073698 4954420 games optional gamine-data_1.1-3.1_all.deb
d3ac65bd140ecdbc8c63df64d894f803 24488 debug extra gamine-dbgsym_1.1-3.1_armhf.deb
e663b2296b9f089c1b68ddf101aa191b 9655 games optional gamine_1.1-3.1_armhf.buildinfo
3c5dc508b5032db961e3644c7e5ac264 13198 games optional gamine_1.1-3.1_armhf.deb
grep-dctrl: ./b2/gamine_1.1-3.1_armhf.buildinfo: No such file or directory
/srv/reproducible-results/rbuild-debian-iHWjQU4x/tmp.kTgLd872Zu: 81.3% -- replaced with /srv/reproducible-results/rbuild-debian-iHWjQU4x/tmp.kTgLd872Zu.gz
INFO: Starting at 2015-12-19 01:53:42.624329
INFO: Finished at 2015-12-19 01:53:42.634101, took: 0:00:00.009783
Sat 19 Dec 01:53:42 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-he0vWj7D, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list