Skip to content
Aborted

Console Output

Started by user Kevin Herron
Rebuilds build #119
Running as Kevin Herron
Agent basic-vbjpr is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-vbjpr"
  namespace: "milo"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.milo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-vbjpr"
    - 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-vbjpr"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.milo.svc.cluster.local/milo/"
    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-milo"
      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"

Building remotely on basic-vbjpr (basic) in workspace /home/jenkins/agent/workspace/Milo_Release
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-aG8riC2DvKiM/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Milo_Release@tmp/private_key_17455952466065462168.key (/home/jenkins/agent/workspace/Milo_Release@tmp/private_key_17455952466065462168.key)
[ssh-agent] Using credentials eclipse-milo-bot (GitHub bot (SSH))
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository ssh://git@github.com/eclipse/milo.git
 > git init /home/jenkins/agent/workspace/Milo_Release # timeout=10
Fetching upstream changes from ssh://git@github.com/eclipse/milo.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Milo_Release@tmp/jenkins-gitclient-ssh1572705658966939650.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- ssh://git@github.com/eclipse/milo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://git@github.com/eclipse/milo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/release/0.6.13^{commit} # timeout=10
Checking out Revision 44ffa49fa464adb15629bd973207db2412506516 (refs/remotes/origin/release/0.6.13)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44ffa49fa464adb15629bd973207db2412506516 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b release/0.6.13 44ffa49fa464adb15629bd973207db2412506516 # timeout=10
Commit message: "Minor dependency updates"
 > git rev-list --no-walk 44ffa49fa464adb15629bd973207db2412506516 # timeout=10
[Milo_Release] $ /bin/sh -xe /tmp/jenkins18071634240317139744.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: key 207D2B80C80462B0: 1 signature not checked due to a missing key
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 207D2B80C80462B0: public key "Eclipse Milo Project <milo-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 207D2B80C80462B0: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: no ultimately trusted keys found
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 1BA64A87761C1DD26C1CC828207D2B80C80462B0 trust
Secret subkeys are available.

pub  rsa4096/207D2B80C80462B0
     created: 2016-07-19  expires: 2026-10-13  usage: SC  
     trust: unknown       validity: unknown
ssb  rsa4096/00DD9B054294B3E8
     created: 2016-07-19  expires: 2026-10-13  usage: S   
[ unknown] (1). Eclipse Milo Project <milo-dev@eclipse.org>

pub  rsa4096/207D2B80C80462B0
     created: 2016-07-19  expires: 2026-10-13  usage: SC  
     trust: unknown       validity: unknown
ssb  rsa4096/00DD9B054294B3E8
     created: 2016-07-19  expires: 2026-10-13  usage: S   
[ unknown] (1). Eclipse Milo Project <milo-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/207D2B80C80462B0
     created: 2016-07-19  expires: 2026-10-13  usage: SC  
     trust: ultimate      validity: unknown
ssb  rsa4096/00DD9B054294B3E8
     created: 2016-07-19  expires: 2026-10-13  usage: S   
[ unknown] (1). Eclipse Milo Project <milo-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 66EF282B0C98D31E9F0DC14D00DD9B054294B3E8 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2026-10-13
pub  rsa4096/207D2B80C80462B0
     created: 2016-07-19  expires: 2026-10-13  usage: SC  
     trust: ultimate      validity: ultimate
ssb  rsa4096/00DD9B054294B3E8
     created: 2016-07-19  expires: 2026-10-13  usage: S   
[ultimate] (1). Eclipse Milo Project <milo-dev@eclipse.org>

pub  rsa4096/207D2B80C80462B0
     created: 2016-07-19  expires: 2026-10-13  usage: SC  
     trust: ultimate      validity: ultimate
ssb  rsa4096/00DD9B054294B3E8
     created: 2016-07-19  expires: 2026-10-13  usage: S   
[ultimate] (1). Eclipse Milo Project <milo-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/207D2B80C80462B0
     created: 2016-07-19  expires: 2026-10-13  usage: SC  
     trust: ultimate      validity: ultimate
ssb  rsa4096/00DD9B054294B3E8
     created: 2016-07-19  expires: 2026-10-13  usage: S   
[ultimate] (1). Eclipse Milo Project <milo-dev@eclipse.org>

