[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_5 #4276

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Dec 19 19:32:56 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_armhf_5/4276/>

------------------------------------------
[...truncated 875 lines...]
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
	make -j1
make[1]: Entering directory '/build/libois-perl-0.05'
cp OIS/MouseListener.pm blib/lib/OIS/MouseListener.pm
cp OIS/MouseEvent.pm blib/lib/OIS/MouseEvent.pm
cp OIS/JoyStick.pm blib/lib/OIS/JoyStick.pm
cp OIS/Keyboard.pm blib/lib/OIS/Keyboard.pm
cp OIS/MouseState.pm blib/lib/OIS/MouseState.pm
cp OIS/KeyListener.pm blib/lib/OIS/KeyListener.pm
cp OIS/Exception.pm blib/lib/OIS/Exception.pm
cp OIS/KeyEvent.pm blib/lib/OIS/KeyEvent.pm
cp OIS/JoyStickListener.pm blib/lib/OIS/JoyStickListener.pm
cp OIS/Mouse.pm blib/lib/OIS/Mouse.pm
cp OIS/InputManager.pm blib/lib/OIS/InputManager.pm
cp OIS/EventArg.pm blib/lib/OIS/EventArg.pm
cp OIS/JoyStickEvent.pm blib/lib/OIS/JoyStickEvent.pm
cp OIS/Object.pm blib/lib/OIS/Object.pm
cp OIS/Axis.pm blib/lib/OIS/Axis.pm
cp OIS.pm blib/lib/OIS.pm
cp OIS/JoyStickState.pm blib/lib/OIS/JoyStickState.pm
Running Mkbootstrap for OIS ()
chmod 644 "OIS.bs"
"/usr/bin/perl" "/usr/share/perl/5.22/ExtUtils/xsubpp"  -C++ -typemap "/usr/share/perl/5.22/ExtUtils/typemap" -typemap "perlobject.map" -typemap "typemap"  OIS.xs > OIS.xsc && mv OIS.xsc OIS.c
The INCLUDE directive with a command is discouraged. Use INCLUDE_COMMAND instead! In particular using 'perl' in an 'INCLUDE: ... |' directive is not guaranteed to pick up the correct perl. The INCLUDE_COMMAND directive allows the use of $^X as the currently running perl, see 'perldoc perlxs' for details. in OIS.xs, line 66
g++ -c  -I/usr/include/ois -I. -Wno-write-strings -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib/arm-linux-gnueabihf/perl/5.22/CORE"   OIS.c
g++ -c  -I/usr/include/ois -I. -Wno-write-strings -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib/arm-linux-gnueabihf/perl/5.22/CORE"   PerlOISJoyStickListener.cpp
g++ -c  -I/usr/include/ois -I. -Wno-write-strings -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib/arm-linux-gnueabihf/perl/5.22/CORE"   PerlOISKeyListener.cpp
g++ -c  -I/usr/include/ois -I. -Wno-write-strings -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib/arm-linux-gnueabihf/perl/5.22/CORE"   PerlOISMouseListener.cpp
rm -f blib/arch/auto/OIS/OIS.so
arm-linux-gnueabihf-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro  -shared -L/usr/local/lib -fstack-protector-strong OIS.o PerlOISJoyStickListener.o PerlOISKeyListener.o PerlOISMouseListener.o  -o blib/arch/auto/OIS/OIS.so 	\
   -lOIS  	\
  
chmod 755 blib/arch/auto/OIS/OIS.so
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- OIS.bs blib/arch/auto/OIS/OIS.bs 644
Manifying 1 pod document
make[1]: Leaving directory '/build/libois-perl-0.05'
   dh_auto_test
	make -j1 test TEST_VERBOSE=1
make[1]: Entering directory '/build/libois-perl-0.05'
Running Mkbootstrap for OIS ()
chmod 644 "OIS.bs"
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/000_use.t ........... 
1..1
ok 1 - use OIS;
ok
t/010_inputmanager.t .. 
1..3
ok 1 - use OIS;
ok 2 - use OIS::InputManager;
ok 3 - check getVersionNumber
ok
t/090_exception.t ..... 
1..8
ok 1 - use OIS;
ok 2 - use OIS::Exception;
ok 3 - E_General is a number
ok 4 - An object of class 'OIS::Exception' isa 'OIS::Exception'
ok 5 - exception object has correct eType
ok 6 - exception object has correct eLine
ok 7 - exception object has correct eFile
ok 8 - exception object has correct eText
ok
All tests successful.
Files=3, Tests=12,  1 wallclock secs ( 0.19 usr  0.03 sys +  0.60 cusr  0.11 csys =  0.93 CPU)
Result: PASS
make[1]: Leaving directory '/build/libois-perl-0.05'
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/build/libois-perl-0.05/debian/libois-perl AM_UPDATE_INFO_DIR=no PREFIX=/usr
make[1]: Entering directory '/build/libois-perl-0.05'
Manifying 1 pod document
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/auto/OIS/OIS.so
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/KeyEvent.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/JoyStick.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/MouseListener.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/MouseState.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/Object.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/JoyStickListener.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/EventArg.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/Keyboard.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/Mouse.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/MouseEvent.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/InputManager.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/Exception.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/Axis.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/JoyStickEvent.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/KeyListener.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/lib/arm-linux-gnueabihf/perl5/5.22/OIS/JoyStickState.pm
Installing /build/libois-perl-0.05/debian/libois-perl/usr/share/man/man3/OIS.3pm
make[1]: Leaving directory '/build/libois-perl-0.05'
   dh_installdocs
   dh_installchangelogs
   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: 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 « libois-perl » dans « ../libois-perl_0.05-3_armhf.deb ».
 dpkg-genchanges -b >../libois-perl_0.05-3_armhf.changes
dpkg-genchanges: envoi des binaires seulement (le code source n'est pas inclus)
 dpkg-source --after-build libois-perl-0.05
dpkg-buildpackage: envoi d'un binaire seulement (aucune inclusion de code source)
I: user script /srv/workspace/pbuilder/26106/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/26106/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/26106 and its subdirectories
I: Current time: Sun Dec 20 09:32:49 GMT-14 2015
I: pbuilder-time-stamp: 1450553569
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Sat Dec 19 19:32:49 UTC 2015 - build #2 for libois-perl/unstable/armhf on bpi0 done.
/srv/reproducible-results/rbuild-debian-Iy8KRyT8/tmp.XJ8TxA1lGv:	 51.2% -- replaced with /srv/reproducible-results/rbuild-debian-Iy8KRyT8/tmp.XJ8TxA1lGv.gz
Sat Dec 19 19:32:49 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-mbKuVMNZ, which will now be removed.
/srv/reproducible-results/rbuild-debian-dsDxQBoT:
total 32
drwxr-xr-x 2 jenkins jenkins  4096 Dec 19 19:27 b1
drwxr-xr-x 2 jenkins jenkins  4096 Dec 19 19:32 b2
-rw-r--r-- 1 jenkins jenkins  1981 Apr 19  2012 libois-perl_0.05-3.dsc
-rw------- 1 jenkins jenkins 19111 Dec 19 19:28 tmp.Ev5zmjmjhk

/srv/reproducible-results/rbuild-debian-dsDxQBoT/b1:
total 328
-rw-r--r-- 1 jenkins jenkins  16410 Dec 19 19:27 build.log
-rw-r--r-- 1 jenkins jenkins 241544 Dec 19 19:27 libois-perl-dbgsym_0.05-3_armhf.deb
-rw-r--r-- 1 jenkins jenkins   2324 Dec 19 19:27 libois-perl_0.05-3.debian.tar.gz
-rw-r--r-- 1 jenkins jenkins   1981 Dec 19 19:27 libois-perl_0.05-3.dsc
-rw-r--r-- 1 jenkins jenkins   4677 Dec 19 19:27 libois-perl_0.05-3_armhf.buildinfo
-rw-r--r-- 1 jenkins jenkins   1497 Dec 19 19:27 libois-perl_0.05-3_armhf.changes
-rw-r--r-- 1 jenkins jenkins  28946 Dec 19 19:27 libois-perl_0.05-3_armhf.deb
-rw-r--r-- 1 jenkins jenkins  15949 Dec 19 19:27 libois-perl_0.05.orig.tar.gz

/srv/reproducible-results/rbuild-debian-dsDxQBoT/b2:
total 88
-rw-r--r-- 1 jenkins jenkins 28302 Dec 19 19:32 build.log
-rw-r--r-- 1 jenkins jenkins  2324 Dec 19 19:32 libois-perl_0.05-3.debian.tar.gz
-rw-r--r-- 1 jenkins jenkins  1981 Dec 19 19:32 libois-perl_0.05-3.dsc
-rw-r--r-- 1 jenkins jenkins   938 Dec 19 19:32 libois-perl_0.05-3_armhf.changes
-rw-r--r-- 1 jenkins jenkins 29054 Dec 19 19:32 libois-perl_0.05-3_armhf.deb
-rw-r--r-- 1 jenkins jenkins 15949 Dec 19 19:32 libois-perl_0.05.orig.tar.gz
Format: 1.8
Date: Thu, 19 Apr 2012 21:46:12 +0200
Source: libois-perl
Binary: libois-perl
Architecture: armhf
Version: 0.05-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Changed-By: Alessandro Ghedini <ghedo at debian.org>
Description:
 libois-perl - Perl binding for the OIS C++ input framework
Closes: 669448
Changes:
 libois-perl (0.05-3) unstable; urgency=low
 .
   * Team upload
   * Add fix-ois-header.patch to fix a FTBFS (Closes: #669448)
   * Bump debhelper compat level to 9
   * Update d/copyright to copyright-format 1.0
   * Bump Standards-Version to 3.9.3
Checksums-Sha1:
 5104b17481f17a7390e6916c3db97dc250a0552a 241544 libois-perl-dbgsym_0.05-3_armhf.deb
 5ad9635b9dae19ad18fb73cb4071cb94ff55d7eb 4677 libois-perl_0.05-3_armhf.buildinfo
 41d43bc2cf4599652ee06d68fedad686f974b541 28946 libois-perl_0.05-3_armhf.deb
Checksums-Sha256:
 cacba5622b9c898222e882b73457659e9fcd2b34f37c644c8c85144d4af5b51c 241544 libois-perl-dbgsym_0.05-3_armhf.deb
 163bd7877a0ce1a6092ba11aa9463dee48438d88affd94efcef1b287fea4bbc5 4677 libois-perl_0.05-3_armhf.buildinfo
 bf10e742f95dc2a07a142804b11e47fb5464e0a2b079d9f495fc17eff8c4a119 28946 libois-perl_0.05-3_armhf.deb
Files:
 6d65678f872041249ae85af73683cbb7 241544 debug extra libois-perl-dbgsym_0.05-3_armhf.deb
 0cb859d447b4793de6a82b49c167a6bd 4677 perl optional libois-perl_0.05-3_armhf.buildinfo
 215a0870e297c32ace1fb1441c38ce3a 28946 perl optional libois-perl_0.05-3_armhf.deb
grep-dctrl: ./b2/libois-perl_0.05-3_armhf.buildinfo: No such file or directory
/srv/reproducible-results/rbuild-debian-dsDxQBoT/tmp.Ev5zmjmjhk:	 69.7% -- replaced with /srv/reproducible-results/rbuild-debian-dsDxQBoT/tmp.Ev5zmjmjhk.gz
INFO: Starting at 2015-12-19 19:32:55.941898
INFO: Finished at 2015-12-19 19:32:55.955045, took: 0:00:00.013163
Sat 19 Dec 19:32:55 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-eyMhTwr6, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list