Skip to content
Success

Console Output

Push event to branch master
Connecting to https://api.github.com using glassfish-bot/****** (GitHub Bot)
Obtained Jenkinsfile from 244862f2c61bbaed898af0e3e85be43880f49b80
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
‘ci-pod-94de4a9c-9053-49f1-a176-1753ce538c05-3hl5g-mt0fl’ is offline
Agent ci-pod-94de4a9c-9053-49f1-a176-1753ce538c05-3hl5g-mt0fl is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (ci-pod-94de4a9c-9053-49f1-a176-1753ce538c05): 
yaml:

apiVersion: v1
kind: Pod
metadata:
spec:
  securityContext:
    runAsUser: 1000100000
  volumes:
    - name: maven-repo-shared-storage
      persistentVolumeClaim:
       claimName: glassfish-maven-repo-storage
    - name: maven-repo-local-storage
      emptyDir: {}
  containers:
  - name: jnlp
    image: jenkins/jnlp-slave:alpine
    imagePullPolicy: IfNotPresent
    volumeMounts:
    env:
      - name: JAVA_TOOL_OPTIONS
        value: -Xmx1G
    resources:
      limits:
        memory: "1Gi"
        cpu: "1"
  - name: build-container
    image: ee4jglassfish/ci:jdk-8.181
    args:
    - cat
    tty: true
    imagePullPolicy: Always
    volumeMounts:
      - mountPath: "/home/jenkins/.m2/repository"
        name: maven-repo-shared-storage
      - mountPath: "/home/jenkins/.m2/repository/com/sun/jsftemplating"
        name: maven-repo-local-storage
    resources:
      limits:
        memory: "7Gi"
        cpu: "3"


Running on ci-pod-94de4a9c-9053-49f1-a176-1753ce538c05-3hl5g-mt0fl in /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential 75072f82-b444-4bac-b236-ded40e1d698e
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-ee4j/glassfish-jsftemplating.git
 > git init /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-jsftemplating.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub Bot
 > git fetch --no-tags --progress https://github.com/eclipse-ee4j/glassfish-jsftemplating.git +refs/heads/master:refs/remotes/origin/master
