[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #307211
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Jan 24 09:40:38 GMT 2021
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/307211/display/redirect>
Changes:
------------------------------------------
[...truncated 25.94 KB...]
Packages (2) perl-canary-stability-2013-3 perl-common-sense-3.75-2
Total Download Size: 0.01 MiB
Total Installed Size: 0.01 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 2790 100 2790 0 0 247k 0 --:--:-- --:--:-- --:--:-- 247k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 7417 100 7417 0 0 1034k 0 --:--:-- --:--:-- --:--:-- 1207k
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-canary-stability...
installing perl-common-sense...
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Warn about old perl modules
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading Async-Interrupt-1.26.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 5 100 5 0 0 73 0 --:--:-- --:--:-- --:--:-- 74
100 32135 100 32135 0 0 202k 0 --:--:-- --:--:-- --:--:-- 202k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
Async-Interrupt-1.26.tar.gz ... Passed
==> Extracting sources...
-> Extracting Async-Interrupt-1.26.tar.gz with bsdtar
==> Starting build()...
***
*** Canary::Stability COMPATIBILITY AND SUPPORT CHECK
*** =================================================
***
*** Hi!
***
*** I do my best to provide predictable and reliable software.
***
*** However, in recent releases, P5P (who maintain perl) have been
*** introducing regressions that are sometimes subtle and at other times
*** catastrophic, often for personal preferences with little or no concern
*** for existing code, most notably CPAN.
***
*** For this reason, it has become very hard for me to maintain the level
*** of reliability and support I have committed myself to in the past, at
*** least with some perl versions: I simply can't keep up working around new
*** bugs or gratituous incompatibilities, and in turn you might suffer from
*** unanticipated problems.
***
*** Therefore I have introduced a support and compatibility check, the results
*** of which follow below, together with a FAQ and some recommendations.
***
*** This check is just to let you know that there might be a risk, so you can
*** make judgement calls on how to proceed - it will not keep the module from
*** installing or working.
***
*** The stability canary says: (nothing, it was driven away by harsh weather)
***
*** It seems you are running perl version 5.032000, likely the "official" or
*** "standard" version. While there is nothing wrong with doing that,
*** standard perl versions 5.022 and up are not supported by Async::Interrupt.
*** While this might be fatal, it might also be all right - if you run into
*** problems, you might want to downgrade your perl or switch to the
*** stability branch.
***
*** If everything works fine, you can ignore this message.
***
***
*** Stability canary mini-FAQ:
***
*** Do I need to do anything?
*** With luck, no. While some distributions are known to fail
*** already, most should probably work. This message is here
*** to alert you that your perl is not supported by Async::Interrupt,
*** and if things go wrong, you either need to downgrade, or
*** sidegrade to the stability variant of your perl version,
*** or simply live with the consequences.
***
*** What is this canary thing?
*** It's purpose is to check support status of Async::Interrupt with
*** respect to your perl version.
***
*** What is this "stability branch"?
*** It's a branch or fork of the official perl, by schmorp, to
*** improve stability and compatibility with existing modules.
***
*** How can I skip this prompt on automated installs?
*** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment.
*** More info is in the Canary::Stability manpage.
***
*** Long version of this FAQ: http://stableperl.schmorp.de/faq.html
*** Stability Branch homepage: http://stableperl.schmorp.de/
***
Continue anyways? [y] y
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Async::Interrupt
Writing MYMETA.yml and MYMETA.json
Running Mkbootstrap for Interrupt ()
"/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/tmp/perl-async-interrupt-archlinuxrb-build-yJTuqymI/perl-async-interrupt/trunk/src/Async-Interrupt-1.26/typemap' Interrupt.xs > Interrupt.xsc
cp Interrupt.pm blib/lib/Async/Interrupt.pm
chmod 644 "Interrupt.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Interrupt.bs blib/arch/auto/Async/Interrupt/Interrupt.bs 644
Warning: Aliases 'fileno_r' and 'fileno' have identical values in Interrupt.xs, line 515
mv Interrupt.xsc Interrupt.c
cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DVERSION=\"1.26\" -DXS_VERSION=\"1.26\" -fPIC "-I/usr/lib/perl5/5.32/core_perl/CORE" Interrupt.c
In file included from Interrupt.xs:8:
schmorp.h: In function 's_epipe_signal':
schmorp.h:452:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
452 | write (epp->fd [1], &counter, (epp->len = 8));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
schmorp.h: In function 's_epipe_drain':
schmorp.h:465:3: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
465 | read (epp->fd [0], buf, sizeof (buf));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rm -f blib/arch/auto/Async/Interrupt/Interrupt.so
cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/local/lib -fstack-protector-strong Interrupt.o -o blib/arch/auto/Async/Interrupt/Interrupt.so \
\
chmod 755 blib/arch/auto/Async/Interrupt/Interrupt.so
Manifying 1 pod document
==> Entering fakeroot environment...
==> Starting package()...
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Interrupt.bs blib/arch/auto/Async/Interrupt/Interrupt.bs 644
Manifying 1 pod document
Appending installation info to /tmp/perl-async-interrupt-archlinuxrb-build-yJTuqymI/perl-async-interrupt/trunk/pkg/perl-async-interrupt/usr/lib/perl5/5.32/core_perl/perllocal.pod
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /tmp/perl-async-interrupt-archlinuxrb-build-yJTuqymI/perl-async-interrupt/trunk/pkg/perl-async-interrupt/usr/lib/perl5/5.32/vendor_perl/auto/Async/Interrupt/Interrupt.so
Installing /tmp/perl-async-interrupt-archlinuxrb-build-yJTuqymI/perl-async-interrupt/trunk/pkg/perl-async-interrupt/usr/lib/perl5/5.32/vendor_perl/Async/Interrupt.pm
Installing /tmp/perl-async-interrupt-archlinuxrb-build-yJTuqymI/perl-async-interrupt/trunk/pkg/perl-async-interrupt/usr/share/man/man3/Async::Interrupt.3pm
==> Tidying install...
-> Removing empty directories...
-> 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 "perl-async-interrupt"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: perl-async-interrupt 1.26-2 (Sat Feb 26 16:03:31 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-yJTuqymI/b2/perl-async-interrupt/build2.log
+ schroot --end-session -c archlinux-perl-async-interrupt-archlinuxrb-build-yJTuqymI
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/perl-async-interrupt-archlinuxrb-build-yJTuqymI/perl-async-interrupt/trunk/perl-async-interrupt-1.26-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-yJTuqymI/b2/perl-async-interrupt/perl-async-interrupt-1.26-2-x86_64.pkg.tar.zst'
Sat Feb 26 16:03:31 UTC 2022 - build #2 for perl-async-interrupt on osuosl170-amd64 done.
Sat Feb 26 16:03:31 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-rAbjGOau, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-yJTuqymI:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan 24 09:40 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jan 24 09:40 b2
/srv/reproducible-results/archlinuxrb-build-yJTuqymI/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 24 09:40 perl-async-interrupt
/srv/reproducible-results/archlinuxrb-build-yJTuqymI/b1/perl-async-interrupt:
total 56
-rw-r--r-- 1 jenkins jenkins 12624 Jan 24 09:40 build1.log
-rw-r--r-- 1 jenkins jenkins 7 Jan 24 09:40 build1.version
-rw-r--r-- 1 jenkins jenkins 36633 Jan 24 09:40 perl-async-interrupt-1.26-2-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-yJTuqymI/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 24 09:40 perl-async-interrupt
/srv/reproducible-results/archlinuxrb-build-yJTuqymI/b2/perl-async-interrupt:
total 52
-rw-r--r-- 1 jenkins jenkins 10269 Jan 24 09:40 build2.log
-rw-r--r-- 1 jenkins jenkins 7 Jan 24 09:40 build2.version
-rw-r--r-- 1 jenkins jenkins 36633 Jan 24 09:40 perl-async-interrupt-1.26-2-x86_64.pkg.tar.zst
Sun Jan 24 09:40:38 UTC 2021 - comparing results now.
Sun Jan 24 09:40:38 UTC 2021 - YAY - perl-async-interrupt/perl-async-interrupt-1.26-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Sun Jan 24 09:40:38 UTC 2021 - https://tests.reproducible-builds.org/archlinux/extra/perl-async-interrupt/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/extra/perl-async-interrupt/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/extra/perl-async-interrupt/pkg.build_duration, thus deleting it.
/srv/jenkins/bin/reproducible_common.sh: line 1048: echo: write error: No space left on device
Sun Jan 24 09:40:38 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-yJTuqymI deleted.
Sun 24 Jan 09:40:38 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-T0NUn2qW, 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_1/builds/307211/log to /tmp/log-parser_reproducible_builder_archlinux_1_build_307211
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