Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-vwjtq is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-vwjtq"
  namespace: "krazo"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.krazo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-vwjtq"
    - 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-vwjtq"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.krazo.svc.cluster.local/krazo/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    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-krazo"
      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-vwjtq (basic) in workspace /home/jenkins/agent/workspace/master-build-only
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/krazo.git
 > git init /home/jenkins/agent/workspace/master-build-only # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/krazo.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/krazo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/krazo.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/master^{commit} # timeout=10
Checking out Revision 3f52d7b65c6844cac19eb3deb0f677eabcd08763 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f52d7b65c6844cac19eb3deb0f677eabcd08763 # timeout=10
Commit message: "Merge pull request #361 from eclipse-ee4j/354-redirectscope-doesnt-work-with-cookie-over-resource-boundaries"
 > git rev-list --no-walk e7b8d925147dcfcf96485bf19e9fdb4c241355af # timeout=10
[master-build-only] $ /bin/sh -xe /tmp/jenkins9173524786370164355.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 97FC890A79A23BE7: public key "'Eclipse Krazo Project' <krazo-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 97FC890A79A23BE7: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ 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 C553492BC3A2D1167C8A8A7F7738715AFA882390 trust
Secret subkeys are available.

pub  rsa4096/97FC890A79A23BE7
     created: 2018-12-19  expires: 2023-12-18  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/7738715AFA882390
     created: 2018-12-19  expires: 2023-12-18  usage: S   
[ unknown] (1). 'Eclipse Krazo Project' <krazo-dev@eclipse.org>

pub  rsa4096/97FC890A79A23BE7
     created: 2018-12-19  expires: 2023-12-18  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/7738715AFA882390
     created: 2018-12-19  expires: 2023-12-18  usage: S   
[ unknown] (1). 'Eclipse Krazo Project' <krazo-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/97FC890A79A23BE7
     created: 2018-12-19  expires: 2023-12-18  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/7738715AFA882390
     created: 2018-12-19  expires: 2023-12-18  usage: S   
[ unknown] (1). 'Eclipse Krazo Project' <krazo-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 D6891863ECF8B21C71C83BCE97FC890A79A23BE7 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 2023-12-18
pub  rsa4096/97FC890A79A23BE7
     created: 2018-12-19  expires: 2023-12-18  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/7738715AFA882390
     created: 2018-12-19  expires: 2023-12-18  usage: S   
[ultimate] (1). 'Eclipse Krazo Project' <krazo-dev@eclipse.org>

pub  rsa4096/97FC890A79A23BE7
     created: 2018-12-19  expires: 2023-12-18  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/7738715AFA882390
     created: 2018-12-19  expires: 2023-12-18  usage: S   
[ultimate] (1). 'Eclipse Krazo Project' <krazo-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/97FC890A79A23BE7
     created: 2018-12-19  expires: 2023-12-18  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/7738715AFA882390
     created: 2018-12-19  expires: 2023-12-18  usage: S   
[ultimate] (1). 'Eclipse Krazo Project' <krazo-dev@eclipse.org>

