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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Nov 24 02:40:00 GMT 2019


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

Changes:


------------------------------------------
[...truncated 55.43 KB...]
checking for Boost's header version... 1_71
checking boost/foreach.hpp usability... yes
checking boost/foreach.hpp presence... yes
checking for boost/foreach.hpp... yes
checking boost/format.hpp usability... yes
checking boost/format.hpp presence... yes
checking for boost/format.hpp... yes
checking for the toolset name used by Boost for g++... configure: WARNING: could not figure out which toolset name to use for g++

checking boost/date_time/posix_time/posix_time.hpp usability... yes
checking boost/date_time/posix_time/posix_time.hpp presence... yes
checking for boost/date_time/posix_time/posix_time.hpp... yes
checking for the Boost date_time library... (cached) yes
checking boost/program_options.hpp usability... yes
checking boost/program_options.hpp presence... yes
checking for boost/program_options.hpp... yes
checking for the Boost program_options library... (cached) yes
checking boost/iostreams/device/file_descriptor.hpp usability... yes
checking boost/iostreams/device/file_descriptor.hpp presence... yes
checking for boost/iostreams/device/file_descriptor.hpp... yes
checking for the Boost iostreams library... (cached) yes
checking boost/system/error_code.hpp usability... yes
checking boost/system/error_code.hpp presence... yes
checking for boost/system/error_code.hpp... yes
checking for the Boost system library... (cached) yes
checking boost/filesystem/path.hpp usability... yes
checking boost/filesystem/path.hpp presence... yes
checking for boost/filesystem/path.hpp... yes
checking for the Boost filesystem library... (cached) yes
checking for boost/system/error_code.hpp... (cached) yes
checking for the Boost system library... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for size_t... yes
checking for pid_t... yes
checking for inline... inline
checking for strerror... yes
checking for strstr... yes
checking for getpid... yes
checking for sigaction... yes
checking for memset... yes
checking for setlocale... yes
checking for error_at_line... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/man1/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
  version:    0.9.3
  prefix:     /usr
  compiler:   g++
  flags:      -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c++11
System types:
  target      x86_64-unknown-linux-gnu
  build       x86_64-unknown-linux-gnu
  host        x86_64-unknown-linux-gnu
Options:
  add ccl symlink: yes
  install manual : yes
make  all-recursive
make[1]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3'
Making all in src
make[2]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/src'
  CXX    application.o
  CXX    background.o
  CXX    curl.o
  CXX    error.o
  CXX    exec.o
  CXX    file.o
  CXX    main.o
  CXX    get.o
  CXX    re.o
  CXX    wait.o
  CXX    error_pt9.o
  CXX    media_pt9.o
  CXX    query_pt9.o
  CXX    util.o
In file included from ./ccoptions:1,
                 from cc/application.cpp:35:
./cc/options.h:751:40: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  751 |               << "\n    with "   << CXX", "CXXFLAGS
      |                                        ^
In file included from ./ccoptions:1,
                 from cc/get.cpp:27:
./cc/options.h:751:40: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  751 |               << "\n    with "   << CXX", "CXXFLAGS
      |                                        ^
In file included from ./ccoptions:1,
                 from cc/curl.cpp:26:
./cc/options.h:751:40: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  751 |               << "\n    with "   << CXX", "CXXFLAGS
      |                                        ^
In file included from ./ccoptions:1,
                 from cc/main.cpp:34:
./cc/options.h:751:40: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  751 |               << "\n    with "   << CXX", "CXXFLAGS
      |                                        ^
In file included from ./ccoptions:1,
                 from cc/exec.cpp:35:
./cc/options.h:751:40: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  751 |               << "\n    with "   << CXX", "CXXFLAGS
      |                                        ^
In file included from ./ccoptions:1,
                 from cc/file.cpp:40:
./cc/options.h:751:40: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  751 |               << "\n    with "   << CXX", "CXXFLAGS
      |                                        ^
