Skip to content
Success

Console Output

Branch indexing
Querying the current revision of branch jay/MarkIII...
Current revision of branch jay/MarkIII is 9ccd6dfd8ac0df534163dfe1237bd1a68e2ac851
Obtained Jenkinsfile from 9ccd6dfd8ac0df534163dfe1237bd1a68e2ac851
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-1x3z7 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-1x3z7"
  namespace: "ice"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ice.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-1x3z7"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-1x3z7"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ice.svc.cluster.local/ice/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-ice"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-1x3z7 in /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab-bot-ssh
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository git@gitlab.eclipse.org:eclipse/ice/ice.git
 > git init /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII # timeout=10
Fetching upstream changes from git@gitlab.eclipse.org:eclipse/ice/ice.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitLab bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII@tmp/jenkins-gitclient-ssh982477730615161691.key
Verifying host key using manually-configured host key entries
 > git fetch --no-tags --force --progress -- git@gitlab.eclipse.org:eclipse/ice/ice.git +refs/heads/jay/MarkIII:refs/remotes/origin/jay/MarkIII # timeout=10
 > git config remote.origin.url git@gitlab.eclipse.org:eclipse/ice/ice.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/jay/MarkIII:refs/remotes/origin/jay/MarkIII # timeout=10
Avoid second fetch
Checking out Revision 9ccd6dfd8ac0df534163dfe1237bd1a68e2ac851 (jay/MarkIII)
Commit message: "Updated Commands to Java 17. Fixed some configs. Removed auto test fail() in project generator."
First time build. Skipping changelog.
[GitLab Pipeline Status] Notifying branch build status: RUNNING ice-3.x-next/jay%2FMarkIII #1: Build started...
[GitLab Pipeline Status] Notified
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9ccd6dfd8ac0df534163dfe1237bd1a68e2ac851 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] echo
Building..
[Pipeline] sh
+ mvn clean package
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /opt/tools/apache-maven/3.9.3
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse ICE Test Utilities                                         [pom]
[INFO] Eclipse ICE Test Data                                              [jar]
[INFO] org.eclipse.ice.data                                               [jar]
[INFO] Eclipse ICE Developer Tools                                        [pom]
[INFO] org.eclipse.ice.dev.dependencyscraper Maven Plugin        [maven-plugin]
[INFO] Eclipse ICE Developer Annotations                                  [jar]
[INFO] org.eclipse.ice.dev.annotations.proxytest                          [jar]
[INFO] org.eclipse.ice.dev.pojofromjson                                   [jar]
[INFO] Archetype - data-element-archetype                     [maven-archetype]
[INFO] Archetype - data-element-webform-archetype             [maven-archetype]
[INFO] archetype-parent                                                   [pom]
[INFO] Eclipse ICE Commands API                                           [jar]
[INFO] Renderer Prototype                                                 [jar]
[INFO] org.eclipse.ice                                                    [pom]
[INFO] 
[INFO] -------------< org.eclipse.ice:org.eclipse.ice.tests.util >-------------
[INFO] Building Eclipse ICE Test Utilities 3.0.0-SNAPSHOT                [1/14]
[INFO]   from org.eclipse.ice.tests.util/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ice.tests.util ---
[INFO] 
[INFO] ----------< org.eclipse.ice:org.eclipse.ice.tests.util.data >-----------
[INFO] Building Eclipse ICE Test Data 3.0.0-SNAPSHOT                     [2/14]
[INFO]   from org.eclipse.ice.tests.util/org.eclipse.ice.tests.util.data/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ice.tests.util.data ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ice.tests.util.data ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.tests.util/org.eclipse.ice.tests.util.data/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.ice.tests.util.data ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.tests.util/org.eclipse.ice.tests.util.data/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ice.tests.util.data ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.ice.tests.util.data ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.tests.util/org.eclipse.ice.tests.util.data/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.ice.tests.util.data ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ice.tests.util.data.TestConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.ice.tests.util.data.TestConfigTest
[INFO] Running org.eclipse.ice.tests.util.data.TestDataPathTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.ice.tests.util.data.TestDataPathTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.ice.tests.util.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.tests.util/org.eclipse.ice.tests.util.data/target/org.eclipse.ice.tests.util.data-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------------< org.eclipse.ice:org.eclipse.ice.data >----------------
[INFO] Building org.eclipse.ice.data 3.0.0-SNAPSHOT                      [3/14]
[INFO]   from org.eclipse.ice.data/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ice.data ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ice.data ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.8.0:compile (default-compile) @ org.eclipse.ice.data ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.data/target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ice.data ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.8.0:testCompile (default-testCompile) @ org.eclipse.ice.data ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.data/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.ice.data ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ice.tests.data.ComponentBuilderTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
<https://www.galactic-empire.gov/data#Trooper422>
        a       <https://www.eclipse.org/ice/data#Component> ;
        <https://www.eclipse.org/ice/data#context>
                "bay-gaurd" ;
        <https://www.eclipse.org/ice/data#desc>
                "Presently guarding a YT-1300 freighter suspected of being the same one that blasted out of the Mos Eisley spaceport." ;
        <https://www.eclipse.org/ice/data#identifier>
                "422" ;
        <https://www.eclipse.org/ice/data#name>
                "Tk-422" .

