Skip to content
Success

Console Output

Started by an SCM change
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 a59358204a90eca2470b63161599408cadfca69c (refs/remotes/origin/test)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a59358204a90eca2470b63161599408cadfca69c
Commit message: "upload"
 > git rev-list --no-walk 9a5c4c9de7f5a7f3c1c4559acfc00ef8b262b707 # timeout=10
[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:mergeDebugResources
> Task :app:createDebugCompatibleScreenManifests
> 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:checkDebugDuplicateClasses
> Task :app:mergeLibDexDebug
> Task :app:transformClassesWithDexBuilderForDebug
> Task :app:mergeProjectDexDebug
> Task :app:validateSigningDebug
> Task :app:signingConfigWriterDebug
> Task :app:mergeDebugJniLibFolders
> Task :app:transformNativeLibsWithMergeJniLibsForDebug
> Task :app:processDebugJavaRes NO-SOURCE
> Task :app:transformResourcesWithMergeJavaResForDebug
> Task :app:mergeExtDexDebug
> Task :app:packageDebug
> Task :app:assembleDebug

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 SUCCESSFUL in 51s
26 actionable tasks: 26 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
[geckoCommuterProfiler] $ /bin/sh -xe /tmp/jenkins1582186474959414040.sh
+ mkdir -p /var/jenkins_home/repo.gecko/snapshot/geckoCommuterProfiler
[geckoCommuterProfiler] $ /bin/sh -xe /tmp/jenkins7197312896424399584.sh
+ rm -rf /var/jenkins_home/repo.gecko/snapshot/geckoCommuterProfiler/*
[geckoCommuterProfiler] $ /bin/sh -xe /tmp/jenkins7392843912064783253.sh
+ cp -r app/build/outputs/apk app/build/outputs/logs /var/jenkins_home/repo.gecko/snapshot/geckoCommuterProfiler
Finished: SUCCESS