[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_8 #253903

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Oct 21 06:45:28 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_8/253903/display/redirect>

Changes:


------------------------------------------
[...truncated 21.17 KB...]
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  156k  100  156k    0     0   462k      0 --:--:-- --:--:-- --:--:--  464k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 1721k  100 1721k    0     0  4962k      0 --:--:-- --:--:-- --:--:-- 4960k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 7247k  100 7247k    0     0  17.6M      0 --:--:-- --:--:-- --:--:-- 17.6M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  4  168k    4  7838    0     0  23411      0  0:00:07 --:--:--  0:00:07 23397100  168k  100  168k    0     0   502k      0 --:--:-- --:--:-- --:--:--  502k
:: Starting full system upgrade...
 there is nothing to do
+ source /tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/PKGBUILD
++ pkgname=pixz
++ pkgver=1.0.7
++ pkgrel=3
++ pkgdesc='Parallel, indexed xz compressor'
++ arch=('x86_64')
++ url=https://github.com/vasi/pixz
++ license=('custom')
++ depends=('libarchive')
++ makedepends=('asciidoc')
++ source=(https://github.com/vasi/pixz/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
++ md5sums=('ed227a0a3147db9380f6fe59cc87cd05')
+ '[' -n '' ']'
+ VERSION=1.0.7-3
+ echo 1.0.7-3
+ schroot --run-session -c archlinux-pixz-archlinuxrb-build-hZL0p4y9 --directory /tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk -u root -- su -c 'bash -l -c '\''SOURCE_DATE_EPOCH='\''1666331042'\'' PATH='\''/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' GIT_SSL_NO_VERIFY=1 printenv 2>&1'\''' build2
+ tee -a /srv/reproducible-results/archlinuxrb-build-hZL0p4y9/b2/pixz/build2.log
su: user build2 does not exist or the user entry does not contain all the required fields
+ schroot --run-session -c archlinux-pixz-archlinuxrb-build-hZL0p4y9 --directory /tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk -- bash -l -c 'makepkg --printsrcinfo | awk -F '\'' = '\'' '\''/^\s+validpgpkeys/{print $2}'\''| while read pgpkey; do gpg --keyserver hkp://keyserver.ubuntu.com --recv-key $pgpkey; done'
+ tee -a /srv/reproducible-results/archlinuxrb-build-hZL0p4y9/b2/pixz/build2.log
+ timeout -k 12.1h 12h /usr/bin/ionice -c 3 /usr/bin/nice schroot --run-session -c archlinux-pixz-archlinuxrb-build-hZL0p4y9 --directory /tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk -- bash -l -c 'SOURCE_DATE_EPOCH='\''1666331042'\'' PATH='\''/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' GIT_SSL_NO_VERIFY=1 makepkg --syncdeps --noconfirm --nocheck --skippgpcheck 2>&1'
+ tee -a /srv/reproducible-results/archlinuxrb-build-hZL0p4y9/b2/pixz/build2.log
==> Making package: pixz 1.0.7-3 (Thu Nov 23 12:08:10 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading pixz-1.0.7.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  9  161k    9 15769    0     0  22057      0  0:00:07 --:--:--  0:00:07 22057100  161k  100  161k    0     0   158k      0  0:00:01  0:00:01 --:--:--  489k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
    pixz-1.0.7.tar.gz ... Passed
==> Extracting sources...
  -> Extracting pixz-1.0.7.tar.gz with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking for src/pixz.1... yes
checking for a2x... a2x
checking for ceil in -lm... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pkg-config... /usr/sbin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBARCHIVE... yes
checking for LZMA... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for working strtod... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for strerror... yes
checking for strtol... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking whether htole64 is declared... yes
checking whether le64toh is declared... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7'
Making all in src
make[2]: Entering directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7/src'
gcc -DHAVE_CONFIG_H -I. -I..      -Wall -Wno-unknown-pragmas -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT pixz-common.o -MD -MP -MF .deps/pixz-common.Tpo -c -o pixz-common.o `test -f 'common.c' || echo './'`common.c
gcc -DHAVE_CONFIG_H -I. -I..      -Wall -Wno-unknown-pragmas -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT pixz-cpu.o -MD -MP -MF .deps/pixz-cpu.Tpo -c -o pixz-cpu.o `test -f 'cpu.c' || echo './'`cpu.c
gcc -DHAVE_CONFIG_H -I. -I..      -Wall -Wno-unknown-pragmas -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT pixz-endian.o -MD -MP -MF .deps/pixz-endian.Tpo -c -o pixz-endian.o `test -f 'endian.c' || echo './'`endian.c
gcc -DHAVE_CONFIG_H -I. -I..      -Wall -Wno-unknown-pragmas -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT pixz-list.o -MD -MP -MF .deps/pixz-list.Tpo -c -o pixz-list.o `test -f 'list.c' || echo './'`list.c
gcc -DHAVE_CONFIG_H -I. -I..      -Wall -Wno-unknown-pragmas -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT pixz-pixz.o -MD -MP -MF .deps/pixz-pixz.Tpo -c -o pixz-pixz.o `test -f 'pixz.c' || echo './'`pixz.c
gcc -DHAVE_CONFIG_H -I. -I..      -Wall -Wno-unknown-pragmas -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT pixz-read.o -MD -MP -MF .deps/pixz-read.Tpo -c -o pixz-read.o `test -f 'read.c' || echo './'`read.c
gcc -DHAVE_CONFIG_H -I. -I..      -Wall -Wno-unknown-pragmas -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -MT pixz-write.o -MD -MP -MF .deps/pixz-write.Tpo -c -o pixz-write.o `test -f 'write.c' || echo './'`write.c
mv -f .deps/pixz-endian.Tpo .deps/pixz-endian.Po
mv -f .deps/pixz-cpu.Tpo .deps/pixz-cpu.Po
mv -f .deps/pixz-list.Tpo .deps/pixz-list.Po
mv -f .deps/pixz-pixz.Tpo .deps/pixz-pixz.Po
mv -f .deps/pixz-write.Tpo .deps/pixz-write.Po
mv -f .deps/pixz-read.Tpo .deps/pixz-read.Po
mv -f .deps/pixz-common.Tpo .deps/pixz-common.Po
gcc  -Wall -Wno-unknown-pragmas -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o pixz pixz-common.o pixz-cpu.o pixz-endian.o pixz-list.o pixz-pixz.o pixz-read.o pixz-write.o -lm -larchive  -llzma   -lm 
make[2]: Leaving directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7/src'
Making all in test
make[2]: Entering directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7/test'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7/test'
make[2]: Entering directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7'
make[2]: Leaving directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7'
make[1]: Leaving directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7/src'
make[2]: Entering directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7/src'
 /usr/sbin/mkdir -p '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/pkg/pixz/usr/bin'
 /usr/sbin/mkdir -p '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/pkg/pixz/usr/share/man/man1'
  /usr/bin/install -c pixz '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/pkg/pixz/usr/bin'
 /usr/bin/install -c -m 644 pixz.1 '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/pkg/pixz/usr/share/man/man1'
make[2]: Leaving directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7/src'
make[1]: Leaving directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7/src'
Making install in test
make[1]: Entering directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7/test'
make[2]: Entering directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7/test'
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/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7/test'
make[1]: Leaving directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7/test'
make[1]: Entering directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7'
make[2]: Entering directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7'
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/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7'
make[1]: Leaving directory '/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/src/pixz-1.0.7'
==> 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 "pixz"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pixz 1.0.7-3 (Thu Nov 23 12:08:17 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-pixz-archlinuxrb-build-hZL0p4y9
+ tee -a /srv/reproducible-results/archlinuxrb-build-hZL0p4y9/b2/pixz/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/pixz-archlinuxrb-build-hZL0p4y9/pixz/trunk/pixz-1.0.7-3-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-hZL0p4y9/b2/pixz/pixz-1.0.7-3-x86_64.pkg.tar.zst'
Thu Nov 23 12:08:21 UTC 2023 - build #2 for pixz on osuosl170-amd64 done.
Thu Nov 23 12:08:21 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-H33SXE5Y, removing.
/srv/reproducible-results/archlinuxrb-build-hZL0p4y9:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 05:44 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 21 05:45 b2

/srv/reproducible-results/archlinuxrb-build-hZL0p4y9/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 05:44 pixz

/srv/reproducible-results/archlinuxrb-build-hZL0p4y9/b1/pixz:
total 44
-rw-r--r-- 1 jenkins jenkins 13407 Oct 21 05:44 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Oct 21 05:44 build1.version
-rw-r--r-- 1 jenkins jenkins 24563 Oct 21 05:44 pixz-1.0.7-3-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-hZL0p4y9/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 21 05:45 pixz

/srv/reproducible-results/archlinuxrb-build-hZL0p4y9/b2/pixz:
total 44
-rw-r--r-- 1 jenkins jenkins 12604 Oct 21 05:45 build2.log
-rw-r--r-- 1 jenkins jenkins     8 Oct 21 05:45 build2.version
-rw-r--r-- 1 jenkins jenkins 24563 Oct 21 05:45 pixz-1.0.7-3-x86_64.pkg.tar.zst
Fri Oct 21 05:45:28 UTC 2022 - comparing results now.
Fri Oct 21 05:45:28 UTC 2022 - YAY - pixz/pixz-1.0.7-3-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-07QpgkZC: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/pixz/pkg.version': No space left on device
Fri Oct 21 05:45:28 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-hZL0p4y9 deleted.
Fri Oct 21 05:45:28 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-07QpgkZC, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list