<https://www.galactic-empire.gov/data#Comp2>
        a       <https://www.eclipse.org/ice/data#Component> ;
        <https://www.eclipse.org/ice/data#context>
                "DEFAULT" ;
        <https://www.eclipse.org/ice/data#desc>
                "NO_DESCRIPTION" ;
        <https://www.eclipse.org/ice/data#identifier>
                "0" ;
        <https://www.eclipse.org/ice/data#name>
                "NO_NAME" .
<https://www.galactic-empire.gov/data#Trooper421>
        a       <https://www.eclipse.org/ice/data#Component> ;
        <https://www.eclipse.org/ice/data#context>
                "bay-gaurd" ;
        <https://www.eclipse.org/ice/data#desc>
                "Presently guarding a YT-1300 freighter suspected of being the same one that blasted out of the Mos Eisley spaceport." ;
        <https://www.eclipse.org/ice/data#identifier>
                "421" ;
        <https://www.eclipse.org/ice/data#name>
                "Tk-421" .
<https://www.galactic-empire.gov/data#Comp1>
        a       <https://www.eclipse.org/ice/data#Component> ;
        <https://www.eclipse.org/ice/data#context>
                "DEFAULT" ;
        <https://www.eclipse.org/ice/data#desc>
                "NO_DESCRIPTION" ;
        <https://www.eclipse.org/ice/data#identifier>
                "0" ;
        <https://www.eclipse.org/ice/data#name>
                "NO_NAME" .
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.413 s - in org.eclipse.ice.tests.data.ComponentBuilderTest
[INFO] Running org.eclipse.ice.tests.data.JavascriptValidatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s - in org.eclipse.ice.tests.data.JavascriptValidatorTest
[INFO] Running org.eclipse.ice.tests.data.CompositeBuilderTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.ice.tests.data.CompositeBuilderTest
[INFO] Running org.eclipse.ice.tests.data.ModelValidatorTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.ice.tests.data.ModelValidatorTest
[INFO] Running org.eclipse.ice.tests.data.ICEModelFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.ice.tests.data.ICEModelFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 2
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.ice.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.data/target/org.eclipse.ice.data-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------------< org.eclipse.ice:org.eclipse.ice.dev >-----------------
[INFO] Building Eclipse ICE Developer Tools 3.0.0-SNAPSHOT               [4/14]
[INFO]   from org.eclipse.ice.dev/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ice.dev ---
[INFO] 
[INFO] -------< org.eclipse.ice:org.eclipse.ice.dev.dependencyscraper >--------
[INFO] Building org.eclipse.ice.dev.dependencyscraper Maven Plugin 3.0.0-SNAPSHOT [5/14]
[INFO]   from org.eclipse.ice.dev/org.eclipse.ice.dev.dependencyscraper/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ice.dev.dependencyscraper ---
[INFO] 
[INFO] --- plugin:3.6.0:helpmojo (help-goal) @ org.eclipse.ice.dev.dependencyscraper ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 0 mojo descriptor.
[INFO] 
[INFO] --- resources:3.0.2:resources (default-resources) @ org.eclipse.ice.dev.dependencyscraper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.dependencyscraper/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.0:compile (default-compile) @ org.eclipse.ice.dev.dependencyscraper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.dependencyscraper/target/classes
[INFO] 
[INFO] --- plugin:3.6.0:descriptor (default-descriptor) @ org.eclipse.ice.dev.dependencyscraper ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] 
[INFO] --- plugin:3.6.0:descriptor (mojo-descriptor) @ org.eclipse.ice.dev.dependencyscraper ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] 
[INFO] --- resources:3.0.2:testResources (default-testResources) @ org.eclipse.ice.dev.dependencyscraper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- compiler:3.8.0:testCompile (default-testCompile) @ org.eclipse.ice.dev.dependencyscraper ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.dependencyscraper/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.1:test (default-test) @ org.eclipse.ice.dev.dependencyscraper ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.org.eclipse.ice.dev.dependencyscraper.DependencyScraperTest
[info] Copying pretend_dependency/already_exists_but_differs.txt
[info] Copying pretend_dependency/test.txt
[info] File test.txt already exists and clobber is set; overwriting.
[info] Copying pretend_dependency/already_exists_but_differs.txt
[info] Copying pretend_dependency/test.txt
[info] Copying pretend_dependency/already_exists_but_is_same.txt
[info] Copying pretend_dependency/already_exists_but_differs.txt
[info] Copying pretend_dependency/test.txt
[info] Copying pretend_dependency/already_exists_but_is_same.txt
[info] Copying pretend_dependency/test.json
[info] Copying pretend_dependency/already_exists_but_differs.txt
[info] Copying pretend_dependency/test.txt
[info] Copying pretend_dependency/already_exists_but_is_same.txt
[info] File already_exists_but_is_same.txt already exists and clobber is set; overwriting.
[info] Copying pretend_dependency/test.json
[info] Copying pretend_dependency/already_exists_but_differs.txt
[info] Copying pretend_dependency/test.txt
[info] Copying pretend_dependency/already_exists_but_is_same.txt
[info] Copying pretend_dependency/test.json
[info] Copying pretend_dependency/already_exists_but_differs.txt
[info] File already_exists_but_differs.txt already exists and clobber is not set; skipping.
[info] Copying pretend_dependency/test.txt
[info] Copying pretend_dependency/already_exists_but_is_same.txt
[info] Copying pretend_dependency/test.json
[info] Copying pretend_dependency/already_exists_but_differs.txt
[info] File already_exists_but_differs.txt already exists and clobber is set; overwriting.
[info] Copying pretend_dependency/test.txt
[info] Copying pretend_dependency/already_exists_but_is_same.txt
[info] Copying pretend_dependency/test.json
[info] Copying pretend_dependency/already_exists_but_differs.txt
[info] Copying pretend_dependency/test.txt
[info] Copying pretend_dependency/already_exists_but_is_same.txt
[info] Copying pretend_dependency/test.json
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.87 s - in org.org.eclipse.ice.dev.dependencyscraper.DependencyScraperTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.0.2:jar (default-jar) @ org.eclipse.ice.dev.dependencyscraper ---
[INFO] Building jar: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.dependencyscraper/target/org.eclipse.ice.dev.dependencyscraper-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ org.eclipse.ice.dev.dependencyscraper ---
[INFO] 
[INFO] ----------< org.eclipse.ice:org.eclipse.ice.dev.annotations >-----------
[INFO] Building Eclipse ICE Developer Annotations 3.0.0-SNAPSHOT         [6/14]
[INFO]   from org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ice.dev.annotations ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ice.dev.annotations ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.ice.dev.annotations ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/target/classes
[INFO] 
[INFO] --- jsonschema:4.32.0:generate (default) @ org.eclipse.ice.dev.annotations ---
[INFO] Generating JSON Schema for <className>org.eclipse.ice.dev.annotations.DataElement</className>
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/DataElement.json
[INFO] Generating JSON Schema for <packageName>org.eclipse.ice.dev.annotations</packageName>
[INFO] - Skipping already generated org.eclipse.ice.dev.annotations.DataElement
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/DataField.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/Default.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/DataFieldJson.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/Persisted.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/PersistenceFilters.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/AbstractAnnotationExtractor.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/AnnotationExtractor.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/DataElementExtractor.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/DataElementExtractorBuilder.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/DataElementMetadata.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/DataElementMetadataBuilder.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/DataElementProcessor.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/DataElementWriterGenerator.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/DataFieldExtractor.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/DefaultFields.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/Field.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/FieldBuilder.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/Fields.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/FileWriter.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/FromDataBuilder.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/GeneratedFileWriter.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/ImplementationWriter.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/InterfaceWriter.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/InvalidElementException.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/PersistenceExtractor.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/PersistenceHandlerWriter.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/PersistenceMetadata.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/PersistenceMetadataBuilder.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/PersistenceWriterGenerator.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/TypeScriptWriter.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/Types.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/VelocitySourceWriter.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/processors/WriterGenerator.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/webform/FinishLoadHook.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/webform/StartLoadHook.json
[INFO] - Writing schema to file: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/src/main/resources/schemas/org/eclipse/ice/dev/annotations/webform/WebForm.json
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ice.dev.annotations ---
[INFO] Copying 40 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.ice.dev.annotations ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.ice.dev.annotations ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ice.tests.dev.annotations.processors.FieldBuilderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.ice.tests.dev.annotations.processors.FieldBuilderTest
[INFO] Running org.eclipse.ice.tests.dev.annotations.processors.PersistenceAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.36 s - in org.eclipse.ice.tests.dev.annotations.processors.PersistenceAnnotationTest
[INFO] Running org.eclipse.ice.tests.dev.annotations.processors.DataElementMetadataTest
{"name":"TestElement","fields":[{"name":"test","type":"java.lang.String","defaultValue":null,"docString":"Test docs.","nullable":true,"primitive":true,"match":false,"getter":true,"setter":true,"defaultField":false,"searchable":true,"unique":false,"annotations":[],"modifiers":["protected"]}],"package":"testpackage"}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s - in org.eclipse.ice.tests.dev.annotations.processors.DataElementMetadataTest
[INFO] Running org.eclipse.ice.tests.dev.annotations.processors.TypesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.ice.tests.dev.annotations.processors.TypesTest
[INFO] Running org.eclipse.ice.tests.dev.annotations.processors.FromDataBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.ice.tests.dev.annotations.processors.FromDataBuilderTest
[INFO] Running org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest
[main] WARN org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.dev.annotations.processors.DataElementProcessor' less than -source '17'
[main] WARN org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.dev.annotations.processors.DataElementProcessor' less than -source '17'
[main] WARN org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.dev.annotations.processors.DataElementProcessor' less than -source '17'
[main] WARN org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.dev.annotations.processors.DataElementProcessor' less than -source '17'
[main] WARN org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.dev.annotations.processors.DataElementProcessor' less than -source '17'
[main] WARN org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.dev.annotations.processors.DataElementProcessor' less than -source '17'
[main] WARN org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.dev.annotations.processors.DataElementProcessor' less than -source '17'
[main] WARN org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.dev.annotations.processors.DataElementProcessor' less than -source '17'
[main] WARN org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.dev.annotations.processors.DataElementProcessor' less than -source '17'
[main] WARN org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.dev.annotations.processors.DataElementProcessor' less than -source '17'
[main] WARN org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.dev.annotations.processors.DataElementProcessor' less than -source '17'
[main] WARN org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest - Supported source version 'RELEASE_11' from annotation processor 'org.eclipse.ice.dev.annotations.processors.DataElementProcessor' less than -source '17'
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.523 s - in org.eclipse.ice.tests.dev.annotations.processors.DataElementProcessorTest
[INFO] Running org.eclipse.ice.tests.dev.annotations.processors.FieldTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s - in org.eclipse.ice.tests.dev.annotations.processors.FieldTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.ice.dev.annotations ---
[INFO] Building jar: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations/target/org.eclipse.ice.dev.annotations-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] -----< org.eclipse.ice:org.eclipse.ice.dev.annotations.proxytest >------
[INFO] Building org.eclipse.ice.dev.annotations.proxytest 3.0.0-SNAPSHOT [7/14]
[INFO]   from org.eclipse.ice.dev/org.eclipse.ice.dev.annotations.proxytest/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ice.dev.annotations.proxytest ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ice.dev.annotations.proxytest ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations.proxytest/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.ice.dev.annotations.proxytest ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ice.dev.annotations.proxytest ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations.proxytest/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.ice.dev.annotations.proxytest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations.proxytest/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.ice.dev.annotations.proxytest ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ice.dev.annotations.proxytest.GeneratedDataElementTest
{
  "privateId" : "942255d3-b6da-41dc-ae91-6f25b8046a36",
  "id" : 0,
  "name" : "name",
  "description" : "description",
  "comment" : "no comment",
  "context" : "default",
  "required" : true,
  "secret" : true,
  "validator" : {
    "function" : ""
  },
  "testField" : "Major Lazer & La Roux"
}
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.63 s - in org.eclipse.ice.dev.annotations.proxytest.GeneratedDataElementTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.ice.dev.annotations.proxytest ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.annotations.proxytest/target/org.eclipse.ice.dev.annotations.proxytest-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.eclipse.ice:org.eclipse.ice.dev.pojofromjson >----------
[INFO] Building org.eclipse.ice.dev.pojofromjson 3.0-SNAPSHOT            [8/14]
[INFO]   from org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ice.dev.pojofromjson ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ice.dev.pojofromjson ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.ice.dev.pojofromjson ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/target/classes
[INFO] /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/src/main/java/org/eclipse/ice/dev/pojofromjson/JsonSchemaConverter.java: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/src/main/java/org/eclipse/ice/dev/pojofromjson/JsonSchemaConverter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/src/main/java/org/eclipse/ice/dev/pojofromjson/JsonSchemaConverter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ice.dev.pojofromjson ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.ice.dev.pojofromjson ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.ice.dev.pojofromjson ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ice.tests.dev.pojofromjson.JsonSchemaConverterTest
/home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/target/test-classes/Properties.java
/home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/target/test-classes/PropertiesImplementation.java
/home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/target/test-classes/TestJsonFields.java
/home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/target/test-classes/TestJsonFieldsImplementation.java
/home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/target/test-classes/Properties.java
/home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/target/test-classes/PropertiesImplementation.java
/home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/target/test-classes/TestJsonFields.java
/home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/target/test-classes/TestJsonFieldsImplementation.java
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 s - in org.eclipse.ice.tests.dev.pojofromjson.JsonSchemaConverterTest
[INFO] Running org.eclipse.ice.tests.dev.pojofromjson.PojoFromJsonTest
/dest/TestElement.java
/dest/TestElementImplementation.java
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.ice.tests.dev.pojofromjson.PojoFromJsonTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.ice.dev.pojofromjson ---
[INFO] Building jar: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/target/org.eclipse.ice.dev.pojofromjson-3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ org.eclipse.ice.dev.pojofromjson ---
[INFO] Building jar: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.dev/org.eclipse.ice.dev.pojofromjson/target/org.eclipse.ice.dev.pojofromjson-3.0-SNAPSHOT-jar-with-dependencies.jar
[INFO] 
[INFO] ---------------< org.eclipse.ice:data-element-archetype >---------------
[INFO] Building Archetype - data-element-archetype 1.0-SNAPSHOT          [9/14]
[INFO]   from org.eclipse.ice.archetypes/data-element-archetype/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ data-element-archetype ---
[INFO] 
[INFO] --- resources:3.0.2:resources (default-resources) @ data-element-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- resources:3.0.2:testResources (default-testResources) @ data-element-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.archetypes/data-element-archetype/src/test/resources
[INFO] 
[INFO] --- archetype:3.0.1:jar (default-jar) @ data-element-archetype ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.archetypes/data-element-archetype/target/data-element-archetype-1.0-SNAPSHOT
[INFO] 
[INFO] -----------< org.eclipse.ice:data-element-webform-archetype >-----------
[INFO] Building Archetype - data-element-webform-archetype 1.0-SNAPSHOT [10/14]
[INFO]   from org.eclipse.ice.archetypes/data-element-webform-archetype/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ data-element-webform-archetype ---
[INFO] 
[INFO] --- resources:3.0.2:resources (default-resources) @ data-element-webform-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO] 
[INFO] --- resources:3.0.2:testResources (default-testResources) @ data-element-webform-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.archetypes/data-element-webform-archetype/src/test/resources
[INFO] 
[INFO] --- archetype:3.0.1:jar (default-jar) @ data-element-webform-archetype ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.archetypes/data-element-webform-archetype/target/data-element-webform-archetype-1.0-SNAPSHOT
[INFO] 
[INFO] -------------< org.eclipse.ice:org.eclipse.ice.archetypes >-------------
[INFO] Building archetype-parent 3.0-SNAPSHOT                           [11/14]
[INFO]   from org.eclipse.ice.archetypes/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ice.archetypes ---
[INFO] 
[INFO] --------------< org.eclipse.ice:org.eclipse.ice.commands >--------------
[INFO] Building Eclipse ICE Commands API 3.0.0-SNAPSHOT                 [12/14]
[INFO]   from org.eclipse.ice.commands/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ice.commands ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ice.commands ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.ice.commands ---
[INFO] Changes detected - recompiling the module! :dependency
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 37 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ice.commands ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.ice.commands ---
[INFO] Changes detected - recompiling the module! :dependency
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.ice.commands ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ice.tests.commands.RemoteRemoteFileTransferTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.078 s -- in org.eclipse.ice.tests.commands.RemoteRemoteFileTransferTest
[INFO] Running org.eclipse.ice.tests.commands.LocalMoveFileCommandTest
Moving: /tmp/8584200481894962973dummyfile.txt to destination: /tmp/testCopyDirectory8506234775056021725
[main] INFO org.eclipse.ice.commands.Command - Moving /tmp/8584200481894962973dummyfile.txt to /tmp/testCopyDirectory8506234775056021725
Deleting /tmp/testCopyDirectory8506234775056021725/8584200481894962973dummyfile.txt  /tmp/testCopyDirectory8506234775056021725
Moving: /tmp/4156397386008343055dummyfile.txt to destination: /tmp/newFileName.txt
[main] INFO org.eclipse.ice.commands.Command - Moving /tmp/4156397386008343055dummyfile.txt to /tmp/newFileName.txt
Deleting /tmp/newFileName.txt/4156397386008343055dummyfile.txt  /tmp/newFileName.txt
java.nio.file.FileSystemException: /tmp/newFileName.txt/4156397386008343055dummyfile.txt: Not a directory
Moving: /tmp/7929143130224763485dummyfile.txt to destination: /tmp/testCopyDirectory14961792994094876223/otherFileName.txt
[main] INFO org.eclipse.ice.commands.Command - Moving /tmp/7929143130224763485dummyfile.txt to /tmp/testCopyDirectory14961792994094876223/otherFileName.txt
Deleting /tmp/testCopyDirectory14961792994094876223/otherFileName.txt/7929143130224763485dummyfile.txt  /tmp/testCopyDirectory14961792994094876223/otherFileName.txt
java.nio.file.FileSystemException: /tmp/testCopyDirectory14961792994094876223/otherFileName.txt/7929143130224763485dummyfile.txt: Not a directory
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ice.tests.commands.LocalMoveFileCommandTest
[INFO] Running org.eclipse.ice.tests.commands.ConnectionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ice.tests.commands.ConnectionTest
[INFO] Running org.eclipse.ice.tests.commands.LocalFileBrowserTest
Created top directory at: /tmp/fileBrowsingDir9373588335224744300
/tmp/fileBrowsingDir9373588335224744300/dir1
/tmp/fileBrowsingDir9373588335224744300/dir2
/tmp/fileBrowsingDir9373588335224744300/dir3
/tmp/fileBrowsingDir9373588335224744300
Deleting /tmp/fileBrowsingDir9373588335224744300
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ice.tests.commands.LocalFileBrowserTest
[INFO] Running org.eclipse.ice.tests.commands.LocalCopyFileCommandTest
Copying: /tmp/7707895203957121487dummyfile.txt to destination: /tmp/testCopyDirectory8741978624978405251
[main] INFO org.eclipse.ice.commands.Command - Copying /tmp/7707895203957121487dummyfile.txt to /tmp/testCopyDirectory8741978624978405251
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ice.tests.commands.LocalCopyFileCommandTest
[INFO] Running org.eclipse.ice.tests.commands.ConnectionConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ice.tests.commands.ConnectionConfigurationTest
[INFO] Running org.eclipse.ice.tests.commands.CommandConfigurationTest
[main] INFO org.eclipse.ice.commands.CommandConfiguration - CommandConfiguration Message: Launch stage 0 = bash ./test_code_execution.sh someInputFile.txt;
[main] INFO org.eclipse.ice.commands.CommandConfiguration - CommandConfiguration Message: Launch stage 0 = bash ./test_code_execution.sh someInputFile.txt;
[main] INFO org.eclipse.ice.commands.CommandConfiguration - CommandConfiguration Message: Launch stage 1 = mpirun -np 4 bash ./test_code_execution.sh;
[main] INFO org.eclipse.ice.commands.CommandConfiguration - CommandConfiguration Message: Launch stage 0 = python random_python_script.py some_arg some_other_arg someInputFile.txt;
[main] INFO org.eclipse.ice.commands.CommandConfiguration - CommandConfiguration Message: Launch stage 0 = ./dummy.sh inputfile.txt
[main] INFO org.eclipse.ice.commands.CommandConfiguration - CommandConfiguration Message: Launch stage 1 = ./next_file.sh /some/dummy/path/to/an/inputfile.txt
[main] INFO org.eclipse.ice.commands.CommandConfiguration - CommandConfiguration Message: Launch stage 2 = ./other_file.sh ~/install_dir/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ice.tests.commands.CommandConfigurationTest
[INFO] Running org.eclipse.ice.tests.commands.LocalCommandTest
Starting testLocalCommand
PROCESSING
Finished testConfiguration