[master-build-only] $ /opt/tools/apache-maven/latest/bin/mvn -V -B install -Pstaging
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.5, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.5+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Krazo Parent                                               [pom]
[INFO] Eclipse Krazo Core                                                 [jar]
[INFO] Eclipse Krazo Jersey                                               [jar]
[INFO] Eclipse Krazo RESTEasy                                             [jar]
[INFO] Eclipse Krazo TCK Runner                                           [jar]
[INFO] Eclipse Krazo Integration Tests Parent                             [pom]
[INFO] Eclipse Krazo Application Path Tests                               [war]
[INFO] Eclipse Krazo Book CDI tests                                       [war]
[INFO] Eclipse Krazo Book Models Tests                                    [war]
[INFO] Eclipse Krazo CDI Conversation Tests                               [war]
[INFO] Eclipse Krazo CSRF Property Tests                                  [war]
[INFO] Eclipse Krazo Default Extension Tests                              [war]
[INFO] Eclipse Krazo CDI Events Tests                                     [war]
[INFO] Eclipse Krazo Exceptions Tests                                     [war]
[INFO] Eclipse Krazo Facelets Tests                                       [war]
[INFO] Eclipse Krazo Locale Tests                                         [war]
[INFO] Eclipse Krazo Produces Tests                                       [war]
[INFO] Eclipse Krazo Redirect Tests                                       [war]
[INFO] Eclipse Krazo RedirectScope Tests                                  [war]
[INFO] Eclipse Krazo RedirectScope2 Tests                                 [war]
[INFO] Eclipse Krazo RedirectScope3 Tests                                 [war]
[INFO] Eclipse Krazo RequestDispatcher tests                              [war]
[INFO] Eclipse Krazo Returns Tests                                        [war]
[INFO] Eclipse Krazo Validation Tests                                     [war]
[INFO] Eclipse Krazo Validation I18N Tests                                [war]
[INFO] Eclipse Krazo View Annotation Tests                                [war]
[INFO] Eclipse Krazo UriBuilder Test                                      [war]
[INFO] Eclipse Krazo Testsuite                                            [jar]
[INFO] Eclipse Krazo Documentation                                        [pom]
[INFO] Archetype for Jakarta EE application containing Jakarta MVC and Eclipse Krazo [maven-archetype]
[INFO] 
[INFO] -------------------< org.eclipse.krazo:krazo-parent >-------------------
[INFO] Building Eclipse Krazo Parent 3.1.0-SNAPSHOT                      [1/30]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-parent ---
[INFO] artifact jakarta.annotation:jakarta.annotation-api: checking for updates from sonatype-nexus-staging
[INFO] artifact fish.payara.arquillian:arquillian-payara-server-managed: checking for updates from sonatype-nexus-staging
[INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta: checking for updates from sonatype-nexus-staging
[INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit: checking for updates from sonatype-nexus-staging
[INFO] artifact fish.payara.arquillian:arquillian-payara-server-remote: checking for updates from sonatype-nexus-staging
[INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit: checking for updates from eclipse.maven.central.mirror
[INFO] artifact fish.payara.arquillian:arquillian-payara-server-remote: checking for updates from eclipse.maven.central.mirror
[INFO] artifact fish.payara.arquillian:arquillian-payara-server-managed: checking for updates from eclipse.maven.central.mirror
[INFO] artifact io.openliberty.arquillian:arquillian-liberty-managed-jakarta: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.interceptor:jakarta.interceptor-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.enterprise:jakarta.enterprise.cdi-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.mvc:jakarta.mvc-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.mvc.tck:mvc-tck-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.annotation:jakarta.annotation-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.mvc.tck:mvc-tck-tests: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.interceptor:jakarta.interceptor-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.platform:jakarta.jakartaee-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.enterprise:jakarta.enterprise.cdi-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.servlet:jakarta.servlet-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.mvc:jakarta.mvc-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.mvc.tck:mvc-tck-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.mvc.tck:mvc-tck-tests: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.validation:jakarta.validation-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.platform:jakarta.jakartaee-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact junit:junit: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.servlet:jakarta.servlet-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact net.sourceforge.htmlunit:htmlunit: checking for updates from sonatype-nexus-staging
[INFO] artifact junit:junit: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.easymock:easymock: checking for updates from sonatype-nexus-staging
[INFO] artifact net.sourceforge.htmlunit:htmlunit: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.glassfish:jakarta.el: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.glassfish.jersey.core:jersey-common: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.validation:jakarta.validation-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.easymock:easymock: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.glassfish.jersey.core:jersey-server: checking for updates from sonatype-nexus-staging
[INFO] artifact org.hibernate.validator:hibernate-validator-cdi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.resteasy:resteasy-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.glassfish:jakarta.el: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.resteasy:resteasy-validator-provider: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.resteasy:resteasy-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.hibernate.validator:hibernate-validator-cdi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.omnifaces.arquillian:arquillian-glassfish-server-remote: checking for updates from sonatype-nexus-staging
[INFO] artifact org.slf4j:slf4j-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.glassfish.jersey.core:jersey-common: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.resteasy:resteasy-validator-provider: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.slf4j:slf4j-simple: checking for updates from sonatype-nexus-staging
[INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-managed: checking for updates from sonatype-nexus-staging
[INFO] artifact org.glassfish.jersey.core:jersey-server: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.slf4j:slf4j-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.omnifaces.arquillian:arquillian-glassfish-server-remote: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-remote: checking for updates from sonatype-nexus-staging
[INFO] artifact org.slf4j:slf4j-simple: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-managed: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.wildfly.arquillian:wildfly-arquillian-container-remote: checking for updates from eclipse.maven.central.mirror
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (runtime)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.krazo:krazo-core:jar:3.1.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-parent ---
[INFO] Skipping dependency license check
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-parent ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/3.1.0-SNAPSHOT/krazo-parent-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-core >--------------------
[INFO] Building Eclipse Krazo Core 3.1.0-SNAPSHOT                        [2/30]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ krazo-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/master-build-only/core/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 93 source files to /home/jenkins/agent/workspace/master-build-only/core/target/classes
[INFO] /home/jenkins/agent/workspace/master-build-only/core/src/main/java/org/eclipse/krazo/bootstrap/Initializer.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/master-build-only/core/src/main/java/org/eclipse/krazo/bootstrap/Initializer.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/master-build-only/core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.krazo.binding.convert.impl.DoubleConverterTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s - in org.eclipse.krazo.binding.convert.impl.DoubleConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.ShortConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.binding.convert.impl.ShortConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.FloatConverterTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.krazo.binding.convert.impl.FloatConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.IntegerConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.krazo.binding.convert.impl.IntegerConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.LongConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.krazo.binding.convert.impl.LongConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BooleanConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.krazo.binding.convert.impl.BooleanConverterTest
[INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsTest
[INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest
[INFO] Running org.eclipse.krazo.util.PathUtilsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.krazo.util.PathUtilsTest
[INFO] Running org.eclipse.krazo.util.PropertyUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.krazo.util.PropertyUtilsTest
[INFO] Running org.eclipse.krazo.util.CdiUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.krazo.util.CdiUtilsTest
[INFO] Running org.eclipse.krazo.util.AnnotationUtilsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.krazo.util.AnnotationUtilsTest
[INFO] Running org.eclipse.krazo.util.ControllerUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.krazo.util.ControllerUtilsTest
[INFO] Running org.eclipse.krazo.util.BeanUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.krazo.util.BeanUtilsTest
[INFO] Running org.eclipse.krazo.core.ViewableWriterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s - in org.eclipse.krazo.core.ViewableWriterTest
[INFO] Running org.eclipse.krazo.core.MessagesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.core.MessagesTest
[INFO] Running org.eclipse.krazo.core.ViewResponseFilterTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.krazo.core.ViewResponseFilterTest
[INFO] Running org.eclipse.krazo.core.ModelsImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.core.ModelsImplTest
[INFO] Running org.eclipse.krazo.uri.ApplicationUrisTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.krazo.uri.ApplicationUrisTest
[INFO] Running org.eclipse.krazo.uri.UriTemplateParserTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.krazo.uri.UriTemplateParserTest
[INFO] Running org.eclipse.krazo.security.DefaultFormEntityProviderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.krazo.security.DefaultFormEntityProviderTest
[INFO] Running org.eclipse.krazo.security.EncodersImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.security.EncodersImplTest
[INFO] Running org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest
[INFO] Running org.eclipse.krazo.engine.ViewEngineContextImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.krazo.engine.ViewEngineContextImplTest
[INFO] Running org.eclipse.krazo.engine.ViewEngineBaseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.engine.ViewEngineBaseTest
[INFO] Running org.eclipse.krazo.servlet.KrazoServletContextListenerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.krazo.servlet.KrazoServletContextListenerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 177, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ krazo-core ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/master-build-only/core/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Krazo Core' with 92 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/core/target/krazo-core-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-core ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-core ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-core ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/core/target/krazo-core-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/3.1.0-SNAPSHOT/krazo-core-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/3.1.0-SNAPSHOT/krazo-core-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.eclipse.krazo:krazo-jersey >-------------------
[INFO] Building Eclipse Krazo Jersey 3.1.0-SNAPSHOT                      [3/30]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master-build-only/jersey/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-jersey ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/jersey/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-jersey ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.krazo.jersey.model.KrazoModelProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.krazo.jersey.model.KrazoModelProcessorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-jersey ---
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/jersey/target/krazo-jersey-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-jersey ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-jersey ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jersey ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/jersey/target/krazo-jersey-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/3.1.0-SNAPSHOT/krazo-jersey-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/jersey/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/3.1.0-SNAPSHOT/krazo-jersey-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.krazo:krazo-resteasy >------------------
[INFO] Building Eclipse Krazo RESTEasy 3.1.0-SNAPSHOT                    [4/30]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-resteasy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-resteasy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/master-build-only/resteasy/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-resteasy ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-resteasy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/resteasy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-resteasy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-resteasy ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-resteasy ---
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/resteasy/target/krazo-resteasy-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-resteasy ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-resteasy ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-resteasy ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/resteasy/target/krazo-resteasy-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/3.1.0-SNAPSHOT/krazo-resteasy-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/resteasy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/3.1.0-SNAPSHOT/krazo-resteasy-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-tck >---------------------
[INFO] Building Eclipse Krazo TCK Runner 3.1.0-SNAPSHOT                  [5/30]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/tck/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/master-build-only/tck/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-tck ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/tck/target/krazo-tck-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-tck ---
[INFO] artifact ch.qos.logback:logback-classic: checking for updates from sonatype-nexus-staging
[INFO] artifact com.google.guava:guava: checking for updates from sonatype-nexus-staging
[INFO] artifact com.google.inject:guice: checking for updates from sonatype-nexus-staging
[INFO] artifact commons-cli:commons-cli: checking for updates from sonatype-nexus-staging
[INFO] artifact commons-jxpath:commons-jxpath: checking for updates from sonatype-nexus-staging
[INFO] artifact com.google.inject:guice: checking for updates from eclipse.maven.central.mirror
[INFO] artifact commons-cli:commons-cli: checking for updates from eclipse.maven.central.mirror
[INFO] artifact com.google.guava:guava: checking for updates from eclipse.maven.central.mirror
[INFO] artifact ch.qos.logback:logback-classic: checking for updates from eclipse.maven.central.mirror
[INFO] artifact commons-jxpath:commons-jxpath: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.platform:jakarta.jakartaee-web-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.commons:commons-lang3: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-builder-support: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-artifact: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-aether-provider: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-builder-support: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-artifact: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-aether-provider: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.commons:commons-lang3: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-compat: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-embedder: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-model: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.platform:jakarta.jakartaee-web-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-compat: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-model-builder: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-embedder: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-model: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-plugin-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-repository-metadata: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-settings: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-settings-builder: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-plugin-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-model-builder: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-settings: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-repository-metadata: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-settings-builder: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven.plugin-tools:maven-plugin-annotations: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.wagon:wagon-file: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.wagon:wagon-http: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.wagon:wagon-provider-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.plugin-tools:maven-plugin-annotations: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.codehaus.plexus:plexus-classworlds: checking for updates from sonatype-nexus-staging
[INFO] artifact org.codehaus.plexus:plexus-component-annotations: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.wagon:wagon-file: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.codehaus.plexus:plexus-interpolation: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.wagon:wagon-http: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.codehaus.plexus:plexus-utils: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.wagon:wagon-provider-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.codehaus.plexus:plexus-component-annotations: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-connector-basic: checking for updates from sonatype-nexus-staging
[INFO] artifact org.codehaus.plexus:plexus-classworlds: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.codehaus.plexus:plexus-interpolation: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-impl: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.codehaus.plexus:plexus-utils: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-transport-wagon: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-util: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-connector-basic: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.sisu:org.eclipse.sisu.plexus: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-impl: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.config:arquillian-config-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.config:arquillian-config-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-transport-wagon: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.config:arquillian-config-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-util: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.sisu:org.eclipse.sisu.plexus: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.config:arquillian-config-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.config:arquillian-config-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.config:arquillian-config-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.container:arquillian-container-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.container:arquillian-container-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.core:arquillian-core-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.core:arquillian-core-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.core:arquillian-core-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-container: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.core:arquillian-core-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.core:arquillian-core-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.core:arquillian-core-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-standalone: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-jmx: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-container: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-servlet: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.test:arquillian-test-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.test:arquillian-test-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-jmx: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-standalone: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-servlet: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.test:arquillian-test-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.test:arquillian-test-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-ejb: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.test:arquillian-test-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.test:arquillian-test-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-ejb: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-container: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-standalone: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api-nio2: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-container: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-standalone: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain-java7: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-api-nio2: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-nio2: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain-java7: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-impl-nio2: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-jboss: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-depchain: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-gen: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-depchain: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-jboss: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-gen: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-jboss: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-jboss: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-gradle-embedded-archive: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-embedded: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-gradle-embedded-archive: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-embedded: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-gradle-depchain: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-gradle-embedded-archive: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-embedded: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-gradle-depchain: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-gradle-embedded-archive: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-maven-plugin: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-embedded: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.sonatype.plexus:plexus-cipher: checking for updates from sonatype-nexus-staging
[INFO] artifact org.sonatype.plexus:plexus-sec-dispatcher: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-maven-plugin: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.sonatype.plexus:plexus-cipher: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.sonatype.plexus:plexus-sec-dispatcher: checking for updates from eclipse.maven.central.mirror
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   ch.qos.logback:logback-classic ........................ 1.0.7 -> 1.4.5
[INFO]   com.google.guava:guava .............................. 18.0 -> 31.1-jre
[INFO]   com.google.inject:guice ................................. 4.0 -> 5.1.0
[INFO]   commons-cli:commons-cli ................................. 1.2 -> 1.5.0
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.apache.commons:commons-lang3 ....................... 3.4 -> 3.12.0
[INFO]   org.apache.maven:maven-artifact ............... 3.3.9 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-builder-support ........ 3.3.9 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-compat ................. 3.3.9 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-core ................... 3.3.9 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-embedder ............... 3.3.9 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-model .................. 3.3.9 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-model-builder .......... 3.3.9 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-plugin-api ............. 3.3.9 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-repository-metadata .... 3.3.9 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-settings ............... 3.3.9 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-settings-builder ....... 3.3.9 -> 4.0.0-alpha-2
[INFO]   org.apache.maven.plugin-tools:maven-plugin-annotations ...
[INFO]                                                             3.4 -> 3.7.0
[INFO]   org.apache.maven.wagon:wagon-file ...................... 2.10 -> 3.5.2
[INFO]   org.apache.maven.wagon:wagon-http ...................... 2.10 -> 3.5.2
[INFO]   org.apache.maven.wagon:wagon-provider-api .............. 2.10 -> 3.5.2
[INFO]   org.codehaus.plexus:plexus-classworlds ................ 2.5.2 -> 2.7.0
[INFO]   org.codehaus.plexus:plexus-component-annotations ........ 1.6 -> 2.1.1
[INFO]   org.codehaus.plexus:plexus-interpolation ................ 1.21 -> 1.26
[INFO]   org.codehaus.plexus:plexus-utils ..................... 3.0.22 -> 3.5.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.eclipse.aether:aether-api ............... 1.0.2.v20150114 -> 1.1.0
[INFO]   org.eclipse.aether:aether-connector-basic ... 1.0.2.v20150114 -> 1.1.0
[INFO]   org.eclipse.aether:aether-impl .............. 1.0.2.v20150114 -> 1.1.0
[INFO]   org.eclipse.aether:aether-spi ............... 1.0.2.v20150114 -> 1.1.0
[INFO]   org.eclipse.aether:aether-transport-wagon ... 1.0.2.v20150114 -> 1.1.0
[INFO]   org.eclipse.aether:aether-util .............. 1.0.2.v20150114 -> 1.1.0
[INFO]   org.eclipse.sisu:org.eclipse.sisu.plexus ........... 0.3.2 -> 0.9.0.M1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.jboss.arquillian.config:arquillian-config-api ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.config:arquillian-config-impl-base ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.config:arquillian-config-spi ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.container:arquillian-container-impl-base ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.container:arquillian-container-spi ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.container:arquillian-container-test-api ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.container:arquillian-container-test-impl-base ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.container:arquillian-container-test-spi ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.core:arquillian-core-api ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.core:arquillian-core-impl-base ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.core:arquillian-core-spi ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.junit:arquillian-junit-container ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.junit:arquillian-junit-core ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.junit:arquillian-junit-standalone ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-jmx ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-servlet ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.test:arquillian-test-api ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.test:arquillian-test-impl-base ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.test:arquillian-test-spi ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-cdi ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-ejb ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-resource ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testng:arquillian-testng-container ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testng:arquillian-testng-core ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testng:arquillian-testng-standalone ...
[INFO]                                             1.5.0.Final -> 1.7.0.Alpha13
[INFO]   org.jboss.shrinkwrap:shrinkwrap-api ............ 1.2.6 -> 2.0.0-beta-1
[INFO]   org.jboss.shrinkwrap:shrinkwrap-depchain ....... 1.2.6 -> 2.0.0-beta-1
[INFO]   org.jboss.shrinkwrap:shrinkwrap-impl-base ...... 1.2.6 -> 2.0.0-beta-1
[INFO]   org.jboss.shrinkwrap:shrinkwrap-spi ............ 1.2.6 -> 2.0.0-beta-1
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-gradle-embedded-archive ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-embedded ...
[INFO]                                                           3.0.0 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-gradle-depchain ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-gradle-embedded-archive ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-embedded ...
[INFO]                                                           3.0.0 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-maven-plugin ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven ...
[INFO]                                                           2.2.6 -> 3.1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.sonatype.plexus:plexus-sec-dispatcher ................. 1.3 -> 1.4
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-tck ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-tck ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/tck/target/krazo-tck-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/3.1.0-SNAPSHOT/krazo-tck-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/3.1.0-SNAPSHOT/krazo-tck-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.krazo.examples:krazo-examples-parent >----------
[INFO] Building Eclipse Krazo Integration Tests Parent 3.1.0-SNAPSHOT    [6/30]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-examples-parent ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-examples-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-examples-parent ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/3.1.0-SNAPSHOT/krazo-examples-parent-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo.examples:application-path >-------------
[INFO] Building Eclipse Krazo Application Path Tests 3.1.0-SNAPSHOT      [7/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ application-path ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/application-path/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ application-path ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master-build-only/examples/application-path/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ application-path ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/application-path/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ application-path ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/application-path/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ application-path ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ application-path ---
[INFO] Packaging webapp
[INFO] Assembling webapp [application-path] in [/home/jenkins/agent/workspace/master-build-only/examples/application-path/target/test-application-path]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/application-path/src/main/webapp]
[INFO] Webapp assembled in [29 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/application-path/target/test-application-path.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ application-path ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ application-path ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ application-path ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/application-path/target/test-application-path.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/3.1.0-SNAPSHOT/application-path-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/application-path/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/3.1.0-SNAPSHOT/application-path-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:book-cdi >-----------------
[INFO] Building Eclipse Krazo Book CDI tests 3.1.0-SNAPSHOT              [8/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ book-cdi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ book-cdi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master-build-only/examples/book-cdi/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ book-cdi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/book-cdi/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ book-cdi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/book-cdi/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ book-cdi ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ book-cdi ---
[INFO] Packaging webapp
[INFO] Assembling webapp [book-cdi] in [/home/jenkins/agent/workspace/master-build-only/examples/book-cdi/target/test-book-cdi]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/book-cdi/src/main/webapp]
[INFO] Webapp assembled in [31 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/book-cdi/target/test-book-cdi.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ book-cdi ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ book-cdi ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ book-cdi ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/book-cdi/target/test-book-cdi.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/3.1.0-SNAPSHOT/book-cdi-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/book-cdi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/3.1.0-SNAPSHOT/book-cdi-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:book-models >---------------
[INFO] Building Eclipse Krazo Book Models Tests 3.1.0-SNAPSHOT           [9/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ book-models ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ book-models ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master-build-only/examples/book-models/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ book-models ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/book-models/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ book-models ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/book-models/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ book-models ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ book-models ---
[INFO] Packaging webapp
[INFO] Assembling webapp [book-models] in [/home/jenkins/agent/workspace/master-build-only/examples/book-models/target/test-book-models]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/book-models/src/main/webapp]
[INFO] Webapp assembled in [6 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/book-models/target/test-book-models.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ book-models ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ book-models ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ book-models ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/book-models/target/test-book-models.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/3.1.0-SNAPSHOT/book-models-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/book-models/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/3.1.0-SNAPSHOT/book-models-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:conversation >---------------
[INFO] Building Eclipse Krazo CDI Conversation Tests 3.1.0-SNAPSHOT     [10/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ conversation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ conversation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master-build-only/examples/conversation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ conversation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/conversation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ conversation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/conversation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ conversation ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ conversation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [conversation] in [/home/jenkins/agent/workspace/master-build-only/examples/conversation/target/test-conversation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/conversation/src/main/webapp]
[INFO] Webapp assembled in [6 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/conversation/target/test-conversation.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ conversation ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ conversation ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ conversation ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/conversation/target/test-conversation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/3.1.0-SNAPSHOT/conversation-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/conversation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/3.1.0-SNAPSHOT/conversation-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:csrf-property >--------------
[INFO] Building Eclipse Krazo CSRF Property Tests 3.1.0-SNAPSHOT        [11/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ csrf-property ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ csrf-property ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master-build-only/examples/csrf-property/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ csrf-property ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/csrf-property/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ csrf-property ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/csrf-property/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ csrf-property ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ csrf-property ---
[INFO] Packaging webapp
[INFO] Assembling webapp [csrf-property] in [/home/jenkins/agent/workspace/master-build-only/examples/csrf-property/target/test-csrf-property]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/csrf-property/src/main/webapp]
[INFO] Webapp assembled in [9 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/csrf-property/target/test-csrf-property.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ csrf-property ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ csrf-property ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ csrf-property ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/csrf-property/target/test-csrf-property.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/3.1.0-SNAPSHOT/csrf-property-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/csrf-property/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/3.1.0-SNAPSHOT/csrf-property-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:def-ext >-----------------
[INFO] Building Eclipse Krazo Default Extension Tests 3.1.0-SNAPSHOT    [12/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ def-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ def-ext ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master-build-only/examples/def-ext/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ def-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/def-ext/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ def-ext ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/def-ext/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ def-ext ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ def-ext ---
[INFO] Packaging webapp
[INFO] Assembling webapp [def-ext] in [/home/jenkins/agent/workspace/master-build-only/examples/def-ext/target/test-def-ext]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/def-ext/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/def-ext/target/test-def-ext.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ def-ext ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ def-ext ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ def-ext ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/def-ext/target/test-def-ext.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/3.1.0-SNAPSHOT/def-ext-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/def-ext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/3.1.0-SNAPSHOT/def-ext-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:events >------------------
[INFO] Building Eclipse Krazo CDI Events Tests 3.1.0-SNAPSHOT           [13/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ events ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ events ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master-build-only/examples/events/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ events ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/events/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ events ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/events/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ events ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ events ---
[INFO] Packaging webapp
[INFO] Assembling webapp [events] in [/home/jenkins/agent/workspace/master-build-only/examples/events/target/test-events]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/events/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/events/target/test-events.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ events ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ events ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ events ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/events/target/test-events.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/3.1.0-SNAPSHOT/events-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/events/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/3.1.0-SNAPSHOT/events-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:exceptions >----------------
[INFO] Building Eclipse Krazo Exceptions Tests 3.1.0-SNAPSHOT           [14/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ exceptions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ exceptions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master-build-only/examples/exceptions/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ exceptions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/exceptions/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ exceptions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/exceptions/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ exceptions ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ exceptions ---
[INFO] Packaging webapp
[INFO] Assembling webapp [exceptions] in [/home/jenkins/agent/workspace/master-build-only/examples/exceptions/target/test-exceptions]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/exceptions/src/main/webapp]
[INFO] Webapp assembled in [8 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/exceptions/target/test-exceptions.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ exceptions ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ exceptions ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ exceptions ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/exceptions/target/test-exceptions.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/3.1.0-SNAPSHOT/exceptions-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/exceptions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/3.1.0-SNAPSHOT/exceptions-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:facelets >-----------------
[INFO] Building Eclipse Krazo Facelets Tests 3.1.0-SNAPSHOT             [15/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ facelets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/facelets/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ facelets ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master-build-only/examples/facelets/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ facelets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/facelets/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ facelets ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/facelets/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ facelets ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ facelets ---
[INFO] Packaging webapp
[INFO] Assembling webapp [facelets] in [/home/jenkins/agent/workspace/master-build-only/examples/facelets/target/test-facelets]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/facelets/src/main/webapp]
[INFO] Webapp assembled in [6 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/facelets/target/test-facelets.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ facelets ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ facelets ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ facelets ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/facelets/target/test-facelets.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/3.1.0-SNAPSHOT/facelets-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/facelets/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/3.1.0-SNAPSHOT/facelets-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:locale >------------------
[INFO] Building Eclipse Krazo Locale Tests 3.1.0-SNAPSHOT               [16/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ locale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ locale ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master-build-only/examples/locale/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ locale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/locale/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ locale ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/locale/target/test-classes
[INFO] /home/jenkins/agent/workspace/master-build-only/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java: /home/jenkins/agent/workspace/master-build-only/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/master-build-only/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ locale ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ locale ---
[INFO] Packaging webapp
[INFO] Assembling webapp [locale] in [/home/jenkins/agent/workspace/master-build-only/examples/locale/target/test-locale]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/locale/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/locale/target/test-locale.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ locale ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ locale ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ locale ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/locale/target/test-locale.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/3.1.0-SNAPSHOT/locale-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/locale/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/3.1.0-SNAPSHOT/locale-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:produces >-----------------
[INFO] Building Eclipse Krazo Produces Tests 3.1.0-SNAPSHOT             [17/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ produces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ produces ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master-build-only/examples/produces/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ produces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/produces/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ produces ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/produces/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ produces ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ produces ---
[INFO] Packaging webapp
[INFO] Assembling webapp [produces] in [/home/jenkins/agent/workspace/master-build-only/examples/produces/target/test-produces]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/produces/src/main/webapp]
[INFO] Webapp assembled in [6 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/produces/target/test-produces.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ produces ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ produces ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ produces ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/produces/target/test-produces.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/3.1.0-SNAPSHOT/produces-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/produces/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/3.1.0-SNAPSHOT/produces-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:redirect >-----------------
[INFO] Building Eclipse Krazo Redirect Tests 3.1.0-SNAPSHOT             [18/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ redirect ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirect ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master-build-only/examples/redirect/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ redirect ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/redirect/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirect ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/redirect/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirect ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirect ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirect] in [/home/jenkins/agent/workspace/master-build-only/examples/redirect/target/test-redirect]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/redirect/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/redirect/target/test-redirect.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ redirect ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ redirect ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirect ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/redirect/target/test-redirect.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/3.1.0-SNAPSHOT/redirect-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/redirect/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/3.1.0-SNAPSHOT/redirect-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:redirectScope >--------------
[INFO] Building Eclipse Krazo RedirectScope Tests 3.1.0-SNAPSHOT        [19/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ redirectScope ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/redirectScope/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirectScope ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master-build-only/examples/redirectScope/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ redirectScope ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/redirectScope/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirectScope ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/redirectScope/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirectScope ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirectScope ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirectScope] in [/home/jenkins/agent/workspace/master-build-only/examples/redirectScope/target/test-redirectscope]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/redirectScope/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/redirectScope/target/test-redirectscope.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ redirectScope ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ redirectScope ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/redirectScope/target/test-redirectscope.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/3.1.0-SNAPSHOT/redirectScope-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/redirectScope/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/3.1.0-SNAPSHOT/redirectScope-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:redirectScope2 >--------------
[INFO] Building Eclipse Krazo RedirectScope2 Tests 3.1.0-SNAPSHOT       [20/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ redirectScope2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/redirectScope2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirectScope2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master-build-only/examples/redirectScope2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ redirectScope2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/redirectScope2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirectScope2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/redirectScope2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirectScope2 ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirectScope2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirectScope2] in [/home/jenkins/agent/workspace/master-build-only/examples/redirectScope2/target/test-redirectscope2]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/redirectScope2/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/redirectScope2/target/test-redirectscope2.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ redirectScope2 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ redirectScope2 ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope2 ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/redirectScope2/target/test-redirectscope2.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/3.1.0-SNAPSHOT/redirectScope2-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/redirectScope2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/3.1.0-SNAPSHOT/redirectScope2-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:redirectScope3 >--------------
[INFO] Building Eclipse Krazo RedirectScope3 Tests 3.1.0-SNAPSHOT       [21/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ redirectScope3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/redirectScope3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirectScope3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master-build-only/examples/redirectScope3/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ redirectScope3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/redirectScope3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirectScope3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/redirectScope3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirectScope3 ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirectScope3 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirectScope3] in [/home/jenkins/agent/workspace/master-build-only/examples/redirectScope3/target/test-redirectscope3]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/redirectScope3/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/redirectScope3/target/test-redirectscope3.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ redirectScope3 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ redirectScope3 ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope3 ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/redirectScope3/target/test-redirectscope3.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/3.1.0-SNAPSHOT/redirectScope3-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/redirectScope3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/3.1.0-SNAPSHOT/redirectScope3-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo.examples:requestDispatcher >------------
[INFO] Building Eclipse Krazo RequestDispatcher tests 3.1.0-SNAPSHOT    [22/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ requestDispatcher ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/requestDispatcher/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ requestDispatcher ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master-build-only/examples/requestDispatcher/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ requestDispatcher ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/requestDispatcher/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ requestDispatcher ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/requestDispatcher/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ requestDispatcher ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ requestDispatcher ---
[INFO] Packaging webapp
[INFO] Assembling webapp [requestDispatcher] in [/home/jenkins/agent/workspace/master-build-only/examples/requestDispatcher/target/test-requestDispatcher]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/requestDispatcher/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/requestDispatcher/target/test-requestDispatcher.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ requestDispatcher ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ requestDispatcher ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ requestDispatcher ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/requestDispatcher/target/test-requestDispatcher.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/3.1.0-SNAPSHOT/requestDispatcher-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/requestDispatcher/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/3.1.0-SNAPSHOT/requestDispatcher-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:returns >-----------------
[INFO] Building Eclipse Krazo Returns Tests 3.1.0-SNAPSHOT              [23/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ returns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ returns ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master-build-only/examples/returns/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ returns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/returns/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ returns ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/returns/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ returns ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ returns ---
[INFO] Packaging webapp
[INFO] Assembling webapp [returns] in [/home/jenkins/agent/workspace/master-build-only/examples/returns/target/test-returns]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/returns/src/main/webapp]
[INFO] Webapp assembled in [6 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/returns/target/test-returns.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ returns ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ returns ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ returns ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/returns/target/test-returns.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/3.1.0-SNAPSHOT/returns-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/returns/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/3.1.0-SNAPSHOT/returns-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:validation >----------------
[INFO] Building Eclipse Krazo Validation Tests 3.1.0-SNAPSHOT           [24/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master-build-only/examples/validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/validation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ validation ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ validation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [validation] in [/home/jenkins/agent/workspace/master-build-only/examples/validation/target/test-validation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/validation/src/main/webapp]
[INFO] Webapp assembled in [8 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/validation/target/test-validation.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ validation ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ validation ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/validation/target/test-validation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/3.1.0-SNAPSHOT/validation-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/3.1.0-SNAPSHOT/validation-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:validation-i18n >-------------
[INFO] Building Eclipse Krazo Validation I18N Tests 3.1.0-SNAPSHOT      [25/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ validation-i18n ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ validation-i18n ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/master-build-only/examples/validation-i18n/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ validation-i18n ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/validation-i18n/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ validation-i18n ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/validation-i18n/target/test-classes
[INFO] /home/jenkins/agent/workspace/master-build-only/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java: /home/jenkins/agent/workspace/master-build-only/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/master-build-only/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ validation-i18n ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ validation-i18n ---
[INFO] Packaging webapp
[INFO] Assembling webapp [validation-i18n] in [/home/jenkins/agent/workspace/master-build-only/examples/validation-i18n/target/test-validation-i18n]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/validation-i18n/src/main/webapp]
[INFO] Webapp assembled in [8 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/validation-i18n/target/test-validation-i18n.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ validation-i18n ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ validation-i18n ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ validation-i18n ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/validation-i18n/target/test-validation-i18n.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/3.1.0-SNAPSHOT/validation-i18n-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/validation-i18n/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/3.1.0-SNAPSHOT/validation-i18n-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:view-annotation >-------------
[INFO] Building Eclipse Krazo View Annotation Tests 3.1.0-SNAPSHOT      [26/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ view-annotation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ view-annotation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/master-build-only/examples/view-annotation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ view-annotation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/view-annotation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ view-annotation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/view-annotation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ view-annotation ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ view-annotation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [view-annotation] in [/home/jenkins/agent/workspace/master-build-only/examples/view-annotation/target/test-view-annotation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/view-annotation/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/view-annotation/target/test-view-annotation.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ view-annotation ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ view-annotation ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ view-annotation ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/view-annotation/target/test-view-annotation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/3.1.0-SNAPSHOT/view-annotation-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/view-annotation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/3.1.0-SNAPSHOT/view-annotation-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:uri-builder >---------------
[INFO] Building Eclipse Krazo UriBuilder Test 3.1.0-SNAPSHOT            [27/30]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ uri-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/uri-builder/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ uri-builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/master-build-only/examples/uri-builder/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ uri-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/examples/uri-builder/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ uri-builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/master-build-only/examples/uri-builder/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ uri-builder ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ uri-builder ---
[INFO] Packaging webapp
[INFO] Assembling webapp [uri-builder] in [/home/jenkins/agent/workspace/master-build-only/examples/uri-builder/target/uri-builder]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/master-build-only/examples/uri-builder/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/uri-builder/target/uri-builder.war
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ uri-builder ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ uri-builder ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ uri-builder ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/uri-builder/target/uri-builder.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/3.1.0-SNAPSHOT/uri-builder-3.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/uri-builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/3.1.0-SNAPSHOT/uri-builder-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo:krazo-testsuite >------------------
[INFO] Building Eclipse Krazo Testsuite 3.1.0-SNAPSHOT                  [28/30]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-testsuite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 31 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-testsuite ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/master-build-only/testsuite/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-testsuite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-testsuite ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/master-build-only/testsuite/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-testsuite ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-testsuite ---
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/testsuite/target/krazo-testsuite-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ krazo-testsuite ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-testsuite ---
[INFO] artifact javax.annotation:jsr250-api: checking for updates from sonatype-nexus-staging
[INFO] artifact javax.inject:javax.inject: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-resolver-provider: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven:maven-slf4j-provider: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.resolver:maven-resolver-api: checking for updates from sonatype-nexus-staging
[INFO] artifact javax.annotation:jsr250-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-resolver-provider: checking for updates from eclipse.maven.central.mirror
[INFO] artifact javax.inject:javax.inject: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-slf4j-provider: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven.resolver:maven-resolver-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven.resolver:maven-resolver-connector-basic: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.resolver:maven-resolver-impl: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.resolver:maven-resolver-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.resolver:maven-resolver-transport-wagon: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.resolver:maven-resolver-util: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.resolver:maven-resolver-connector-basic: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven.resolver:maven-resolver-impl: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven.shared:maven-shared-utils: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.resolver:maven-resolver-transport-wagon: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven.resolver:maven-resolver-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven.resolver:maven-resolver-util: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.sisu:org.eclipse.sisu.inject: checking for updates from sonatype-nexus-staging
[INFO] artifact org.fusesource.jansi:jansi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.hamcrest:hamcrest-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.hamcrest:hamcrest-library: checking for updates from sonatype-nexus-staging
[INFO] artifact org.apache.maven.shared:maven-shared-utils: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.sisu:org.eclipse.sisu.inject: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.fusesource.jansi:jansi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.hamcrest:hamcrest-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.hamcrest:hamcrest-library: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.junit5:arquillian-junit5-container: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.junit5:arquillian-junit5-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-rest-jakarta: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-servlet-jakarta: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi-jakarta: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.junit5:arquillian-junit5-container: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.junit5:arquillian-junit5-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-rest-jakarta: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-servlet-jakarta: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi-jakarta: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-ejb-jakarta: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource-jakarta: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jsoup:jsoup: checking for updates from sonatype-nexus-staging
[INFO] artifact org.mockito:mockito-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.powermock:powermock-reflect: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource-jakarta: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-ejb-jakarta: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.xmlunit:xmlunit-core: checking for updates from sonatype-nexus-staging
[INFO] artifact org.xmlunit:xmlunit-matchers: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jsoup:jsoup: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.mockito:mockito-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.powermock:powermock-reflect: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.xmlunit:xmlunit-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.xmlunit:xmlunit-matchers: checking for updates from eclipse.maven.central.mirror
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   ch.qos.logback:logback-classic ........................ 1.2.1 -> 1.4.5
[INFO]   com.google.inject:guice ............................... 4.2.1 -> 5.1.0
[INFO]   commons-cli:commons-cli ................................. 1.4 -> 1.5.0
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.apache.commons:commons-lang3 ..................... 3.8.1 -> 3.12.0
[INFO]   org.apache.maven:maven-artifact ............... 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-builder-support ........ 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-compat ................. 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-core ................... 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-embedder ............... 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-model .................. 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-model-builder .......... 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-plugin-api ............. 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-repository-metadata .... 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-resolver-provider ...... 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-settings ............... 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-settings-builder ....... 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven:maven-slf4j-provider ......... 3.6.3 -> 4.0.0-alpha-2
[INFO]   org.apache.maven.plugin-tools:maven-plugin-annotations ...
[INFO]                                                           3.5.2 -> 3.7.0
[INFO]   org.apache.maven.resolver:maven-resolver-api .......... 1.4.1 -> 1.9.2
[INFO]   org.apache.maven.resolver:maven-resolver-connector-basic ...
[INFO]                                                           1.4.1 -> 1.9.2
[INFO]   org.apache.maven.resolver:maven-resolver-impl ......... 1.4.1 -> 1.9.2
[INFO]   org.apache.maven.resolver:maven-resolver-spi .......... 1.4.1 -> 1.9.2
[INFO]   org.apache.maven.resolver:maven-resolver-transport-wagon ...
[INFO]                                                           1.4.1 -> 1.9.2
[INFO]   org.apache.maven.resolver:maven-resolver-util ......... 1.4.1 -> 1.9.2
[INFO]   org.apache.maven.shared:maven-shared-utils ............ 3.2.1 -> 3.3.4
[INFO]   org.apache.maven.wagon:wagon-file ..................... 3.3.4 -> 3.5.2
[INFO]   org.apache.maven.wagon:wagon-http ..................... 3.3.4 -> 3.5.2
[INFO]   org.apache.maven.wagon:wagon-provider-api ............. 3.3.4 -> 3.5.2
[INFO]   org.codehaus.plexus:plexus-classworlds ................ 2.6.0 -> 2.7.0
[INFO]   org.codehaus.plexus:plexus-component-annotations ...... 2.1.0 -> 2.1.1
[INFO]   org.codehaus.plexus:plexus-interpolation ................ 1.25 -> 1.26
[INFO]   org.codehaus.plexus:plexus-utils ...................... 3.2.1 -> 3.5.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.eclipse.sisu:org.eclipse.sisu.inject ........... 0.3.4 -> 0.9.0.M1
[INFO]   org.eclipse.sisu:org.eclipse.sisu.plexus ........... 0.3.4 -> 0.9.0.M1
[INFO]   org.fusesource.jansi:jansi ........................... 1.17.1 -> 2.4.0
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.hamcrest:hamcrest-core ................................ 1.3 -> 2.2
[INFO]   org.hamcrest:hamcrest-library ............................. 1.3 -> 2.2
[INFO]   org.jboss.arquillian.config:arquillian-config-api ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.config:arquillian-config-impl-base ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.config:arquillian-config-spi ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.container:arquillian-container-impl-base ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.container:arquillian-container-spi ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.container:arquillian-container-test-api ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.container:arquillian-container-test-impl-base ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.container:arquillian-container-test-spi ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.core:arquillian-core-api ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.core:arquillian-core-impl-base ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.core:arquillian-core-spi ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.junit:arquillian-junit-container ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.junit:arquillian-junit-core ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.junit:arquillian-junit-standalone ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.junit5:arquillian-junit5-container ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.junit5:arquillian-junit5-core ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-jmx ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-rest-jakarta ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-servlet ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-servlet-jakarta ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.test:arquillian-test-api ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.test:arquillian-test-impl-base ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.test:arquillian-test-spi ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-cdi ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-cdi-jakarta ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-ejb ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-ejb-jakarta ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-resource ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-resource-jakarta ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testng:arquillian-testng-container ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testng:arquillian-testng-core ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.arquillian.testng:arquillian-testng-standalone ...
[INFO]                                           1.7.0.Alpha12 -> 1.7.0.Alpha13
[INFO]   org.jboss.shrinkwrap:shrinkwrap-api ............ 1.2.6 -> 2.0.0-beta-1
[INFO]   org.jboss.shrinkwrap:shrinkwrap-depchain ....... 1.2.6 -> 2.0.0-beta-1
[INFO]   org.jboss.shrinkwrap:shrinkwrap-impl-base ...... 1.2.6 -> 2.0.0-beta-1
[INFO]   org.jboss.shrinkwrap:shrinkwrap-spi ............ 1.2.6 -> 2.0.0-beta-1
[INFO]   org.jsoup:jsoup ..................................... 1.12.1 -> 1.15.3
[INFO]   org.mockito:mockito-core ............................. 2.21.0 -> 4.9.0
[INFO]   org.powermock:powermock-reflect ....................... 1.7.4 -> 2.0.9
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.xmlunit:xmlunit-core .............................. 2.2.1 -> 2.9.0
[INFO]   org.xmlunit:xmlunit-matchers .......................... 2.2.1 -> 2.9.0
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-testsuite ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ krazo-testsuite ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-testsuite ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/testsuite/target/krazo-testsuite-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/3.1.0-SNAPSHOT/krazo-testsuite-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/testsuite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/3.1.0-SNAPSHOT/krazo-testsuite-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo:krazo-documentation >----------------
[INFO] Building Eclipse Krazo Documentation 3.1.0-SNAPSHOT              [29/30]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (output-html) @ krazo-documentation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Rendered /home/jenkins/agent/workspace/master-build-only/documentation/src/main/asciidoc/index.adoc
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-documentation ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-documentation ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-documentation ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/documentation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/3.1.0-SNAPSHOT/krazo-documentation-3.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo:krazo-jakartaee-archetype >-------------
[INFO] Building Archetype for Jakarta EE application containing Jakarta MVC and Eclipse Krazo 3.1.0-SNAPSHOT [30/30]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-jakartaee-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-jakartaee-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/master-build-only/archetype/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:jar (default-jar) @ krazo-jakartaee-archetype ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/master-build-only/archetype/target/krazo-jakartaee-archetype-3.1.0-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/archetype/target/krazo-jakartaee-archetype-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ krazo-jakartaee-archetype >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ krazo-jakartaee-archetype <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ krazo-jakartaee-archetype ---
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/archetype/target/krazo-jakartaee-archetype-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.2.1:jar (attach-javadoc) > generate-sources @ krazo-jakartaee-archetype >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.2.1:jar (attach-javadoc) < generate-sources @ krazo-jakartaee-archetype <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar (attach-javadoc) @ krazo-jakartaee-archetype ---
[WARNING] artifact org.eclipse.krazo:krazo-jakartaee-archetype:java-source:sources:3.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:integration-test (default-integration-test) @ krazo-jakartaee-archetype ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-jakartaee-archetype ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.1
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.67.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.0.1
[INFO]   org.glassfish.jersey.core:jersey-common ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.glassfish.jersey.core:jersey-server ............ 3.1.0-M8 -> 3.1.0
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.5
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.5
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-managed ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO]   org.wildfly.arquillian:wildfly-arquillian-container-remote ...
[INFO]                                             5.0.0.Alpha5 -> 5.0.0.Alpha6
[INFO] 
[INFO] 
[INFO] --- license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-jakartaee-archetype ---
[INFO] 
[INFO] --- maven-install-plugin:3.1.0:install (default-install) @ krazo-jakartaee-archetype ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/archetype/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/3.1.0-SNAPSHOT/krazo-jakartaee-archetype-3.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/archetype/target/krazo-jakartaee-archetype-3.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/3.1.0-SNAPSHOT/krazo-jakartaee-archetype-3.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/archetype/target/krazo-jakartaee-archetype-3.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/3.1.0-SNAPSHOT/krazo-jakartaee-archetype-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.1:update-local-catalog (default-update-local-catalog) @ krazo-jakartaee-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Krazo Parent 3.1.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Krazo Parent ............................... SUCCESS [ 27.532 s]
[INFO] Eclipse Krazo Core ................................. SUCCESS [ 12.939 s]
[INFO] Eclipse Krazo Jersey ............................... SUCCESS [  1.265 s]
[INFO] Eclipse Krazo RESTEasy ............................. SUCCESS [  0.236 s]
[INFO] Eclipse Krazo TCK Runner ........................... SUCCESS [  1.097 s]
[INFO] Eclipse Krazo Integration Tests Parent ............. SUCCESS [  0.017 s]
[INFO] Eclipse Krazo Application Path Tests ............... SUCCESS [  1.198 s]
[INFO] Eclipse Krazo Book CDI tests ....................... SUCCESS [  0.298 s]
[INFO] Eclipse Krazo Book Models Tests .................... SUCCESS [  0.279 s]
[INFO] Eclipse Krazo CDI Conversation Tests ............... SUCCESS [  0.256 s]
[INFO] Eclipse Krazo CSRF Property Tests .................. SUCCESS [  0.247 s]
[INFO] Eclipse Krazo Default Extension Tests .............. SUCCESS [  0.211 s]
[INFO] Eclipse Krazo CDI Events Tests ..................... SUCCESS [  0.302 s]
[INFO] Eclipse Krazo Exceptions Tests ..................... SUCCESS [  0.233 s]
[INFO] Eclipse Krazo Facelets Tests ....................... SUCCESS [  0.356 s]
[INFO] Eclipse Krazo Locale Tests ......................... SUCCESS [  0.288 s]
[INFO] Eclipse Krazo Produces Tests ....................... SUCCESS [  0.227 s]
[INFO] Eclipse Krazo Redirect Tests ....................... SUCCESS [  0.233 s]
[INFO] Eclipse Krazo RedirectScope Tests .................. SUCCESS [  0.200 s]
[INFO] Eclipse Krazo RedirectScope2 Tests ................. SUCCESS [  0.278 s]
[INFO] Eclipse Krazo RedirectScope3 Tests ................. SUCCESS [  0.218 s]
[INFO] Eclipse Krazo RequestDispatcher tests .............. SUCCESS [  0.275 s]
[INFO] Eclipse Krazo Returns Tests ........................ SUCCESS [  0.267 s]
[INFO] Eclipse Krazo Validation Tests ..................... SUCCESS [  0.303 s]
[INFO] Eclipse Krazo Validation I18N Tests ................ SUCCESS [  0.326 s]
[INFO] Eclipse Krazo View Annotation Tests ................ SUCCESS [  0.190 s]
[INFO] Eclipse Krazo UriBuilder Test ...................... SUCCESS [  0.212 s]
[INFO] Eclipse Krazo Testsuite ............................ SUCCESS [  1.441 s]
[INFO] Eclipse Krazo Documentation ........................ SUCCESS [  8.427 s]
[INFO] Archetype for Jakarta EE application containing Jakarta MVC and Eclipse Krazo SUCCESS [  4.382 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:16 min
[INFO] Finished at: 2022-12-10T12:57:57Z
[INFO] ------------------------------------------------------------------------
testsuites is disabled. Triggering skipped
Triggering a new build of testsuites-wildfly
testsuite-liberty is disabled. Triggering skipped
Triggering a new build of testsuite-glassfish
Finished: SUCCESS