[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_3 #26164

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat May 5 15:38:38 BST 2018


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_3/26164/display/redirect>

------------------------------------------
[...truncated 6.70 KB...]
error: could not register 'community' database (database already registered)
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading httptunnel-3.3.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 --:--:-- --:--:-- --:--:--     0100  256k  100  256k    0     0   233k      0  0:00:01  0:00:01 --:--:--  233k
  -> Found httptunnel-3.3-build-fix.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
    httptunnel-3.3.tar.gz ... Passed
    httptunnel-3.3-build-fix.patch ... Passed
==> Extracting sources...
  -> Extracting httptunnel-3.3.tar.gz with bsdtar
==> Starting prepare()...
patching file configure
==> Starting build()...
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for mawk... no
checking for gawk... gawk
checking for gcc... gcc
checking whether the C compiler (gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now) works... yes
checking whether the C compiler (gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for gethostent... yes
checking for setsockopt... yes
checking how to run the C preprocessor... /lib/cpp
checking for ANSI C header files... no
checking for working const... yes
checking for inline... inline
checking for socklen_t... yes
checking whether INADDR_NONE is defined... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking for 8-bit clean memcmp... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for daemon... yes
checking for vsyslog... yes
checking for poll... yes
checking for select... yes
checking for endprotoent... yes
checking for vsnprintf... yes
checking for syslog... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating port/Makefile
creating port/sys/Makefile
creating config.h
make  all-recursive
make[1]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3'
Making all in port
make[2]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port'
Making all in sys
make[3]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port/sys'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port/sys'
make[3]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port'
gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c poll.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c daemon.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c vsyslog.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c endprotoent.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c getopt.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c getopt1.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c vsnprintf.c
rm -f libport.a
ar cru libport.a poll.o daemon.o vsyslog.o endprotoent.o getopt.o getopt1.o vsnprintf.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libport.a
make[3]: Leaving directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port'
make[2]: Leaving directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port'
make[2]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3'
gcc -DHAVE_CONFIG_H -I. -I. -I.   -Iport  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c htc.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -Iport  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c common.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -Iport  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c tunnel.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -Iport  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c http.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -Iport  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c base64.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -Iport  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -c hts.c
htc.c: In function 'main':
htc.c:597:7: warning: implicit declaration of function 'time'; did you mean 'utimes'? [-Wimplicit-function-declaration]
       time (&last_tunnel_write);
       ^~~~
       utimes
hts.c: In function 'main':
hts.c:433:7: warning: implicit declaration of function 'time'; did you mean 'utimes'? [-Wimplicit-function-declaration]
       time (&last_tunnel_write);
       ^~~~
       utimes
gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o htc  htc.o common.o tunnel.o http.o base64.o -Lport -lport 
gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o hts  hts.o common.o tunnel.o http.o -Lport -lport 
make[2]: Leaving directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3'
make[1]: Leaving directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3'
==> Entering fakeroot environment...
==> Starting package()...
Making install in port
make[1]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port'
Making install in sys
make[2]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port/sys'
make[3]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port/sys'
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/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port/sys'
make[2]: Leaving directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port/sys'
make[2]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port'
make[3]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port'
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/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port'
make[2]: Leaving directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port'
make[1]: Leaving directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3/port'
make[1]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3'
make[2]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3'
make  install-man1
make[3]: Entering directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3'
/bin/sh ./mkinstalldirs /tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/pkg/httptunnel/usr/share/man/man1
mkdir /tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/pkg/httptunnel/usr
mkdir /tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/pkg/httptunnel/usr/share
mkdir /tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/pkg/httptunnel/usr/share/man
mkdir /tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/pkg/httptunnel/usr/share/man/man1
 /usr/bin/install -c -m 644 ./hts.1 /tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/pkg/httptunnel/usr/share/man/man1/hts.1
 /usr/bin/install -c -m 644 ./htc.1 /tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/pkg/httptunnel/usr/share/man/man1/htc.1
make[3]: Leaving directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3'
/bin/sh ./mkinstalldirs /tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/pkg/httptunnel/usr/bin
mkdir /tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/pkg/httptunnel/usr/bin
  /usr/bin/install -c  htc /tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/pkg/httptunnel/usr/bin/htc
  /usr/bin/install -c  hts /tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/pkg/httptunnel/usr/bin/hts
make[2]: Leaving directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3'
make[1]: Leaving directory '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/src/httptunnel-3.3'
==> 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 "httptunnel"...
  -> 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: httptunnel 3.3-5 (Fri Jun  7 20:59:38 UTC 2019)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-httptunnel-archlinuxrb-build-VmxQqlRI
+ tee -a /srv/reproducible-results/archlinuxrb-build-VmxQqlRI/b1/httptunnel/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/httptunnel-3.3-5-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-VmxQqlRI/b1/httptunnel/httptunnel-3.3-5-x86_64.pkg.tar.xz'
removed '/tmp/httptunnel-archlinuxrb-build-VmxQqlRI/httptunnel/trunk/httptunnel-3.3-5-x86_64.pkg.tar.xz'
Fri Jun  7 20:59:39 UTC 2019 - build #1 for httptunnel on profitbricks-build4-amd64 done.
Fri Jun  7 20:59:39 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-1dpCd573, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-VmxQqlRI:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 May  5 14:36 b1
drwxr-xr-x 2 jenkins jenkins 4096 May  5 14:36 b2

/srv/reproducible-results/archlinuxrb-build-VmxQqlRI/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 May  5 14:36 httptunnel

/srv/reproducible-results/archlinuxrb-build-VmxQqlRI/b1/httptunnel:
total 48
-rw-r--r-- 1 jenkins jenkins 13138 May  5 14:36 build1.log
-rw-r--r-- 1 jenkins jenkins     6 May  5 14:36 build1.version
-rw-r--r-- 1 jenkins jenkins 26456 May  5 14:36 httptunnel-3.3-5-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-VmxQqlRI/b2:
total 0
====================================================================================

Sat May  5 14:36:36 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 httptunnel /srv/reproducible-results/archlinuxrb-build-VmxQqlRI 1525530963" 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.

====================================================================================
Sat May  5 14:36:36 UTC 2018 - start running "/srv/jenkins/bin/reproducible_build_archlinux_pkg.sh" (md5sum 6b379752d5c78ae4d62d345197ffc4d8) as "/tmp/jenkins-script-i8EIogQC" on profitbricks-build3-amd64.

Sat May  5 14:36:36 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-i8EIogQC, which will now be removed.
cp: error writing '/tmp/jenkins-script-i8EIogQC': No space left on device
rsync: change_dir "/srv/reproducible-results/archlinuxrb-build-VmxQqlRI" 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)
Sat May  5 14:36:37 UTC 2018 - rsync from profitbricks-build3-amd64 failed, sleeping 2m before re-trying...
rsync: change_dir "/srv/reproducible-results/archlinuxrb-build-VmxQqlRI" 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-VmxQqlRI:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 May  5 14:36 b1
drwxr-xr-x 2 jenkins jenkins 4096 May  5 14:36 b2

/srv/reproducible-results/archlinuxrb-build-VmxQqlRI/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 May  5 14:36 httptunnel

/srv/reproducible-results/archlinuxrb-build-VmxQqlRI/b1/httptunnel:
total 48
-rw-r--r-- 1 jenkins jenkins 13138 May  5 14:36 build1.log
-rw-r--r-- 1 jenkins jenkins     6 May  5 14:36 build1.version
-rw-r--r-- 1 jenkins jenkins 26456 May  5 14:36 httptunnel-3.3-5-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-VmxQqlRI/b2:
total 0
rm: cannot remove '/srv/reproducible-results/archlinuxrb-build-VmxQqlRI': No such file or directory
Sat May  5 14:38:37 UTC 2018 - comparing results now.
diff: /srv/reproducible-results/archlinuxrb-build-VmxQqlRI/b2/httptunnel/httptunnel-3.3-5-x86_64.pkg.tar.xz: No such file or directory
Sat May  5 14:38:38 UTC 2018 - something is fishy with httptunnel/httptunnel-3.3-5-x86_64.pkg.tar.xz.
build1.log
build1.version
httptunnel-3.3-5-x86_64.pkg.tar.xz
ls: cannot access '/srv/reproducible-results/archlinuxrb-build-VmxQqlRI/b2/httptunnel': No such file or directory
Sat May  5 14:38:38 UTC 2018 - /srv/reproducible-results/archlinuxrb-build-VmxQqlRI deleted.
Sat  5 May 14:38:38 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-g1UISIJl, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list