begin normal test execute
[main] INFO org.eclipse.ice.commands.Command - The current status is: PROCESSING
[main] INFO org.eclipse.ice.commands.CommandConfiguration - CommandConfiguration Message: Launch stage 0 = ./test_code_execution.sh someInputFile.txt;
[main] INFO org.eclipse.ice.commands.Command - The current status is: RUNNING
[main] INFO org.eclipse.ice.commands.Command - Full command going to ProcessBuilder is: [/bin/bash, -c, ./test_code_execution.sh someInputFile.txt;]
[main] INFO org.eclipse.ice.commands.Command - Job didn't finish, going to monitorJob now
[main] INFO org.eclipse.ice.commands.Command - The current status is: RUNNING
[main] INFO org.eclipse.ice.commands.Command - Monitoring job
[main] WARN org.eclipse.ice.commands.Command - IllegalThreadStateException, still going to keep monitoring the job...
[main] INFO org.eclipse.ice.commands.Command - Job is no longer alive, done monitoring
[main] INFO org.eclipse.ice.commands.Command - Finished monitoring job with exit value: 0
[main] INFO org.eclipse.ice.commands.Command - The current status is: SUCCESS
[main] INFO org.eclipse.ice.commands.Command - The job finished with status: SUCCESS
Command finished with: SUCCESS
Starting testExecute with a non-existant executable.

