[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_5 #331464

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Oct 17 12:39:35 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_5/331464/display/redirect>

Changes:


------------------------------------------
[...truncated 33.05 KB...]
installing hicolor-icon-theme...
installing jsoncpp...
Optional dependencies for jsoncpp
    jsoncpp-doc: documentation
installing libuv...
installing rhash...
installing cmake...
Optional dependencies for cmake
    qt6-base: cmake-gui
installing perl-locale-gettext...
installing help2man...
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Warn about old perl modules
(3/3) Updating the info directory file...
==> Retrieving sources...
  -> Downloading shake-1.0.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
100  9099    0  9099    0     0  19550      0 --:--:-- --:--:-- --:--:-- 19550100 42885    0 42885    0     0  73534      0 --:--:-- --:--:-- --:--:--  282k
==> Validating source files with sha512sums...
    shake-1.0.tar.gz ... Passed
==> Extracting sources...
  -> Extracting shake-1.0.tar.gz with bsdtar
==> Starting build()...
CMake Deprecation Warning at CMakeLists.txt:19 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at CMakeLists.txt:21 (cmake_policy):
  The OLD behavior for policy CMP0005 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- The C compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/sbin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Warning (dev) at CMakeLists.txt:26 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "shake".  Use the
  target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  CMakeLists.txt:50 (add_help2man_manpage)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:26 (get_target_property):
  Policy CMP0026 is not set: Disallow use of the LOCATION target property.
  Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The LOCATION property should not be read from target "unattr".  Use the
  target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
  CMakeLists.txt:51 (add_help2man_manpage)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Looking for attr_setf
-- Looking for attr_setf - found
-- Looking for fallocate
-- Looking for fallocate - found
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/build
[  7%] Building C object CMakeFiles/shake.dir/executive.o
[ 21%] Building C object CMakeFiles/unattr.dir/executive.o
[ 21%] Building C object CMakeFiles/shake.dir/judge.o
[ 28%] Building C object CMakeFiles/shake.dir/main.o
[ 42%] Building C object CMakeFiles/shake.dir/linux.o
[ 42%] Building C object CMakeFiles/unattr.dir/linux.o
[ 50%] Building C object CMakeFiles/unattr.dir/signals.o
[ 57%] Building C object CMakeFiles/shake.dir/msg.o
[ 64%] Building C object CMakeFiles/unattr.dir/unattr.o
[ 71%] Building C object CMakeFiles/shake.dir/signals.o
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/main.c: In function 'main':
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/unattr.c: In function 'strip':
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/main.c:293:13: warning: variable 'jugement' set but not used [-Wunused-but-set-variable]
  293 |         int jugement;
      |             ^~~~~~~~
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/unattr.c:114:5: warning: 'attr_removef' is deprecated: Use fremovexattr instead [-Wdeprecated-declarations]
  114 |     attr_removef (fd, *attr, ATTR_DONTFOLLOW);
      |     ^~~~~~~~~~~~
In file included from /tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/unattr.c:29:
/usr/include/attr/attributes.h:155:12: note: declared here
  155 | extern int attr_removef (int __fd, const char *__attrname, int __flags)
      |            ^~~~~~~~~~~~
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/unattr.c:104:27: warning: unused parameter 'attr' [-Wunused-parameter]
  104 | strip (char *name, char **attr)
      |                    ~~~~~~~^~~~
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/executive.c: In function 'capture':
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/judge.c: In function 'judge_stdin':
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/executive.c:190:26: warning: unused parameter 'a' [-Wunused-parameter]
  190 | capture (struct accused *a, struct law *l)
      |          ~~~~~~~~~~~~~~~~^
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/judge.c:303:30: warning: unused parameter 'a' [-Wunused-parameter]
  303 | judge_stdin (struct accused *a, struct law *l)
      |              ~~~~~~~~~~~~~~~~^
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/executive.c:190:41: warning: unused parameter 'l' [-Wunused-parameter]
  190 | capture (struct accused *a, struct law *l)
      |                             ~~~~~~~~~~~~^
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/executive.c: In function 'capture':
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/executive.c:190:26: warning: unused parameter 'a' [-Wunused-parameter]
  190 | capture (struct accused *a, struct law *l)
      |          ~~~~~~~~~~~~~~~~^
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/executive.c:190:41: warning: unused parameter 'l' [-Wunused-parameter]
  190 | capture (struct accused *a, struct law *l)
      |                             ~~~~~~~~~~~~^
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c: In function 'handle_broken_locks':
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c:83:26: warning: unused parameter 'sig' [-Wunused-parameter]
   83 | handle_broken_locks (int sig, siginfo_t * info, void *ignored)
      |                      ~~~~^~~
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c:83:55: warning: unused parameter 'ignored' [-Wunused-parameter]
   83 | handle_broken_locks (int sig, siginfo_t * info, void *ignored)
      |                                                 ~~~~~~^~~~~~~
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c: In function 'handle_broken_locks':
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c:83:26: warning: unused parameter 'sig' [-Wunused-parameter]
   83 | handle_broken_locks (int sig, siginfo_t * info, void *ignored)
      |                      ~~~~^~~
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c:83:55: warning: unused parameter 'ignored' [-Wunused-parameter]
   83 | handle_broken_locks (int sig, siginfo_t * info, void *ignored)
      |                                                 ~~~~~~^~~~~~~
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c: In function 'set_ptime':
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c:176:3: warning: 'attr_setf' is deprecated: Use fsetxattr instead [-Wdeprecated-declarations]
  176 |   return attr_setf (fd, "shake.ptime", (char *) &date, DATE_SIZE,
      |   ^~~~~~
In file included from /tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c:32:
/usr/include/attr/attributes.h:143:12: note: declared here
  143 | extern int attr_setf (int __fd, const char *__attrname,
      |            ^~~~~~~~~
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c: In function 'get_ptime':
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c:187:7: warning: 'attr_getf' is deprecated: Use fgetxattr instead [-Wdeprecated-declarations]
  187 |       attr_getf (fd, "shake.ptime", (char *) &date, &size, ATTR_DONTFOLLOW))
      |       ^~~~~~~~~
/usr/include/attr/attributes.h:131:12: note: declared here
  131 | extern int attr_getf (int __fd, const char *__attrname, char *__attrvalue,
      |            ^~~~~~~~~
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c: In function 'set_ptime':
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c:176:3: warning: 'attr_setf' is deprecated: Use fsetxattr instead [-Wdeprecated-declarations]
  176 |   return attr_setf (fd, "shake.ptime", (char *) &date, DATE_SIZE,
      |   ^~~~~~
In file included from /tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c:32:
/usr/include/attr/attributes.h:143:12: note: declared here
  143 | extern int attr_setf (int __fd, const char *__attrname,
      |            ^~~~~~~~~
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c: In function 'get_ptime':
/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/src/shake-1.0/linux.c:187:7: warning: 'attr_getf' is deprecated: Use fgetxattr instead [-Wdeprecated-declarations]
  187 |       attr_getf (fd, "shake.ptime", (char *) &date, &size, ATTR_DONTFOLLOW))
      |       ^~~~~~~~~
/usr/include/attr/attributes.h:131:12: note: declared here
  131 | extern int attr_getf (int __fd, const char *__attrname, char *__attrvalue,
      |            ^~~~~~~~~
[ 78%] Linking C executable unattr
[ 85%] Linking C executable shake
[ 85%] Built target unattr
[ 85%] Built target shake
[ 92%] Building manpage for shake
[100%] Building manpage for unattr
[100%] Built target doc
==> Entering fakeroot environment...
==> Starting package()...
Consolidate compiler generated dependencies of target unattr
Consolidate compiler generated dependencies of target shake
[ 35%] Built target unattr
[ 85%] Built target shake
[100%] Built target doc
Install the project...
-- Install configuration: "Release"
-- Installing: /tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/pkg/shake/usr/bin/shake
-- Installing: /tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/pkg/shake/usr/bin/unattr
-- Installing: /tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/pkg/shake/usr/share/man/man8/shake.8
-- Installing: /tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/pkg/shake/usr/share/man/man8/unattr.8
==> 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 "shake"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: shake 1.0-3 (Mon Oct 17 11:39:27 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-shake-archlinuxrb-build-FMyXqoQR
+ tee -a /srv/reproducible-results/archlinuxrb-build-FMyXqoQR/b2/shake/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/shake-archlinuxrb-build-FMyXqoQR/shake/trunk/shake-1.0-3-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-FMyXqoQR/b2/shake/shake-1.0-3-x86_64.pkg.tar.zst'
Mon Oct 17 11:39:29 UTC 2022 - build #2 for shake on osuosl184-amd64 done.
Mon Oct 17 11:39:29 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-U9t85af1, removing.
/srv/reproducible-results/archlinuxrb-build-FMyXqoQR:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 11:39 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 11:39 b2

/srv/reproducible-results/archlinuxrb-build-FMyXqoQR/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:39 shake

/srv/reproducible-results/archlinuxrb-build-FMyXqoQR/b1/shake:
total 48
-rw-r--r-- 1 jenkins jenkins 18174 Oct 17 11:39 build1.log
-rw-r--r-- 1 jenkins jenkins     6 Oct 17 11:39 build1.version
-rw-r--r-- 1 jenkins jenkins 22332 Oct 17 11:39 shake-1.0-3-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-FMyXqoQR/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:39 shake

/srv/reproducible-results/archlinuxrb-build-FMyXqoQR/b2/shake:
total 48
-rw-r--r-- 1 jenkins jenkins 17275 Oct 17 11:39 build2.log
-rw-r--r-- 1 jenkins jenkins     6 Oct 17 11:39 build2.version
-rw-r--r-- 1 jenkins jenkins 22332 Oct 17 11:39 shake-1.0-3-x86_64.pkg.tar.zst
Mon Oct 17 11:39:34 UTC 2022 - comparing results now.
Mon Oct 17 11:39:34 UTC 2022 - YAY - shake/shake-1.0-3-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/shake/build2.log': No space left on device
Mon Oct 17 11:39:35 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-FMyXqoQR deleted.
Mon Oct 17 11:39:35 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-nK2goTaT, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list