Skip to content
Failed

Console Output

Started by an SCM change
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on appngbuild0 in /var/lib/jenkins/workspace/appNG_Manager
[Pipeline] {
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (git clone)
[Pipeline] git
No credentials specified
Fetching changes from the remote Git repository
 > git rev-parse --is-inside-work-tree # timeout=10
 > 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/*
Checking out Revision 750c05cccd4372adb6558b39fc4a4abdf60e02a4 (refs/remotes/origin/appng-manager-1.17.x)
Commit message: "fixed wrong versions"
 > git rev-parse refs/remotes/origin/appng-manager-1.17.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-manager-1.17.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 750c05cccd4372adb6558b39fc4a4abdf60e02a4
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-manager-1.17.x # timeout=10
 > git checkout -b appng-manager-1.17.x 750c05cccd4372adb6558b39fc4a4abdf60e02a4
 > git rev-list --no-walk 79155b2c581da3c438f69651461a40266d9d48e3 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Maven Build)
[Pipeline] sh
+ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building appNG Manager 1.17.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://www.appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.21.0-SNAPSHOT/maven-metadata.xml
Progress (1): 997 B
                   
Downloaded: https://www.appng.org/nexus/repository/appng-snapshot/org/appng/appng-appngizer-jaxb/1.21.0-SNAPSHOT/maven-metadata.xml (997 B at 1.6 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appng-manager ---
[INFO] Deleting /var/lib/jenkins/workspace/appNG_Manager/target
[INFO] 
[INFO] --- appng-maven-plugin:1.21.0-SNAPSHOT:generateApplicationConstants (applicationConstants) @ appng-manager ---
[INFO] generate application constants for [/var/lib/jenkins/workspace/appNG_Manager/application-home/application.xml, org.appng.application.manager.ManagerSettings, /var/lib/jenkins/workspace/appNG_Manager/target/generated-sources/constants]
[INFO] 
[INFO] --- appng-maven-plugin:1.21.0-SNAPSHOT:generateMessageConstants (messageConstants) @ appng-manager ---
[INFO] generate message constants for [/var/lib/jenkins/workspace/appNG_Manager/application-home/dictionary/manager-messages.properties, org.appng.application.manager.MessageConstants, /var/lib/jenkins/workspace/appNG_Manager/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/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 54 source files to /var/lib/jenkins/workspace/appNG_Manager/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/workspace/appNG_Manager/src/main/java/org/appng/application/manager/service/ManagerService.java:[1763,54] cannot find symbol
  symbol:   method findAllById(java.util.Set<java.lang.Integer>)
  location: variable siteRepository of type org.appng.core.repository.SiteRepository
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.531 s
[INFO] Finished at: 2019-12-03T15:16:16+01:00
[INFO] Final Memory: 54M/507M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project appng-manager: Compilation failure
[ERROR] /var/lib/jenkins/workspace/appNG_Manager/src/main/java/org/appng/application/manager/service/ManagerService.java:[1763,54] cannot find symbol
[ERROR]   symbol:   method findAllById(java.util.Set<java.lang.Integer>)
[ERROR]   location: variable siteRepository of type org.appng.core.repository.SiteRepository
[ERROR] 
[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