[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #76166

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Apr 27 13:24:58 BST 2018


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/76166/display/redirect>

------------------------------------------
[...truncated 16.10 KB...]
checking pkg-config is at least version 0.9.0... yes
checking for X11... yes
checking for XLIBS... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libfakekey.pc
config.status: creating fakekey/Makefile
config.status: creating src/Makefile
config.status: creating doc/Doxyfile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands

                    LibFakeKey 0.1
                  ======================

        prefix:                 /usr
        source code location:   .

        Building with Debug:                no
        Building with API Documentation:    no


make  all-recursive
make[1]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1'
Making all in fakekey
make[2]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/fakekey'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/fakekey'
Making all in src
make[2]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2 -g -Wall -fno-strict-aliasing  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT libfakekey.lo -MD -MP -MF ".deps/libfakekey.Tpo" -c -o libfakekey.lo libfakekey.c; \
then mv -f ".deps/libfakekey.Tpo" ".deps/libfakekey.Plo"; else rm -f ".deps/libfakekey.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_FORTIFY_SOURCE=2 -g -Wall -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT libfakekey.lo -MD -MP -MF .deps/libfakekey.Tpo -c libfakekey.c  -fPIC -DPIC -o .libs/libfakekey.o
libfakekey.c: In function 'fakekey_init':
libfakekey.c:204:4: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
    KeySym ks = XKeycodeToKeysym(fk->xdpy,
    ^~~~~~
In file included from ../fakekey/fakekey.h:7:0,
                 from libfakekey.c:29:
/usr/include/X11/Xlib.h:1687:15: note: declared here
 extern KeySym XKeycodeToKeysym(
               ^~~~~~~~~~~~~~~~
libfakekey.c: In function 'fakekey_press_keysym':
libfakekey.c:295:7: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
       if (XKeycodeToKeysym(fk->xdpy, code, 0) != keysym)
       ^~
In file included from ../fakekey/fakekey.h:7:0,
                 from libfakekey.c:29:
/usr/include/X11/Xlib.h:1687:15: note: declared here
 extern KeySym XKeycodeToKeysym(
               ^~~~~~~~~~~~~~~~
libfakekey.c:299:4: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
    if (XKeycodeToKeysym(fk->xdpy, code, 1) == keysym)
    ^~
In file included from ../fakekey/fakekey.h:7:0,
                 from libfakekey.c:29:
/usr/include/X11/Xlib.h:1687:15: note: declared here
 extern KeySym XKeycodeToKeysym(
               ^~~~~~~~~~~~~~~~
libfakekey.c: In function 'fakekey_press':
libfakekey.c:392:26: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
       len_bytes = strlen(utf8_char_in);  /* OK ? */
                          ^~~~~~~~~~~~
In file included from /usr/include/X11/Xfuncs.h:46:0,
                 from /usr/include/X11/Xlibint.h:335,
                 from ../fakekey/fakekey.h:8,
                 from libfakekey.c:29:
/usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'const unsigned char *'
 extern size_t strlen (const char *__s)
               ^~~~~~
/bin/sh ../libtool --tag=CC --mode=link gcc -g -Wall -fno-strict-aliasing  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -lX11 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libfakekey.la -rpath /usr/lib -version-info 0:1:0 libfakekey.lo -lX11 -lXtst 
gcc -shared  .libs/libfakekey.o  -lX11 -lXtst  -march=x86-64 -mtune=generic -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libfakekey.so.0 -o .libs/libfakekey.so.0.0.1
(cd .libs && rm -f libfakekey.so.0 && ln -s libfakekey.so.0.0.1 libfakekey.so.0)
(cd .libs && rm -f libfakekey.so && ln -s libfakekey.so.0.0.1 libfakekey.so)
creating libfakekey.la
(cd .libs && rm -f libfakekey.la && ln -s ../libfakekey.la libfakekey.la)
make[2]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/src'
Making all in tests
make[2]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/tests'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I.. -g -Wall -fno-strict-aliasing   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fakekey-test.o -MD -MP -MF ".deps/fakekey-test.Tpo" -c -o fakekey-test.o fakekey-test.c; \
then mv -f ".deps/fakekey-test.Tpo" ".deps/fakekey-test.Po"; else rm -f ".deps/fakekey-test.Tpo"; exit 1; fi
fakekey-test.c: In function 'main':
fakekey-test.c:10:17: warning: unused variable 'str2' [-Wunused-variable]
   unsigned char str2[] = "\303\270";
                 ^~~~
fakekey-test.c:8:12: warning: unused variable 'i' [-Wunused-variable]
   int      i;
            ^
/bin/sh ../libtool --tag=CC --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -lX11 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o fakekey-test  fakekey-test.o ../src/libfakekey.la 
mkdir .libs
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/fakekey-test fakekey-test.o  -lX11 ../src/.libs/libfakekey.so
creating fakekey-test
make[2]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/tests'
Making all in doc
make[2]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/doc'
make[2]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1'
make[2]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1'
make[1]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1'
==> Entering fakeroot environment...
==> Starting package()...
Making install in fakekey
make[1]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/fakekey'
make[2]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/fakekey'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/include/fakekey" || mkdir -p -- "/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/pkg/libfakekey/usr/include/fakekey"
 /usr/bin/install -c -m 644 'fakekey.h' '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/pkg/libfakekey/usr/include/fakekey/fakekey.h'
make[2]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/fakekey'
make[1]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/fakekey'
Making install in src
make[1]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/src'
make[2]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/src'
test -z "/usr/lib" || mkdir -p -- "/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/pkg/libfakekey/usr/lib"
make[2]: Nothing to be done for 'install-data-am'.
 /bin/sh ../libtool --mode=install /usr/bin/install -c  'libfakekey.la' '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/pkg/libfakekey/usr/lib/libfakekey.la'
/usr/bin/install -c .libs/libfakekey.so.0.0.1 /tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/pkg/libfakekey/usr/lib/libfakekey.so.0.0.1
(cd /tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/pkg/libfakekey/usr/lib && rm -f libfakekey.so.0 && ln -s libfakekey.so.0.0.1 libfakekey.so.0)
(cd /tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/pkg/libfakekey/usr/lib && rm -f libfakekey.so && ln -s libfakekey.so.0.0.1 libfakekey.so)
/usr/bin/install -c .libs/libfakekey.lai /tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/pkg/libfakekey/usr/lib/libfakekey.la
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[2]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/src'
make[1]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/src'
Making install in tests
make[1]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/tests'
make[2]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/tests'
make[1]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/tests'
Making install in doc
make[1]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/doc'
make[2]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/doc'
make[1]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1/doc'
make[1]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1'
make[2]: Entering directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/lib/pkgconfig" || mkdir -p -- "/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/pkg/libfakekey/usr/lib/pkgconfig"
 /usr/bin/install -c -m 644 'libfakekey.pc' '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/pkg/libfakekey/usr/lib/pkgconfig/libfakekey.pc'
make[2]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1'
make[1]: Leaving directory '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/src/libfakekey-0.1'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "libfakekey"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: could not register 'core' database (database already registered)
error: could not register 'extra' database (database already registered)
error: could not register 'community' database (database already registered)
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Signing package(s)...
==> Finished making: libfakekey 0.1-7 (Thu May 30 18:46:27 UTC 2019)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-libfakekey-archlinuxrb-build-CzxvWqdm
+ tee -a /srv/reproducible-results/archlinuxrb-build-CzxvWqdm/b1/libfakekey/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/libfakekey-0.1-7-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-CzxvWqdm/b1/libfakekey/libfakekey-0.1-7-x86_64.pkg.tar.xz'
removed '/tmp/libfakekey-archlinuxrb-build-CzxvWqdm/libfakekey/trunk/libfakekey-0.1-7-x86_64.pkg.tar.xz'
Thu May 30 18:46:28 UTC 2019 - build #1 for libfakekey on profitbricks-build4-amd64 done.
Thu May 30 18:46:28 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-p96INgDc, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-CzxvWqdm:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 12:22 b1
drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 12:22 b2

/srv/reproducible-results/archlinuxrb-build-CzxvWqdm/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 12:22 libfakekey

/srv/reproducible-results/archlinuxrb-build-CzxvWqdm/b1/libfakekey:
total 36
-rw-r--r-- 1 jenkins jenkins 23379 Apr 27 12:22 build1.log
-rw-r--r-- 1 jenkins jenkins     6 Apr 27 12:22 build1.version
-rw-r--r-- 1 jenkins jenkins  6568 Apr 27 12:22 libfakekey-0.1-7-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-CzxvWqdm/b2:
total 0
cp: error writing '/tmp/jenkins-script-pvVRw92R': No space left on device
====================================================================================

Fri Apr 27 12:22:53 UTC 2018 - running /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh () on profitbricks-build3-amd64 now.

To learn to understand this, git clone https://anonscm.debian.org/git/qa/jenkins.debian.net.git
and then have a look at the files README, INSTALL, CONTRIBUTING and maybe TODO.

This invocation of this script, which is located in bin/reproducible_build_archlinux_pkg.sh,
has been called using "2 community libfakekey /srv/reproducible-results/archlinuxrb-build-CzxvWqdm 1524831745" as arguments.

Please send feedback about jenkins to qa-jenkins-dev at lists.alioth.debian.org,
or as a bug against the 'jenkins.debian.org' pseudo-package,
feedback about specific job results should go to their respective lists and/or the BTS.

====================================================================================
Fri Apr 27 12:22:53 UTC 2018 - start running "/srv/jenkins/bin/reproducible_build_archlinux_pkg.sh" (md5sum 6b379752d5c78ae4d62d345197ffc4d8) as "/tmp/jenkins-script-pvVRw92R" on profitbricks-build3-amd64.

Fri Apr 27 12:22:53 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-pvVRw92R, which will now be removed.
rsync: change_dir "/srv/reproducible-results/archlinuxrb-build-CzxvWqdm" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1668) [Receiver=3.1.2]
rsync: [Receiver] write error: Broken pipe (32)
Fri Apr 27 12:22:53 UTC 2018 - rsync from profitbricks-build3-amd64 failed, sleeping 2m before re-trying...
rsync: change_dir "/srv/reproducible-results/archlinuxrb-build-CzxvWqdm" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1668) [Receiver=3.1.2]
rsync: [Receiver] write error: Broken pipe (32)
Warning: error rsyncing remote build #2 results from profitbricks-build3-amd64.
/srv/reproducible-results/archlinuxrb-build-CzxvWqdm:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 12:22 b1
drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 12:22 b2

/srv/reproducible-results/archlinuxrb-build-CzxvWqdm/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 12:22 libfakekey

/srv/reproducible-results/archlinuxrb-build-CzxvWqdm/b1/libfakekey:
total 36
-rw-r--r-- 1 jenkins jenkins 23379 Apr 27 12:22 build1.log
-rw-r--r-- 1 jenkins jenkins     6 Apr 27 12:22 build1.version
-rw-r--r-- 1 jenkins jenkins  6568 Apr 27 12:22 libfakekey-0.1-7-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-CzxvWqdm/b2:
total 0
rm: cannot remove '/srv/reproducible-results/archlinuxrb-build-CzxvWqdm': No such file or directory
Fri Apr 27 12:24:55 UTC 2018 - comparing results now.
diff: /srv/reproducible-results/archlinuxrb-build-CzxvWqdm/b2/libfakekey/libfakekey-0.1-7-x86_64.pkg.tar.xz: No such file or directory
Fri Apr 27 12:24:55 UTC 2018 - something is fishy with libfakekey/libfakekey-0.1-7-x86_64.pkg.tar.xz.
build1.log
build1.version
libfakekey-0.1-7-x86_64.pkg.tar.xz
ls: cannot access '/srv/reproducible-results/archlinuxrb-build-CzxvWqdm/b2/libfakekey': No such file or directory
Fri Apr 27 12:24:55 UTC 2018 - /srv/reproducible-results/archlinuxrb-build-CzxvWqdm deleted.
Fri 27 Apr 12:24:55 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-uNHrZKCp, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list