[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #348537
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Wed Jul 21 18:21:51 BST 2021
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/348537/display/redirect>
Changes:
------------------------------------------
[...truncated 166.48 KB...]
dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
353 | register uint h2 = h1 ^ 1;
| ^~
dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
356 | register v4f_t r;
| ^
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank<N>::process(v4f_t, uint)':
dsp/v4f_IIR2.h:326:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
326 | register uint h2 = h1 ^ 1;
| ^~
dsp/v4f_IIR2.h:329:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
329 | register v4f_t r = s * a[0];
| ^
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank<N>::process_bp(v4f_t, uint)':
dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
380 | register uint h2 = h1 ^ 1;
| ^~
dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
383 | register v4f_t r = s * a[0];
| ^
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank<N>::process_no_a0(v4f_t)':
dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
353 | register uint h2 = h1 ^ 1;
| ^~
dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
356 | register v4f_t r;
| ^
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4Bank<N>::process_bp(v4f_t, uint)':
dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
380 | register uint h2 = h1 ^ 1;
| ^~
dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
383 | register v4f_t r = s * a[0];
| ^
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::process(int, v4f_t)':
dsp/v4f_IIR2.h:586:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
586 | register uint h2 = h1 ^ 1;
| ^~
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::processplus(int, sample_t)':
dsp/v4f_IIR2.h:608:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
608 | register uint h2 = h1 ^ 1;
| ^~
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::process(int, v4f_t)':
dsp/v4f_IIR2.h:586:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
586 | register uint h2 = h1 ^ 1;
| ^~
dsp/v4f_IIR2.h:609:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
609 | register v4f_t r = s * a[0]; /* x * a[0] */
| ^
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::Resonator4fBank::processplus(int, sample_t)':
dsp/v4f_IIR2.h:608:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
608 | register uint h2 = h1 ^ 1;
| ^~
dsp/v4f_IIR2.h:609:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
609 | register v4f_t r = s * a[0]; /* x * a[0] */
| ^
CabIII.cc: In member function 'void CabinetIII::cycle(uint)':
CabIII.cc:81:40: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
81 | register cabinet_float acc = s[i] + normal;
| ^~~
In file included from dsp/RBJ.h:29,
from Click.cc:29:
dsp/IIR2.h: In instantiation of 'T DSP::IIR2<T>::process(T) [with T = float]':
Click.cc:143:17: required from here
dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
110 | register int z = h;
| ^
dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
112 | register T r = s * a[0];
| ^
dsp/IIR2.h: In instantiation of 'T DSP::IIR2<T>::process_bp(T) [with T = float]':
Click.cc:146:28: required from here
dsp/IIR2.h:131:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
131 | register int z = h;
| ^
dsp/IIR2.h:133:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
133 | register T r = s * a[0];
| ^
In file included from Cabinet.h:41,
from Click.cc:158:
dsp/v4f_IIR2.h: In instantiation of 'v4f_t DSP::IIR2v4Bank<N>::process_bp(v4f_t, uint) [with unsigned int N = 128; v4f_t = __vector(4) float; uint = unsigned int]':
Click.cc:191:30: required from here
dsp/v4f_IIR2.h:380:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
380 | register uint h2 = h1 ^ 1;
| ^~
dsp/v4f_IIR2.h:383:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
383 | register v4f_t r = s * a[0];
| ^
In file included from Amp.h:33,
from Amp.cc:30:
dsp/IIR2.h: In instantiation of 'T DSP::IIR2<T>::process(T) [with T = float]':
Amp.cc:140:32: required from 'void AmpVTS::subcycle(uint, Over&) [with Over = DSP::Oversampler<8, 64>; uint = unsigned int]'
Amp.cc:83:23: required from here
dsp/IIR2.h:110:46: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
110 | register int z = h;
| ^
dsp/IIR2.h:112:44: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
112 | register T r = s * a[0];
| ^
In file included from dsp/Delay.h:35,
from Chorus.h:32,
from Chorus.cc:30:
dsp/FPTruncateMode.h: In constructor 'DSP::FPTruncateMode::FPTruncateMode()':
dsp/FPTruncateMode.h:75:39: warning: '*this.DSP::FPTruncateMode::cw0' is used uninitialized [-Wuninitialized]
75 | cw1 = cw0 | 0xC00;
| ^~~
In file included from dsp/Delay.h:35,
from Scape.h:32,
from Scape.cc:28:
dsp/FPTruncateMode.h: In constructor 'DSP::FPTruncateMode::FPTruncateMode()':
dsp/FPTruncateMode.h:75:39: warning: '*this.DSP::FPTruncateMode::cw0' is used uninitialized [-Wuninitialized]
75 | cw1 = cw0 | 0xC00;
| ^~~
dsp/v4f_IIR2.h: In instantiation of 'v4f_t DSP::IIR2v4Bank<N>::process_no_a0(v4f_t) [with unsigned int N = 16; v4f_t = __vector(4) float]':
CabIV.cc:140:26: required from 'void CabinetIV::subcycle(uint, O&) [with O = DSP::NoOversampler; int Ratio = 1; uint = unsigned int]'
CabIV.cc:83:47: required from here
dsp/v4f_IIR2.h:353:47: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
353 | register uint h2 = h1 ^ 1;
| ^~
dsp/v4f_IIR2.h:356:56: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
356 | register v4f_t r;
| ^
g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -O3 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -msse3 -o caps.so Amp.o AutoFilter.o CabIII.o CabIV.o Chorus.o Click.o Compress.o Eq.o Fractals.o Noisegate.o Pan.o Phaser.o Reverb.o Saturate.o Scape.o Sin.o ToneStack.o White.o interface.o dsp/polynomials.o
==> Entering fakeroot environment...
==> Starting package()...
Makefile:62: warning: ignoring prerequisites on suffix rule definition
install -d /tmp/caps-archlinuxrb-build-0QT7Pc51/caps/trunk/pkg/caps/usr/lib/ladspa
install -m 644 caps.so /tmp/caps-archlinuxrb-build-0QT7Pc51/caps/trunk/pkg/caps/usr/lib/ladspa
install -d /tmp/caps-archlinuxrb-build-0QT7Pc51/caps/trunk/pkg/caps/usr/share/ladspa/rdf
install -m 644 caps.rdf /tmp/caps-archlinuxrb-build-0QT7Pc51/caps/trunk/pkg/caps/usr/share/ladspa/rdf
install: creating directory '/tmp/caps-archlinuxrb-build-0QT7Pc51/caps/trunk/pkg/caps/usr/share/doc'
install: creating directory '/tmp/caps-archlinuxrb-build-0QT7Pc51/caps/trunk/pkg/caps/usr/share/doc/caps'
'CHANGES' -> '/tmp/caps-archlinuxrb-build-0QT7Pc51/caps/trunk/pkg/caps/usr/share/doc/caps/CHANGES'
'README' -> '/tmp/caps-archlinuxrb-build-0QT7Pc51/caps/trunk/pkg/caps/usr/share/doc/caps/README'
==> 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 "caps"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: caps 0.9.26-2 (Wed Jul 21 17:21:44 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-caps-archlinuxrb-build-0QT7Pc51
+ tee -a /srv/reproducible-results/archlinuxrb-build-0QT7Pc51/b2/caps/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/caps-archlinuxrb-build-0QT7Pc51/caps/trunk/caps-0.9.26-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-0QT7Pc51/b2/caps/caps-0.9.26-2-x86_64.pkg.tar.zst'
Wed Jul 21 17:21:44 UTC 2021 - build #2 for caps on osuosl169-amd64 done.
Wed Jul 21 17:21:44 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-vD4ttMrC, removing.
/srv/reproducible-results/archlinuxrb-build-0QT7Pc51:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 17:21 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 17:21 b2
/srv/reproducible-results/archlinuxrb-build-0QT7Pc51/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 17:21 caps
/srv/reproducible-results/archlinuxrb-build-0QT7Pc51/b1/caps:
total 348
-rw-r--r-- 1 jenkins jenkins 86217 Jul 21 17:21 build1.log
-rw-r--r-- 1 jenkins jenkins 9 Jul 21 17:21 build1.version
-rw-r--r-- 1 jenkins jenkins 252719 Jul 21 17:21 caps-0.9.26-2-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-0QT7Pc51/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 17:21 caps
/srv/reproducible-results/archlinuxrb-build-0QT7Pc51/b2/caps:
total 336
-rw-r--r-- 1 jenkins jenkins 85084 Jul 21 17:21 build2.log
-rw-r--r-- 1 jenkins jenkins 9 Jul 21 17:21 build2.version
-rw-r--r-- 1 jenkins jenkins 252719 Jul 21 17:21 caps-0.9.26-2-x86_64.pkg.tar.zst
Wed Jul 21 17:21:50 UTC 2021 - comparing results now.
Wed Jul 21 17:21:51 UTC 2021 - YAY - caps/caps-0.9.26-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Wed Jul 21 17:21:51 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/caps/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/community/caps/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/community/caps/pkg.build_duration, thus deleting it.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
VALUES ('402460', '0.9.26-2', 'reproducible', '2021-07-21 17:21', '50', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_1/348537/')
ON CONFLICT (package_id)
DO UPDATE SET version='0.9.26-2', status='reproducible', build_date='2021-07-21 17:21', build_duration='50', node1='osuosl170-amd64', node2='osuosl169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_1/348537/' WHERE results.package_id='402460'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
VALUES ('caps', '0.9.26-2', 'community', 'x86_64', 3, 'reproducible', '2021-07-21 17:21', '50', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_1/348537/');
INSERT 0 1
DELETE FROM schedule WHERE package_id='402460' and build_type='ci_build';
DELETE 1
Wed Jul 21 17:21:51 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-0QT7Pc51 deleted.
Wed Jul 21 17:21:51 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-R9GiNfFX, removing.
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:112)
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:2494)
at hudson.FilePath$CopyTo.invoke(FilePath.java:2485)
at hudson.FilePath.act(FilePath.java:1165)
at hudson.FilePath.act(FilePath.java:1148)
at hudson.FilePath.copyTo(FilePath.java:2479)
at hudson.FilePath.copyTo(FilePath.java:2434)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_1/builds/348537/log to /tmp/log-parser_reproducible_builder_archlinux_1_build_348537
at hudson.FilePath.copyTo(FilePath.java:2437)
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:803)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:752)
at hudson.model.Build$BuildExecution.post2(Build.java:177)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:697)
at hudson.model.Run.execute(Run.java:1931)
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