[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #68917
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Thu Feb 15 13:52:56 UTC 2018
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/68917/display/redirect>
------------------------------------------
[...truncated 9.62 KB...]
make[1]: warning: -jN forced in submake: disabling jobserver mode.
make[1]: Entering directory '/tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/src/hdparm-9.53'
cc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -c -o hdparm.o hdparm.c
cc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -c -o identify.o identify.c
cc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -c -o sgio.o sgio.c
cc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -c -o sysfs.o sysfs.c
In file included from /usr/include/unistd.h:25:0,
from hdparm.c:9:
/usr/include/features.h:183:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
^~~~~~~
sysfs.c: In function 'sysfs_find_dev2':
sysfs.c:106:13: warning: In the GNU C Library, "minor" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "minor", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"minor", you should undefine it after including <sys/types.h>.
min = ~minor(dev);
^~~~~~~~~~
sysfs.c:107:13: warning: In the GNU C Library, "major" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "major", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"major", you should undefine it after including <sys/types.h>.
else if (maj != (unsigned)major(dev))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
sysfs.c:109:13: warning: In the GNU C Library, "minor" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "minor", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"minor", you should undefine it after including <sys/types.h>.
if (min == (unsigned)minor(dev)
^~~~~~~~~~~~~~~~~~~~~~
sysfs.c:119:13: warning: In the GNU C Library, "major" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "major", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"major", you should undefine it after including <sys/types.h>.
fprintf(stderr, "%u,%u: device not found in /sys\n", major(dev), minor(dev));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sysfs.c:119:13: warning: In the GNU C Library, "minor" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "minor", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"minor", you should undefine it after including <sys/types.h>.
sysfs.c: In function 'sysfs_find_dev':
sysfs.c:131:13: warning: In the GNU C Library, "major" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "major", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"major", you should undefine it after including <sys/types.h>.
major(dev), minor(dev), strerror(err));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sysfs.c:131:13: warning: In the GNU C Library, "minor" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "minor", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"minor", you should undefine it after including <sys/types.h>.
identify.c:349:19: warning: 'unknown' defined but not used [-Wunused-const-variable=]
static const char unknown[8] = "obsolete";
^~~~~~~
cc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -c -o geom.o geom.c
geom.c: In function 'fd_is_raid':
geom.c:74:13: warning: In the GNU C Library, "major" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "major", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"major", you should undefine it after including <sys/types.h>.
return (major(st.st_rdev) == md_major());
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
geom.c: In function 'find_dev_in_directory':
geom.c:217:13: warning: In the GNU C Library, "major" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "major", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"major", you should undefine it after including <sys/types.h>.
unsigned int maj = major(dev), min = minor(dev);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
geom.c:217:13: warning: In the GNU C Library, "minor" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "minor", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"minor", you should undefine it after including <sys/types.h>.
geom.c:234:13: warning: In the GNU C Library, "major" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "major", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"major", you should undefine it after including <sys/types.h>.
if (maj == (unsigned)major(st.st_rdev) && min == (unsigned)minor(st.st_rdev)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
geom.c:234:13: warning: In the GNU C Library, "minor" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "minor", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"minor", you should undefine it after including <sys/types.h>.
geom.c:244:13: warning: In the GNU C Library, "major" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "major", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"major", you should undefine it after including <sys/types.h>.
fprintf(stderr, "%d,%d: device not found in %s\n", major(dev), minor(dev), dir);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
geom.c:244:13: warning: In the GNU C Library, "minor" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "minor", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"minor", you should undefine it after including <sys/types.h>.
cc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -c -o fallocate.o fallocate.c
cc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -c -o fibmap.o fibmap.c
cc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -c -o fwdownload.o fwdownload.c
cc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -c -o dvdspeed.o dvdspeed.c
cc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -c -o wdidle3.o wdidle3.c
cc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -c -o apt.o apt.c
cc -s -o hdparm hdparm.o identify.o sgio.o sysfs.o geom.o fallocate.o fibmap.o fwdownload.o dvdspeed.o wdidle3.o apt.o
strip hdparm
make[1]: Leaving directory '/tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/src/hdparm-9.53'
==> Entering fakeroot environment...
==> Starting package()...
make -j4 hdparm
make[1]: warning: -jN forced in submake: disabling jobserver mode.
make[1]: Entering directory '/tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/src/hdparm-9.53'
make[1]: 'hdparm' is up to date.
make[1]: Leaving directory '/tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/src/hdparm-9.53'
if [ ! -z /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm ]; then install -m 755 -d /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm ; fi
if [ ! -z /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/bin ]; then install -m 755 -d /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/bin ; fi
if [ ! -z /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/share/man ]; then install -m 755 -d /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/share/man ; fi
if [ ! -z /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/share/man/man8/ ]; then install -m 755 -d /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/share/man/man8/ ; fi
if [ -f /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/bin/hdparm ]; then rm -f /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/bin/hdparm ; fi
if [ -f /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/share/man/man8/hdparm.8 ]; then rm -f /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/share/man/man8/hdparm.8 ;\
elif [ -f /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/man/man8/hdparm.8 ]; then rm -f /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/man/man8/hdparm.8 ; fi
install -D hdparm /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/bin/hdparm
if [ -d /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/share/man ]; then install -m 644 -D hdparm.8 /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/share/man/man8/hdparm.8 ;\
elif [ -d /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/man ]; then install -m 644 -D hdparm.8 /tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/pkg/hdparm/usr/man/man8/hdparm.8 ; fi
==> 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 "hdparm"...
-> 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: hdparm 9.53-1 (Thu Feb 15 13:50:39 UTC 2018)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-hdparm-archlinuxrb-build-JxHAURPN
+ tee -a /srv/reproducible-results/archlinuxrb-build-JxHAURPN/b1/hdparm/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/hdparm-9.53-1-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-JxHAURPN/b1/hdparm/hdparm-9.53-1-x86_64.pkg.tar.xz'
removed '/tmp/hdparm-archlinuxrb-build-JxHAURPN/hdparm/trunk/hdparm-9.53-1-x86_64.pkg.tar.xz'
Thu Feb 15 13:50:42 UTC 2018 - build #1 for hdparm on profitbricks-build3-amd64 done.
Thu Feb 15 13:50:42 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-vGO3eVBO, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-JxHAURPN:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 13:50 b1
drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 13:49 b2
/srv/reproducible-results/archlinuxrb-build-JxHAURPN/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 13:50 hdparm
/srv/reproducible-results/archlinuxrb-build-JxHAURPN/b1/hdparm:
total 112
-rw-r--r-- 1 jenkins jenkins 24638 Feb 15 13:50 build1.log
-rw-r--r-- 1 jenkins jenkins 7 Feb 15 13:50 build1.version
-rw-r--r-- 1 jenkins jenkins 79812 Feb 15 13:50 hdparm-9.53-1-x86_64.pkg.tar.xz
/srv/reproducible-results/archlinuxrb-build-JxHAURPN/b2:
total 0
cp: error writing '/tmp/jenkins-script-2mKCHvJg': No space left on device
====================================================================================
Wed Mar 20 20:13:50 UTC 2019 - running /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh () on profitbricks-build4-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 core hdparm /srv/reproducible-results/archlinuxrb-build-JxHAURPN 1518702589" 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.
====================================================================================
Wed Mar 20 20:13:50 UTC 2019 - start running "/srv/jenkins/bin/reproducible_build_archlinux_pkg.sh" (md5sum 568ea437cb71c63840ef21fa067078b5) as "/tmp/jenkins-script-2mKCHvJg" on profitbricks-build4-amd64.
Wed Mar 20 20:13:50 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-2mKCHvJg, which will now be removed.
rsync: change_dir "/srv/reproducible-results/archlinuxrb-build-JxHAURPN" 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)
Thu Feb 15 13:50:46 UTC 2018 - rsync from profitbricks-build4-amd64 failed, sleeping 2m before re-trying...
rsync: change_dir "/srv/reproducible-results/archlinuxrb-build-JxHAURPN" 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-build4-amd64.
/srv/reproducible-results/archlinuxrb-build-JxHAURPN:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 13:50 b1
drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 13:49 b2
/srv/reproducible-results/archlinuxrb-build-JxHAURPN/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 13:50 hdparm
/srv/reproducible-results/archlinuxrb-build-JxHAURPN/b1/hdparm:
total 116
-rw-r--r-- 1 jenkins jenkins 24638 Feb 15 13:50 build1.log
-rw-r--r-- 1 jenkins jenkins 7 Feb 15 13:50 build1.version
-rw-r--r-- 1 jenkins jenkins 79812 Feb 15 13:50 hdparm-9.53-1-x86_64.pkg.tar.xz
/srv/reproducible-results/archlinuxrb-build-JxHAURPN/b2:
total 0
rm: cannot remove '/srv/reproducible-results/archlinuxrb-build-JxHAURPN': No such file or directory
Thu Feb 15 13:52:49 UTC 2018 - comparing results now.
diff: /srv/reproducible-results/archlinuxrb-build-JxHAURPN/b2/hdparm/hdparm-9.53-1-x86_64.pkg.tar.xz: No such file or directory
Thu Feb 15 13:52:49 UTC 2018 - something is fishy with hdparm/hdparm-9.53-1-x86_64.pkg.tar.xz.
build1.log
build1.version
hdparm-9.53-1-x86_64.pkg.tar.xz
ls: cannot access '/srv/reproducible-results/archlinuxrb-build-JxHAURPN/b2/hdparm': No such file or directory
Thu Feb 15 13:52:49 UTC 2018 - /srv/reproducible-results/archlinuxrb-build-JxHAURPN deleted.
Thu 15 Feb 13:52:50 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-RzOG2IPv, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list