[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #348628

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jul 21 20:04:58 BST 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/348628/display/redirect>

Changes:


------------------------------------------
[...truncated 33.51 KB...]
  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-Qm6LaIQO/shake/trunk/src/shake-1.0/build
[  7%] Building C object CMakeFiles/shake.dir/executive.o
[ 14%] Building C object CMakeFiles/shake.dir/judge.o
[ 21%] Building C object CMakeFiles/unattr.dir/executive.o
[ 28%] Building C object CMakeFiles/shake.dir/linux.o
[ 35%] Building C object CMakeFiles/unattr.dir/linux.o
[ 42%] Building C object CMakeFiles/unattr.dir/signals.o
[ 50%] Building C object CMakeFiles/shake.dir/main.o
[ 57%] Building C object CMakeFiles/unattr.dir/unattr.o
[ 64%] Building C object CMakeFiles/shake.dir/msg.o
[ 71%] Building C object CMakeFiles/shake.dir/signals.o
/tmp/shake-archlinuxrb-build-Qm6LaIQO/shake/trunk/src/shake-1.0/executive.c: In function 'capture':
/tmp/shake-archlinuxrb-build-Qm6LaIQO/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-Qm6LaIQO/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-Qm6LaIQO/shake/trunk/src/shake-1.0/linux.c: In function 'handle_broken_locks':
/tmp/shake-archlinuxrb-build-Qm6LaIQO/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-Qm6LaIQO/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-Qm6LaIQO/shake/trunk/src/shake-1.0/linux.c: In function 'set_ptime':
/tmp/shake-archlinuxrb-build-Qm6LaIQO/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-Qm6LaIQO/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-Qm6LaIQO/shake/trunk/src/shake-1.0/linux.c: In function 'get_ptime':
/tmp/shake-archlinuxrb-build-Qm6LaIQO/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))
      |       ^~~~~~~~~
In file included from /tmp/shake-archlinuxrb-build-Qm6LaIQO/shake/trunk/src/shake-1.0/linux.c:32:
/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-Qm6LaIQO/shake/trunk/src/shake-1.0/linux.c: In function 'handle_broken_locks':
/tmp/shake-archlinuxrb-build-Qm6LaIQO/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-Qm6LaIQO/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-Qm6LaIQO/shake/trunk/src/shake-1.0/linux.c: In function 'set_ptime':
/tmp/shake-archlinuxrb-build-Qm6LaIQO/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-Qm6LaIQO/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-Qm6LaIQO/shake/trunk/src/shake-1.0/linux.c: In function 'get_ptime':
/tmp/shake-archlinuxrb-build-Qm6LaIQO/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))
      |       ^~~~~~~~~
In file included from /tmp/shake-archlinuxrb-build-Qm6LaIQO/shake/trunk/src/shake-1.0/linux.c:32:
/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-Qm6LaIQO/shake/trunk/src/shake-1.0/judge.c: In function 'judge_stdin':
/tmp/shake-archlinuxrb-build-Qm6LaIQO/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-Qm6LaIQO/shake/trunk/src/shake-1.0/executive.c: In function 'capture':
/tmp/shake-archlinuxrb-build-Qm6LaIQO/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-Qm6LaIQO/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-Qm6LaIQO/shake/trunk/src/shake-1.0/main.c: In function 'main':
/tmp/shake-archlinuxrb-build-Qm6LaIQO/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-Qm6LaIQO/shake/trunk/src/shake-1.0/unattr.c: In function 'strip':
/tmp/shake-archlinuxrb-build-Qm6LaIQO/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-Qm6LaIQO/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-Qm6LaIQO/shake/trunk/src/shake-1.0/unattr.c:104:27: warning: unused parameter 'attr' [-Wunused-parameter]
  104 | strip (char *name, char **attr)
      |                    ~~~~~~~^~~~