[main] INFO org.eclipse.ice.commands.Command - The current status is: PROCESSING
[main] WARN org.eclipse.ice.commands.Command - Warning: Executable file could not be found
[main] WARN org.eclipse.ice.commands.Command - If you are running a simple shell command, or specified the full path to the executable, ignore this warning
[main] WARN org.eclipse.ice.commands.Command - Otherwise, the job will fail
[main] INFO org.eclipse.ice.commands.CommandConfiguration - CommandConfiguration Message: Launch stage 0 = fake_exec.sh inputfile;
[main] INFO org.eclipse.ice.commands.Command - The current status is: RUNNING
[main] INFO org.eclipse.ice.commands.Command - Full command going to ProcessBuilder is: [/bin/bash, -c, fake_exec.sh inputfile;]
[main] INFO org.eclipse.ice.commands.Command - Job finished with exit value = 127
[main] ERROR org.eclipse.ice.commands.Command - The job failed with status: FAILED
[main] ERROR org.eclipse.ice.commands.Command - Check your error logfile for more details! Exiting now!
[main] INFO org.eclipse.ice.commands.Command - The job finished with status: FAILED
Finished testExecute

processing tear down
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.ice.tests.commands.LocalCommandTest
[INFO] Running org.eclipse.ice.tests.commands.RemoteRemoteFileHandlerTest
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.002 s -- in org.eclipse.ice.tests.commands.RemoteRemoteFileHandlerTest
[INFO] Running org.eclipse.ice.tests.commands.HTTPHandlerTest
0    [main] DEBUG org.apache.http.client.protocol.RequestAddCookies  - CookieSpec selected: default
7    [main] DEBUG org.apache.http.client.protocol.RequestAuthCache  - Auth cache not set in the context
8    [main] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager  - Connection request: [route: {s}->https://225eee153c45329a1bcedd6da637643f.m.pipedream.net:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
15   [main] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager  - Connection leased: [id: 0][route: {s}->https://225eee153c45329a1bcedd6da637643f.m.pipedream.net:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
16   [main] DEBUG org.apache.http.impl.execchain.MainClientExec  - Opening connection {s}->https://225eee153c45329a1bcedd6da637643f.m.pipedream.net:443
49   [main] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator  - Connecting to 225eee153c45329a1bcedd6da637643f.m.pipedream.net/52.72.174.30:443
49   [main] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory  - Connecting socket to 225eee153c45329a1bcedd6da637643f.m.pipedream.net/52.72.174.30:443 with timeout 0
102  [main] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory  - Enabled protocols: [TLSv1.3, TLSv1.2]
102  [main] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory  - Enabled cipher suites:[TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
102  [main] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory  - Starting handshake
224  [main] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory  - Secure session established
225  [main] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory  -  negotiated protocol: TLSv1.2
225  [main] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory  -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
225  [main] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory  -  peer principal: CN=*.m.pipedream.net
225  [main] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory  -  peer alternative names: [*.m.pipedream.net, *.pd.dylburger.com]
225  [main] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory  -  issuer principal: CN=Amazon RSA 2048 M03, O=Amazon, C=US
227  [main] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator  - Connection established 10.40.52.214:38662<->52.72.174.30:443
227  [main] DEBUG org.apache.http.impl.execchain.MainClientExec  - Executing request POST / HTTP/1.1
228  [main] DEBUG org.apache.http.impl.execchain.MainClientExec  - Target auth state: UNCHALLENGED
228  [main] DEBUG org.apache.http.impl.execchain.MainClientExec  - Proxy auth state: UNCHALLENGED
229  [main] DEBUG org.apache.http.headers  - http-outgoing-0 >> POST / HTTP/1.1
229  [main] DEBUG org.apache.http.headers  - http-outgoing-0 >> Content-Length: 39
229  [main] DEBUG org.apache.http.headers  - http-outgoing-0 >> Content-Type: application/x-www-form-urlencoded; charset=UTF-8
229  [main] DEBUG org.apache.http.headers  - http-outgoing-0 >> Host: 225eee153c45329a1bcedd6da637643f.m.pipedream.net
229  [main] DEBUG org.apache.http.headers  - http-outgoing-0 >> Connection: Keep-Alive
229  [main] DEBUG org.apache.http.headers  - http-outgoing-0 >> User-Agent: Apache-HttpClient/4.5.10 (Java/17.0.2)
229  [main] DEBUG org.apache.http.headers  - http-outgoing-0 >> Accept-Encoding: gzip,deflate
229  [main] DEBUG org.apache.http.wire  - http-outgoing-0 >> "POST / HTTP/1.1[\r][\n]"
229  [main] DEBUG org.apache.http.wire  - http-outgoing-0 >> "Content-Length: 39[\r][\n]"
229  [main] DEBUG org.apache.http.wire  - http-outgoing-0 >> "Content-Type: application/x-www-form-urlencoded; charset=UTF-8[\r][\n]"
229  [main] DEBUG org.apache.http.wire  - http-outgoing-0 >> "Host: 225eee153c45329a1bcedd6da637643f.m.pipedream.net[\r][\n]"
229  [main] DEBUG org.apache.http.wire  - http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
229  [main] DEBUG org.apache.http.wire  - http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.5.10 (Java/17.0.2)[\r][\n]"
229  [main] DEBUG org.apache.http.wire  - http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]"
230  [main] DEBUG org.apache.http.wire  - http-outgoing-0 >> "[\r][\n]"
230  [main] DEBUG org.apache.http.wire  - http-outgoing-0 >> "body=job+finished+with+status+INFOERROR"
257  [main] DEBUG org.apache.http.wire  - http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
257  [main] DEBUG org.apache.http.wire  - http-outgoing-0 << "Date: Wed, 13 Dec 2023 19:43:23 GMT[\r][\n]"
257  [main] DEBUG org.apache.http.wire  - http-outgoing-0 << "Content-Type: text/html; charset=UTF-8[\r][\n]"
257  [main] DEBUG org.apache.http.wire  - http-outgoing-0 << "Content-Length: 179[\r][\n]"
257  [main] DEBUG org.apache.http.wire  - http-outgoing-0 << "Connection: keep-alive[\r][\n]"
257  [main] DEBUG org.apache.http.wire  - http-outgoing-0 << "X-Powered-By: Express[\r][\n]"
257  [main] DEBUG org.apache.http.wire  - http-outgoing-0 << "Access-Control-Allow-Origin: *[\r][\n]"
257  [main] DEBUG org.apache.http.wire  - http-outgoing-0 << "ETag: W/"b3-18c3be314f8"[\r][\n]"
257  [main] DEBUG org.apache.http.wire  - http-outgoing-0 << "[\r][\n]"
258  [main] DEBUG org.apache.http.wire  - http-outgoing-0 << "<p><b>Success!</b></p>[\n]"
258  [main] DEBUG org.apache.http.wire  - http-outgoing-0 << "<p>To customize this response, check out our docs <a href="https://pipedream.com/docs/workflows/steps/triggers/#customizing-the-http-response">here</a></p>[\n]"
263  [main] DEBUG org.apache.http.headers  - http-outgoing-0 << HTTP/1.1 200 OK
263  [main] DEBUG org.apache.http.headers  - http-outgoing-0 << Date: Wed, 13 Dec 2023 19:43:23 GMT
263  [main] DEBUG org.apache.http.headers  - http-outgoing-0 << Content-Type: text/html; charset=UTF-8
263  [main] DEBUG org.apache.http.headers  - http-outgoing-0 << Content-Length: 179
263  [main] DEBUG org.apache.http.headers  - http-outgoing-0 << Connection: keep-alive
263  [main] DEBUG org.apache.http.headers  - http-outgoing-0 << X-Powered-By: Express
263  [main] DEBUG org.apache.http.headers  - http-outgoing-0 << Access-Control-Allow-Origin: *
263  [main] DEBUG org.apache.http.headers  - http-outgoing-0 << ETag: W/"b3-18c3be314f8"
265  [main] DEBUG org.apache.http.impl.execchain.MainClientExec  - Connection can be kept alive indefinitely
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.580 s -- in org.eclipse.ice.tests.commands.HTTPHandlerTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 5
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.ice.commands ---
[INFO] Building jar: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.commands/target/org.eclipse.ice.commands-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --------------< org.eclipse.ice:org.eclipse.ice.renderer >--------------
[INFO] Building Renderer Prototype 3.0.0-SNAPSHOT                       [13/14]
[INFO]   from org.eclipse.ice.renderer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ice.renderer ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ice.renderer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.renderer/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.ice.renderer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.renderer/target/classes
[INFO] /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.renderer/src/main/java/org/eclipse/ice/renderer/JavascriptValidator.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.renderer/src/main/java/org/eclipse/ice/renderer/JavascriptValidator.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ice.renderer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.renderer/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.ice.renderer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.renderer/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.ice.renderer ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ice.tests.renderer.GeneratedDataElementTest
{
  "privateId" : "647aa051-7898-4199-beb9-a616cae0dc33",
  "id" : 0,
  "name" : "name",
  "description" : "description",
  "comment" : "no comment",
  "context" : "default",
  "required" : true,
  "secret" : true,
  "validator" : {
    "function" : ""
  },
  "testField" : "Major Lazer & La Roux"
}
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 s - in org.eclipse.ice.tests.renderer.GeneratedDataElementTest
[INFO] Running org.eclipse.ice.tests.renderer.DataElementTest
{
  "data" : "Major Lazer & La Roux",
  "dataProps" : {
    "sail" : "awolnation",
    "name" : "name",
    "context" : "default",
    "description" : "description",
    "comment" : "no comment",
    "id" : "0"
  },
  "privateId" : "fc694e09-9765-4544-a388-5fd15bcc9794",
  "required" : true,
  "secret" : true,
  "validator" : {
    "function" : ""
  }
}
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.ice.tests.renderer.DataElementTest
[INFO] Running org.eclipse.ice.tests.renderer.JavascriptValidatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.ice.tests.renderer.JavascriptValidatorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.ice.renderer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ice-3.x-next_jay_MarkIII/org.eclipse.ice.renderer/target/org.eclipse.ice.renderer-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ------------------< org.eclipse.ice:org.eclipse.ice >-------------------
[INFO] Building org.eclipse.ice 3.0.0-SNAPSHOT                          [14/14]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ice ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse ICE Test Utilities 3.0.0-SNAPSHOT .......... SUCCESS [  0.288 s]
[INFO] Eclipse ICE Test Data 3.0.0-SNAPSHOT ............... SUCCESS [  4.713 s]
[INFO] org.eclipse.ice.data 3.0.0-SNAPSHOT ................ SUCCESS [  4.920 s]
[INFO] Eclipse ICE Developer Tools 3.0.0-SNAPSHOT ......... SUCCESS [  0.001 s]
[INFO] org.eclipse.ice.dev.dependencyscraper Maven Plugin 3.0.0-SNAPSHOT SUCCESS [  5.757 s]
[INFO] Eclipse ICE Developer Annotations 3.0.0-SNAPSHOT ... SUCCESS [ 22.285 s]
[INFO] org.eclipse.ice.dev.annotations.proxytest 3.0.0-SNAPSHOT SUCCESS [  2.458 s]
[INFO] org.eclipse.ice.dev.pojofromjson 3.0-SNAPSHOT ...... SUCCESS [  6.586 s]
[INFO] Archetype - data-element-archetype 1.0-SNAPSHOT .... SUCCESS [  0.650 s]
[INFO] Archetype - data-element-webform-archetype 1.0-SNAPSHOT SUCCESS [  0.013 s]
[INFO] archetype-parent 3.0-SNAPSHOT ...................... SUCCESS [  0.001 s]
[INFO] Eclipse ICE Commands API 3.0.0-SNAPSHOT ............ SUCCESS [  3.125 s]
[INFO] Renderer Prototype 3.0.0-SNAPSHOT .................. SUCCESS [  3.709 s]
[INFO] org.eclipse.ice 3.0.0-SNAPSHOT ..................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  55.047 s
[INFO] Finished at: 2023-12-13T19:43:26Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] echo
No deployment scheduled.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
[GitLab Pipeline Status] Notifying branch build status: SUCCESS ice-3.x-next/jay%2FMarkIII #1: This commit looks good.
[GitLab Pipeline Status] Notified
Finished: SUCCESS