[Qa-jenkins-scm] Build failed in Jenkins: reproducible_fdroid_build_apps #670

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Oct 8 15:17:32 BST 2019


See <https://jenkins.debian.net/job/reproducible_fdroid_build_apps/670/display/redirect?page=changes>

Changes:

[hans] update: strip leading/tailing whitespace on author contact fields

[hans] update: parse Triple-T v2.x layout


------------------------------------------
[...truncated 115.85 KB...]
DEBUG: buildserver > warning: No processor claimed any of these annotations: java.lang.SafeVarargs,android.support.annotation.FloatRange,android.support.annotation.IntRange,android.support.annotation.NonNull,android.support.annotation.VisibleForTesting,android.annotation.SuppressLint,android.support.annotation.DrawableRes,android.support.annotation.RawRes,android.support.annotation.CheckResult,android.support.annotation.Nullable
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/asynctask/FeedRemover.java:3: warning: [deprecation] ProgressDialog in android.app has been deprecated
DEBUG: buildserver > import android.app.ProgressDialog;
DEBUG: buildserver >                   ^
DEBUG: buildserver > /home/vagrant/.gradle/caches/transforms-2/files-2.1/34aab53b888ffae3c06621123d7f3b94/exoplayer-core-2.9.3/jars/classes.jar(com/google/android/exoplayer2/util/Util.class): warning: Cannot find annotation method 'value()' in type 'EnsuresNonNull': class file for org.checkerframework.checker.nullness.qual.EnsuresNonNull not found
DEBUG: buildserver > /home/vagrant/.gradle/caches/transforms-2/files-2.1/34aab53b888ffae3c06621123d7f3b94/exoplayer-core-2.9.3/jars/classes.jar(com/google/android/exoplayer2/util/Util.class): warning: Cannot find annotation method 'value()' in type 'EnsuresNonNull'
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/asynctask/FeedRemover.java:3: warning: [deprecation] ProgressDialog in android.app has been deprecated
DEBUG: buildserver > import android.app.ProgressDialog;
DEBUG: buildserver >                   ^
DEBUG: buildserver > /home/vagrant/.gradle/caches/transforms-2/files-2.1/34aab53b888ffae3c06621123d7f3b94/exoplayer-core-2.9.3/jars/classes.jar(com/google/android/exoplayer2/util/Util.class): warning: Cannot find annotation method 'value()' in type 'EnsuresNonNull': class file for org.checkerframework.checker.nullness.qual.EnsuresNonNull not found
DEBUG: buildserver > /home/vagrant/.gradle/caches/transforms-2/files-2.1/34aab53b888ffae3c06621123d7f3b94/exoplayer-core-2.9.3/jars/classes.jar(com/google/android/exoplayer2/util/Util.class): warning: Cannot find annotation method 'value()' in type 'EnsuresNonNull'
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/asynctask/FeedRemover.java:18: warning: [deprecation] ProgressDialog in android.app has been deprecated
DEBUG: buildserver > 	private ProgressDialog dialog;
DEBUG: buildserver > 	        ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/asynctask/FeedRemover.java:50: warning: [deprecation] ProgressDialog in android.app has been deprecated
DEBUG: buildserver > 		dialog = new ProgressDialog(context);
DEBUG: buildserver > 		             ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/util/NetworkUtils.java:51: warning: [deprecation] getType() in NetworkInfo has been deprecated
DEBUG: buildserver > 			if (networkInfo.getType() == ConnectivityManager.TYPE_WIFI) {
DEBUG: buildserver > 			               ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/util/NetworkUtils.java:51: warning: [deprecation] TYPE_WIFI in ConnectivityManager has been deprecated
DEBUG: buildserver > 			if (networkInfo.getType() == ConnectivityManager.TYPE_WIFI) {
DEBUG: buildserver > 			                                                ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/util/NetworkUtils.java:71: warning: [deprecation] getType() in NetworkInfo has been deprecated
DEBUG: buildserver > 			} else if (networkInfo.getType() == ConnectivityManager.TYPE_ETHERNET) {
DEBUG: buildserver > 			                      ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/util/NetworkUtils.java:71: warning: [deprecation] TYPE_ETHERNET in ConnectivityManager has been deprecated
DEBUG: buildserver > 			} else if (networkInfo.getType() == ConnectivityManager.TYPE_ETHERNET) {
DEBUG: buildserver > 			                                                       ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/util/NetworkUtils.java:81: warning: [deprecation] isRoaming() in NetworkInfo has been deprecated
DEBUG: buildserver > 				if (networkInfo.isRoaming()) {
DEBUG: buildserver > 				               ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/util/StorageUtils.java:72: warning: [deprecation] getAvailableBlocks() in StatFs has been deprecated
DEBUG: buildserver >             availableBlocks = stat.getAvailableBlocks();
DEBUG: buildserver >                                   ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/util/StorageUtils.java:73: warning: [deprecation] getBlockSize() in StatFs has been deprecated
DEBUG: buildserver >             blockSize = stat.getBlockSize();
DEBUG: buildserver >                             ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/util/StorageUtils.java:86: warning: [deprecation] getBlockCount() in StatFs has been deprecated
DEBUG: buildserver >             blockCount = stat.getBlockCount();
DEBUG: buildserver >                              ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/util/StorageUtils.java:87: warning: [deprecation] getBlockSize() in StatFs has been deprecated
DEBUG: buildserver >             blockSize = stat.getBlockSize();
DEBUG: buildserver >                             ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/service/playback/PlaybackService.java:1489: warning: [deprecation] vibrate(long) in Vibrator has been deprecated
DEBUG: buildserver >                     v.vibrate(500);
DEBUG: buildserver >                      ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/service/playback/PlaybackServiceTaskManager.java:368: warning: [deprecation] vibrate(long) in Vibrator has been deprecated
DEBUG: buildserver >                                 v.vibrate(500);
DEBUG: buildserver >                                  ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/service/playback/LocalPSMP.java:298: warning: [deprecation] requestAudioFocus(OnAudioFocusChangeListener,int,int) in AudioManager has been deprecated
DEBUG: buildserver >                 focusGained = audioManager.requestAudioFocus(
DEBUG: buildserver >                                           ^
DEBUG: buildserver > /home/vagrant/build/de.danoeh.antennapod/core/src/main/java/de/danoeh/antennapod/core/service/playback/LocalPSMP.java:374: warning: [deprecation] abandonAudioFocus(OnAudioFocusChangeListener) in AudioManager has been deprecated
DEBUG: buildserver >             audioManager.abandonAudioFocus(audioFocusChangeListener);
DEBUG: buildserver >                         ^
DEBUG: buildserver > 29 warnings
DEBUG: buildserver > 
DEBUG: buildserver > > Task :app:mergeFreeReleaseResources
DEBUG: buildserver > > Task :core:bundleLibCompileFreeRelease
DEBUG: buildserver > > Task :app:javaPreCompileFreeRelease
DEBUG: buildserver > > Task :app:createFreeReleaseCompatibleScreenManifests
DEBUG: buildserver > > Task :app:processFreeReleaseManifest
DEBUG: buildserver > > Task :app:processFreeReleaseResources FAILED
DEBUG: buildserver > 
DEBUG: buildserver > FAILURE: Build failed with an exception.
DEBUG: buildserver > 
DEBUG: buildserver > * What went wrong:
DEBUG: buildserver > Execution failed for task ':app:processFreeReleaseResources'.
DEBUG: buildserver > > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
DEBUG: buildserver >    > Android resource linking failed
DEBUG: buildserver >      /home/vagrant/build/de.danoeh.antennapod/app/src/main/res/layout/choose_data_folder_dialog_entry.xml:2: AAPT: error: resource dimen/diag_content_side_padding (aka de.danoeh.antennapod:dimen/diag_content_side_padding) not found.
DEBUG: buildserver > 
DEBUG: buildserver > 
DEBUG: buildserver > * Try:
DEBUG: buildserver > Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
DEBUG: buildserver > 
DEBUG: buildserver > * Get more help at https://help.gradle.org
DEBUG: buildserver > 
DEBUG: buildserver > Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
DEBUG: buildserver > Use '--warning-mode all' to show the individual deprecation warnings.
DEBUG: buildserver > See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings
DEBUG: buildserver > 
DEBUG: buildserver > BUILD FAILED in 55s
DEBUG: buildserver > 22 actionable tasks: 22 executed
DEBUG: buildserver > ==== detail end ====
DEBUG: buildserver > DEBUG: Error encoutered, stopping by user request.
INFO: ...getting exit status
DEBUG: virtualbox is the sole installed and supported vagrant provider, selecting 'virtualbox'
DEBUG: vm uuid: bff470d6-76e2-4f00-b4d4-23bf74b6c4cf
INFO: suspending buildserver
==> default: Saving VM state and suspending execution...
ERROR: Could not build app de.danoeh.antennapod: Build.py failed on server for de.danoeh.antennapod:1.7.3b
DEBUG: Setting 7200 sec timeout for this build
DEBUG: Getting git vcs interface for https://github.com/kenCode-de/bitshares-wallet.git
DEBUG: > git --version
git version 2.20.1
INFO: Using git version 2.20.1
DEBUG: Checking 1.0.3
INFO: Building version 1.0.3 (100038) of de.bitsharesmunich.wallet
DEBUG: Directory: build/de.bitsharesmunich.wallet
DEBUG: > git rev-parse --show-toplevel
DEBUG: Directory: build/de.bitsharesmunich.wallet
DEBUG: > git submodule foreach --recursive git reset --hard
DEBUG: Directory: build/de.bitsharesmunich.wallet
DEBUG: > git submodule foreach --recursive git clean -dffx
DEBUG: Directory: build/de.bitsharesmunich.wallet
DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch origin
DEBUG: Directory: build/de.bitsharesmunich.wallet
DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch --prune --tags origin
DEBUG: Directory: build/de.bitsharesmunich.wallet
DEBUG: > git remote set-head origin --auto
DEBUG: Directory: build/de.bitsharesmunich.wallet
DEBUG: > git checkout -f v1.0.3
ERROR: VCS error while building app de.bitsharesmunich.wallet: Git checkout of 'v1.0.3' failed
DEBUG: Setting 7200 sec timeout for this build
DEBUG: Getting git vcs interface for https://github.com/danvratil/FBEventSync
DEBUG: > git --version
git version 2.20.1
INFO: Using git version 2.20.1
DEBUG: Checking 0.39
INFO: Building version 0.39 (43) of cz.dvratil.fbeventsync
DEBUG: Directory: build/cz.dvratil.fbeventsync
DEBUG: > git rev-parse --show-toplevel
DEBUG: Directory: build/cz.dvratil.fbeventsync
DEBUG: > git submodule foreach --recursive git reset --hard
DEBUG: Directory: build/cz.dvratil.fbeventsync
DEBUG: > git submodule foreach --recursive git clean -dffx
DEBUG: Directory: build/cz.dvratil.fbeventsync
DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch origin
remote: Not Found
fatal: repository 'https://u:p@github.com/danvratil/FBEventSync/' not found
ERROR: VCS error while building app cz.dvratil.fbeventsync: Git fetch failed
DEBUG: Setting 7200 sec timeout for this build
DEBUG: Getting git vcs interface for https://gitlab.com/termapps/termoneplus.git
DEBUG: > git --version
git version 2.20.1
INFO: Using git version 2.20.1
DEBUG: Checking 3.1.1
DEBUG: Setting 7200 sec timeout for this build
DEBUG: Getting git vcs interface for https://github.com/PhieF/CarnetFdroid.git
DEBUG: > git --version
git version 2.20.1
INFO: Using git version 2.20.1
DEBUG: Checking 0.17.1
DEBUG: Setting 7200 sec timeout for this build
DEBUG: Getting git vcs interface for https://github.com/Perflyst/Twire.git
DEBUG: > git --version
git version 2.20.1
INFO: Using git version 2.20.1
DEBUG: Checking 1.9.5
INFO: Building version 1.9.5 (505) of com.perflyst.twire
DEBUG: Directory: build/com.perflyst.twire
DEBUG: > git rev-parse --show-toplevel
DEBUG: Directory: build/com.perflyst.twire
DEBUG: > git submodule foreach --recursive git reset --hard
DEBUG: Directory: build/com.perflyst.twire
DEBUG: > git submodule foreach --recursive git clean -dffx
DEBUG: Directory: build/com.perflyst.twire
DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch origin
DEBUG: Directory: build/com.perflyst.twire
DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com fetch --prune --tags origin
DEBUG: Directory: build/com.perflyst.twire
DEBUG: > git remote set-head origin --auto
DEBUG: Directory: build/com.perflyst.twire
DEBUG: > git checkout -f v1.9.5
DEBUG: Directory: build/com.perflyst.twire
DEBUG: > git clean -dffx
DEBUG: virtualbox is the sole installed and supported vagrant provider, selecting 'virtualbox'
DEBUG: vm uuid: bff470d6-76e2-4f00-b4d4-23bf74b6c4cf
DEBUG: VBoxManage snapshot bff470d6-76e2-4f00-b4d4-23bf74b6c4cf list --details
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Resuming suspended VM...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2200
    default: SSH username: vagrant
    default: SSH auth method: private key
FATAL: command execution failed
java.io.EOFException
	at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2763)
	at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3258)
	at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:873)
	at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:350)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:140)
	at hudson.remoting.Command.readFrom(Command.java:126)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused: java.io.IOException: Backing channel 'osuosl-build168-amd64.debian.net' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:214)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
	at com.sun.proxy.$Proxy72.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1150)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1142)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:155)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.Build$BuildExecution.build(Build.java:206)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
