Skip to content
Failed

Console Output

Started by GitLab push by Mark Hoffmann
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/DIM-TrackMe-Android
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/datainmotion/trafficos/trackme-android.git # timeout=10
Fetching upstream changes from https://gitlab.com/datainmotion/trafficos/trackme-android.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials The Gitlab user for the jenkins
 > git fetch --tags --progress https://gitlab.com/datainmotion/trafficos/trackme-android.git +refs/heads/*:refs/remotes/origin/*
skipping resolution of commit a68bb0c37e13538f203a822176be2ba74a8bc748, since it originates from another repository
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
Checking out Revision a68bb0c37e13538f203a822176be2ba74a8bc748 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a68bb0c37e13538f203a822176be2ba74a8bc748
Commit message: "track log"
 > git rev-list --no-walk b8418cb2867ded6d318fbf75f3714e99c8b5e32d # timeout=10
[Gradle] - Launching build.
[DIM-TrackMe-Android] $ /var/jenkins_home/workspace/DIM-TrackMe-Android/gradlew -x lint clean build assembleDebug
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :clean
> Task :app:clean
> 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:writeDebugApplicationId
> Task :app:generateSafeArgsDebug
> 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 FAILED
/var/jenkins_home/workspace/DIM-TrackMe-Android/app/src/main/java/org/gecko/trackme/ui/logs/DriversLogFragment.java:41: error: illegal '.'
        currentLog = (DriversLog) savedInstanceState..getSerializable(EXTRA_CURRENT_LOG);
                                                     ^
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

* 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

BUILD FAILED in 8s
14 actionable tasks: 14 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
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 r62sm22151241wma.32 - 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 r62sm22151241wma.32 - gsmtp

	at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:809)
	at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:752)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:669)
	at javax.mail.Service.connect(Service.java:317)
	at javax.mail.Service.connect(Service.java:176)
	at javax.mail.Service.connect(Service.java:125)
	at javax.mail.Transport.send0(Transport.java:194)
	at javax.mail.Transport.send(Transport.java:124)
	at hudson.tasks.MailSender.run(MailSender.java:131)
	at hudson.tasks.Mailer.perform(Mailer.java:173)
	at hudson.tasks.Mailer.perform(Mailer.java:136)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1840)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Finished: FAILURE