[Milo_Release] $ /bin/sh -xe /tmp/jenkins3618780140667880058.sh
+ git config user.email milo-bot@eclipse.org
+ git config user.name eclipse-milo-bot
[Milo_Release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DdevelopmentVersion=0.6.14-SNAPSHOT -DreleaseVersion=0.6.13 -DreleaseBranch=release/0.6.13 -DdevelopmentVersion=0.6.14-SNAPSHOT -DreleaseVersion=0.6.13 -DtagNameFormat=v@{version} -Dmaven.repo.local=/home/jenkins/agent/workspace/Milo_Release/.repository release:clean release:prepare release:perform -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Milo Build Tools                                           [jar]
[INFO] Eclipse Milo - OPC UA (IEC 62541)                                  [pom]
[INFO] opc-ua-stack                                                       [pom]
[INFO] stack-core                                                         [jar]
[INFO] stack-client                                                       [jar]
[INFO] opc-ua-sdk                                                         [pom]
[INFO] sdk-core                                                           [jar]
[INFO] sdk-client                                                         [jar]
[INFO] bsd-core                                                           [jar]
[INFO] bsd-parser                                                         [jar]
[INFO] dictionary-reader                                                  [jar]
[INFO] stack-server                                                       [jar]
[INFO] bsd-generator                                                      [jar]
[INFO] sdk-server                                                         [jar]
[INFO] dictionary-manager                                                 [jar]
[INFO] milo-examples                                                      [pom]
[INFO] server-examples                                                    [jar]
[INFO] client-examples                                                    [jar]
[INFO] bsd-parser-gson                                                    [jar]
[INFO] stack-tests                                                        [jar]
[INFO] sdk-tests                                                          [jar]
[INFO] integration-tests                                                  [jar]
[INFO] 
[INFO] -----------------------< org.eclipse.milo:milo >------------------------
[INFO] Building Eclipse Milo - OPC UA (IEC 62541) 0.6.13-SNAPSHOT        [1/22]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- release:3.0.0-M1:clean (default-cli) @ milo ---
[INFO] phase cleanup
[INFO] Cleaning up after release...
[INFO] 
[INFO] --- release:3.0.0-M1:prepare (default-cli) @ milo ---
[INFO] phase verify-release-configuration
[INFO] starting prepare goal, composed of 17 phases: check-poms, scm-check-modifications, check-dependency-snapshots, create-backup-poms, map-release-versions, input-variables, map-development-versions, rewrite-poms-for-release, generate-release-poms, run-preparation-goals, scm-commit-release, scm-tag, rewrite-poms-for-development, remove-release-poms, run-completion-goals, scm-commit-development, end-release
[INFO] [prepare] 1/17 check-poms
[INFO] [prepare] 2/17 scm-check-modifications
[INFO] Verifying that there are no local modifications...
[INFO]   ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/Milo_Release && git rev-parse --show-prefix
[INFO] Working directory: /home/jenkins/agent/workspace/Milo_Release
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/Milo_Release && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/Milo_Release
[WARNING] Ignoring unrecognized line: ?? .repository/
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] [prepare] 3/17 check-dependency-snapshots
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] [prepare] 4/17 create-backup-poms
[INFO] [prepare] 5/17 map-release-versions
[INFO] [prepare] 6/17 input-variables
[INFO] [prepare] 7/17 map-development-versions
[INFO] [prepare] 8/17 rewrite-poms-for-release
[INFO] Transforming 'Eclipse Milo Build Tools'...
[INFO] Transforming 'Eclipse Milo - OPC UA (IEC 62541)'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'opc-ua-stack'...
[INFO] Transforming 'stack-core'...
[INFO] Transforming 'stack-client'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'opc-ua-sdk'...
[INFO] Transforming 'sdk-core'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'sdk-client'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'bsd-core'...
[INFO]   Updating stack-core to 0.6.13
[INFO] Transforming 'bsd-parser'...
[INFO]   Updating bsd-core to 0.6.13
[INFO] Transforming 'dictionary-reader'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'stack-server'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'bsd-generator'...
[INFO]   Updating bsd-core to 0.6.13
[INFO] Transforming 'sdk-server'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'dictionary-manager'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'milo-examples'...
[INFO] Transforming 'server-examples'...
[INFO]   Updating sdk-server to 0.6.13
[INFO]   Updating dictionary-manager to 0.6.13
[INFO] Transforming 'client-examples'...
[INFO]   Updating sdk-client to 0.6.13
[INFO]   Updating dictionary-reader to 0.6.13
[INFO]   Updating server-examples to 0.6.13
[INFO] Transforming 'bsd-parser-gson'...
[INFO]   Updating bsd-parser to 0.6.13
[INFO]   Updating bsd-parser to 0.6.13
[INFO] Transforming 'stack-tests'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'sdk-tests'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] Transforming 'integration-tests'...
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO]   Ignoring artifact version update for expression ${project.version}
[INFO] [prepare] 9/17 generate-release-poms
[INFO] Not generating release POMs
[INFO] [prepare] 10/17 run-preparation-goals
[INFO] Executing goals 'clean verify'...
[INFO] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
[INFO] Maven home: /opt/tools/apache-maven/3.9.5
[INFO] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] Eclipse Milo Build Tools                                           [jar]
[INFO] [INFO] Eclipse Milo - OPC UA (IEC 62541)                                  [pom]
[INFO] [INFO] opc-ua-stack                                                       [pom]
[INFO] [INFO] stack-core                                                         [jar]
[INFO] [INFO] stack-client                                                       [jar]
[INFO] [INFO] opc-ua-sdk                                                         [pom]
[INFO] [INFO] sdk-core                                                           [jar]
[INFO] [INFO] sdk-client                                                         [jar]
[INFO] [INFO] bsd-core                                                           [jar]
[INFO] [INFO] bsd-parser                                                         [jar]
[INFO] [INFO] dictionary-reader                                                  [jar]
[INFO] [INFO] stack-server                                                       [jar]
[INFO] [INFO] bsd-generator                                                      [jar]
[INFO] [INFO] sdk-server                                                         [jar]
[INFO] [INFO] dictionary-manager                                                 [jar]
[INFO] [INFO] milo-examples                                                      [pom]
[INFO] [INFO] server-examples                                                    [jar]
[INFO] [INFO] client-examples                                                    [jar]
[INFO] [INFO] bsd-parser-gson                                                    [jar]
[INFO] [INFO] stack-tests                                                        [jar]
[INFO] [INFO] sdk-tests                                                          [jar]
[INFO] [INFO] integration-tests                                                  [jar]
[INFO] [INFO] 
[INFO] [INFO] --------------------< org.eclipse.milo:build-tools >--------------------
[INFO] [INFO] Building Eclipse Milo Build Tools 0.6.13                          [1/22]
[INFO] [INFO]   from build-tools/pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ build-tools ---
[INFO] [INFO] 
[INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ build-tools ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ build-tools ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ build-tools ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ build-tools ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/build-tools/src/test/resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ build-tools ---
[INFO] [INFO] No sources to compile
[INFO] [INFO] 
[INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ build-tools ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ build-tools ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/build-tools/target/build-tools-0.6.13.jar
[INFO] [INFO] 
[INFO] [INFO] -----------------------< org.eclipse.milo:milo >------------------------
[INFO] [INFO] Building Eclipse Milo - OPC UA (IEC 62541) 0.6.13                 [2/22]
[INFO] [INFO]   from pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ milo ---
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ milo ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ milo ---
[INFO] [INFO] 
[INFO] [INFO] -------------------< org.eclipse.milo:opc-ua-stack >--------------------
[INFO] [INFO] Building opc-ua-stack 0.6.13                                      [3/22]
[INFO] [INFO]   from opc-ua-stack/pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ opc-ua-stack ---
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ opc-ua-stack ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ opc-ua-stack ---
[INFO] [INFO] 
[INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ opc-ua-stack ---
[INFO] [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] [INFO] 
[INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ opc-ua-stack ---
[INFO] [INFO] No tests to run.
[INFO] [INFO] 
[INFO] [INFO] --------------------< org.eclipse.milo:stack-core >---------------------
[INFO] [INFO] Building stack-core 0.6.13                                        [4/22]
[INFO] [INFO]   from opc-ua-stack/stack-core/pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ stack-core ---
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-core ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] 
[INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ stack-core ---
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ stack-core ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-core/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ stack-core ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 381 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-core/target/classes
[INFO] [INFO] /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/serialization/SerializationContext.java: Some input files use unchecked or unsafe operations.
[INFO] [INFO] /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core/serialization/SerializationContext.java: Recompile with -Xlint:unchecked for details.
[INFO] [INFO] 
[INFO] [INFO] --- bundle:5.1.2:manifest (generate-manifest) @ stack-core ---
[INFO] [WARNING] Manifest org.eclipse.milo:stack-core:jar:0.6.13 : Unused Import-Package instructions: [com.sun.management.*] 
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ stack-core ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ stack-core ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-core/target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ stack-core ---
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running TestSuite
[INFO] [main] WARN org.eclipse.milo.opcua.stack.core.util.validation.OpcUaCertificateUsageChecker - check suppressed: certificate failed end-entity usage check: CN=Test Intermediate-Signed Certificate
[INFO] [main] WARN org.eclipse.milo.opcua.stack.core.util.validation.OpcUaCertificateUsageChecker - check suppressed: certificate failed end-entity usage check: CN=Test Intermediate-Signed Certificate
[INFO] [main] INFO org.eclipse.milo.opcua.stack.core.security.DefaultTrustListManagerTest - using /tmp/securityTest
[INFO] [milo-nonce-util-secure-random] INFO org.eclipse.milo.opcua.stack.core.util.NonceUtil - SecureRandom seeded in 0ms.
[INFO] [INFO] Tests run: 195, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.969 s - in TestSuite
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 195, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ stack-core ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/Milo_Release/opc-ua-stack/stack-core/target/stack-core-0.6.13.jar
[INFO] [INFO] 
[INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-integration-test) @ stack-core ---
[INFO] [INFO] 
[INFO] [INFO] -------------------< org.eclipse.milo:stack-client >--------------------
[INFO] [INFO] Building stack-client 0.6.13                                      [5/22]
[INFO] [INFO]   from opc-ua-stack/stack-client/pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ stack-client ---
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.0.0:check (validate) @ stack-client ---
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Build was aborted
Aborted by Kevin Herron
Finished: ABORTED