Cleaning workspace
Fetching without tags
Checking out Revision 244862f2c61bbaed898af0e3e85be43880f49b80 (master)
 > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-jsftemplating.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-jsftemplating.git # timeout=10
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-jsftemplating.git
using GIT_ASKPASS to set credentials GitHub Bot
 > git fetch --no-tags --progress https://github.com/eclipse-ee4j/glassfish-jsftemplating.git +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 244862f2c61bbaed898af0e3e85be43880f49b80
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 244862f2c61bbaed898af0e3e85be43880f49b80
Commit message: "add initial pipeline (#63)"
First time build. Skipping changelog.
Cleaning workspace
[Pipeline] }
[Pipeline] // stage
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
20:38:42 [2019-03-16T00:38:42.696Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
20:38:43 [2019-03-16T00:38:43.008Z] Timeout set to expire in 10 min
[Pipeline] {
[Pipeline] sh
20:38:46 [2019-03-16T00:38:46.552Z] + mvn clean install
20:38:46 [2019-03-16T00:38:46.553Z] Picked up JAVA_TOOL_OPTIONS: -Xmx2G
20:38:47 [2019-03-16T00:38:47.480Z] [INFO] Scanning for projects...
20:38:47 [2019-03-16T00:38:47.736Z] [INFO] ------------------------------------------------------------------------
20:38:47 [2019-03-16T00:38:47.736Z] [INFO] Reactor Build Order:
20:38:47 [2019-03-16T00:38:47.736Z] [INFO] 
20:38:47 [2019-03-16T00:38:47.736Z] [INFO] jsftemplating-parent                                               [pom]
20:38:47 [2019-03-16T00:38:47.736Z] [INFO] jsft                                                               [jar]
20:38:47 [2019-03-16T00:38:47.736Z] [INFO] jsftemplating-dt                                                   [jar]
20:38:47 [2019-03-16T00:38:47.736Z] [INFO] jsftemplating                                                      [jar]
20:38:47 [2019-03-16T00:38:47.736Z] [INFO] 
20:38:47 [2019-03-16T00:38:47.736Z] [INFO] -------------< com.sun.jsftemplating:jsftemplating-parent >-------------
20:38:47 [2019-03-16T00:38:47.736Z] [INFO] Building jsftemplating-parent 2.1.4-SNAPSHOT                       [1/4]
20:38:47 [2019-03-16T00:38:47.736Z] [INFO] --------------------------------[ pom ]---------------------------------
20:38:47 [2019-03-16T00:38:47.991Z] [INFO] 
20:38:47 [2019-03-16T00:38:47.991Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jsftemplating-parent ---
20:38:47 [2019-03-16T00:38:47.991Z] [INFO] 
20:38:47 [2019-03-16T00:38:47.991Z] [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-versions) @ jsftemplating-parent ---
20:38:48 [2019-03-16T00:38:48.247Z] [INFO] 
20:38:48 [2019-03-16T00:38:48.247Z] [INFO] --- osgiversion-maven-plugin:2.3.0-b05:compute-osgi-version (compute-osgi-version) @ jsftemplating-parent ---
20:38:48 [2019-03-16T00:38:48.247Z] [INFO] 
20:38:48 [2019-03-16T00:38:48.247Z] [INFO] --- maven-remote-resources-plugin:1.2.1:process (add-license.txt) @ jsftemplating-parent ---
20:38:48 [2019-03-16T00:38:48.809Z] [INFO] 
20:38:48 [2019-03-16T00:38:48.809Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jsftemplating-parent ---
20:38:49 [2019-03-16T00:38:49.064Z] [INFO] Installing /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/pom.xml to /home/jenkins/.m2/repository/com/sun/jsftemplating/jsftemplating-parent/2.1.4-SNAPSHOT/jsftemplating-parent-2.1.4-SNAPSHOT.pom
20:38:49 [2019-03-16T00:38:49.064Z] [INFO] 
20:38:49 [2019-03-16T00:38:49.064Z] [INFO] ---------------------< com.sun.jsftemplating:jsft >---------------------
20:38:49 [2019-03-16T00:38:49.064Z] [INFO] Building jsft 2.1.4-SNAPSHOT                                       [2/4]
20:38:49 [2019-03-16T00:38:49.064Z] [INFO] --------------------------------[ jar ]---------------------------------
20:38:49 [2019-03-16T00:38:49.320Z] [INFO] 
20:38:49 [2019-03-16T00:38:49.320Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jsft ---
20:38:49 [2019-03-16T00:38:49.320Z] [INFO] 
20:38:49 [2019-03-16T00:38:49.320Z] [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-versions) @ jsft ---
20:38:49 [2019-03-16T00:38:49.320Z] [INFO] 
20:38:49 [2019-03-16T00:38:49.320Z] [INFO] --- osgiversion-maven-plugin:2.3.0-b05:compute-osgi-version (compute-osgi-version) @ jsft ---
20:38:49 [2019-03-16T00:38:49.320Z] [INFO] 
20:38:49 [2019-03-16T00:38:49.320Z] [INFO] --- maven-remote-resources-plugin:1.2.1:process (add-license.txt) @ jsft ---
20:38:49 [2019-03-16T00:38:49.320Z] [INFO] 
20:38:49 [2019-03-16T00:38:49.320Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jsft ---
20:38:49 [2019-03-16T00:38:49.576Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:38:49 [2019-03-16T00:38:49.576Z] [INFO] Copying 1 resource
20:38:49 [2019-03-16T00:38:49.576Z] [INFO] Copying 1 resource
20:38:49 [2019-03-16T00:38:49.576Z] [INFO] 
20:38:49 [2019-03-16T00:38:49.576Z] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jsft ---
20:38:49 [2019-03-16T00:38:49.833Z] [INFO] Compiling 19 source files to /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsft/target/classes
20:38:51 [2019-03-16T00:38:51.198Z] [INFO] 
20:38:51 [2019-03-16T00:38:51.198Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ jsft ---
20:38:52 [2019-03-16T00:38:52.564Z] [INFO] 
20:38:52 [2019-03-16T00:38:52.564Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jsft ---
20:38:52 [2019-03-16T00:38:52.564Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:38:52 [2019-03-16T00:38:52.564Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsft/src/test/resources
20:38:52 [2019-03-16T00:38:52.564Z] [INFO] Copying 1 resource
20:38:52 [2019-03-16T00:38:52.564Z] [INFO] 
20:38:52 [2019-03-16T00:38:52.564Z] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ jsft ---
20:38:52 [2019-03-16T00:38:52.564Z] [INFO] No sources to compile
20:38:52 [2019-03-16T00:38:52.564Z] [INFO] 
20:38:52 [2019-03-16T00:38:52.564Z] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jsft ---
20:38:52 [2019-03-16T00:38:52.564Z] [WARNING] useSystemClassloader setting has no effect when not forking
20:38:52 [2019-03-16T00:38:52.564Z] [INFO] 
20:38:52 [2019-03-16T00:38:52.564Z] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jsft ---
20:38:52 [2019-03-16T00:38:52.820Z] [INFO] Adding existing MANIFEST to archive. Found under: /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsft/target/classes/META-INF/MANIFEST.MF
20:38:52 [2019-03-16T00:38:52.820Z] [INFO] Building jar: /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsft/target/jsft-2.1.4-SNAPSHOT.jar
20:38:52 [2019-03-16T00:38:52.820Z] [INFO] 
20:38:52 [2019-03-16T00:38:52.820Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jsft ---
20:38:52 [2019-03-16T00:38:52.820Z] [INFO] Installing /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsft/target/jsft-2.1.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/jsftemplating/jsft/2.1.4-SNAPSHOT/jsft-2.1.4-SNAPSHOT.jar
20:38:52 [2019-03-16T00:38:52.820Z] [INFO] Installing /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsft/pom.xml to /home/jenkins/.m2/repository/com/sun/jsftemplating/jsft/2.1.4-SNAPSHOT/jsft-2.1.4-SNAPSHOT.pom
20:38:52 [2019-03-16T00:38:52.820Z] [INFO] 
20:38:52 [2019-03-16T00:38:52.820Z] [INFO] ---------------< com.sun.jsftemplating:jsftemplating-dt >---------------
20:38:52 [2019-03-16T00:38:52.820Z] [INFO] Building jsftemplating-dt 2.1.4-SNAPSHOT                           [3/4]
20:38:52 [2019-03-16T00:38:52.820Z] [INFO] --------------------------------[ jar ]---------------------------------
20:38:52 [2019-03-16T00:38:52.820Z] [INFO] 
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jsftemplating-dt ---
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] 
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-versions) @ jsftemplating-dt ---
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] 
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] --- osgiversion-maven-plugin:2.3.0-b05:compute-osgi-version (compute-osgi-version) @ jsftemplating-dt ---
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] 
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] --- maven-remote-resources-plugin:1.2.1:process (add-license.txt) @ jsftemplating-dt ---
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] 
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jsftemplating-dt ---
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] Copying 1 resource
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] Copying 1 resource
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] 
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jsftemplating-dt ---
20:38:52 [2019-03-16T00:38:52.821Z] [INFO] Compiling 8 source files to /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating-dt/target/classes
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ jsftemplating-dt ---
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jsftemplating-dt ---
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating-dt/src/test/resources
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] Copying 1 resource
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ jsftemplating-dt ---
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] No sources to compile
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jsftemplating-dt ---
20:38:53 [2019-03-16T00:38:53.076Z] [WARNING] useSystemClassloader setting has no effect when not forking
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jsftemplating-dt ---
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] Adding existing MANIFEST to archive. Found under: /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating-dt/target/classes/META-INF/MANIFEST.MF
20:38:53 [2019-03-16T00:38:53.076Z] [INFO] Building jar: /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating-dt/target/jsftemplating-dt-2.1.4-SNAPSHOT.jar
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jsftemplating-dt ---
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] Installing /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating-dt/target/jsftemplating-dt-2.1.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/jsftemplating/jsftemplating-dt/2.1.4-SNAPSHOT/jsftemplating-dt-2.1.4-SNAPSHOT.jar
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] Installing /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating-dt/pom.xml to /home/jenkins/.m2/repository/com/sun/jsftemplating/jsftemplating-dt/2.1.4-SNAPSHOT/jsftemplating-dt-2.1.4-SNAPSHOT.pom
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] ----------------< com.sun.jsftemplating:jsftemplating >-----------------
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] Building jsftemplating 2.1.4-SNAPSHOT                              [4/4]
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] --------------------------------[ jar ]---------------------------------
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jsftemplating ---
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-versions) @ jsftemplating ---
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] --- osgiversion-maven-plugin:2.3.0-b05:compute-osgi-version (compute-osgi-version) @ jsftemplating ---
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] --- maven-remote-resources-plugin:1.2.1:process (add-license.txt) @ jsftemplating ---
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jsftemplating ---
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] Copying 11 resources
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] Copying 1 resource
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] 
20:38:53 [2019-03-16T00:38:53.331Z] [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (bundle-jsft) @ jsftemplating ---
20:38:54 [2019-03-16T00:38:54.258Z] [INFO] Unpacking /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsft/target/jsft-2.1.4-SNAPSHOT.jar to /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating/target/classes with includes "" and excludes "META-INF/MANIFEST.MF"
20:38:54 [2019-03-16T00:38:54.258Z] [INFO] 
20:38:54 [2019-03-16T00:38:54.258Z] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ jsftemplating ---
20:38:54 [2019-03-16T00:38:54.258Z] [INFO] Compiling 266 source files to /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating/target/classes
20:38:59 [2019-03-16T00:38:59.499Z] [INFO] 
20:38:59 [2019-03-16T00:38:59.499Z] [INFO] --- maven-bundle-plugin:2.3.4:manifest (bundle-manifest) @ jsftemplating ---
20:38:59 [2019-03-16T00:38:59.754Z] [INFO] 
20:38:59 [2019-03-16T00:38:59.755Z] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jsftemplating ---
20:38:59 [2019-03-16T00:38:59.755Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
20:38:59 [2019-03-16T00:38:59.755Z] [INFO] Copying 15 resources
20:38:59 [2019-03-16T00:38:59.755Z] [INFO] Copying 1 resource
20:38:59 [2019-03-16T00:38:59.755Z] [INFO] 
20:38:59 [2019-03-16T00:38:59.755Z] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ jsftemplating ---
20:38:59 [2019-03-16T00:38:59.755Z] [INFO] Compiling 9 source files to /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating/target/test-classes
20:39:00 [2019-03-16T00:39:00.316Z] [INFO] 
20:39:00 [2019-03-16T00:39:00.316Z] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ jsftemplating ---
20:39:00 [2019-03-16T00:39:00.316Z] [WARNING] useSystemClassloader setting has no effect when not forking
20:39:00 [2019-03-16T00:39:00.316Z] [INFO] Surefire report directory: /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating/target/surefire-reports
20:39:00 [2019-03-16T00:39:00.316Z] 
20:39:00 [2019-03-16T00:39:00.316Z] -------------------------------------------------------
20:39:00 [2019-03-16T00:39:00.316Z]  T E S T S
20:39:00 [2019-03-16T00:39:00.316Z] -------------------------------------------------------
20:39:01 [2019-03-16T00:39:01.245Z] Running com.sun.jsftemplating.layout.template.EventParserCommandTest
20:39:01 [2019-03-16T00:39:01.245Z] ContextMocker.init
20:39:01 [2019-03-16T00:39:01.245Z] ContextMocker.init
20:39:01 [2019-03-16T00:39:01.245Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec - in com.sun.jsftemplating.layout.template.EventParserCommandTest
20:39:01 [2019-03-16T00:39:01.245Z] Running com.sun.jsftemplating.layout.template.TemplateReaderTest
20:39:01 [2019-03-16T00:39:01.245Z] ContextMocker.init
20:39:07 [2019-03-16T00:39:07.776Z] ContextMocker.init
20:39:07 [2019-03-16T00:39:07.777Z] ContextMocker.init
20:39:07 [2019-03-16T00:39:07.777Z] Template performance ./speed-s.jsf (500), lower is better: 110
20:39:07 [2019-03-16T00:39:07.777Z] ContextMocker.init
20:39:07 [2019-03-16T00:39:07.777Z] ContextMocker.init
20:39:07 [2019-03-16T00:39:07.777Z] mark
20:39:07 [2019-03-16T00:39:07.777Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.984 sec - in com.sun.jsftemplating.layout.template.TemplateReaderTest
20:39:07 [2019-03-16T00:39:07.777Z] Running com.sun.jsftemplating.layout.template.TemplateWriterTest
20:39:07 [2019-03-16T00:39:07.777Z] ContextMocker.init
20:39:07 [2019-03-16T00:39:07.777Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.sun.jsftemplating.layout.template.TemplateWriterTest
20:39:07 [2019-03-16T00:39:07.777Z] Running com.sun.jsftemplating.layout.template.TemplateParserTest
20:39:07 [2019-03-16T00:39:07.777Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.sun.jsftemplating.layout.template.TemplateParserTest
20:39:07 [2019-03-16T00:39:07.777Z] Running com.sun.jsftemplating.layout.facelets.FaceletsLayoutDefinitionReaderTest
20:39:07 [2019-03-16T00:39:07.777Z] ContextMocker.init
20:40:59 [2019-03-16T00:40:59.228Z] ContextMocker.init
20:42:50 [2019-03-16T00:42:50.599Z] Faclets performance ./speed-s.xhtml (1), lower is better: 105841
20:42:50 [2019-03-16T00:42:50.599Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 212.545 sec - in com.sun.jsftemplating.layout.facelets.FaceletsLayoutDefinitionReaderTest
20:42:50 [2019-03-16T00:42:50.599Z] Running com.sun.jsftemplating.layout.LayoutDefinitionManagerTest
20:42:50 [2019-03-16T00:42:50.599Z] ContextMocker.init
20:42:50 [2019-03-16T00:42:50.599Z] ContextMocker.init
20:42:50 [2019-03-16T00:42:50.599Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in com.sun.jsftemplating.layout.LayoutDefinitionManagerTest
20:42:50 [2019-03-16T00:42:50.599Z] Running com.sun.jsftemplating.util.SimplePatternMatcherTest
20:42:50 [2019-03-16T00:42:50.599Z] regexify() took: 108 mics
20:42:50 [2019-03-16T00:42:50.599Z] testMatches() took: 4134 mics
20:42:50 [2019-03-16T00:42:50.599Z] matching took: 3667 mics
20:42:50 [2019-03-16T00:42:50.599Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in com.sun.jsftemplating.util.SimplePatternMatcherTest
20:42:50 [2019-03-16T00:42:50.599Z] Running com.sun.jsftemplating.util.fileStreamer.ResourceContentSourceTest
20:42:50 [2019-03-16T00:42:50.599Z] Mar 16, 2019 12:42:39 AM com.sun.jsftemplating.util.LogUtil info
20:42:50 [2019-03-16T00:42:50.599Z] INFO: JSFT0002: The following Message ID was not found in the the com.sun.enterprise.tools.resource.LogMessages: /path/../../../../too/many/backward
20:42:50 [2019-03-16T00:42:50.599Z] Mar 16, 2019 12:42:39 AM com.sun.jsftemplating.util.LogUtil info
20:42:50 [2019-03-16T00:42:50.599Z] INFO: JSFT0002: The following Message ID was not found in the the com.sun.enterprise.tools.resource.LogMessages: /../bad/path
20:42:50 [2019-03-16T00:42:50.599Z] Mar 16, 2019 12:42:39 AM com.sun.jsftemplating.util.LogUtil info
20:42:50 [2019-03-16T00:42:50.599Z] INFO: JSFT0002: The following Message ID was not found in the the com.sun.enterprise.tools.resource.LogMessages: ../bad/path
20:42:50 [2019-03-16T00:42:50.599Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in com.sun.jsftemplating.util.fileStreamer.ResourceContentSourceTest
20:42:50 [2019-03-16T00:42:50.599Z] 
20:42:50 [2019-03-16T00:42:50.599Z] Results :
20:42:50 [2019-03-16T00:42:50.599Z] 
20:42:50 [2019-03-16T00:42:50.599Z] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0
20:42:50 [2019-03-16T00:42:50.599Z] 
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] 
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jsftemplating ---
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] Adding existing MANIFEST to archive. Found under: /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating/target/classes/META-INF/MANIFEST.MF
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] Building jar: /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating/target/jsftemplating-2.1.4-SNAPSHOT.jar
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] 
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jsftemplating ---
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] Installing /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating/target/jsftemplating-2.1.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/jsftemplating/jsftemplating/2.1.4-SNAPSHOT/jsftemplating-2.1.4-SNAPSHOT.jar
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] Installing /home/jenkins/workspace/jsftemplating_master-I2FN4AEGPXL7RDROQ7LXGERGXUJZ6BLNE2DGNRSPFTWKUZJ2Q4MA/jsftemplating/pom.xml to /home/jenkins/.m2/repository/com/sun/jsftemplating/jsftemplating/2.1.4-SNAPSHOT/jsftemplating-2.1.4-SNAPSHOT.pom
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] ------------------------------------------------------------------------
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] Reactor Summary for jsftemplating-parent 2.1.4-SNAPSHOT:
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] 
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] jsftemplating-parent ............................... SUCCESS [  1.471 s]
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] jsft ............................................... SUCCESS [  3.697 s]
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] jsftemplating-dt ................................... SUCCESS [  0.368 s]
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] jsftemplating ...................................... SUCCESS [03:46 min]
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] ------------------------------------------------------------------------
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] BUILD SUCCESS
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] ------------------------------------------------------------------------
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] Total time:  03:52 min
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] Finished at: 2019-03-16T00:42:39Z
20:42:50 [2019-03-16T00:42:50.599Z] [INFO] ------------------------------------------------------------------------
[Pipeline] junit
20:42:50 [2019-03-16T00:42:50.625Z] Recording test results
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS