[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_4 #301374

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Aug 4 15:32:52 BST 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_4/301374/display/redirect>

Changes:


------------------------------------------
[...truncated 45.96 KB...]
checking if gcc supports -Wunused... yes
checking if gcc supports -Wuninitialized... yes
checking if gcc supports -Wshadow... yes
checking if gcc supports -Wmissing-noreturn... yes
checking if gcc supports -Wmissing-format-attribute... yes
checking if gcc supports -Wredundant-decls... yes
checking if gcc supports -Wlogical-op... yes
checking if gcc supports -Werror=implicit... yes
checking if gcc supports -Werror=nonnull... yes
checking if gcc supports -Werror=init-self... yes
checking if gcc supports -Werror=main... yes
checking if gcc supports -Werror=missing-braces... yes
checking if gcc supports -Werror=sequence-point... yes
checking if gcc supports -Werror=return-type... yes
checking if gcc supports -Werror=trigraphs... yes
checking if gcc supports -Werror=array-bounds... yes
checking if gcc supports -Werror=write-strings... yes
checking if gcc supports -Werror=address... yes
checking if gcc supports -Werror=int-to-pointer-cast... yes
checking if gcc supports -Werror=pointer-to-int-cast... yes
checking if gcc supports -pedantic... yes
checking if gcc supports -Werror... yes
checking if gcc supports -Werror=attributes... yes
checking whether make supports nested variables... (cached) yes
checking for mktemp... /usr/sbin/mktemp
checking for X11PERF... yes
checking for XRENDER... yes
checking for XFT... yes
checking for XEXT... yes
checking for XShmQueryExtension... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1'
Making all in man
make[2]: Entering directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1/man'
  GEN      x11perfcomp.1
  GEN      x11perf.1
  GEN      Xmark.1
make[2]: Leaving directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1/man'
make[2]: Entering directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1'
  CC       bitmaps.o
  CC       do_arcs.o
  CC       do_blt.o
  CC       do_complex.o
  CC       do_dots.o
  CC       do_lines.o
  CC       do_movewin.o
  CC       do_rects.o
  CC       do_segs.o
  CC       do_simple.o
  CC       do_tests.o
  CC       do_text.o
  CC       do_traps.o
  CC       do_tris.o
  CC       do_valgc.o
  CC       do_windows.o
  CC       x11perf.o
  GEN      x11perfcomp
x11perf.c: In function 'CreateClipWindows':
x11perf.c:601:34: warning: declaration of 'clips' shadows a global declaration [-Wshadow]
  601 | CreateClipWindows(XParms xp, int clips)
      |                              ~~~~^~~~~
x11perf.c:134:12: note: shadowed declaration is here
  134 | static int clips = 0;
      |            ^~~~~
x11perf.c: In function 'DestroyClipWindows':
x11perf.c:616:35: warning: declaration of 'clips' shadows a global declaration [-Wshadow]
  616 | DestroyClipWindows(XParms xp, int clips)
      |                               ~~~~^~~~~
x11perf.c:134:12: note: shadowed declaration is here
  134 | static int clips = 0;
      |            ^~~~~
x11perf.c: In function 'DoTest':
x11perf.c:628:25: warning: declaration of 'test' shadows a global declaration [-Wshadow]
  628 | DoTest(XParms xp, Test *test, int64_t reps)
      |                   ~~~~~~^~~~
In file included from x11perf.c:35:
x11perf.h:134:13: note: shadowed declaration is here
  134 | extern Test test[];
      |             ^~~~
x11perf.c: In function 'CalibrateTest':
x11perf.c:653:32: warning: declaration of 'test' shadows a global declaration [-Wshadow]
  653 | CalibrateTest(XParms xp, Test *test, int seconds, double *usecperobj)
      |                          ~~~~~~^~~~
In file included from x11perf.c:35:
x11perf.h:134:13: note: shadowed declaration is here
  134 | extern Test test[];
      |             ^~~~
x11perf.c:653:42: warning: declaration of 'seconds' shadows a global declaration [-Wshadow]
  653 | CalibrateTest(XParms xp, Test *test, int seconds, double *usecperobj)
      |                                      ~~~~^~~~~~~
x11perf.c:107:17: note: shadowed declaration is here
  107 | static int      seconds         = 5;
      |                 ^~~~~~~
x11perf.c: In function 'DisplayStatus':
x11perf.c:818:60: warning: declaration of 'test' shadows a global declaration [-Wshadow]
  818 | DisplayStatus(Display *d, const char *message, const char *test, int try)
      |                                                ~~~~~~~~~~~~^~~~
In file included from x11perf.c:35:
x11perf.h:134:13: note: shadowed declaration is here
  134 | extern Test test[];
      |             ^~~~
x11perf.c: In function 'ProcessTest':
x11perf.c:831:30: warning: declaration of 'test' shadows a global declaration [-Wshadow]
  831 | ProcessTest(XParms xp, Test *test, int func, unsigned long pm, char *label)
      |                        ~~~~~~^~~~
In file included from x11perf.c:35:
x11perf.h:134:13: note: shadowed declaration is here
  134 | extern Test test[];
      |             ^~~~
x11perf.c: In function 'main':
x11perf.c:953:21: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  953 |                 cp2 = "-";
      |                     ^
  CCLD     x11perf
make[2]: Leaving directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1'
make[1]: Leaving directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1'
==> Entering fakeroot environment...
==> Starting package()...
Making install in man
make[1]: Entering directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1/man'
make[2]: Entering directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/sbin/mkdir -p '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/pkg/xorg-x11perf/usr/share/man/man1'
 /usr/bin/install -c -m 644 x11perfcomp.1 x11perf.1 Xmark.1 '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/pkg/xorg-x11perf/usr/share/man/man1'
make[2]: Leaving directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1/man'
make[1]: Leaving directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1/man'
make[1]: Entering directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1'
make[2]: Entering directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1'
 /usr/sbin/mkdir -p '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/pkg/xorg-x11perf/usr/bin'
 /usr/sbin/mkdir -p '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/pkg/xorg-x11perf/usr/lib/X11/x11perfcomp'
 /usr/bin/install -c x11perfcomp '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/pkg/xorg-x11perf/usr/bin'
 /usr/bin/install -c fillblnk perfboth perfratio Xmark '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/pkg/xorg-x11perf/usr/lib/X11/x11perfcomp'
 /usr/sbin/mkdir -p '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/pkg/xorg-x11perf/usr/bin'
  /usr/bin/install -c x11perf '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/pkg/xorg-x11perf/usr/bin'
make[2]: Leaving directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.1'
make[1]: Leaving directory '/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/src/x11perf-1.6.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 "xorg-x11perf"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: xorg-x11perf 1.6.1-2 (Wed Aug  4 14:32:42 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-dEvvUaJq/b2/xorg-x11perf/build2.log
+ schroot --end-session -c archlinux-xorg-x11perf-archlinuxrb-build-dEvvUaJq
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/xorg-x11perf-archlinuxrb-build-dEvvUaJq/xorg-x11perf/trunk/xorg-x11perf-1.6.1-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-dEvvUaJq/b2/xorg-x11perf/xorg-x11perf-1.6.1-2-x86_64.pkg.tar.zst'
Wed Aug  4 14:32:46 UTC 2021 - build #2 for xorg-x11perf on osuosl169-amd64 done.
Wed Aug  4 14:32:46 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-4bozZDPu, removing.
/srv/reproducible-results/archlinuxrb-build-dEvvUaJq:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Aug  4 14:31 b1
drwxr-xr-x 3 jenkins jenkins 4096 Aug  4 14:32 b2

/srv/reproducible-results/archlinuxrb-build-dEvvUaJq/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Aug  4 14:31 xorg-x11perf

/srv/reproducible-results/archlinuxrb-build-dEvvUaJq/b1/xorg-x11perf:
total 112
-rw-r--r-- 1 jenkins jenkins 22740 Aug  4 14:31 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Aug  4 14:31 build1.version
-rw-r--r-- 1 jenkins jenkins 80160 Aug  4 14:31 xorg-x11perf-1.6.1-2-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-dEvvUaJq/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Aug  4 14:32 xorg-x11perf

/srv/reproducible-results/archlinuxrb-build-dEvvUaJq/b2/xorg-x11perf:
total 108
-rw-r--r-- 1 jenkins jenkins 21827 Aug  4 14:32 build2.log
-rw-r--r-- 1 jenkins jenkins     8 Aug  4 14:32 build2.version
-rw-r--r-- 1 jenkins jenkins 80160 Aug  4 14:32 xorg-x11perf-1.6.1-2-x86_64.pkg.tar.zst
Wed Aug  4 14:32:52 UTC 2021 - comparing results now.
Wed Aug  4 14:32:52 UTC 2021 - YAY - xorg-x11perf/xorg-x11perf-1.6.1-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Wed Aug  4 14:32:52 UTC 2021 - https://tests.reproducible-builds.org/archlinux/extra/xorg-x11perf/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-x11perf/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-x11perf/pkg.build_duration, thus deleting it.
/srv/jenkins/bin/reproducible_common.sh: line 1048: echo: write error: No space left on device
Wed Aug  4 14:32:52 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-dEvvUaJq deleted.
Wed Aug  4 14:32:52 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-SugLpZwI, 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_4/builds/301374/log to /tmp/log-parser_reproducible_builder_archlinux_4_build_301374
	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