See <https://builds.apache.org/job/Roller/1564/display/redirect?page=changes>

Changes:

[snoopdave] Simplification of recent remember-me fix.

[snoopdave] More remember-me fixes.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace 
<https://builds.apache.org/job/Roller/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/roller.git # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/roller.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/roller.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 88f02b99f0a286e37115fd7a7a18d7d7d5d07224 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 88f02b99f0a286e37115fd7a7a18d7d7d5d07224
Commit message: "More remember-me fixes."
 > git rev-list --no-walk e72e15c937e21d6afa8ad89f480f0b9229a4e583 # timeout=10
Parsing POMs
Established TCP socket on 37399
maven33-agent.jar already up to date
maven33-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Roller] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx4g -Xms4g -cp 
/home/jenkins/jenkins-slave/maven33-agent.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/conf/logging
 jenkins.maven3.agent.Maven33Main /home/jenkins/tools/maven/apache-maven-3.3.9 
/home/jenkins/jenkins-slave/remoting.jar 
/home/jenkins/jenkins-slave/maven33-interceptor.jar 
/home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 37399
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Roller/ws/pom.xml> 
-Dmaven.repo.local=<https://builds.apache.org/job/Roller/ws/.repository> clean 
install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Roller
[INFO] Roller webapp
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Roller 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ roller-project ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ roller-project 
---
[INFO] Installing <https://builds.apache.org/job/Roller/ws/pom.xml> to 
<https://builds.apache.org/job/Roller/ws/.repository/org/apache/roller/roller-project/6.0.0-SNAPSHOT/roller-project-6.0.0-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Roller webapp 6.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ roller-webapp ---
[INFO] Deleting <https://builds.apache.org/job/Roller/ws/app/target>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-main-resources) @ 
roller-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 97 resources
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ roller-webapp ---
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Roller/ws/app> 
&& git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Roller/ws/app>
[INFO] Storing buildNumber: 88f02b99f0a286e37115fd7a7a18d7d7d5d07224 at 
timestamp: 1558325863094
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Roller/ws/app> 
&& git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Roller/ws/app>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-dbscripts-resources) 
@ roller-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 23 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (gen-db-scripts) @ roller-webapp ---
[INFO] Executing tasks

main:
    [texen] Using contextProperties file: 
<https://builds.apache.org/job/Roller/ws/app/src/main/resources/sql/dbscripts.properties>
<https://builds.apache.org/job/Roller/ws/app/src/main/resources/sql>
    [texen] Generating to file 
<https://builds.apache.org/job/Roller/ws/app/target/dbscripts/README.txt>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
roller-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 50 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ 
roller-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 36 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
roller-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 539 source files to 
<https://builds.apache.org/job/Roller/ws/app/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] javac: invalid target release: 11
Usage: javac <options> <source files>
use -help for a list of possible options

[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Roller ............................................. SUCCESS [  4.283 s]
[INFO] Roller webapp ...................................... FAILURE [  5.164 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.141 s
[INFO] Finished at: 2019-05-20T04:17:50+00:00
[INFO] Final Memory: 46M/3925M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) 
on project roller-webapp: Compilation failure
[ERROR] javac: invalid target release: 11
[ERROR] Usage: javac <options> <source files>
[ERROR] use -help for a list of possible options
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :roller-webapp
[JENKINS] Archiving <https://builds.apache.org/job/Roller/ws/app/pom.xml> to 
org.apache.roller/roller-webapp/6.0.0-SNAPSHOT/roller-webapp-6.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Roller/ws/pom.xml> to 
org.apache.roller/roller-project/6.0.0-SNAPSHOT/roller-project-6.0.0-SNAPSHOT.pom
Sending e-mails to: dev@roller.apache.org
channel stopped

Reply via email to