Skip to content
Success

Console Output

Started by user DIM Build
Running as SYSTEM
Building in workspace /var/jenkins_home/jobs/DIM-Diamant-Andoid/workspace
The recommended git tool is: NONE
using credential Gitlab-Builder
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitlab.com/datainmotion/diamant/android.git # timeout=10
Fetching upstream changes from https://gitlab.com/datainmotion/diamant/android.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials Gitlab user for Jenkins
 > git fetch --tags --force --progress -- https://gitlab.com/datainmotion/diamant/android.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision 3a09b6f54949c530564287bdcf481a89394de44a (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3a09b6f54949c530564287bdcf481a89394de44a # timeout=10
Commit message: "fixed wrong selection index"
 > git rev-list --no-walk 3a09b6f54949c530564287bdcf481a89394de44a # timeout=10
[Gradle] - Launching build.
[workspace] $ /var/jenkins_home/jobs/DIM-Diamant-Andoid/workspace/gradlew -x lint clean build assembleDebug
Downloading https://services.gradle.org/distributions/gradle-5.4.1-all.zip
..............................................................................................................................
Unzipping /var/jenkins_home/jobs/DIM-Diamant-Andoid/workspace/wrapper/dists/gradle-5.4.1-all/3221gyojl5jsh0helicew7rwx/gradle-5.4.1-all.zip to /var/jenkins_home/jobs/DIM-Diamant-Andoid/workspace/wrapper/dists/gradle-5.4.1-all/3221gyojl5jsh0helicew7rwx
Set executable permissions for: /var/jenkins_home/jobs/DIM-Diamant-Andoid/workspace/wrapper/dists/gradle-5.4.1-all/3221gyojl5jsh0helicew7rwx/gradle-5.4.1/bin/gradle

Welcome to Gradle 5.4.1!

Here are the highlights of this release:
 - Run builds with JDK12
 - New API for Incremental Tasks
 - Updates to native projects, including Swift 5 support

For more details see https://docs.gradle.org/5.4.1/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
> Task :clean UP-TO-DATE
> Task :app:clean UP-TO-DATE
> Task :app:preBuild UP-TO-DATE
> Task :app:preDebugBuild UP-TO-DATE
> Task :app:compileDebugAidl NO-SOURCE
> Task :app:checkDebugManifest
> Task :app:compileDebugRenderscript NO-SOURCE
> Task :app:generateDebugBuildConfig
> Task :app:mainApkListPersistenceDebug
> Task :app:generateDebugResValues
> Task :app:generateDebugResources
> Task :app:javaPreCompileDebug
> Task :app:createDebugCompatibleScreenManifests
> Task :app:processDebugManifest
> Task :app:mergeDebugResources
> Task :app:processDebugResources

> Task :app:compileDebugJavaWithJavac
Note: /var/jenkins_home/jobs/DIM-Diamant-Andoid/workspace/app/src/main/java/de/dim/diamant/divider/SimpleDividerItemDecoration.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :app:compileDebugSources
> Task :app:mergeDebugShaders
> Task :app:compileDebugShaders
> Task :app:generateDebugAssets
> Task :app:mergeDebugAssets
> Task :app:processDebugJavaRes NO-SOURCE
> Task :app:mergeDebugJavaResource
> Task :app:desugarDebugFileDependencies
> Task :app:transformClassesWithDexBuilderForDebug
> Task :app:checkDebugDuplicateClasses
> Task :app:validateSigningDebug
> Task :app:signingConfigWriterDebug
> Task :app:mergeLibDexDebug
> Task :app:mergeDebugJniLibFolders
> Task :app:preReleaseBuild UP-TO-DATE
> Task :app:compileReleaseAidl NO-SOURCE
> Task :app:compileReleaseRenderscript NO-SOURCE
> Task :app:checkReleaseManifest
> Task :app:generateReleaseBuildConfig
> Task :app:mainApkListPersistenceRelease
> Task :app:generateReleaseResValues
> Task :app:generateReleaseResources
> Task :app:mergeProjectDexDebug
> Task :app:createReleaseCompatibleScreenManifests
> Task :app:javaPreCompileRelease
> Task :app:processReleaseManifest
> Task :app:mergeDebugNativeLibs
> Task :app:stripDebugDebugSymbols
> Task :app:prepareLintJar
> Task :app:checkReleaseDuplicateClasses
> Task :app:mergeReleaseResources
> Task :app:processReleaseResources

