Skip to content
Failed

Console Output

Started by an SCM change
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/appNG_Manager_1.13.x
[Pipeline] {
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (git clone)
[Pipeline] git
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:appNG/appng-manager.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-manager.git
 > git --version # timeout=10
 > git fetch --tags --progress git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/appng-manager-1.13.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-manager-1.13.x^{commit} # timeout=10
Checking out Revision 394c63bdf82f79c461881e496ad28e3eeff613ac (refs/remotes/origin/appng-manager-1.13.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 394c63bdf82f79c461881e496ad28e3eeff613ac
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-manager-1.13.x # timeout=10
 > git checkout -b appng-manager-1.13.x 394c63bdf82f79c461881e496ad28e3eeff613ac
Commit message: "MGR-33 move webservies to own package"
 > git rev-list 63e94b952a053038ebf9396e76e2d32db7120360 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Maven Build)
[Pipeline] sh
[appNG_Manager_1.13.x] Running shell script
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy -DoutFolder=/srv/www/appng.org/appng/builds/snapshot
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Manager 1.13.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-manager ---
[INFO] Deleting /var/lib/jenkins/workspace/appNG_Manager_1.13.x/target
[INFO] 
[INFO] --- appng-maven-plugin:1.17.0:generateApplicationConstants (applicationConstants) @ appng-manager ---
[INFO] generate application constants for [/var/lib/jenkins/workspace/appNG_Manager_1.13.x/application-home/application.xml, org.appng.application.manager.ManagerSettings, /var/lib/jenkins/workspace/appNG_Manager_1.13.x/target/generated-sources/constants]
[INFO] 
[INFO] --- appng-maven-plugin:1.17.0:generateMessageConstants (messageConstants) @ appng-manager ---
[INFO] generate message constants for [/var/lib/jenkins/workspace/appNG_Manager_1.13.x/application-home/dictionary/manager-messages.properties, org.appng.application.manager.MessageConstants, /var/lib/jenkins/workspace/appNG_Manager_1.13.x/target/generated-sources/constants]
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-manager ---
[INFO] Source directory: /var/lib/jenkins/workspace/appNG_Manager_1.13.x/target/generated-sources/constants added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ appng-manager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ appng-manager ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 51 source files to /var/lib/jenkins/workspace/appNG_Manager_1.13.x/target/classes
[INFO] /var/lib/jenkins/workspace/appNG_Manager_1.13.x/src/main/java/org/appng/application/manager/business/webservice/SystemReport.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/workspace/appNG_Manager_1.13.x/src/main/java/org/appng/application/manager/business/webservice/SystemReport.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/workspace/appNG_Manager_1.13.x/src/main/java/org/appng/application/manager/business/webservice/SystemReport.java:[122,62] getConfigFile() is not public in org.appng.application.manager.business.LogConfig; cannot be accessed from outside package
[ERROR] /var/lib/jenkins/workspace/appNG_Manager_1.13.x/src/main/java/org/appng/application/manager/business/LogConfig.java:[82,60] cannot find symbol
  symbol:   variable Constants
  location: class org.appng.application.manager.business.LogConfig
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.240 s
[INFO] Finished at: 2018-03-12T14:07:22+01:00
[INFO] Final Memory: 48M/533M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project appng-manager: Compilation failure: Compilation failure: 
[ERROR] /var/lib/jenkins/workspace/appNG_Manager_1.13.x/src/main/java/org/appng/application/manager/business/webservice/SystemReport.java:[122,62] getConfigFile() is not public in org.appng.application.manager.business.LogConfig; cannot be accessed from outside package
[ERROR] /var/lib/jenkins/workspace/appNG_Manager_1.13.x/src/main/java/org/appng/application/manager/business/LogConfig.java:[82,60] cannot find symbol
[ERROR]   symbol:   variable Constants
[ERROR]   location: class org.appng.application.manager.business.LogConfig
[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
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE