Started by user DIM Build Building in workspace /var/jenkins_home/workspace/geckoCommuterProfiler using credential jenkins_gitlab > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://gitlab.com/gecko.io/commuterprofiler.git # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://gitlab.com/gecko.io/commuterprofiler.git > git --version # timeout=10 using GIT_ASKPASS to set credentials The Gitlab user for the jenkins > git fetch --tags --progress https://gitlab.com/gecko.io/commuterprofiler.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/test^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/test^{commit} # timeout=10 Checking out Revision 9a5c4c9de7f5a7f3c1c4559acfc00ef8b262b707 (refs/remotes/origin/test) > git config core.sparsecheckout # timeout=10 > git checkout -f 9a5c4c9de7f5a7f3c1c4559acfc00ef8b262b707 Commit message: "upload" First time build. Skipping changelog. [Gradle] - Launching build. [geckoCommuterProfiler] $ /var/jenkins_home/workspace/geckoCommuterProfiler/gradlew -P--debug= -x lint assembleDebug Downloading https://services.gradle.org/distributions/gradle-5.1.1-all.zip ............................................................................................................................ Unzipping /var/jenkins_home/workspace/geckoCommuterProfiler/wrapper/dists/gradle-5.1.1-all/97z1ksx6lirer3kbvdnh7jtjg/gradle-5.1.1-all.zip to /var/jenkins_home/workspace/geckoCommuterProfiler/wrapper/dists/gradle-5.1.1-all/97z1ksx6lirer3kbvdnh7jtjg Set executable permissions for: /var/jenkins_home/workspace/geckoCommuterProfiler/wrapper/dists/gradle-5.1.1-all/97z1ksx6lirer3kbvdnh7jtjg/gradle-5.1.1/bin/gradle Welcome to Gradle 5.1.1! Here are the highlights of this release: - Control which dependencies can be retrieved from which repositories - Production-ready configuration avoidance APIs For more details see https://docs.gradle.org/5.1.1/release-notes.html Starting a Gradle Daemon (subsequent builds will be faster) > Task :app:preBuild UP-TO-DATE > Task :app:prepareLintJar > Task :app:preDebugBuild > Task :app:compileDebugAidl NO-SOURCE > Task :app:compileDebugRenderscript NO-SOURCE > Task :app:checkDebugManifest > Task :app:generateDebugBuildConfig > Task :app:generateDebugSources > Task :app:javaPreCompileDebug > Task :app:mainApkListPersistenceDebug > Task :app:generateDebugResValues > Task :app:generateDebugResources > Task :app:createDebugCompatibleScreenManifests > Task :app:mergeDebugResources > Task :app:processDebugManifest > Task :app:processDebugResources > Task :app:compileDebugJavaWithJavac > Task :app:compileDebugSources > Task :app:mergeDebugShaders > Task :app:compileDebugShaders > Task :app:generateDebugAssets > Task :app:mergeDebugAssets > Task :app:validateSigningDebug > Task :app:checkDebugDuplicateClasses > Task :app:mergeLibDexDebug > Task :app:transformClassesWithDexBuilderForDebug > Task :app:mergeProjectDexDebug > Task :app:mergeExtDexDebug > Task :app:signingConfigWriterDebug FAILED FAILURE: Build failed with an exception. * What went wrong: A problem was found with the configuration of task ':app:signingConfigWriterDebug'. > File '/var/jenkins_home/workspace/geckoCommuterProfiler/app/?/.android/debug.keystore' specified for property 'signingConfig.storeFile' does not exist. * Try: 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. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 53s 22 actionable tasks: 22 executed Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure Finished: FAILURE