> Task :app:compileReleaseJavaWithJavac
Note: /var/jenkins_home/jobs/DIM-Diamant-Andoid/workspace/app/src/main/java/de/dim/diamant/divider/SimpleDividerItemDecoration.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :app:compileReleaseSources

> Task :app:lintVitalRelease
Calling mockable JAR artifact transform to create file: /var/jenkins_home/jobs/DIM-Diamant-Andoid/workspace/caches/transforms-2/files-2.1/075686e246ce881d39fb736ca2e03394/android.jar with input /var/jenkins_home/android/platforms/android-29/android.jar

> Task :app:mergeExtDexDebug
> Task :app:packageDebug
> Task :app:assembleDebug
> Task :app:desugarReleaseFileDependencies
> Task :app:transformClassesWithDexBuilderForRelease
> Task :app:mergeReleaseShaders
> Task :app:compileReleaseShaders
> Task :app:generateReleaseAssets
> Task :app:mergeReleaseAssets
> Task :app:processReleaseJavaRes NO-SOURCE
> Task :app:signingConfigWriterRelease
> Task :app:mergeReleaseJniLibFolders
> Task :app:preDebugUnitTestBuild UP-TO-DATE
> Task :app:processDebugUnitTestJavaRes NO-SOURCE
> Task :app:preReleaseUnitTestBuild UP-TO-DATE
> Task :app:processReleaseUnitTestJavaRes NO-SOURCE
> Task :app:mergeReleaseNativeLibs
> Task :app:stripReleaseDebugSymbols
> Task :app:javaPreCompileDebugUnitTest
> Task :app:compileDebugUnitTestJavaWithJavac
> Task :app:testDebugUnitTest
> Task :app:mergeReleaseJavaResource
> Task :app:javaPreCompileReleaseUnitTest
> Task :app:compileReleaseUnitTestJavaWithJavac
> Task :app:testReleaseUnitTest
> Task :app:test
> Task :app:check
> Task :app:mergeExtDexRelease
> Task :app:mergeDexRelease
> Task :app:packageRelease
> Task :app:assembleRelease
> Task :app:assemble
> Task :app:build

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.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 50s
60 actionable tasks: 58 executed, 2 up-to-date
Build step 'Invoke Gradle script' changed build result to SUCCESS
[workspace] $ /bin/sh -xe /tmp/jenkins2144781223142406975.sh
+ mkdir -p /var/jenkins_home/repo.dim/snapshot/Diamant-Android
+ rm -rf /var/jenkins_home/repo.dim/snapshot/Diamant-Android/apk
+ cp -r app/build/outputs/apk /var/jenkins_home/repo.dim/snapshot/Diamant-Android
Archiving artifacts
Sending e-mails to: m.hoffmann@data-in-motion.biz j.albert@data-in-motion.biz
ERROR: 535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8  https://support.google.com/mail/?p=BadCredentials l21sm2399253wmh.31 - gsmtp

javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8  https://support.google.com/mail/?p=BadCredentials l21sm2399253wmh.31 - gsmtp

	at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:947)
	at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:858)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:762)
	at javax.mail.Service.connect(Service.java:364)
	at javax.mail.Service.connect(Service.java:222)
	at javax.mail.Service.connect(Service.java:171)
	at javax.mail.Transport.send0(Transport.java:230)
	at javax.mail.Transport.send(Transport.java:100)
	at hudson.tasks.MailSender.run(MailSender.java:131)
	at hudson.tasks.Mailer.perform(Mailer.java:179)
	at hudson.tasks.Mailer.perform(Mailer.java:142)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:21)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:808)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:757)
	at hudson.model.Build$BuildExecution.post2(Build.java:179)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:701)
	at hudson.model.Run.execute(Run.java:1914)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:100)
	at hudson.model.Executor.run(Executor.java:433)
Finished: SUCCESS