==> default: Machine booted and ready!
DEBUG: vm uuid: bff470d6-76e2-4f00-b4d4-23bf74b6c4cf
INFO: suspending buildserver
==> default: Saving VM state and suspending execution...
INFO: builserver ok: reverting to clean snapshot
INFO: reverting vm 'builder_default' to snapshot 'fdroidclean'
DEBUG: VBoxManage snapshot bff470d6-76e2-4f00-b4d4-23bf74b6c4cf restore fdroidclean
0%...Restoring snapshot 'fdroidclean' (ba7ad1b6-0b46-47b6-8bc7-e6c023f0af05)
10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
FATAL: Unable to delete script file /tmp/jenkins11901313822476127920.sh
java.io.EOFException
	at java.base/java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2763)
	at java.base/java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3258)
	at java.base/java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:873)
	at java.base/java.io.ObjectInputStream.<init>(ObjectInputStream.java:350)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:140)
	at hudson.remoting.Command.readFrom(Command.java:126)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused: hudson.remoting.ChannelClosedException: Channel "unknown": Remote call on osuosl-build168-amd64.debian.net failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:950)
	at hudson.FilePath.act(FilePath.java:1072)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.delete(FilePath.java:1542)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:123)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.Build$BuildExecution.build(Build.java:206)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1815)
	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 'Execute shell' marked build as failure
ERROR: Step ‘Console output (build log) parsing’ failed: no workspace for reproducible_fdroid_build_apps #670



More information about the Qa-jenkins-scm mailing list