[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_8 #3771

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jan 3 05:30:45 GMT 2020


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_8/3771/display/redirect>

Changes:


------------------------------------------
[...truncated 72.79 KB...]
      |            ^~~~~~~~~~~~~~
xclock.c:81:46: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   81 | {"-utime", "*clock.utime",  XrmoptionNoArg,  "TRUE"},
      |                                              ^~~~~~
xclock.c:82:2: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   82 | {"-strftime", "*clock.strftime", XrmoptionSepArg, NULL},
      |  ^~~~~~~~~~~
xclock.c:82:15: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   82 | {"-strftime", "*clock.strftime", XrmoptionSepArg, NULL},
      |               ^~~~~~~~~~~~~~~~~
xclock.c:84:2: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   84 | {"-face", "*clock.face",  XrmoptionSepArg, NULL},
      |  ^~~~~~~
xclock.c:84:11: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   84 | {"-face", "*clock.face",  XrmoptionSepArg, NULL},
      |           ^~~~~~~~~~~~~
xclock.c:85:2: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   85 | {"-render", "*clock.render", XrmoptionNoArg,  "TRUE"},
      |  ^~~~~~~~~
xclock.c:85:13: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   85 | {"-render", "*clock.render", XrmoptionNoArg,  "TRUE"},
      |             ^~~~~~~~~~~~~~~
xclock.c:85:47: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   85 | {"-render", "*clock.render", XrmoptionNoArg,  "TRUE"},
      |                                               ^~~~~~
xclock.c:86:2: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   86 | {"-norender", "*clock.render", XrmoptionNoArg,  "FALSE"},
      |  ^~~~~~~~~~~
xclock.c:86:15: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   86 | {"-norender", "*clock.render", XrmoptionNoArg,  "FALSE"},
      |               ^~~~~~~~~~~~~~~
xclock.c:86:49: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   86 | {"-norender", "*clock.render", XrmoptionNoArg,  "FALSE"},
      |                                                 ^~~~~~~
xclock.c:87:2: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   87 | {"-sharp", "*clock.sharp",  XrmoptionNoArg,  "TRUE"},
      |  ^~~~~~~~
xclock.c:87:12: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   87 | {"-sharp", "*clock.sharp",  XrmoptionNoArg,  "TRUE"},
      |            ^~~~~~~~~~~~~~
xclock.c:87:46: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   87 | {"-sharp", "*clock.sharp",  XrmoptionNoArg,  "TRUE"},
      |                                              ^~~~~~
Clock.c:149:36: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  149 |         offset(update), XtRString, "60.0" },
      |                                    ^~~~~~
Clock.c:155:37: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  155 |         offset(Hdpixel), XtRString, XtDefaultForeground},
      |                                     ^~~~~~~~~~~~~~~~~~~
Clock.c:157:37: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  157 |         offset(Hipixel), XtRString, XtDefaultForeground},
      |                                     ^~~~~~~~~~~~~~~~~~~
Clock.c:167:38: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  167 |         offset(strftime), XtRString, ""},
      |                                      ^~
Clock.c:173:34: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  173 |         offset(font), XtRString, XtDefaultFont},
      |                                  ^~~~~~~~~~~~~
Clock.c:176:37: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  176 |         offset(fontSet), XtRString, XtDefaultFontSet},
      |                                     ^~~~~~~~~~~~~~~~
Clock.c:179:41: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  179 |      offset (backing_store), XtRString, "default"},
      |                                         ^~~~~~~~~
Clock.c:188:38: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  188 |         offset(fg_color), XtRString, XtDefaultForeground},
      |                                      ^~~~~~~~~~~~~~~~~~~
Clock.c:190:33: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  190 |  offset(hour_color), XtRString, XtDefaultForeground},
      |                                 ^~~~~~~~~~~~~~~~~~~
Clock.c:192:32: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  192 |  offset(min_color), XtRString, XtDefaultForeground},
      |                                ^~~~~~~~~~~~~~~~~~~
Clock.c:194:32: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  194 |  offset(sec_color), XtRString, XtDefaultForeground},
      |                                ^~~~~~~~~~~~~~~~~~~
Clock.c:196:34: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  196 |  offset(major_color), XtRString, XtDefaultForeground},
      |                                  ^~~~~~~~~~~~~~~~~~~
Clock.c:198:34: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  198 |  offset(minor_color), XtRString, XtDefaultForeground},
      |                                  ^~~~~~~~~~~~~~~~~~~
Clock.c:200:28: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  200 |  offset (face), XtRString, ""},
      |                            ^~
Clock.c: In function 'TimeString':
Clock.c:552:6: warning: format not a string literal, format string not checked [-Wformat-nonliteral]
  552 |      if (0 < strftime (ctime, STRFTIME_BUFF_SIZE-1,w->clock.strftime, tm)) {
      |      ^~
Clock.c: In function 'clock_to_utf8':
Clock.c:2299:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
 2299 |     inptr = str;
      |           ^
Clock.c: In function 'TimeString':
Clock.c:532:49: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
  532 |   snprintf (brief, sizeof(brief), "%02d:%02d %cM", hour, tm->tm_min,
      |                                                 ^
In file included from /usr/include/stdio.h:867,
                 from /usr/include/freetype2/freetype/config/ftstdlib.h:102,
                 from /usr/include/freetype2/freetype/config/ftconfig.h:42,
                 from /usr/include/freetype2/freetype/freetype.h:34,
                 from /usr/include/X11/Xft/Xft.h:41,
                 from ClockP.h:61,
                 from Clock.c:85:
/usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 9 and 19 bytes into a destination of size 9
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CCLD     xclock
make[2]: Leaving directory '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/src/xclock-1.0.9'
make[1]: Leaving directory '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/src/xclock-1.0.9'
==> Entering fakeroot environment...
==> WARNING: PACKAGER should have the format 'Example Name <email at address.invalid>'
==> Starting package()...
Making install in man
make[1]: Entering directory '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/src/xclock-1.0.9/man'
make[2]: Entering directory '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/src/xclock-1.0.9/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/sbin/mkdir -p '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/pkg/xorg-xclock/usr/share/man/man1'
 /usr/bin/install -c -m 644 xclock.1 '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/pkg/xorg-xclock/usr/share/man/man1'
make[2]: Leaving directory '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/src/xclock-1.0.9/man'
make[1]: Leaving directory '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/src/xclock-1.0.9/man'
make[1]: Entering directory '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/src/xclock-1.0.9'
make[2]: Entering directory '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/src/xclock-1.0.9'
 /usr/sbin/mkdir -p '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/pkg/xorg-xclock/usr/share/X11/app-defaults'
 /usr/sbin/mkdir -p '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/pkg/xorg-xclock/usr/bin'
 /usr/bin/install -c -m 644 app-defaults/XClock-color app-defaults/XClock '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/pkg/xorg-xclock/usr/share/X11/app-defaults'
  /usr/bin/install -c xclock '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/pkg/xorg-xclock/usr/bin'
make[2]: Leaving directory '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/src/xclock-1.0.9'
make[1]: Leaving directory '/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/src/xclock-1.0.9'
==> 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-xclock"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: xorg-xclock 1.0.9-1 (Thu Feb  4 11:53:19 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-xorg-xclock-archlinuxrb-build-8DxHybGu
+ tee -a /srv/reproducible-results/archlinuxrb-build-8DxHybGu/b2/xorg-xclock/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/xorg-xclock-archlinuxrb-build-8DxHybGu/xorg-xclock/trunk/xorg-xclock-1.0.9-1-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-8DxHybGu/b2/xorg-xclock/xorg-xclock-1.0.9-1-x86_64.pkg.tar.xz'
Thu Feb  4 11:53:32 UTC 2021 - build #2 for xorg-xclock on osuosl-build170-amd64 done.
Thu Feb  4 11:53:32 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-ZtZQ5Uz8, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-8DxHybGu:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan  3 05:29 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jan  3 05:30 b2

/srv/reproducible-results/archlinuxrb-build-8DxHybGu/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan  3 05:29 xorg-xclock

/srv/reproducible-results/archlinuxrb-build-8DxHybGu/b1/xorg-xclock:
total 72
-rw-r--r-- 1 jenkins jenkins 38117 Jan  3 05:29 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Jan  3 05:29 build1.version
-rw-r--r-- 1 jenkins jenkins 28124 Jan  3 05:29 xorg-xclock-1.0.9-1-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-8DxHybGu/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan  3 05:30 xorg-xclock

/srv/reproducible-results/archlinuxrb-build-8DxHybGu/b2/xorg-xclock:
total 68
-rw-r--r-- 1 jenkins jenkins 35591 Jan  3 05:30 build2.log
-rw-r--r-- 1 jenkins jenkins     8 Jan  3 05:30 build2.version
-rw-r--r-- 1 jenkins jenkins 28212 Jan  3 05:30 xorg-xclock-1.0.9-1-x86_64.pkg.tar.xz
Fri Jan  3 05:30:40 UTC 2020 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-8DxHybGu/b1/xorg-xclock/xorg-xclock-1.0.9-1-x86_64.pkg.tar.xz and /srv/reproducible-results/archlinuxrb-build-8DxHybGu/b2/xorg-xclock/xorg-xclock-1.0.9-1-x86_64.pkg.tar.xz differ
Fri Jan  3 05:30:40 UTC 2020 - running diffoscope on the results now:
Fri Jan  3 05:30:42 UTC 2020 - Running diffoscope 134 now...
xz: (stdout): Write error: No space left on device
Fri Jan  3 05:30:45 UTC 2020 - diffoscope 134 found issues, please investigate xorg-xclock/xorg-xclock-1.0.9-1-x86_64.pkg.tar.xz
Fri Jan  3 05:30:45 UTC 2020 - https://tests.reproducible-builds.org/archlinux/extra/xorg-xclock/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-xclock/xorg-xclock-1.0.9-1-x86_64.pkg.tar.xz-b1.BUILDINFO.txt older than /var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-xclock/pkg.build_duration, thus deleting it.
/var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-xclock/xorg-xclock-1.0.9-1-x86_64.pkg.tar.xz-b2.BUILDINFO.txt older than /var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-xclock/pkg.build_duration, thus deleting it.
/var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-xclock/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-xclock/pkg.build_duration, thus deleting it.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('394743', '1.0.9-1', 'FTBR_1', '2020-01-03 05:28', '112', 'osuosl-build169-amd64', 'osuosl-build170-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_8/3771/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='1.0.9-1', status='FTBR_1', build_date='2020-01-03 05:28', build_duration='112', node1='osuosl-build169-amd64', node2='osuosl-build170-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_8/3771/' WHERE results.package_id='394743'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('xorg-xclock', '1.0.9-1', 'extra', 'x86_64', 3, 'FTBR_1', '2020-01-03 05:28', '112', 'osuosl-build169-amd64', 'osuosl-build170-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_8/3771/');
INSERT 0 1
DELETE FROM schedule WHERE package_id='394743' and build_type='ci_build';
DELETE 1
Fri Jan  3 05:30:45 UTC 2020 - /srv/reproducible-results/archlinuxrb-build-8DxHybGu deleted.
Fri  3 Jan 05:30:45 UTC 2020 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-uhhgeJba, which will now be removed.
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:108)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2315)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:2270)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2291)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:2246)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2248)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2239)
	at hudson.FilePath.act(FilePath.java:1075)
	at hudson.FilePath.act(FilePath.java:1058)
	at hudson.FilePath.copyTo(FilePath.java:2233)
	at hudson.FilePath.copyTo(FilePath.java:2188)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_8/builds/3771/log to /tmp/log-parser_reproducible_builder_archlinux_8_build_3771
	at hudson.FilePath.copyTo(FilePath.java:2191)
	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:45)
	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 hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1878)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:427)
Build step 'Console output (build log) parsing' marked build as failure



More information about the Qa-jenkins-scm mailing list