Started by user Matthias Mueller Running as Matthias Mueller Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Manager [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (git clone) [Pipeline] git The recommended git tool is: NONE No credentials specified > 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 --version # 'git version 2.11.0' > git fetch --tags --progress -- git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/appng-manager-1.18.x^{commit} # timeout=10 Checking out Revision f77ae4dcb565c43ff839f322822a015af3bbcc00 (refs/remotes/origin/appng-manager-1.18.x) > git config core.sparsecheckout # timeout=10 > git checkout -f f77ae4dcb565c43ff839f322822a015af3bbcc00 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D appng-manager-1.18.x # timeout=10 > git checkout -b appng-manager-1.18.x f77ae4dcb565c43ff839f322822a015af3bbcc00 # timeout=10 Commit message: "MGR-86 start/stop sites (#21)" > git rev-list --no-walk cfbabf767e513f69db922e379282a472b08175ff # 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 -version Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T21:39:06+02:00) Maven home: /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0 Java version: 1.8.0_131, vendor: Oracle Corporation Java home: /usr/lib/jvm/jdk-8-oracle-x64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.9.0-0.bpo.12-amd64", arch: "amd64", family: "unix" [Pipeline] sh + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy [INFO] Scanning for projects... Downloading: https://www.appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.23.0-SNAPSHOT/appng-application-bom-1.23.0-20210616.122701-14.pom Progress (1): 4.1/44 kB Progress (1): 7.5/44 kB Progress (1): 8.2/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 24/44 kB Progress (1): 25/44 kB Progress (1): 29/44 kB Progress (1): 32/44 kB Progress (1): 33/44 kB Progress (1): 37/44 kB Progress (1): 40/44 kB Progress (1): 41/44 kB Progress (1): 44 kB Downloaded: https://www.appng.org/nexus/repository/appng-snapshot/org/appng/appng-application-bom/1.23.0-SNAPSHOT/appng-application-bom-1.23.0-20210616.122701-14.pom (44 kB at 86 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Manager 1.18.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: https://www.appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/appng-core-1.23.0-20210616.122321-17.pom Progress (1): 4.1/12 kB Progress (1): 7.5/12 kB Progress (1): 8.2/12 kB Progress (1): 12 kB Downloaded: https://www.appng.org/nexus/repository/appng-snapshot/org/appng/appng-core/1.23.0-SNAPSHOT/appng-core-1.23.0-20210616.122321-17.pom (12 kB at 67 kB/s) Downloading: https://www.appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/appng-api-1.23.0-20210616.122053-31.pom Progress (1): 3.9 kB Downloaded: https://www.appng.org/nexus/repository/appng-snapshot/org/appng/appng-api/1.23.0-SNAPSHOT/appng-api-1.23.0-20210616.122053-31.pom (3.9 kB at 9.9 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.23.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.23.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 57 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/StopSiteEvent.java:[42,66] method shutDownSite in class org.appng.core.service.InitializerService cannot be applied to given types; required: org.appng.api.Environment,org.appng.api.model.Site,boolean found: org.appng.api.Environment,org.appng.api.model.Site reason: actual and formal argument lists differ in length [ERROR] /var/lib/jenkins/workspace/appNG_Manager/src/main/java/org/appng/application/manager/service/ManagerService.java:[1621,67] method shutDownSite in class org.appng.core.service.InitializerService cannot be applied to given types; required: org.appng.api.Environment,org.appng.api.model.Site,boolean found: org.appng.api.Environment,org.appng.core.domain.SiteImpl reason: actual and formal argument lists differ in length [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14.310 s [INFO] Finished at: 2021-06-16T14:32:58+02:00 [INFO] Final Memory: 56M/612M [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/src/main/java/org/appng/application/manager/service/StopSiteEvent.java:[42,66] method shutDownSite in class org.appng.core.service.InitializerService cannot be applied to given types; [ERROR] required: org.appng.api.Environment,org.appng.api.model.Site,boolean [ERROR] found: org.appng.api.Environment,org.appng.api.model.Site [ERROR] reason: actual and formal argument lists differ in length [ERROR] /var/lib/jenkins/workspace/appNG_Manager/src/main/java/org/appng/application/manager/service/ManagerService.java:[1621,67] method shutDownSite in class org.appng.core.service.InitializerService cannot be applied to given types; [ERROR] required: org.appng.api.Environment,org.appng.api.model.Site,boolean [ERROR] found: org.appng.api.Environment,org.appng.core.domain.SiteImpl [ERROR] reason: actual and formal argument lists differ in length [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] stage [Pipeline] { (Results) [Pipeline] junit Recording test results No test report files were found. Configuration error? [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: No test report files were found. Configuration error? Finished: FAILURE