[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #307177
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Jan 24 09:04:05 GMT 2021
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/307177/display/redirect>
Changes:
------------------------------------------
[...truncated 43.39 KB...]
checking if gcc supports -Werror=unknown-warning-option... no
checking if gcc supports -Werror=unused-command-line-argument... no
checking if gcc supports -Wall... yes
checking if gcc supports -Wpointer-arith... yes
checking if gcc supports -Wmissing-declarations... yes
checking if gcc supports -Wformat=2... yes
checking if gcc supports -Wstrict-prototypes... yes
checking if gcc supports -Wmissing-prototypes... yes
checking if gcc supports -Wnested-externs... yes
checking if gcc supports -Wbad-function-cast... yes
checking if gcc supports -Wold-style-definition... yes
checking if gcc supports -Wdeclaration-after-statement... yes
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 strlcpy... no
checking for XCALC... yes
checking for APPDEFS... 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-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0'
Making all in man
make[2]: Entering directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0/man'
GEN xcalc.1
make[2]: Leaving directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0/man'
make[2]: Entering directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0'
CC actions.o
CC math.o
CC xcalc.o
xcalc.c:90:2: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
90 | {"-rpn", "rpn", XrmoptionNoArg, (XtPointer)"on"},
| ^~~~~~
xcalc.c:90:10: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
90 | {"-rpn", "rpn", XrmoptionNoArg, (XtPointer)"on"},
| ^~~~~
xcalc.c:91:2: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
91 | {"-stipple", "stipple", XrmoptionNoArg, (XtPointer)"on"}
| ^~~~~~~~~~
xcalc.c:91:14: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
91 | {"-stipple", "stipple", XrmoptionNoArg, (XtPointer)"on"}
| ^~~~~~~~~
In file included from /usr/include/string.h:519,
from /usr/include/X11/Intrinsic.h:61,
from /usr/include/X11/Shell.h:52,
from xcalc.c:45:
In function 'strncpy',
inlined from 'convert' at xcalc.c:343:2,
inlined from 'convert' at xcalc.c:336:16:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xcalc.c: In function 'convert':
xcalc.c:342:12: note: length computed here
342 | *length = strlen(dispstr);
| ^~~~~~~~~~~~~~~
In file included from /usr/include/string.h:519,
from /usr/include/X11/Intrinsic.h:61,
from xcalc.h:44,
from math.c:19:
In function 'strncpy',
inlined from 'strlcpy' at math.c:86:5,
inlined from 'DrawDisplay' at math.c:228:13:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
math.c: In function 'negf':
math.c:474:36: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
474 | snprintf(tmp, sizeof(tmp), "-%s", dispstr);
| ^
In file included from /usr/include/stdio.h:866,
from xcalc.h:47,
from math.c:19:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 2 and 33 bytes into a destination of size 32
70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:519,
from /usr/include/X11/Intrinsic.h:61,
from xcalc.h:44,
from math.c:19:
In function 'strncpy',
inlined from 'strlcpy' at math.c:86:5,
inlined from 'negf' at math.c:475:5:
/usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD xcalc
make[2]: Leaving directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0'
make[1]: Leaving directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0'
==> Entering fakeroot environment...
==> Starting package()...
Making install in man
make[1]: Entering directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0/man'
make[2]: Entering directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0/man'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/sbin/mkdir -p '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/pkg/xorg-xcalc/usr/share/man/man1'
/usr/bin/install -c -m 644 xcalc.1 '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/pkg/xorg-xcalc/usr/share/man/man1'
make[2]: Leaving directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0/man'
make[1]: Leaving directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0/man'
make[1]: Entering directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0'
make[2]: Entering directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0'
/usr/sbin/mkdir -p '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/pkg/xorg-xcalc/usr/share/X11/app-defaults'
/usr/sbin/mkdir -p '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/pkg/xorg-xcalc/usr/bin'
/usr/bin/install -c -m 644 app-defaults/XCalc app-defaults/XCalc-color '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/pkg/xorg-xcalc/usr/share/X11/app-defaults'
/usr/bin/install -c xcalc '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/pkg/xorg-xcalc/usr/bin'
make[2]: Leaving directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0'
make[1]: Leaving directory '/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/src/xcalc-1.1.0'
==> 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-xcalc"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: xorg-xcalc 1.1.0-2 (Sun Jan 24 09:03:56 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-xorg-xcalc-archlinuxrb-build-6F1BjYra
+ tee -a /srv/reproducible-results/archlinuxrb-build-6F1BjYra/b2/xorg-xcalc/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/xorg-xcalc-archlinuxrb-build-6F1BjYra/xorg-xcalc/trunk/xorg-xcalc-1.1.0-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-6F1BjYra/b2/xorg-xcalc/xorg-xcalc-1.1.0-2-x86_64.pkg.tar.zst'
Sun Jan 24 09:03:59 UTC 2021 - build #2 for xorg-xcalc on osuosl169-amd64 done.
Sun Jan 24 09:03:59 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-2q0ebMa5, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-6F1BjYra:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan 24 09:03 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jan 24 09:04 b2
/srv/reproducible-results/archlinuxrb-build-6F1BjYra/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 24 09:03 xorg-xcalc
/srv/reproducible-results/archlinuxrb-build-6F1BjYra/b1/xorg-xcalc:
total 60
-rw-r--r-- 1 jenkins jenkins 20576 Jan 24 09:03 build1.log
-rw-r--r-- 1 jenkins jenkins 8 Jan 24 09:03 build1.version
-rw-r--r-- 1 jenkins jenkins 32176 Jan 24 09:03 xorg-xcalc-1.1.0-2-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-6F1BjYra/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 24 09:04 xorg-xcalc
/srv/reproducible-results/archlinuxrb-build-6F1BjYra/b2/xorg-xcalc:
total 60
-rw-r--r-- 1 jenkins jenkins 21171 Jan 24 09:04 build2.log
-rw-r--r-- 1 jenkins jenkins 8 Jan 24 09:04 build2.version
-rw-r--r-- 1 jenkins jenkins 32176 Jan 24 09:04 xorg-xcalc-1.1.0-2-x86_64.pkg.tar.zst
Sun Jan 24 09:04:04 UTC 2021 - comparing results now.
Sun Jan 24 09:04:04 UTC 2021 - YAY - xorg-xcalc/xorg-xcalc-1.1.0-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Sun Jan 24 09:04:04 UTC 2021 - https://tests.reproducible-builds.org/archlinux/extra/xorg-xcalc/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-xcalc/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/extra/xorg-xcalc/pkg.build_duration, thus deleting it.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
VALUES ('393035', '1.1.0-2', 'reproducible', '2021-01-24 09:03', '63', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_1/307177/')
ON CONFLICT (package_id)
DO UPDATE SET version='1.1.0-2', status='reproducible', build_date='2021-01-24 09:03', build_duration='63', node1='osuosl170-amd64', node2='osuosl169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_1/307177/' WHERE results.package_id='393035'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
VALUES ('xorg-xcalc', '1.1.0-2', 'extra', 'x86_64', 3, 'reproducible', '2021-01-24 09:03', '63', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_1/307177/');
INSERT 0 1
DELETE FROM schedule WHERE package_id='393035' and build_type='ci_build';
DELETE 1
Sun Jan 24 09:04:05 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-6F1BjYra deleted.
Sun 24 Jan 09:04:05 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-oXDqzz5T, 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: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_1/builds/307177/log to /tmp/log-parser_reproducible_builder_archlinux_1_build_307177
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