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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Oct 17 11:59:07 BST 2022


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

Changes:


------------------------------------------
[...truncated 167.00 KB...]
      |                                                        ^
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: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/IIR2.h: In instantiation of 'T DSP::IIR2<T>::process(T) [with T = float]':
Pan.cc:82:20:   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 Cabinet.h:39:
dsp/v4f.h: In member function 'v4f_t Sin4f::get()':
dsp/v4f.h:168:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  168 |                                 register v4f_t s = y[2] * y[z];
      |                                                ^
In file included from dsp/sinc.h:31,
                 from dsp/Oversampler.h:34,
                 from Cabinet.h:38,
                 from Click.cc:158:
dsp/Sine.h: In member function 'double DSP::Sine::get()':
dsp/Sine.h:75:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
   75 |                                 register double s = b*y[z];
      |                                                 ^
In file included from Cabinet.h:41:
dsp/v4f_IIR2.h: At global scope:
dsp/v4f_IIR2.h:201:54: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  201 |                 inline v4f_t process (register v4f_t s)
      |                                                      ^
dsp/Sine.h: In member function 'double DSP::DampedSine::get()':
dsp/Sine.h:104:49: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  104 |                                 register double s = b * y[z];
      |                                                 ^
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::_process(v4f_t)':
dsp/v4f_IIR2.h:185:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  185 |                                 register v4f_t r = s * a[0];
      |                                                ^
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process(v4f_t)':
dsp/v4f_IIR2.h:205:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  205 |                                 register v4f_t r = s * a[0];
      |                                                ^
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process_no_a1(v4f_t)':
dsp/v4f_IIR2.h:226:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  226 |                                 register v4f_t r = s * a[0];
      |                                                ^
In file included from Cabinet.h:39:
dsp/v4f.h: In member function 'v4f_t Sin4f::get()':
dsp/v4f.h:168:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  168 |                                 register v4f_t s = y[2] * y[z];
      |                                                ^
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_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];
      |                                                        ^
In file included from Cabinet.h:41:
dsp/v4f_IIR2.h: At global scope:
dsp/v4f_IIR2.h:201:54: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  201 |                 inline v4f_t process (register v4f_t s)
      |                                                      ^
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::_process(v4f_t)':
dsp/v4f_IIR2.h:185:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  185 |                                 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::IIR2v4::process(v4f_t)':
dsp/v4f_IIR2.h:205:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  205 |                                 register v4f_t r = s * 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] */
      |                                                ^
dsp/v4f_IIR2.h: In member function 'v4f_t DSP::IIR2v4::process_no_a1(v4f_t)':
dsp/v4f_IIR2.h:226:48: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  226 |                                 register v4f_t r = s * a[0];
      |                                                ^
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_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: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/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];
      |                                            ^
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];
      |                                                        ^
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;
      |                                                        ^
In file included from dsp/Delay.h:35:
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;
      |                                       ^~~
g++  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -shared  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -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-l9GYaQOg/caps/trunk/pkg/caps/usr/lib/ladspa
install -m 644 caps.so /tmp/caps-archlinuxrb-build-l9GYaQOg/caps/trunk/pkg/caps/usr/lib/ladspa
install -d /tmp/caps-archlinuxrb-build-l9GYaQOg/caps/trunk/pkg/caps/usr/share/ladspa/rdf
install -m 644 caps.rdf /tmp/caps-archlinuxrb-build-l9GYaQOg/caps/trunk/pkg/caps/usr/share/ladspa/rdf
install: creating directory '/tmp/caps-archlinuxrb-build-l9GYaQOg/caps/trunk/pkg/caps/usr/share/doc'
install: creating directory '/tmp/caps-archlinuxrb-build-l9GYaQOg/caps/trunk/pkg/caps/usr/share/doc/caps'
'CHANGES' -> '/tmp/caps-archlinuxrb-build-l9GYaQOg/caps/trunk/pkg/caps/usr/share/doc/caps/CHANGES'
'README' -> '/tmp/caps-archlinuxrb-build-l9GYaQOg/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 (Mon Oct 17 10:58:58 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-caps-archlinuxrb-build-l9GYaQOg
+ tee -a /srv/reproducible-results/archlinuxrb-build-l9GYaQOg/b2/caps/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/caps-archlinuxrb-build-l9GYaQOg/caps/trunk/caps-0.9.26-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-l9GYaQOg/b2/caps/caps-0.9.26-2-x86_64.pkg.tar.zst'
Mon Oct 17 10:59:00 UTC 2022 - build #2 for caps on osuosl184-amd64 done.
Mon Oct 17 10:59:00 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-hDiucTCP, removing.
/srv/reproducible-results/archlinuxrb-build-l9GYaQOg:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 10:58 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 10:59 b2

/srv/reproducible-results/archlinuxrb-build-l9GYaQOg/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 10:58 caps

/srv/reproducible-results/archlinuxrb-build-l9GYaQOg/b1/caps:
total 364
-rw-r--r-- 1 jenkins jenkins  88610 Oct 17 10:58 build1.log
-rw-r--r-- 1 jenkins jenkins      9 Oct 17 10:58 build1.version
-rw-r--r-- 1 jenkins jenkins 268824 Oct 17 10:58 caps-0.9.26-2-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-l9GYaQOg/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 10:59 caps

/srv/reproducible-results/archlinuxrb-build-l9GYaQOg/b2/caps:
total 356
-rw-r--r-- 1 jenkins jenkins  87635 Oct 17 10:59 build2.log
-rw-r--r-- 1 jenkins jenkins      9 Oct 17 10:59 build2.version
-rw-r--r-- 1 jenkins jenkins 268824 Oct 17 10:59 caps-0.9.26-2-x86_64.pkg.tar.zst
Mon Oct 17 10:59:07 UTC 2022 - comparing results now.
Mon Oct 17 10:59:07 UTC 2022 - YAY - caps/caps-0.9.26-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-rPj0w7ZV: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/caps/pkg.version': No space left on device
Mon Oct 17 10:59:07 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-l9GYaQOg deleted.
Mon Oct 17 10:59:07 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-rPj0w7ZV, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list