[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_6 #181236
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Jan 24 08:16:45 GMT 2021
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_6/181236/display/redirect>
Changes:
------------------------------------------
[...truncated 576.43 KB...]
makeboot.c:272:7: warning: implicit declaration of function 'check_zapped' [-Wimplicit-function-declaration]
272 | check_zapped();
| ^~~~~~~~~~~~
makeboot.c:275:7: warning: implicit declaration of function 'check_mbr' [-Wimplicit-function-declaration]
275 | check_mbr();
| ^~~~~~~~~
makeboot.c:304:7: warning: implicit declaration of function 'copy_tarblock' [-Wimplicit-function-declaration]
304 | copy_tarblock();
| ^~~~~~~~~~~~~
makeboot.c:308:7: warning: implicit declaration of function 'copy_mbr' [-Wimplicit-function-declaration]
308 | copy_mbr(ptr->data, ptr->size);
| ^~~~~~~~
makeboot.c:325:7: warning: implicit declaration of function 'copy_superfields' [-Wimplicit-function-declaration]
325 | copy_superfields(buffer);
| ^~~~~~~~~~~~~~~~
makeboot.c:333:10: warning: implicit declaration of function 'save_super' [-Wimplicit-function-declaration]
333 | save_super(buffer);
| ^~~~~~~~~~
makeboot.c:335:10: warning: implicit declaration of function 'print_super' [-Wimplicit-function-declaration]
335 | print_super(buffer);
| ^~~~~~~~~~~
makeboot.c:339:10: warning: implicit declaration of function 'close_disk' [-Wimplicit-function-declaration]
339 | close_disk();
| ^~~~~~~~~~
makeboot.c:348:7: warning: implicit declaration of function 'set_dosname' [-Wimplicit-function-declaration]
348 | set_dosname(ptr->boot_name);
| ^~~~~~~~~~~
makeboot.c:351:7: warning: implicit declaration of function 'set_asciz' [-Wimplicit-function-declaration]
351 | set_asciz(ptr->boot_name);
| ^~~~~~~~~
makeboot.c:359:7: warning: implicit declaration of function 'write_sector' [-Wimplicit-function-declaration]
359 | write_sector(0, buffer);
| ^~~~~~~~~~~~
makeboot.c: At top level:
makeboot.c:369:1: warning: return type defaults to 'int' [-Wimplicit-int]
369 | Usage()
| ^~~~~
makeboot.c:424:1: warning: return type defaults to 'int' [-Wimplicit-int]
424 | close_disk()
| ^~~~~~~~~~
makeboot.c:710:1: warning: return type defaults to 'int' [-Wimplicit-int]
710 | check_zapped()
| ^~~~~~~~~~~~
makeboot.c:757:1: warning: return type defaults to 'int' [-Wimplicit-int]
757 | check_tar()
| ^~~~~~~~~
makeboot.c:800:1: warning: return type defaults to 'int' [-Wimplicit-int]
800 | copy_tarblock()
| ^~~~~~~~~~~~~
makeboot.c:932:1: warning: return type defaults to 'int' [-Wimplicit-int]
932 | print_super(bootsect)
| ^~~~~~~~~~~
makeboot.c:1021:1: warning: return type defaults to 'int' [-Wimplicit-int]
1021 | decode_super(bootsect)
| ^~~~~~~~~~~~
makeboot.c:1055:1: warning: return type defaults to 'int' [-Wimplicit-int]
1055 | save_super(bootsect)
| ^~~~~~~~~~
makeboot.c:1068:1: warning: return type defaults to 'int' [-Wimplicit-int]
1068 | set_superfield(setstr)
| ^~~~~~~~~~~~~~
makeboot.c:1088:1: warning: return type defaults to 'int' [-Wimplicit-int]
1088 | copy_superfields(bootsect)
| ^~~~~~~~~~~~~~~~
makeboot.c:1125:1: warning: return type defaults to 'int' [-Wimplicit-int]
1125 | check_msdos()
| ^~~~~~~~~~~
makeboot.c: In function 'check_msdos':
makeboot.c:1146:7: warning: 'return' with no value, in function returning non-void
1146 | return;
| ^~~~~~
makeboot.c:1125:1: note: declared here
1125 | check_msdos()
| ^~~~~~~~~~~
makeboot.c: At top level:
makeboot.c:1151:1: warning: return type defaults to 'int' [-Wimplicit-int]
1151 | check_simpledos(bb_fatbits)
| ^~~~~~~~~~~~~~~
makeboot.c:1227:1: warning: return type defaults to 'int' [-Wimplicit-int]
1227 | set_dosname(boot_name)
| ^~~~~~~~~~~
makeboot.c:1249:1: warning: return type defaults to 'int' [-Wimplicit-int]
1249 | set_asciz(boot_name)
| ^~~~~~~~~
makeboot.c:1291:1: warning: return type defaults to 'int' [-Wimplicit-int]
1291 | check_mbr()
| ^~~~~~~~~
makeboot.c:1322:1: warning: return type defaults to 'int' [-Wimplicit-int]
1322 | copy_mbr(boot_data, boot_size)
| ^~~~~~~~
ncc -Md -O -o makeboot.com makeboot.c
make monitor.out
make[4]: Entering directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21/bootblocks'
ncc -ansi -Ms -Oi -O -D_FORTIFY_SOURCE=2 -c -o monitor.o monitor.c
ncc -ansi -Ms -Oi -O -D_FORTIFY_SOURCE=2 -c -o commands.o commands.c
ncc -ansi -Ms -Oi -O -D_FORTIFY_SOURCE=2 -c -o i86_funcs.o i86_funcs.c
ncc -ansi -Ms -Oi -O -D_FORTIFY_SOURCE=2 -c -o relocate.o relocate.c
ncc -ansi -Ms -Oi -O -D_FORTIFY_SOURCE=2 -c -o help.o help.c
as86_encap zimage.s zimage.v zimage_ -0 -w -l zimage.lst
ncc -ansi -Ms -Oi -O -D_FORTIFY_SOURCE=2 -c -o bzimage.o bzimage.c
ncc -ansi -Ms -Oi -O -D_FORTIFY_SOURCE=2 -c -o buffer.o buffer.c
ncc -ansi -Ms -Oi -O -D_FORTIFY_SOURCE=2 -c -o unix.o unix.c
ncc -ansi -Ms -Oi -O -D_FORTIFY_SOURCE=2 -c -o fs.o fs.c
ncc -ansi -Ms -Oi -O -D_FORTIFY_SOURCE=2 -c -o fs_tar.o fs_tar.c
ncc -ansi -Ms -Oi -O -D_FORTIFY_SOURCE=2 -c -o fs_min.o fs_min.c
ncc -ansi -Ms -Oi -O -D_FORTIFY_SOURCE=2 -c -o fs_dos.o fs_dos.c
ncc -ansi -Ms -Oi -O -s -i -H0x10000 monitor.o commands.o i86_funcs.o relocate.o help.o bzimage.o buffer.o unix.o fs.o fs_tar.o fs_min.o fs_dos.o -o monitor.out -M > monitor.sym
make[4]: Leaving directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21/bootblocks'
mv monitor.out monitor.sys
ncc -Mf -O -DDOTS -S minix_elks.c
as86 -w- -0 -b minix_elks.bin -s minix_elks.sym minix_elks.s -l minix_elks.lst
ncc -Md -O -o lsys.com lsys.c
make[3]: Leaving directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21/bootblocks'
make[3]: Entering directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21/tests'
echo Use real-install if you actually want to install these
Use real-install if you actually want to install these
make[3]: Leaving directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21/tests'
make[3]: Entering directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21/dis88'
install -m 755 -s dis88 /tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/pkg/dev86/usr/bin/dis86
install -m 644 dis88.1 /tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/pkg/dev86/usr/share/man/man1/dis86.1
make[3]: Leaving directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21/dis88'
make[3]: Entering directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21/doselks'
# Err, Ok, but where do I install a dos program ?
make[3]: Leaving directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21/doselks'
make[3]: Entering directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21/bootblocks'
install -m 755 -s makeboot /tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/pkg/dev86/usr/bin/makeboot
make[3]: Leaving directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21/bootblocks'
make[2]: Leaving directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21'
make[1]: Leaving directory '/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/src/dev86-0.16.21'
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "dev86"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: dev86 0.16.21-4 (Sun Jan 24 08:14:02 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-dev86-archlinuxrb-build-w0lTfA8x
+ tee -a /srv/reproducible-results/archlinuxrb-build-w0lTfA8x/b2/dev86/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/dev86-archlinuxrb-build-w0lTfA8x/dev86/trunk/dev86-0.16.21-4-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-w0lTfA8x/b2/dev86/dev86-0.16.21-4-x86_64.pkg.tar.zst'
Sun Jan 24 08:14:02 UTC 2021 - build #2 for dev86 on osuosl169-amd64 done.
Sun Jan 24 08:14:02 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-TdRLFVyF, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-w0lTfA8x:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan 24 08:12 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jan 24 08:14 b2
/srv/reproducible-results/archlinuxrb-build-w0lTfA8x/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 24 08:12 dev86
/srv/reproducible-results/archlinuxrb-build-w0lTfA8x/b1/dev86:
total 620
-rw-r--r-- 1 jenkins jenkins 293161 Jan 24 08:12 build1.log
-rw-r--r-- 1 jenkins jenkins 10 Jan 24 08:12 build1.version
-rw-r--r-- 1 jenkins jenkins 327143 Jan 24 08:12 dev86-0.16.21-4-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-w0lTfA8x/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 24 08:14 dev86
/srv/reproducible-results/archlinuxrb-build-w0lTfA8x/b2/dev86:
total 616
-rw-r--r-- 1 jenkins jenkins 293766 Jan 24 08:14 build2.log
-rw-r--r-- 1 jenkins jenkins 10 Jan 24 08:14 build2.version
-rw-r--r-- 1 jenkins jenkins 327767 Jan 24 08:14 dev86-0.16.21-4-x86_64.pkg.tar.zst
Sun Jan 24 08:14:08 UTC 2021 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-w0lTfA8x/b1/dev86/dev86-0.16.21-4-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-w0lTfA8x/b2/dev86/dev86-0.16.21-4-x86_64.pkg.tar.zst differ
Sun Jan 24 08:14:08 UTC 2021 - running diffoscope on the results now:
Sun Jan 24 08:14:12 UTC 2021 - Running diffoscope 165
E: 70services: tac: /tmp/tacd0Y0lm: write error: No space left on device
E: jenkins-reproducible-unstable-diffoscope-720cc549-6531-4ee2-b327-0d70d7655bfb: Chroot setup failed: stage=setup-stop
diffoscope-unknown-version now...
Sun Jan 24 08:16:44 UTC 2021 - diffoscope 165
E: 70services: tac: /tmp/tacd0Y0lm: write error: No space left on device
E: jenkins-reproducible-unstable-diffoscope-720cc549-6531-4ee2-b327-0d70d7655bfb: Chroot setup failed: stage=setup-stop
diffoscope-unknown-version found issues, please investigate dev86/dev86-0.16.21-4-x86_64.pkg.tar.zst
Sun Jan 24 08:16:44 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/dev86/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/community/dev86/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/community/dev86/pkg.build_duration, thus deleting it.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
VALUES ('1321554', '0.16.21-4', 'FTBR_1', '2021-01-24 08:11', '343', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_6/181236/')
ON CONFLICT (package_id)
DO UPDATE SET version='0.16.21-4', status='FTBR_1', build_date='2021-01-24 08:11', build_duration='343', node1='osuosl170-amd64', node2='osuosl169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_6/181236/' WHERE results.package_id='1321554'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
VALUES ('dev86', '0.16.21-4', 'community', 'x86_64', 3, 'FTBR_1', '2021-01-24 08:11', '343', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_6/181236/');
INSERT 0 1
DELETE FROM schedule WHERE package_id='1321554' and build_type='ci_build';
DELETE 1
Sun Jan 24 08:16:45 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-w0lTfA8x deleted.
Sun 24 Jan 08:16:45 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-9oTTq41m, 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_6/builds/181236/log to /tmp/log-parser_reproducible_builder_archlinux_6_build_181236
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