[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #303251

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Jan 24 08:53:11 GMT 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/303251/display/redirect>

Changes:


------------------------------------------
[...truncated 141.23 KB...]
./Widgets/NanoSpinBox.hpp: In constructor 'DISTRHO::NanoSpinBox::NanoSpinBox(DGL::Window&, DGL::Size<unsigned int>)':
./Widgets/NanoSpinBox.hpp:87:10: warning: 'DISTRHO::NanoSpinBox::fLeftMouseDown' will be initialized after [-Wreorder]
   87 |     bool fLeftMouseDown;
      |          ^~~~~~~~~~~~~~
./Widgets/NanoSpinBox.hpp:86:10: warning:   'bool DISTRHO::NanoSpinBox::fIsHovered' [-Wreorder]
   86 |     bool fIsHovered;
      |          ^~~~~~~~~~
Widgets/src/NanoSpinBox.cpp:25:1: warning:   when initialized here [-Wreorder]
   25 | NanoSpinBox::NanoSpinBox(Window &parent, Size<uint> size) noexcept
      | ^~~~~~~~~~~
In file included from Widgets/src/NanoSpinBox.cpp:20:
./Widgets/NanoSpinBox.hpp:90:11: warning: 'DISTRHO::NanoSpinBox::fColor' will be initialized after [-Wreorder]
   90 |     Color fColor;
      |           ^~~~~~
./Widgets/NanoSpinBox.hpp:85:10: warning:   'bool DISTRHO::NanoSpinBox::fHasFocus' [-Wreorder]
   85 |     bool fHasFocus;
      |          ^~~~~~~~~
Widgets/src/NanoSpinBox.cpp:25:1: warning:   when initialized here [-Wreorder]
   25 | NanoSpinBox::NanoSpinBox(Window &parent, Size<uint> size) noexcept
      | ^~~~~~~~~~~
In file included from Widgets/src/NanoSpinBox.cpp:20:
./Widgets/NanoSpinBox.hpp: In constructor 'DISTRHO::NanoSpinBox::NanoSpinBox(DGL::NanoWidget*, DGL::Size<unsigned int>)':
./Widgets/NanoSpinBox.hpp:87:10: warning: 'DISTRHO::NanoSpinBox::fLeftMouseDown' will be initialized after [-Wreorder]
   87 |     bool fLeftMouseDown;
      |          ^~~~~~~~~~~~~~
./Widgets/NanoSpinBox.hpp:86:10: warning:   'bool DISTRHO::NanoSpinBox::fIsHovered' [-Wreorder]
   86 |     bool fIsHovered;
      |          ^~~~~~~~~~
Widgets/src/NanoSpinBox.cpp:47:1: warning:   when initialized here [-Wreorder]
   47 | NanoSpinBox::NanoSpinBox(NanoWidget *widget, Size<uint> size) noexcept
      | ^~~~~~~~~~~
In file included from Widgets/src/NanoSpinBox.cpp:20:
./Widgets/NanoSpinBox.hpp:90:11: warning: 'DISTRHO::NanoSpinBox::fColor' will be initialized after [-Wreorder]
   90 |     Color fColor;
      |           ^~~~~~
./Widgets/NanoSpinBox.hpp:85:10: warning:   'bool DISTRHO::NanoSpinBox::fHasFocus' [-Wreorder]
   85 |     bool fHasFocus;
      |          ^~~~~~~~~
Widgets/src/NanoSpinBox.cpp:47:1: warning:   when initialized here [-Wreorder]
   47 | NanoSpinBox::NanoSpinBox(NanoWidget *widget, Size<uint> size) noexcept
      | ^~~~~~~~~~~
Widgets/src/LabelContainer.cpp: In member function 'void DISTRHO::LabelContainer::setLabel(const char*, uint)':
Widgets/src/LabelContainer.cpp:89:15: warning: comparison of integer expressions of different signedness: 'uint' {aka 'unsigned int'} and 'int' [-Wsign-compare]
   89 |     if (index > getLabelCount())
      |         ~~~~~~^~~~~~~~~~~~~~~~~
Widgets/src/GlowingLabelsBox.cpp: In member function 'virtual void DISTRHO::GlowingLabelsBox::onNanoDisplay()':
Widgets/src/GlowingLabelsBox.cpp:38:17: warning: unused variable 'width' [-Wunused-variable]
   38 |     const float width = getWidth();
      |                 ^~~~~
Widgets/src/GlowingLabelsBox.cpp:39:17: warning: unused variable 'height' [-Wunused-variable]
   39 |     const float height = getHeight();
      |                 ^~~~~~
Widgets/src/PianoKeyboard.cpp: In member function 'void DISTRHO::PianoKeyboard::setSlices(int)':
Widgets/src/PianoKeyboard.cpp:201:26: warning: comparison of integer expressions of different signedness: 'uint' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
  201 |         if (k.noteNumber == nn)
      |             ~~~~~~~~~~~~~^~~~~
Widgets/src/LabelBox.cpp: In member function 'virtual void DISTRHO::LabelBox::onNanoDisplay()':
Widgets/src/LabelBox.cpp:69:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   69 |     for (int i = 0; i < fText.size(); i++) // maybe i = 1 ??
      |                     ~~^~~~~~~~~~~~~~
In file included from Widgets/src/TextButton.cpp:20:
./Widgets/TextButton.hpp: In constructor 'DISTRHO::TextButton::TextButton(DGL::Window&, DGL::Size<unsigned int>)':
./Widgets/TextButton.hpp:56:9: warning: 'DISTRHO::TextButton::fFontSize' will be initialized after [-Wreorder]
   56 |   float fFontSize;
      |         ^~~~~~~~~
./Widgets/TextButton.hpp:52:18: warning:   'DGL::NanoVG::FontId DISTRHO::TextButton::fFontId' [-Wreorder]
   52 |   NanoVG::FontId fFontId, fFontAwesome;
      |                  ^~~~~~~
Widgets/src/TextButton.cpp:24:1: warning:   when initialized here [-Wreorder]
   24 | TextButton::TextButton ( Window& parent, Size< uint > size ) noexcept :
      | ^~~~~~~~~~
In file included from Widgets/src/TextButton.cpp:20:
./Widgets/TextButton.hpp: In constructor 'DISTRHO::TextButton::TextButton(DGL::NanoWidget*, DGL::Size<unsigned int>)':
./Widgets/TextButton.hpp:56:9: warning: 'DISTRHO::TextButton::fFontSize' will be initialized after [-Wreorder]
   56 |   float fFontSize;
      |         ^~~~~~~~~
./Widgets/TextButton.hpp:52:18: warning:   'DGL::NanoVG::FontId DISTRHO::TextButton::fFontId' [-Wreorder]
   52 |   NanoVG::FontId fFontId, fFontAwesome;
      |                  ^~~~~~~
Widgets/src/TextButton.cpp:37:1: warning:   when initialized here [-Wreorder]
   37 | TextButton::TextButton ( NanoWidget* widget, Size< uint > size ) noexcept :
      | ^~~~~~~~~~
In file included from Widgets/src/SpinBox.cpp:20:
./Widgets/SpinBox.hpp: In constructor 'DISTRHO::SpinBox::SpinBox(DGL::Window&, DGL::Size<unsigned int>)':
./Widgets/SpinBox.hpp:65:9: warning: 'DISTRHO::SpinBox::fFontSize' will be initialized after [-Wreorder]
   65 |   float fFontSize;
      |         ^~~~~~~~~
./Widgets/SpinBox.hpp:59:18: warning:   'DGL::NanoVG::FontId DISTRHO::SpinBox::fFontId' [-Wreorder]
   59 |   NanoVG::FontId fFontId;
      |                  ^~~~~~~
Widgets/src/SpinBox.cpp:27:1: warning:   when initialized here [-Wreorder]
   27 | SpinBox::SpinBox ( Window &parent, Size<uint> size ) noexcept :
      | ^~~~~~~
In file included from Widgets/src/SpinBox.cpp:20:
./Widgets/SpinBox.hpp: In constructor 'DISTRHO::SpinBox::SpinBox(DGL::NanoWidget*, DGL::Size<unsigned int>)':
./Widgets/SpinBox.hpp:65:9: warning: 'DISTRHO::SpinBox::fFontSize' will be initialized after [-Wreorder]
   65 |   float fFontSize;
      |         ^~~~~~~~~
./Widgets/SpinBox.hpp:59:18: warning:   'DGL::NanoVG::FontId DISTRHO::SpinBox::fFontId' [-Wreorder]
   59 |   NanoVG::FontId fFontId;
      |                  ^~~~~~~
Widgets/src/SpinBox.cpp:48:1: warning:   when initialized here [-Wreorder]
   48 | SpinBox::SpinBox ( NanoWidget *widget, Size<uint> size ) noexcept :
      | ^~~~~~~
Ninjas2Plugin.cpp: In member function 'virtual void DISTRHO::NinjasPlugin::run(const float**, float**, uint32_t, const DISTRHO::MidiEvent*, uint32_t)':
Ninjas2Plugin.cpp:937:47: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  937 |                     if ( ( sliceStart + pos ) > ( sampleVector.size()-sampleChannels ) ) {
      |                          ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Widgets/src/SpinBox.cpp: In member function 'virtual void DISTRHO::SpinBox::draw()':
Widgets/src/SpinBox.cpp:101:12: warning: variable 'green' set but not used [-Wunused-but-set-variable]
  101 |      Color green = Color (0,255,0,255);
      |            ^~~~~
Widgets/src/SpinBox.cpp:102:12: warning: variable 'blue' set but not used [-Wunused-but-set-variable]
  102 |      Color blue = Color (0,0,255,255);
      |            ^~~~
Creating JACK standalone for ninjas2
Creating LV2 plugin for ninjas2
Creating VST plugin for ninjas2
make[1]: Leaving directory '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/src/ninjas2-0.2.0/plugins/Ninjas2'
Generate ttl data for './ninjas2.so', basename: 'ninjas2'
Writing manifest.ttl... done!
Writing ninjas2.ttl... done!
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr'
install: creating directory '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/bin'
'bin/ninjas2' -> '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/bin/ninjas2'
install: creating directory '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/lib'
install: creating directory '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/lib/vst'
'bin/ninjas2-vst.so' -> '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/lib/vst/ninjas2-vst.so'
install: creating directory '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/lib/lv2'
install: creating directory '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/lib/lv2/ninjas2.lv2'
'bin/ninjas2.lv2/ninjas2.so' -> '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/lib/lv2/ninjas2.lv2/ninjas2.so'
'bin/ninjas2.lv2/manifest.ttl' -> '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/lib/lv2/ninjas2.lv2/manifest.ttl'
'bin/ninjas2.lv2/ninjas2.ttl' -> '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/lib/lv2/ninjas2.lv2/ninjas2.ttl'
install: creating directory '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/share'
install: creating directory '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/share/applications'
'ninjas2.desktop' -> '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/share/applications/ninjas2.desktop'
install: creating directory '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/share/doc'
install: creating directory '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/share/doc/ninjas2'
'AUTHORS' -> '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/share/doc/ninjas2/AUTHORS'
'README.md' -> '/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/pkg/ninjas2/usr/share/doc/ninjas2/README.md'
==> 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 "ninjas2"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ninjas2 0.2.0-2 (Sat Feb 26 15:16:02 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-ninjas2-archlinuxrb-build-7JqxgG1G
+ tee -a /srv/reproducible-results/archlinuxrb-build-7JqxgG1G/b2/ninjas2/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/ninjas2-archlinuxrb-build-7JqxgG1G/ninjas2/trunk/ninjas2-0.2.0-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-7JqxgG1G/b2/ninjas2/ninjas2-0.2.0-2-x86_64.pkg.tar.zst'
Sat Feb 26 15:16:03 UTC 2022 - build #2 for ninjas2 on osuosl170-amd64 done.
Sat Feb 26 15:16:03 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-cnwmSAAx, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-7JqxgG1G:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan 24 08:51 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jan 24 08:53 b2

/srv/reproducible-results/archlinuxrb-build-7JqxgG1G/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 24 08:51 ninjas2

/srv/reproducible-results/archlinuxrb-build-7JqxgG1G/b1/ninjas2:
total 892
-rw-r--r-- 1 jenkins jenkins  72852 Jan 24 08:51 build1.log
-rw-r--r-- 1 jenkins jenkins      8 Jan 24 08:51 build1.version
-rw-r--r-- 1 jenkins jenkins 827182 Jan 24 08:51 ninjas2-0.2.0-2-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-7JqxgG1G/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 24 08:53 ninjas2

/srv/reproducible-results/archlinuxrb-build-7JqxgG1G/b2/ninjas2:
total 884
-rw-r--r-- 1 jenkins jenkins  70536 Jan 24 08:53 build2.log
-rw-r--r-- 1 jenkins jenkins      8 Jan 24 08:53 build2.version
-rw-r--r-- 1 jenkins jenkins 827182 Jan 24 08:53 ninjas2-0.2.0-2-x86_64.pkg.tar.zst
Sun Jan 24 08:53:11 UTC 2021 - comparing results now.
Sun Jan 24 08:53:11 UTC 2021 - YAY - ninjas2/ninjas2-0.2.0-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Sun Jan 24 08:53:11 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/ninjas2/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/community/ninjas2/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/community/ninjas2/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 08:53:11 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-7JqxgG1G deleted.
Sun 24 Jan 08:53:11 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-rMqb5EEG, 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_2/builds/303251/log to /tmp/log-parser_reproducible_builder_archlinux_2_build_303251
	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