[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #301435

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Jan 16 03:55:39 GMT 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/301435/display/redirect>

Changes:


------------------------------------------
[...truncated 59.14 KB...]
  138 |     {"-notify",  "*notify",  XrmoptionNoArg,  "TRUE"},
      |      ^~~~~~~~~
xconsole.c:138:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  138 |     {"-notify",  "*notify",  XrmoptionNoArg,  "TRUE"},
      |                  ^~~~~~~~~
xconsole.c:138:47: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  138 |     {"-notify",  "*notify",  XrmoptionNoArg,  "TRUE"},
      |                                               ^~~~~~
xconsole.c:139:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  139 |     {"-nonotify", "*notify",  XrmoptionNoArg,  "FALSE"},
      |      ^~~~~~~~~~~
xconsole.c:139:19: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  139 |     {"-nonotify", "*notify",  XrmoptionNoArg,  "FALSE"},
      |                   ^~~~~~~~~
xconsole.c:139:48: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  139 |     {"-nonotify", "*notify",  XrmoptionNoArg,  "FALSE"},
      |                                                ^~~~~~~
xconsole.c:140:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  140 |     {"-daemon",  "*daemon",  XrmoptionNoArg,  "TRUE"},
      |      ^~~~~~~~~
xconsole.c:140:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  140 |     {"-daemon",  "*daemon",  XrmoptionNoArg,  "TRUE"},
      |                  ^~~~~~~~~
xconsole.c:140:47: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  140 |     {"-daemon",  "*daemon",  XrmoptionNoArg,  "TRUE"},
      |                                               ^~~~~~
xconsole.c:141:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  141 |     {"-verbose", "*verbose",  XrmoptionNoArg,  "TRUE"},
      |      ^~~~~~~~~~
xconsole.c:141:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  141 |     {"-verbose", "*verbose",  XrmoptionNoArg,  "TRUE"},
      |                  ^~~~~~~~~~
xconsole.c:141:48: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  141 |     {"-verbose", "*verbose",  XrmoptionNoArg,  "TRUE"},
      |                                                ^~~~~~
xconsole.c:142:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  142 |     {"-exitOnFail", "*exitOnFail",  XrmoptionNoArg,  "TRUE"},
      |      ^~~~~~~~~~~~~
xconsole.c:142:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  142 |     {"-exitOnFail", "*exitOnFail",  XrmoptionNoArg,  "TRUE"},
      |                     ^~~~~~~~~~~~~
xconsole.c:142:54: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  142 |     {"-exitOnFail", "*exitOnFail",  XrmoptionNoArg,  "TRUE"},
      |                                                      ^~~~~~
xconsole.c:143:6: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  143 |     {"-saveLines", "*saveLines",  XrmoptionSepArg, NULL},
      |      ^~~~~~~~~~~~
xconsole.c:143:20: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  143 |     {"-saveLines", "*saveLines",  XrmoptionSepArg, NULL},
      |                    ^~~~~~~~~~~~
xconsole.c: In function 'OpenConsole':
xconsole.c:272:21: warning: passing argument 2 of 'TextAppend' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  272 |   TextAppend (text, "Console log for ", 16);
      |                     ^~~~~~~~~~~~~~~~~~
xconsole.c:83:40: note: expected 'char *' but argument is of type 'const char *'
   83 | static void TextAppend(Widget w, char *s, int len);
      |                                  ~~~~~~^
xconsole.c:275:21: warning: passing argument 2 of 'TextAppend' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  275 |   TextAppend (text, "\n", 1);
      |                     ^~~~
xconsole.c:83:40: note: expected 'char *' but argument is of type 'const char *'
   83 | static void TextAppend(Widget w, char *s, int len);
      |                                  ~~~~~~^
xconsole.c:303:24: warning: passing argument 2 of 'TextAppend' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  303 |      TextAppend (text, "Couldn't open ", 14);
      |                        ^~~~~~~~~~~~~~~~
xconsole.c:83:40: note: expected 'char *' but argument is of type 'const char *'
   83 | static void TextAppend(Widget w, char *s, int len);
      |                                  ~~~~~~^
xconsole.c:305:24: warning: passing argument 2 of 'TextAppend' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  305 |      TextAppend (text, "\n", 1);
      |                        ^~~~
xconsole.c:83:40: note: expected 'char *' but argument is of type 'const char *'
   83 | static void TextAppend(Widget w, char *s, int len);
      |                                  ~~~~~~^
xconsole.c: In function 'Clear':
xconsole.c:429:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  429 |     block.ptr = "";
      |               ^
xconsole.c: At top level:
xconsole.c:437:7: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  437 |     { "Quit",  Quit },
      |       ^~~~~~
xconsole.c:438:7: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  438 |     { "Iconified", Iconified },
      |       ^~~~~~~~~~~
xconsole.c:439:7: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  439 |     { "Deiconified", Deiconified },
      |       ^~~~~~~~~~~~~
xconsole.c:440:7: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  440 |     { "Clear",  Clear },
      |       ^~~~~~~
xconsole.c: In function 'ScrollLine':
xconsole.c:775:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  775 |     block.ptr = "";
      |               ^
xconsole.c: In function 'get_pty':
xconsole.c:792:35: warning: declaration of 'ttydev' shadows a global declaration [-Wshadow]
  792 | get_pty(int *pty, int *tty, char *ttydev, char *ptydev)
      |                             ~~~~~~^~~~~~
xconsole.c:181:13: note: shadowed declaration is here
  181 | static char ttydev[64], ptydev[64];
      |             ^~~~~~
xconsole.c:792:49: warning: declaration of 'ptydev' shadows a global declaration [-Wshadow]
  792 | get_pty(int *pty, int *tty, char *ttydev, char *ptydev)
      |                                           ~~~~~~^~~~~~
xconsole.c:181:25: note: shadowed declaration is here
  181 | static char ttydev[64], ptydev[64];
      |                         ^~~~~~
In file included from /usr/include/string.h:519,
                 from /usr/include/X11/Intrinsic.h:61,
                 from xconsole.c:35:
In function 'strncpy',
    inlined from 'Deiconified' at xconsole.c:405:2:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xconsole.c: In function 'Deiconified':
xconsole.c:399:14: note: length computed here
  399 |     oldlen = strlen (oldName);
      |              ^~~~~~~~~~~~~~~~
  CCLD     xconsole
make[2]: Leaving directory '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/src/xconsole-1.0.7'
make[1]: Leaving directory '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/src/xconsole-1.0.7'
==> Entering fakeroot environment...
==> Starting package()...
Making install in man
make[1]: Entering directory '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/src/xconsole-1.0.7/man'
make[2]: Entering directory '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/src/xconsole-1.0.7/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/sbin/mkdir -p '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/pkg/xorg-xconsole/usr/share/man/man1'
 /usr/bin/install -c -m 644 xconsole.1 '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/pkg/xorg-xconsole/usr/share/man/man1'
make[2]: Leaving directory '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/src/xconsole-1.0.7/man'
make[1]: Leaving directory '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/src/xconsole-1.0.7/man'
make[1]: Entering directory '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/src/xconsole-1.0.7'
make[2]: Entering directory '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/src/xconsole-1.0.7'
 /usr/sbin/mkdir -p '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/pkg/xorg-xconsole/usr/share/X11/app-defaults'
 /usr/sbin/mkdir -p '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/pkg/xorg-xconsole/usr/bin'
 /usr/bin/install -c -m 644 app-defaults/XConsole '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/pkg/xorg-xconsole/usr/share/X11/app-defaults'
  /usr/bin/install -c xconsole '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/pkg/xorg-xconsole/usr/bin'
make[2]: Leaving directory '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/src/xconsole-1.0.7'
make[1]: Leaving directory '/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/src/xconsole-1.0.7'
==> 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-xconsole"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: xorg-xconsole 1.0.7-3 (Sat Jan 16 03:55:29 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-xorg-xconsole-archlinuxrb-build-X5Qiqf0H
+ tee -a /srv/reproducible-results/archlinuxrb-build-X5Qiqf0H/b2/xorg-xconsole/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/xorg-xconsole-archlinuxrb-build-X5Qiqf0H/xorg-xconsole/trunk/xorg-xconsole-1.0.7-3-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-X5Qiqf0H/b2/xorg-xconsole/xorg-xconsole-1.0.7-3-x86_64.pkg.tar.zst'
Sat Jan 16 03:55:33 UTC 2021 - build #2 for xorg-xconsole on osuosl169-amd64 done.
Sat Jan 16 03:55:33 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-8dUc9LYq, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-X5Qiqf0H:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan 16 03:54 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jan 16 03:55 b2

/srv/reproducible-results/archlinuxrb-build-X5Qiqf0H/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 16 03:54 xorg-xconsole

/srv/reproducible-results/archlinuxrb-build-X5Qiqf0H/b1/xorg-xconsole:
total 52
-rw-r--r-- 1 jenkins jenkins 29538 Jan 16 03:54 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Jan 16 03:54 build1.version
-rw-r--r-- 1 jenkins jenkins 13809 Jan 16 03:54 xorg-xconsole-1.0.7-3-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-X5Qiqf0H/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 16 03:55 xorg-xconsole

/srv/reproducible-results/archlinuxrb-build-X5Qiqf0H/b2/xorg-xconsole:
total 52
-rw-r--r-- 1 jenkins jenkins 30285 Jan 16 03:55 build2.log
-rw-r--r-- 1 jenkins jenkins     8 Jan 16 03:55 build2.version
-rw-r--r-- 1 jenkins jenkins 13809 Jan 16 03:55 xorg-xconsole-1.0.7-3-x86_64.pkg.tar.zst
Sat Jan 16 03:55:39 UTC 2021 - comparing results now.
Sat Jan 16 03:55:39 UTC 2021 - YAY - xorg-xconsole/xorg-xconsole-1.0.7-3-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Sat Jan 16 03:55:39 UTC 2021 - https://tests.reproducible-builds.org/archlinux/extra/xorg-xconsole/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-xconsole/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-xconsole/pkg.build_duration, thus deleting it.
/srv/jenkins/bin/reproducible_common.sh: line 1048: echo: write error: No space left on device
Sat Jan 16 03:55:39 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-X5Qiqf0H deleted.
Sat 16 Jan 03:55:39 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-7lcUowYP, which will now be removed.
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:111)
	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:2490)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2481)
	at hudson.FilePath.act(FilePath.java:1161)
	at hudson.FilePath.act(FilePath.java:1144)
	at hudson.FilePath.copyTo(FilePath.java:2475)
	at hudson.FilePath.copyTo(FilePath.java:2430)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_2/builds/301435/log to /tmp/log-parser_reproducible_builder_archlinux_2_build_301435
	at hudson.FilePath.copyTo(FilePath.java:2433)
	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:804)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:753)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:698)
	at hudson.model.Run.execute(Run.java:1932)
	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