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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Aug 9 10:50:38 BST 2019


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

Changes:

------------------------------------------
[...truncated 30.17 KB...]
+ echo 1.4.1-3
+ schroot --run-session -c archlinux-cuetools-archlinuxrb-build-n9RbtbRP --directory /tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk -u root -- su -c 'bash -l -c '\''SOURCE_DATE_EPOCH='\''1565344077'\'' PATH='\''/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' printenv 2>&1'\''' build2
+ tee -a /srv/reproducible-results/archlinuxrb-build-n9RbtbRP/b2/cuetools/build2.log
su: user build2 does not exist
+ schroot --run-session -c archlinux-cuetools-archlinuxrb-build-n9RbtbRP --directory /tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk -- bash -l -c 'makepkg --printsrcinfo | awk -F '\'' = '\'' '\''/^\s+validpgpkeys/{print $2}'\''| while read pgpkey; do gpg --recv-key $pgpkey; done'
+ tee -a /srv/reproducible-results/archlinuxrb-build-n9RbtbRP/b2/cuetools/build2.log
+ timeout -k 12.1h 12h /usr/bin/ionice -c 3 /usr/bin/nice schroot --run-session -c archlinux-cuetools-archlinuxrb-build-n9RbtbRP --directory /tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk -- bash -l -c 'SOURCE_DATE_EPOCH='\''1565344077'\'' PATH='\''/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' makepkg --syncdeps --noconfirm 2>&1'
+ tee -a /srv/reproducible-results/archlinuxrb-build-n9RbtbRP/b2/cuetools/build2.log
==> Making package: cuetools 1.4.1-3 (Fri Aug  9 09:50:29 2019)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading cuetools-1.4.1.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 --:--:-- --:--:-- --:--:--     0100   121    0   121    0     0    695      0 --:--:-- --:--:-- --:--:--   699
100 32720    0 32720    0     0  91910      0 --:--:-- --:--:-- --:--:-- 91910
==> Validating source files with sha512sums...
    cuetools-1.4.1.tar.gz ... Passed
==> Extracting sources...
  -> Extracting cuetools-1.4.1.tar.gz with bsdtar
==> Starting prepare()...
configure.ac:7: installing './ar-lib'
configure.ac:3: installing './compile'
configure.ac:2: installing './install-sh'
configure.ac:2: installing './missing'
src/lib/Makefile.am: installing './depcomp'
configure.ac: installing './ylwrap'
==> 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 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 whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking for bison... bison -y
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/tools/Makefile
config.status: creating extras/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1'
Making all in doc
make[2]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/doc'
Making all in src
make[2]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src'
Making all in lib
make[3]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/lib'
/bin/sh ../../ylwrap cue_parse.y y.tab.c cue_parse.c y.tab.h `echo cue_parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output cue_parse.output -- bison -y -d 
/bin/sh ../../ylwrap toc_parse.y y.tab.c toc_parse.c y.tab.h `echo toc_parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output toc_parse.output -- bison -y -d 
/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/lib/toc_parse.y:88.15-18: warning: symbol ISRC redeclared [-Wother]
 %token <ival> ISRC
               ^~~~
updating cue_parse.h
updating toc_parse.h
make  all-am
make[4]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/lib'
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT cd.o -MD -MP -MF .deps/cd.Tpo -c -o cd.o cd.c
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT cdtext.o -MD -MP -MF .deps/cdtext.Tpo -c -o cdtext.o cdtext.c
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT time.o -MD -MP -MF .deps/time.Tpo -c -o time.o time.c
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT cuefile.o -MD -MP -MF .deps/cuefile.Tpo -c -o cuefile.o cuefile.c
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT cue_print.o -MD -MP -MF .deps/cue_print.Tpo -c -o cue_print.o cue_print.c
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT toc_print.o -MD -MP -MF .deps/toc_print.Tpo -c -o toc_print.o toc_print.c
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT cue_parse.o -MD -MP -MF .deps/cue_parse.Tpo -c -o cue_parse.o cue_parse.c
/bin/sh ../../ylwrap cue_scan.l lex.yy.c cue_scan.c -- flex -olex.yy.c 
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT toc_parse.o -MD -MP -MF .deps/toc_parse.Tpo -c -o toc_parse.o toc_parse.c
/bin/sh ../../ylwrap toc_scan.l lex.yy.c toc_scan.c -- flex -olex.yy.c 
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT toc_scan.o -MD -MP -MF .deps/toc_scan.Tpo -c -o toc_scan.o toc_scan.c
gcc -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT cue_scan.o -MD -MP -MF .deps/cue_scan.Tpo -c -o cue_scan.o cue_scan.c
mv -f .deps/time.Tpo .deps/time.Po
mv -f .deps/cuefile.Tpo .deps/cuefile.Po
mv -f .deps/cue_print.Tpo .deps/cue_print.Po
mv -f .deps/toc_print.Tpo .deps/toc_print.Po
mv -f .deps/cdtext.Tpo .deps/cdtext.Po
mv -f .deps/cd.Tpo .deps/cd.Po
mv -f .deps/cue_parse.Tpo .deps/cue_parse.Po
mv -f .deps/toc_parse.Tpo .deps/toc_parse.Po
mv -f .deps/cue_scan.Tpo .deps/cue_scan.Po
mv -f .deps/toc_scan.Tpo .deps/toc_scan.Po
rm -f libcuefile.a
ar cru libcuefile.a cd.o cdtext.o time.o cuefile.o cue_print.o toc_print.o cue_parse.o cue_scan.o toc_parse.o toc_scan.o  
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libcuefile.a
make[4]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/lib'
make[3]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/lib'
Making all in tools
make[3]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/tools'
gcc -DHAVE_CONFIG_H -I. -I../..  -I./../lib -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT cuebreakpoints.o -MD -MP -MF .deps/cuebreakpoints.Tpo -c -o cuebreakpoints.o cuebreakpoints.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I./../lib -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT cueconvert.o -MD -MP -MF .deps/cueconvert.Tpo -c -o cueconvert.o cueconvert.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I./../lib -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -MT cueprint.o -MD -MP -MF .deps/cueprint.Tpo -c -o cueprint.o cueprint.c
mv -f .deps/cueconvert.Tpo .deps/cueconvert.Po
gcc  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o cueconvert cueconvert.o ../lib/libcuefile.a 
mv -f .deps/cuebreakpoints.Tpo .deps/cuebreakpoints.Po
gcc  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o cuebreakpoints cuebreakpoints.o ../lib/libcuefile.a 
mv -f .deps/cueprint.Tpo .deps/cueprint.Po
gcc  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o cueprint cueprint.o ../lib/libcuefile.a 
make[3]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/tools'
make[3]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src'
make[2]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src'
Making all in extras
make[2]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/extras'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/extras'
make[2]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1'
make[2]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1'
make[1]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1'
==> Entering fakeroot environment...
==> Starting package()...
Making install in doc
make[1]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/doc'
make[2]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/sbin/mkdir -p '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/pkg/cuetools/usr/share/man/man1'
 /usr/bin/install -c -m 644 cuebreakpoints.1 cueconvert.1 cueprint.1 '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/pkg/cuetools/usr/share/man/man1'
make[2]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/doc'
make[1]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/doc'
Making install in src
make[1]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src'
Making install in lib
make[2]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/lib'
make  install-am
make[3]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/lib'
make[4]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/lib'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/lib'
make[3]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/lib'
make[2]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/lib'
Making install in tools
make[2]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/tools'
make[3]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/tools'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/sbin/mkdir -p '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/pkg/cuetools/usr/bin'
 /usr/sbin/mkdir -p '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/pkg/cuetools/usr/bin'
 /usr/bin/install -c cuetag.sh '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/pkg/cuetools/usr/bin'
  /usr/bin/install -c cuebreakpoints cueconvert cueprint '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/pkg/cuetools/usr/bin'
make[3]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/tools'
make[2]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src/tools'
make[2]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src'
make[3]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src'
make[2]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src'
make[1]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/src'
Making install in extras
make[1]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/extras'
make[2]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/extras'
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/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/extras'
make[1]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1/extras'
make[1]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1'
make[2]: Entering directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1'
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/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.1'
make[1]: Leaving directory '/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/src/cuetools-1.4.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 "cuetools"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cuetools 1.4.1-3 (Fri Aug  9 09:50:34 2019)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-cuetools-archlinuxrb-build-n9RbtbRP
+ tee -a /srv/reproducible-results/archlinuxrb-build-n9RbtbRP/b2/cuetools/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/cuetools-archlinuxrb-build-n9RbtbRP/cuetools/trunk/cuetools-1.4.1-3-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-n9RbtbRP/b2/cuetools/cuetools-1.4.1-3-x86_64.pkg.tar.xz'
Fri Aug  9 09:50:35 UTC 2019 - build #2 for cuetools on osuosl-build169-amd64 done.
Fri Aug  9 09:50:35 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-63fvrW7i, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-n9RbtbRP:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Aug  9 09:50 b1
drwxr-xr-x 3 jenkins jenkins 4096 Aug  9 09:50 b2

/srv/reproducible-results/archlinuxrb-build-n9RbtbRP/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Aug  9 09:50 cuetools

/srv/reproducible-results/archlinuxrb-build-n9RbtbRP/b1/cuetools:
total 76
-rw-r--r-- 1 jenkins jenkins 16805 Aug  9 09:50 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Aug  9 09:50 build1.version
-rw-r--r-- 1 jenkins jenkins 50296 Aug  9 09:50 cuetools-1.4.1-3-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-n9RbtbRP/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Aug  9 09:50 cuetools

/srv/reproducible-results/archlinuxrb-build-n9RbtbRP/b2/cuetools:
total 76
-rw-r--r-- 1 jenkins jenkins 17243 Aug  9 09:50 build2.log
-rw-r--r-- 1 jenkins jenkins     8 Aug  9 09:50 build2.version
-rw-r--r-- 1 jenkins jenkins 50296 Aug  9 09:50 cuetools-1.4.1-3-x86_64.pkg.tar.xz
Fri Aug  9 09:50:37 UTC 2019 - comparing results now.
Fri Aug  9 09:50:37 UTC 2019 - YAY - cuetools/cuetools-1.4.1-3-x86_64.pkg.tar.xz build reproducible in our test framework!
.BUILDINFO
.BUILDINFO
Fri Aug  9 09:50:37 UTC 2019 - https://tests.reproducible-builds.org/archlinux/community/cuetools/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/community/cuetools/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/community/cuetools/pkg.build_duration, thus deleting it.
psql: could not connect to server: No such file or directory
	Is the server running locally and accepting
	connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
 empty, ignoring community/cuetools, failing hard.
Fri Aug  9 09:50:38 UTC 2019 - /srv/reproducible-results/archlinuxrb-build-n9RbtbRP deleted.
Fri  9 Aug 09:50:38 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-6ymd6AyJ, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list