cc/background.cpp: In function 'void cc::go_background(const string&, bool&)':
cc/background.cpp:72:10: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   72 |   freopen("/dev/null", "w", stdout);
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
cc/background.cpp:73:10: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   73 |   freopen("/dev/null", "w", stderr);
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
cc/background.cpp:74:10: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   74 |   freopen("/dev/null", "r", stdin);
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  CXXLD  cclive
make[2]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/src'
Making all in doc
make[2]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc'
Making all in man1
make[3]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc/man1'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc/man1'
make[3]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc'
make[2]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc'
make[2]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3'
make[2]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3'
make[1]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3'
==> Entering fakeroot environment...
==> WARNING: PACKAGER should have the format 'Example Name <email at address.invalid>'
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/src'
make[2]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/src'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/sbin/mkdir -p '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/pkg/cclive/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c cclive '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/pkg/cclive/usr/bin'
libtool: install: /usr/bin/install -c cclive /tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/pkg/cclive/usr/bin/cclive
make  install-exec-hook
make[3]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/src'
cd /tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/pkg/cclive/usr/bin && rm -f ccl && \
	ln -s cclive ccl
make[3]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/src'
make[2]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/src'
make[1]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/src'
Making install in doc
make[1]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc'
Making install in man1
make[2]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc/man1'
make[3]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc/man1'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/sbin/mkdir -p '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/pkg/cclive/usr/share/man/man1'
 /usr/bin/install -c -m 644 cclive.1 '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/pkg/cclive/usr/share/man/man1'
make[3]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc/man1'
make[2]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc/man1'
make[2]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc'
make[3]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc'
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/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc'
make[2]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc'
make[1]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3/doc'
make[1]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3'
make[2]: Entering directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3'
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/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.3'
make[1]: Leaving directory '/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/src/cclive-0.9.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 "cclive"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cclive 0.9.3-20 (Sat Dec 26 09:02:47 2020)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-cclive-archlinuxrb-build-gi8OwCEV
+ tee -a /srv/reproducible-results/archlinuxrb-build-gi8OwCEV/b2/cclive/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/cclive-archlinuxrb-build-gi8OwCEV/cclive/trunk/cclive-0.9.3-20-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-gi8OwCEV/b2/cclive/cclive-0.9.3-20-x86_64.pkg.tar.xz'
Sat Dec 26 09:02:50 UTC 2020 - build #2 for cclive on osuosl-build170-amd64 done.
Sat Dec 26 09:02:50 UTC 2020 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-S0B4eUwz, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-gi8OwCEV:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Nov 24 02:38 b1
drwxr-xr-x 3 jenkins jenkins 4096 Nov 24 02:39 b2

/srv/reproducible-results/archlinuxrb-build-gi8OwCEV/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Nov 24 02:38 cclive

/srv/reproducible-results/archlinuxrb-build-gi8OwCEV/b1/cclive:
total 188
-rw-r--r-- 1 jenkins jenkins  29417 Nov 24 02:38 build1.log
-rw-r--r-- 1 jenkins jenkins      9 Nov 24 02:38 build1.version
-rw-r--r-- 1 jenkins jenkins 151092 Nov 24 02:38 cclive-0.9.3-20-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-gi8OwCEV/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Nov 24 02:39 cclive

/srv/reproducible-results/archlinuxrb-build-gi8OwCEV/b2/cclive:
total 180
-rw-r--r-- 1 jenkins jenkins  26856 Nov 24 02:39 build2.log
-rw-r--r-- 1 jenkins jenkins      9 Nov 24 02:39 build2.version
-rw-r--r-- 1 jenkins jenkins 150716 Nov 24 02:39 cclive-0.9.3-20-x86_64.pkg.tar.xz
Sun Nov 24 02:39:59 UTC 2019 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-gi8OwCEV/b1/cclive/cclive-0.9.3-20-x86_64.pkg.tar.xz and /srv/reproducible-results/archlinuxrb-build-gi8OwCEV/b2/cclive/cclive-0.9.3-20-x86_64.pkg.tar.xz differ
Sun Nov 24 02:39:59 UTC 2019 - /srv/reproducible-results/archlinuxrb-build-gi8OwCEV deleted.
Sun 24 Nov 02:39:59 UTC 2019 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-hzEeEYMJ, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list