[ 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 shake
Consolidate compiler generated dependencies of target unattr
[ 50%] Built target shake
[ 85%] Built target unattr
[100%] Built target doc
Install the project...
-- Install configuration: "Release"
-- Installing: /tmp/shake-archlinuxrb-build-Qm6LaIQO/shake/trunk/pkg/shake/usr/bin/shake
-- Installing: /tmp/shake-archlinuxrb-build-Qm6LaIQO/shake/trunk/pkg/shake/usr/bin/unattr
-- Installing: /tmp/shake-archlinuxrb-build-Qm6LaIQO/shake/trunk/pkg/shake/usr/share/man/man8/shake.8
-- Installing: /tmp/shake-archlinuxrb-build-Qm6LaIQO/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 (Wed Aug 24 01:27:50 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-shake-archlinuxrb-build-Qm6LaIQO
+ tee -a /srv/reproducible-results/archlinuxrb-build-Qm6LaIQO/b2/shake/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/shake-archlinuxrb-build-Qm6LaIQO/shake/trunk/shake-1.0-3-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-Qm6LaIQO/b2/shake/shake-1.0-3-x86_64.pkg.tar.zst'
Wed Aug 24 01:27:52 UTC 2022 - build #2 for shake on osuosl170-amd64 done.
Wed Aug 24 01:27:52 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-U2MMi10j, removing.
/srv/reproducible-results/archlinuxrb-build-Qm6LaIQO:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 19:04 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 19:04 b2

/srv/reproducible-results/archlinuxrb-build-Qm6LaIQO/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 19:04 shake

/srv/reproducible-results/archlinuxrb-build-Qm6LaIQO/b1/shake:
total 48
-rw-r--r-- 1 jenkins jenkins 17302 Jul 21 19:04 build1.log
-rw-r--r-- 1 jenkins jenkins     6 Jul 21 19:04 build1.version
-rw-r--r-- 1 jenkins jenkins 22329 Jul 21 19:04 shake-1.0-3-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-Qm6LaIQO/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 19:04 shake

/srv/reproducible-results/archlinuxrb-build-Qm6LaIQO/b2/shake:
total 48
-rw-r--r-- 1 jenkins jenkins 16654 Jul 21 19:04 build2.log
-rw-r--r-- 1 jenkins jenkins     6 Jul 21 19:04 build2.version
-rw-r--r-- 1 jenkins jenkins 22329 Jul 21 19:04 shake-1.0-3-x86_64.pkg.tar.zst
Wed Jul 21 19:04:58 UTC 2021 - comparing results now.
Wed Jul 21 19:04:58 UTC 2021 - YAY - shake/shake-1.0-3-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Wed Jul 21 19:04:58 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/shake/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/community/shake/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/community/shake/pkg.build_duration, thus deleting it.
/srv/jenkins/bin/reproducible_common.sh: line 1085: echo: write error: No space left on device
Wed Jul 21 19:04:58 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-Qm6LaIQO deleted.
Wed Jul 21 19:04:58 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-pbAs56Pq, removing.
Build step 'Execute shell' marked build as failure
ERROR: Build step failed with exception
java.io.IOException: No space left on device
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:62)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:79)
	at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:280)
	at java.base/java.nio.channels.Channels.writeFullyImpl(Channels.java:74)
	at java.base/java.nio.channels.Channels.writeFully(Channels.java:97)
	at java.base/java.nio.channels.Channels$1.write(Channels.java:172)
	at hudson.remoting.RemoteOutputStream.write(RemoteOutputStream.java:112)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1159)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:878)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1135)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:854)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2494)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2485)
	at hudson.FilePath.act(FilePath.java:1165)
	at hudson.FilePath.act(FilePath.java:1148)
	at hudson.FilePath.copyTo(FilePath.java:2479)
	at hudson.FilePath.copyTo(FilePath.java:2434)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_1/builds/348628/log to /tmp/log-parser_reproducible_builder_archlinux_1_build_348628
	at hudson.FilePath.copyTo(FilePath.java:2437)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:88)
	at hudson.plugins.logparser.LogParserStatusComputer.access$000(LogParserStatusComputer.java:22)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:54)
Caused: java.lang.RuntimeException
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:62)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:47)
	at hudson.remoting.LocalChannel.call(LocalChannel.java:46)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:47)
	at hudson.plugins.logparser.LogParserStatusComputer.<init>(LogParserStatusComputer.java:36)
	at hudson.plugins.logparser.LogParserParser.parseLogBody(LogParserParser.java:355)
	at hudson.plugins.logparser.LogParserParser.parseLog(LogParserParser.java:165)
	at hudson.plugins.logparser.LogParserPublisher.perform(LogParserPublisher.java:119)
	at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:803)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:752)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:697)
	at hudson.model.Run.execute(Run.java:1931)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Console output (build log) parsing' marked build as failure



More information about the Qa-jenkins-scm mailing list