[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #86513
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Fri Jul 20 23:31:13 BST 2018
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/86513/display/redirect>
------------------------------------------
[...truncated 185.73 KB...]
catch (FileLoadException)
^~~~~~~~~~~~~~~~~
In file included from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./DuelMatch.h:27,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/GameState.cpp:29:
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./GameLogic.h:36:14: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr<IGameLogic> GameLogic;
^~~~~~~~
In file included from /usr/include/c++/8.1.1/memory:80,
from /usr/include/boost/smart_ptr/scoped_ptr.hpp:22,
from /usr/include/boost/scoped_ptr.hpp:13,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/State.h:24,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/GameState.h:23,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/GameState.cpp:23:
/usr/include/c++/8.1.1/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./DuelMatch.h:27,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/LocalGameState.cpp:29:
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./GameLogic.h:36:14: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr<IGameLogic> GameLogic;
^~~~~~~~
In file included from /usr/include/c++/8.1.1/memory:80,
from /usr/include/boost/smart_ptr/scoped_ptr.hpp:22,
from /usr/include/boost/scoped_ptr.hpp:13,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/State.h:24,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/GameState.h:23,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/LocalGameState.h:23,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/LocalGameState.cpp:22:
/usr/include/c++/8.1.1/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 93%] Building CXX object src/CMakeFiles/blobby.dir/state/OptionsState.cpp.o
In file included from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/DuelMatch.h:27,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/ScriptedInputSource.cpp:38:
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/GameLogic.h:36:14: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr<IGameLogic> GameLogic;
^~~~~~~~
In file included from /usr/include/c++/8.1.1/memory:80,
from /usr/include/boost/circular_buffer_fwd.hpp:20,
from /usr/include/boost/circular_buffer.hpp:18,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/ScriptedInputSource.h:30,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/ScriptedInputSource.cpp:22:
/usr/include/c++/8.1.1/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 94%] Building CXX object src/CMakeFiles/blobby.dir/state/NetworkSearchState.cpp.o
[ 94%] Building CXX object src/CMakeFiles/blobby.dir/state/ReplayState.cpp.o
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/ScriptedInputSource.cpp: In member function 'virtual PlayerInputAbs ScriptedInputSource::getNextInput()':
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/ScriptedInputSource.cpp:237:15: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
if(mCurDelay == -1)
~~~~~~~~~~^~~~~
In file included from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/LocalGameState.cpp:22:
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/LocalGameState.h: In constructor 'LocalGameState::LocalGameState()':
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/LocalGameState.h:45:37: warning: 'LocalGameState::mRecorder' will be initialized after [-Wreorder]
boost::scoped_ptr<ReplayRecorder> mRecorder;
^~~~~~~~~
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/LocalGameState.h:43:8: warning: 'bool LocalGameState::mWinner' [-Wreorder]
bool mWinner;
^~~~~~~
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/LocalGameState.cpp:44:1: warning: when initialized here [-Wreorder]
LocalGameState::LocalGameState()
^~~~~~~~~~~~~~
[ 95%] Building CXX object src/CMakeFiles/blobby.dir/state/ReplaySelectionState.cpp.o
[ 96%] Building CXX object src/CMakeFiles/blobby.dir/state/LobbyState.cpp.o
[ 96%] Building CXX object src/CMakeFiles/blobby.dir/input_device/JoystickInput.cpp.o
[ 97%] Building CXX object src/CMakeFiles/blobby.dir/input_device/JoystickPool.cpp.o
[ 98%] Building CXX object src/CMakeFiles/blobby.dir/input_device/KeyboardInput.cpp.o
[ 99%] Building CXX object src/CMakeFiles/blobby.dir/input_device/MouseInput.cpp.o
[ 99%] Building CXX object src/CMakeFiles/blobby.dir/input_device/TouchInput.cpp.o
In file included from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/ReliabilityLayer.h:36,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/RakPeer.h:34,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/RakClient.h:35,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkState.cpp:32:
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/LinkedList.h: In member function 'void BasicDataStructures::CircularLinkedList<CircularLinkedListType>::clear()':
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/LinkedList.h:972:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else
^~~~
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/LinkedList.h:995:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
this->list_size = 0;
^~~~
In file included from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./DuelMatch.h:27,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkState.cpp:41:
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./GameLogic.h: At global scope:
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./GameLogic.h:36:14: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr<IGameLogic> GameLogic;
^~~~~~~~
In file included from /usr/include/c++/8.1.1/bits/locale_conv.h:41,
from /usr/include/c++/8.1.1/locale:43,
from /usr/include/boost/lexical_cast/detail/converter_lexical_streams.hpp:43,
from /usr/include/boost/lexical_cast/detail/converter_lexical.hpp:54,
from /usr/include/boost/lexical_cast/try_lexical_convert.hpp:42,
from /usr/include/boost/lexical_cast.hpp:32,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkState.cpp:28:
/usr/include/c++/8.1.1/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./DuelMatch.h:27,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/ReplayState.cpp:29:
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./GameLogic.h:36:14: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr<IGameLogic> GameLogic;
^~~~~~~~
In file included from /usr/include/c++/8.1.1/memory:80,
from /usr/include/boost/smart_ptr/scoped_ptr.hpp:22,
from /usr/include/boost/scoped_ptr.hpp:13,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/ReplayState.h:23,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/ReplayState.cpp:22:
/usr/include/c++/8.1.1/bits/unique_ptr.h:53:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/ReliabilityLayer.h:36,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/RakPeer.h:34,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/RakClient.h:35,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/LobbyState.h:30,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/LobbyState.cpp:21:
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/LinkedList.h: In member function 'void BasicDataStructures::CircularLinkedList<CircularLinkedListType>::clear()':
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/LinkedList.h:972:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else
^~~~
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/LinkedList.h:995:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
this->list_size = 0;
^~~~
In file included from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkState.cpp:37:
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkState.h: In constructor 'NetworkGameState::NetworkGameState(boost::shared_ptr<RakClient>)':
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkState.h:79:13: warning: 'NetworkGameState::mWinningPlayer' will be initialized after [-Wreorder]
PlayerSide mWinningPlayer;
^~~~~~~~~~~~~~
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkState.h:65:4: warning: 'NetworkGameState::<unnamed enum> NetworkGameState::mNetworkState' [-Wreorder]
} mNetworkState;
^~~~~~~~~~~~~
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkState.cpp:58:1: warning: when initialized here [-Wreorder]
NetworkGameState::NetworkGameState( boost::shared_ptr<RakClient> client):
^~~~~~~~~~~~~~~~
In file included from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/ReliabilityLayer.h:36,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/RakPeer.h:34,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/RakClient.h:35,
from /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkSearchState.cpp:33:
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/LinkedList.h: In member function 'void BasicDataStructures::CircularLinkedList<CircularLinkedListType>::clear()':
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/LinkedList.h:972:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else
^~~~
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/./raknet/LinkedList.h:995:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
this->list_size = 0;
^~~~
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/ReplaySelectionState.cpp: In member function 'virtual void ReplaySelectionState::step_impl()':
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/ReplaySelectionState.cpp:65:21: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
mSelectedReplay != -1)
~~~~~~~~~~~~~~~~^~~~~
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkSearchState.cpp: In member function 'virtual void NetworkSearchState::step_impl()':
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkSearchState.cpp:274:19: warning: catching polymorphic type 'class boost::bad_lexical_cast' by value [-Wcatch-value=]
catch (boost::bad_lexical_cast)
^~~~~~~~~~~~~~~~
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkSearchState.cpp: In member function 'virtual void OnlineSearchState::doSearchServers()':
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkSearchState.cpp:434:20: warning: catching polymorphic type 'class boost::bad_lexical_cast' by value [-Wcatch-value=]
catch (boost::bad_lexical_cast)
^~~~~~~~~~~~~~~~
/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/src/blobby-1.0/src/state/NetworkSearchState.cpp:465:18: warning: catching polymorphic type 'class boost::bad_lexical_cast' by value [-Wcatch-value=]
catch (boost::bad_lexical_cast)
^~~~~~~~~~~~~~~~
[100%] Linking CXX executable blobby
[100%] Built target blobby
==> Entering fakeroot environment...
==> Starting package()...
[ 1%] Built target sounds_zip
[ 1%] Built target backgrounds_zip
[ 2%] Built target rules_zip
[ 3%] Built target blobnet
[ 7%] Built target tinyxml
[ 7%] Built target scripts_zip
[ 16%] Built target raknet
[ 17%] Built target gfx_zip
[ 42%] Built target lua
[ 61%] Built target blobby-server
[100%] Built target blobby
Install the project...
-- Install configuration: ""
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/share/blobby/gfx.zip
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/share/blobby/sounds.zip
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/share/blobby/scripts.zip
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/share/blobby/backgrounds.zip
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/share/blobby/rules.zip
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/share/blobby/config.xml
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/share/blobby/inputconfig.xml
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/share/blobby/server.xml
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/share/blobby/lang_de.xml
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/share/blobby/lang_en.xml
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/share/blobby/lang_fr.xml
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/bin/blobby
-- Installing: /tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/pkg/blobby2/usr/bin/blobby-server
==> 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...
==> WARNING: Package contains reference to $srcdir
usr/bin/blobby
usr/bin/blobby-server
==> Creating package "blobby2"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: blobby2 1.0-3 (Fri Aug 23 04:54:18 2019)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-blobby2-archlinuxrb-build-1b0JqClf
+ tee -a /srv/reproducible-results/archlinuxrb-build-1b0JqClf/b2/blobby2/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/blobby2-1.0-3-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-1b0JqClf/b2/blobby2/blobby2-1.0-3-x86_64.pkg.tar.xz'
removed '/tmp/blobby2-archlinuxrb-build-1b0JqClf/blobby2/trunk/blobby2-1.0-3-x86_64.pkg.tar.xz'
Fri Aug 23 04:54:19 UTC 2019 - build #2 for blobby2 on profitbricks-build4-amd64 done.
Fri Aug 23 04:54:19 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-oggq1PZz, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-1b0JqClf:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jul 20 22:30 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jul 20 22:31 b2
/srv/reproducible-results/archlinuxrb-build-1b0JqClf/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 20 22:30 blobby2
/srv/reproducible-results/archlinuxrb-build-1b0JqClf/b1/blobby2:
total 1692
-rw-r--r-- 1 jenkins jenkins 1615928 Jul 20 22:30 blobby2-1.0-3-x86_64.pkg.tar.xz
-rw-r--r-- 1 jenkins jenkins 98820 Jul 20 22:30 build1.log
-rw-r--r-- 1 jenkins jenkins 6 Jul 20 22:30 build1.version
/srv/reproducible-results/archlinuxrb-build-1b0JqClf/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 20 22:31 blobby2
/srv/reproducible-results/archlinuxrb-build-1b0JqClf/b2/blobby2:
total 1680
-rw-r--r-- 1 jenkins jenkins 1615928 Jul 20 22:31 blobby2-1.0-3-x86_64.pkg.tar.xz
-rw-r--r-- 1 jenkins jenkins 97303 Jul 20 22:31 build2.log
-rw-r--r-- 1 jenkins jenkins 6 Jul 20 22:31 build2.version
Fri Jul 20 22:31:13 UTC 2018 - comparing results now.
Fri Jul 20 22:31:13 UTC 2018 - YAY - blobby2/blobby2-1.0-3-x86_64.pkg.tar.xz build reproducible in our test framework!
.BUILDINFO
.BUILDINFO
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/blobby2/build1.log': No space left on device
Fri Jul 20 22:31:13 UTC 2018 - /srv/reproducible-results/archlinuxrb-build-1b0JqClf deleted.
Fri 20 Jul 22:31:13 UTC 2018 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-UmldnDfL, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list