Push event to branch development 22:36:35 Connecting to https://api.github.com using swengaudk/****** (swengaudk token on github) Obtained Jenkinsfile from d26019724e555771558a7f18ba2491c166ecf2e8 Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/maestro_v2_development [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout using credential swengaudk > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > /usr/bin/git config remote.origin.url https://github.com/INTO-CPS-Association/maestroV2.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/INTO-CPS-Association/maestroV2.git > /usr/bin/git --version # timeout=10 using GIT_ASKPASS to set credentials swengaudk token on github > /usr/bin/git fetch --no-tags --progress -- https://github.com/INTO-CPS-Association/maestroV2.git +refs/heads/development:refs/remotes/origin/development # timeout=10 Checking out Revision d26019724e555771558a7f18ba2491c166ecf2e8 (development) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f d26019724e555771558a7f18ba2491c166ecf2e8 # timeout=10 Commit message: "first draft" > /usr/bin/git rev-list --no-walk 10616eb7b2dbb61952e14f32bb3581907dc14c4f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withMaven [withMaven] Options: [] [withMaven] Available options: [withMaven] using JDK installation provided by the build agent $ /bin/sh -c "which mvn" [withMaven] using Maven installation provided by the build agent with executable /usr/bin/mvn [Pipeline] { [Pipeline] sh + mvn clean install ----- withMaven Wrapper script ----- Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/var/lib/jenkins/workspace/maestro_v2_development@tmp/withMavend7edf9f4/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/var/lib/jenkins/workspace/maestro_v2_development@tmp/withMavend7edf9f4" Apache Maven 3.6.0 Maven home: /usr/share/maven Java version: 1.8.0_121, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-oracle/jre Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", version: "4.15.0-60-generic", arch: "amd64", family: "unix" [INFO] [jenkins-event-spy] Generate /var/lib/jenkins/workspace/maestro_v2_development@tmp/withMavend7edf9f4/maven-spy-20200125-223644-7617576475199218151863.log.tmp ... [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] root [pom] [INFO] The Maestro Abstract Syntax Tree [jar] [INFO] test-program [jar] [INFO] [INFO] ----------------------< org.intocps.maestro:root >---------------------- [INFO] Building root 1.0.0-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ root --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ root --- [INFO] Installing /var/lib/jenkins/workspace/maestro_v2_development/pom.xml to /var/lib/jenkins/workspace/maestro_v2_development/.repository/org/intocps/maestro/root/1.0.0-SNAPSHOT/root-1.0.0-SNAPSHOT.pom [INFO] [INFO] ----------------------< org.intocps.maestro:ast >----------------------- [INFO] Building The Maestro Abstract Syntax Tree 1.0.0-SNAPSHOT [2/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ast --- [INFO] Deleting /var/lib/jenkins/workspace/maestro_v2_development/ast/target [INFO] [INFO] --- astcreator-plugin:1.6.10:generate (java) @ ast --- [INFO] Preparing for tree generation... [INFO] Checking if generation required. [INFO] Full AST generation needed [INFO] Generating... [INFO] Generator starting with input: /var/lib/jenkins/workspace/maestro_v2_development/ast/src/main/resources/maestrov2.astv2 Adding aspect fields: SBinaryExpBase.{left,right} Done creating interfaces Generating enumerations... Generating analysis visitors... Analysis...Answer...Question...Question-Answer...Depth-First... Copying base classes to destination... Writing source files.: ...................................................... File write completed in 0 secs [INFO] Generator completed with 80 generated files. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ ast --- [INFO] Source directory: /var/lib/jenkins/workspace/maestro_v2_development/ast/target/generated-sources/astCreator added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ast --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ast --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 63 source files to /var/lib/jenkins/workspace/maestro_v2_development/ast/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ast --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/maestro_v2_development/ast/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ast --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ast --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ast --- [INFO] Building jar: /var/lib/jenkins/workspace/maestro_v2_development/ast/target/ast-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ ast --- [INFO] Installing /var/lib/jenkins/workspace/maestro_v2_development/ast/target/ast-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/maestro_v2_development/.repository/org/intocps/maestro/ast/1.0.0-SNAPSHOT/ast-1.0.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/maestro_v2_development/ast/pom.xml to /var/lib/jenkins/workspace/maestro_v2_development/.repository/org/intocps/maestro/ast/1.0.0-SNAPSHOT/ast-1.0.0-SNAPSHOT.pom [INFO] [INFO] ------------------< org.intocps.maestro:test-program >------------------ [INFO] Building test-program 1.0.0-SNAPSHOT [3/3] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-program --- [INFO] Deleting /var/lib/jenkins/workspace/maestro_v2_development/test-program/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test-program --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/maestro_v2_development/test-program/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test-program --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /var/lib/jenkins/workspace/maestro_v2_development/test-program/target/classes [WARNING] /var/lib/jenkins/workspace/maestro_v2_development/test-program/src/main/java/org/intocps/maestro/Main.java: /var/lib/jenkins/workspace/maestro_v2_development/test-program/src/main/java/org/intocps/maestro/Main.java uses or overrides a deprecated API. [WARNING] /var/lib/jenkins/workspace/maestro_v2_development/test-program/src/main/java/org/intocps/maestro/Main.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test-program --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/maestro_v2_development/test-program/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test-program --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test-program --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ test-program --- [INFO] Building jar: /var/lib/jenkins/workspace/maestro_v2_development/test-program/target/test-program-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ test-program --- [INFO] Installing /var/lib/jenkins/workspace/maestro_v2_development/test-program/target/test-program-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/workspace/maestro_v2_development/.repository/org/intocps/maestro/test-program/1.0.0-SNAPSHOT/test-program-1.0.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/maestro_v2_development/test-program/pom.xml to /var/lib/jenkins/workspace/maestro_v2_development/.repository/org/intocps/maestro/test-program/1.0.0-SNAPSHOT/test-program-1.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for root 1.0.0-SNAPSHOT: [INFO] [INFO] root ............................................... SUCCESS [ 0.674 s] [INFO] The Maestro Abstract Syntax Tree ................... SUCCESS [ 5.495 s] [INFO] test-program ....................................... SUCCESS [ 0.338 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.743 s [INFO] Finished at: 2020-01-25T22:36:51+01:00 [INFO] ------------------------------------------------------------------------ [INFO] [jenkins-event-spy] Generated /var/lib/jenkins/workspace/maestro_v2_development@tmp/withMavend7edf9f4/maven-spy-20200125-223644-7617576475199218151863.log [Pipeline] jacoco [JaCoCo plugin] Collecting JaCoCo coverage data... [JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured [JaCoCo plugin] Number of found exec files for pattern **/**.exec: 0 [JaCoCo plugin] Saving matched execfiles: [JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: [JaCoCo plugin] - /var/lib/jenkins/workspace/maestro_v2_development/ast/target/classes 65 files [JaCoCo plugin] - /var/lib/jenkins/workspace/maestro_v2_development/test-program/target/classes 3 files [JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: [JaCoCo plugin] Source Inclusions: **/*.java [JaCoCo plugin] Source Exclusions: [JaCoCo plugin] - /var/lib/jenkins/workspace/maestro_v2_development/test-program/src/main/java 2 files [JaCoCo plugin] Loading inclusions files.. [JaCoCo plugin] inclusions: [] [JaCoCo plugin] exclusions: [] [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0] [JaCoCo plugin] Publishing the results.. [JaCoCo plugin] Loading packages.. [JaCoCo plugin] Done. [JaCoCo plugin] Overall coverage: class: 0, method: 0, line: 0, branch: 0, instruction: 0 [Pipeline] openTasks [TASKS] Scanning folder '/var/lib/jenkins/workspace/maestro_v2_development' for files matching the pattern '**/*.java' - excludes: [TASKS] Found 65 files to scan for tasks [TASKS] Found 1 open tasks. Skipping warnings blame since pipelines do not have an SCM link.%n [TASKS] Computing warning deltas based on reference build #2 [Pipeline] } [withMaven] artifactsPublisher - Archive artifact pom.xml under org/intocps/maestro/root/1.0.0-SNAPSHOT/root-1.0.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact ast/pom.xml under org/intocps/maestro/ast/1.0.0-SNAPSHOT/ast-1.0.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact ast/target/ast-1.0.0-SNAPSHOT.jar under org/intocps/maestro/ast/1.0.0-SNAPSHOT/ast-1.0.0-SNAPSHOT.jar [withMaven] artifactsPublisher - Archive artifact test-program/pom.xml under org/intocps/maestro/test-program/1.0.0-SNAPSHOT/test-program-1.0.0-SNAPSHOT.pom [withMaven] artifactsPublisher - Archive artifact test-program/target/test-program-1.0.0-SNAPSHOT.jar under org/intocps/maestro/test-program/1.0.0-SNAPSHOT/test-program-1.0.0-SNAPSHOT.jar [withMaven] junitPublisher - Archive test results for Maven artifact org.intocps.maestro:ast:jar:1.0.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): ast/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.intocps.maestro:test-program:jar:1.0.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): test-program/target/surefire-reports/*.xml [withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results None of the test reports contained any result [withMaven] openTasksPublisher - Scan Tasks for Maven artifact org.intocps.maestro:test-program:jar:1.0.0-SNAPSHOT in source directory test-program/src/main/java [TASKS] Scanning folder '/var/lib/jenkins/workspace/maestro_v2_development' for files matching the pattern 'test-program/src/main/java/**/*' - excludes: null [TASKS] Found 2 files to scan for tasks [TASKS] Found 1 open tasks. Skipping warnings blame since pipelines do not have an SCM link.%n [TASKS] Computing warning deltas based on reference build #2 [withMaven] Publishers: Pipeline Graph Publisher: 27 ms, Generated Artifacts Publisher: 288 ms, Junit Publisher: 34 ms, Dependencies Fingerprint Publisher: 39 ms, Open Task Scanner Publisher: 70 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Reporting) [Pipeline] emailextrecipients [Pipeline] emailext Sending email to: lausdahl@eng.au.dk [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS