Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-r01r4 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-r01r4"
  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-r01r4"
    - 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-r01r4"
    - 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-3107.v665000b_51092"
    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-r01r4 (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 6e858aa21f42ebe87050822079258a38cab013fd (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e858aa21f42ebe87050822079258a38cab013fd # timeout=10
Commit message: "Merge pull request #356 from erdlet/355-remove-facelets-view-engine"
 > git rev-list --no-walk baed73a7669b1f6f260ab4cc35d84612909f6e99 # timeout=10
[master-build-only] $ /bin/sh -xe /tmp/jenkins2334675228882620351.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.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/tools/apache-maven/latest
Java version: 20, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-20/jdk-20+36
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.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 4.0.0-SNAPSHOT                      [1/30]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-parent ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] artifact jakarta.annotation:jakarta.annotation-api: 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 fish.payara.arquillian:arquillian-payara-server-managed: 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.annotation:jakarta.annotation-api: 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.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.mvc:jakarta.mvc-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.mvc.tck:mvc-tck-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.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api: checking for updates from sonatype-nexus-staging
[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 jakarta.servlet:jakarta.servlet-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.validation:jakarta.validation-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact junit:junit: checking for updates from sonatype-nexus-staging
[INFO] artifact net.sourceforge.htmlunit:htmlunit: checking for updates from sonatype-nexus-staging
[INFO] artifact org.easymock:easymock: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.ws.rs:jakarta.ws.rs-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact junit:junit: checking for updates from eclipse.maven.central.mirror
[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 org.glassfish.jersey.core:jersey-common: checking for updates from sonatype-nexus-staging
[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.hibernate.validator:hibernate-validator-cdi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.resteasy:resteasy-core: 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.jboss.resteasy:resteasy-validator-provider: checking for updates from sonatype-nexus-staging
[INFO] artifact org.omnifaces.arquillian:arquillian-glassfish-server-remote: 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.glassfish:jakarta.el: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.slf4j:slf4j-api: checking for updates from sonatype-nexus-staging
[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.slf4j:slf4j-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.glassfish.jersey.core:jersey-server: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.glassfish.jersey.core:jersey-common: checking for updates from eclipse.maven.central.mirror
[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 sonatype-nexus-staging
[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]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[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:4.0.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:4.0.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:4.0.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.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:4.0.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.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:4.0.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.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:4.0.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.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:4.0.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.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:4.0.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.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:4.0.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.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:4.0.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.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:4.0.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.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:4.0.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.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:4.0.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.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:4.0.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.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:4.0.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.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:4.0.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.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:4.0.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.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:4.0.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.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:4.0.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.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:4.0.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.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:4.0.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.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:4.0.0-SNAPSHOT (compile)
[WARNING] o org.eclipse.krazo:krazo-jersey:jar:4.0.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:4.0.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.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:4.0.0-SNAPSHOT (runtime)
[WARNING] o org.eclipse.krazo:krazo-core:jar:4.0.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:4.0.0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-parent ---
[INFO] Skipping dependency license check
[INFO] 
[INFO] --- install:3.1.0: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/4.0.0-SNAPSHOT/krazo-parent-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-core >--------------------
[INFO] Building Eclipse Krazo Core 4.0.0-SNAPSHOT                        [2/30]
[INFO]   from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- jacoco: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] --- resources:3.1.0:resources (default-resources) @ krazo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ krazo-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 92 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] --- bundle:5.1.1:manifest (bundle-manifest) @ krazo-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ krazo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- compiler: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] --- surefire:2.22.2:test (default-test) @ krazo-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.krazo.binding.convert.impl.DoubleConverterTest
java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_3570298.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1104)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:633)
	at java.base/java.lang.Class.forName(Class.java:585)
	at java.base/java.lang.Class.forName(Class.java:560)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.lambda$new$0(CLDRLocaleProviderAdapter.java:84)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:571)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.<init>(CLDRLocaleProviderAdapter.java:83)
	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:484)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.forType(LocaleProviderAdapter.java:189)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:288)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.getAdapter(LocaleProviderAdapter.java:259)
	at java.base/java.text.NumberFormat.getInstance(NumberFormat.java:961)
	at java.base/java.text.NumberFormat.getInstance(NumberFormat.java:491)
	at java.base/java.text.MessageFormat.subformat(MessageFormat.java:1295)
	at java.base/java.text.MessageFormat.format(MessageFormat.java:885)
	at java.base/java.text.Format.format(Format.java:159)
	at java.base/java.text.MessageFormat.format(MessageFormat.java:860)
	at org.junit.runners.Parameterized$RunnersFactory.createTestWithParameters(Parameterized.java:499)
	at org.junit.runners.Parameterized$RunnersFactory.createTestWithNotNormalizedParameters(Parameterized.java:413)
	at org.junit.runners.Parameterized$RunnersFactory.createTestsForParameters(Parameterized.java:478)
	at org.junit.runners.Parameterized$RunnersFactory.createRunnersForParameters(Parameterized.java:459)
	at org.junit.runners.Parameterized$RunnersFactory.createRunners(Parameterized.java:392)
	at org.junit.runners.Parameterized$RunnersFactory.access$100(Parameterized.java:360)
	at org.junit.runners.Parameterized.<init>(Parameterized.java:307)
	at org.junit.runners.Parameterized.<init>(Parameterized.java:303)
	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:484)
	at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:104)
	at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:86)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:125)
	at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:111)
	at org.junit.runners.Suite.<init>(Suite.java:102)
	at org.junit.experimental.runners.Enclosed.<init>(Enclosed.java:31)
	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:484)
	at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:107)
	at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:86)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_3570298.core.instr.Instrumenter.instrumentError(Instrumenter.java:160)
	at org.jacoco.agent.rt.internal_3570298.core.instr.Instrumenter.instrument(Instrumenter.java:110)
	at org.jacoco.agent.rt.internal_3570298.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 69 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 64
	at org.jacoco.agent.rt.internal_3570298.asm.ClassReader.<init>(ClassReader.java:196)
	at org.jacoco.agent.rt.internal_3570298.asm.ClassReader.<init>(ClassReader.java:177)
	at org.jacoco.agent.rt.internal_3570298.asm.ClassReader.<init>(ClassReader.java:163)
	at org.jacoco.agent.rt.internal_3570298.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_3570298.core.instr.Instrumenter.instrument(Instrumenter.java:76)
	at org.jacoco.agent.rt.internal_3570298.core.instr.Instrumenter.instrument(Instrumenter.java:108)
	... 70 more
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 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.008 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.008 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.01 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.01 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.009 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.726 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.079 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.002 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.034 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.035 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.005 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.004 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.317 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.001 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.006 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.051 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.021 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.026 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 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.058 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.003 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: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 91 classes
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ krazo-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/core/target/krazo-core-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-core ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ krazo-core ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/core/target/krazo-core-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/4.0.0-SNAPSHOT/krazo-core-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] -------------------< org.eclipse.krazo:krazo-jersey >-------------------
[INFO] Building Eclipse Krazo Jersey 4.0.0-SNAPSHOT                      [3/30]
[INFO]   from jersey/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ krazo-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- compiler: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] --- bundle:5.1.1:manifest (bundle-manifest) @ krazo-jersey ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ krazo-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- surefire:2.22.2:test (default-test) @ krazo-jersey ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.221 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] --- jar:3.2.0:jar (default-jar) @ krazo-jersey ---
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/jersey/target/krazo-jersey-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-jersey ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-jersey ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ krazo-jersey ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/jersey/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/jersey/target/krazo-jersey-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/4.0.0-SNAPSHOT/krazo-jersey-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ------------------< org.eclipse.krazo:krazo-resteasy >------------------
[INFO] Building Eclipse Krazo RESTEasy 4.0.0-SNAPSHOT                    [4/30]
[INFO]   from resteasy/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ krazo-resteasy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ krazo-resteasy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/master-build-only/resteasy/target/classes
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ krazo-resteasy ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- resources: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] --- compiler:3.8.1:testCompile (default-testCompile) @ krazo-resteasy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ krazo-resteasy ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ krazo-resteasy ---
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-resteasy ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-resteasy ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ krazo-resteasy ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/resteasy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/resteasy/target/krazo-resteasy-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/4.0.0-SNAPSHOT/krazo-resteasy-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-tck >---------------------
[INFO] Building Eclipse Krazo TCK Runner 4.0.0-SNAPSHOT                  [5/30]
[INFO]   from tck/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources: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] --- compiler: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] --- resources:3.1.0:testResources (default-testResources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ krazo-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ krazo-tck ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ krazo-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/tck/target/krazo-tck-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-tck ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] artifact com.google.guava:guava: checking for updates from sonatype-nexus-staging
[INFO] artifact ch.qos.logback:logback-classic: 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 commons-cli:commons-cli: checking for updates from eclipse.maven.central.mirror
[INFO] artifact com.google.inject:guice: checking for updates from eclipse.maven.central.mirror
[INFO] artifact com.google.guava:guava: checking for updates from eclipse.maven.central.mirror
[INFO] artifact commons-jxpath:commons-jxpath: 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 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-aether-provider: 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-builder-support: checking for updates from sonatype-nexus-staging
[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-artifact: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-builder-support: 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 jakarta.platform:jakarta.jakartaee-web-api: checking for updates from eclipse.maven.central.mirror
[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 org.apache.maven:maven-compat: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-core: 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-embedder: 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-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-model-builder: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven:maven-plugin-api: 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: 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.apache.maven.wagon:wagon-file: 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.apache.maven.wagon:wagon-http: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.codehaus.plexus:plexus-component-annotations: 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.codehaus.plexus:plexus-classworlds: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.codehaus.plexus:plexus-component-annotations: 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.codehaus.plexus:plexus-utils: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-api: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-connector-basic: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-impl: checking for updates from sonatype-nexus-staging
[INFO] artifact org.codehaus.plexus:plexus-interpolation: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.codehaus.plexus:plexus-utils: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-impl: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-connector-basic: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-transport-wagon: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-util: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.sisu:org.eclipse.sisu.plexus: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.aether:aether-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-transport-wagon: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.sisu:org.eclipse.sisu.plexus: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.eclipse.aether:aether-util: 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.jboss.arquillian.config:arquillian-config-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.container:arquillian-container-impl-base: checking for updates from sonatype-nexus-staging
[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.config:arquillian-config-spi: checking for updates from eclipse.maven.central.mirror
[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-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.container:arquillian-container-test-impl-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.container:arquillian-container-test-spi: checking for updates from sonatype-nexus-staging
[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.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 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.junit:arquillian-junit-standalone: checking for updates from sonatype-nexus-staging
[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-core: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.junit:arquillian-junit-container: 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 sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.test:arquillian-test-impl-base: 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.protocol:arquillian-protocol-jmx: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.test:arquillian-test-spi: 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.protocol:arquillian-protocol-jmx: 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 eclipse.maven.central.mirror
[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.testenricher:arquillian-testenricher-resource: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.testng:arquillian-testng-container: checking for updates from sonatype-nexus-staging
[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.testenricher:arquillian-testenricher-resource: checking for updates from eclipse.maven.central.mirror
[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.shrinkwrap:shrinkwrap-api: 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.shrinkwrap:shrinkwrap-api-nio2: checking for updates from sonatype-nexus-staging
[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-api: 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-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-impl-nio2: 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-base: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain-java7: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-depchain: 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 sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-jboss: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap:shrinkwrap-spi: checking for updates from eclipse.maven.central.mirror
[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-depchain: checking for updates from sonatype-nexus-staging
[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-api-jboss: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-gen: checking for updates from sonatype-nexus-staging
[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-depchain: checking for updates from eclipse.maven.central.mirror
[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-gen: checking for updates from eclipse.maven.central.mirror
[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-spi: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee: 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.resolver:shrinkwrap-resolver-api: checking for updates from sonatype-nexus-staging
[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.descriptors:shrinkwrap-descriptors-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven-archive: 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-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-depchain: checking for updates from sonatype-nexus-staging
[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-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-impl-gradle-embedded-archive: checking for updates from eclipse.maven.central.mirror
[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-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 eclipse.maven.central.mirror
[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-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-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-archive: checking for updates from eclipse.maven.central.mirror
[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-impl-maven-embedded: 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-spi: 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-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.7
[INFO]   com.google.guava:guava .............................. 18.0 -> 31.1-jre
[INFO]   com.google.inject:guice ............................. 4.0 -> 7.0.0-rc1
[INFO]   commons-cli:commons-cli ................................. 1.2 -> 1.5.0
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.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-5
[INFO]   org.apache.maven:maven-builder-support ........ 3.3.9 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-compat ................. 3.3.9 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-core ................... 3.3.9 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-embedder ............... 3.3.9 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-model .................. 3.3.9 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-model-builder .......... 3.3.9 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-plugin-api ............. 3.3.9 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-repository-metadata .... 3.3.9 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-settings ............... 3.3.9 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-settings-builder ....... 3.3.9 -> 4.0.0-alpha-5
[INFO]   org.apache.maven.plugin-tools:maven-plugin-annotations ...
[INFO]                                                             3.4 -> 3.8.2
[INFO]   org.apache.maven.wagon:wagon-file ...................... 2.10 -> 3.5.3
[INFO]   org.apache.maven.wagon:wagon-http ...................... 2.10 -> 3.5.3
[INFO]   org.apache.maven.wagon:wagon-provider-api .............. 2.10 -> 3.5.3
[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.1
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[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.M2
[INFO]   org.jboss.arquillian.config:arquillian-config-api ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.config:arquillian-config-impl-base ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.config:arquillian-config-spi ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-container-impl-base ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-container-spi ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-container-test-api ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-container-test-impl-base ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-container-test-spi ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.core:arquillian-core-api ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.core:arquillian-core-impl-base ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.core:arquillian-core-spi ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.junit:arquillian-junit-container ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.junit:arquillian-junit-core ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.junit:arquillian-junit-standalone ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-jmx ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-servlet ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.test:arquillian-test-api ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.test:arquillian-test-impl-base ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.test:arquillian-test-spi ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-cdi ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-ejb ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-resource ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testng:arquillian-testng-container ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testng:arquillian-testng-core ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testng:arquillian-testng-standalone ...
[INFO]                                               1.5.0.Final -> 1.7.0.Final
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[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.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO]   org.sonatype.plexus:plexus-sec-dispatcher ................. 1.3 -> 1.4
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-tck ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ krazo-tck ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/tck/target/krazo-tck-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/4.0.0-SNAPSHOT/krazo-tck-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.eclipse.krazo.examples:krazo-examples-parent >----------
[INFO] Building Eclipse Krazo Integration Tests Parent 4.0.0-SNAPSHOT    [6/30]
[INFO]   from examples/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-examples-parent ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-examples-parent ---
[INFO] 
[INFO] --- install:3.1.0: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/4.0.0-SNAPSHOT/krazo-examples-parent-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo.examples:application-path >-------------
[INFO] Building Eclipse Krazo Application Path Tests 4.0.0-SNAPSHOT      [7/30]
[INFO]   from examples/application-path/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources: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] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ application-path ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [41 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/application-path/target/test-application-path.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ application-path ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ application-path ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ application-path ---
[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/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/application-path-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:book-cdi >-----------------
[INFO] Building Eclipse Krazo Book CDI tests 4.0.0-SNAPSHOT              [8/30]
[INFO]   from examples/book-cdi/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ book-cdi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ book-cdi ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [10 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/book-cdi/target/test-book-cdi.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ book-cdi ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ book-cdi ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ book-cdi ---
[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/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/book-cdi-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:book-models >---------------
[INFO] Building Eclipse Krazo Book Models Tests 4.0.0-SNAPSHOT           [9/30]
[INFO]   from examples/book-models/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ book-models ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ book-models ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [9 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/book-models/target/test-book-models.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ book-models ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ book-models ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ book-models ---
[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/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/book-models-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:conversation >---------------
[INFO] Building Eclipse Krazo CDI Conversation Tests 4.0.0-SNAPSHOT     [10/30]
[INFO]   from examples/conversation/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ conversation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ conversation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [9 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/conversation/target/test-conversation.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ conversation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ conversation ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ conversation ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/conversation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/conversation-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:csrf-property >--------------
[INFO] Building Eclipse Krazo CSRF Property Tests 4.0.0-SNAPSHOT        [11/30]
[INFO]   from examples/csrf-property/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ csrf-property ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ csrf-property ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [8 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/csrf-property/target/test-csrf-property.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ csrf-property ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ csrf-property ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ csrf-property ---
[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/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/csrf-property-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:def-ext >-----------------
[INFO] Building Eclipse Krazo Default Extension Tests 4.0.0-SNAPSHOT    [12/30]
[INFO]   from examples/def-ext/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ def-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ def-ext ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/def-ext/target/test-def-ext.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ def-ext ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ def-ext ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ def-ext ---
[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/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/def-ext-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:events >------------------
[INFO] Building Eclipse Krazo CDI Events Tests 4.0.0-SNAPSHOT           [13/30]
[INFO]   from examples/events/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ events ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ events ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [8 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/events/target/test-events.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ events ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ events ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ events ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/events/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/events-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:exceptions >----------------
[INFO] Building Eclipse Krazo Exceptions Tests 4.0.0-SNAPSHOT           [14/30]
[INFO]   from examples/exceptions/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ exceptions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ exceptions ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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:2.8.1:display-dependency-updates (check-dependency-updates) @ exceptions ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ exceptions ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ exceptions ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/exceptions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/exceptions-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:facelets >-----------------
[INFO] Building Eclipse Krazo Facelets Tests 4.0.0-SNAPSHOT             [15/30]
[INFO]   from examples/facelets/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources: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] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ facelets ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/facelets/target/test-facelets.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ facelets ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ facelets ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ facelets ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/facelets/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/facelets-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:locale >------------------
[INFO] Building Eclipse Krazo Locale Tests 4.0.0-SNAPSHOT               [16/30]
[INFO]   from examples/locale/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ locale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ locale ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [9 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/locale/target/test-locale.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ locale ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ locale ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ locale ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/locale/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/locale-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:produces >-----------------
[INFO] Building Eclipse Krazo Produces Tests 4.0.0-SNAPSHOT             [17/30]
[INFO]   from examples/produces/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ produces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ produces ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/produces/target/test-produces.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ produces ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ produces ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ produces ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/produces/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/produces-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:redirect >-----------------
[INFO] Building Eclipse Krazo Redirect Tests 4.0.0-SNAPSHOT             [18/30]
[INFO]   from examples/redirect/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ redirect ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ redirect ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/redirect/target/test-redirect.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ redirect ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ redirect ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ redirect ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/redirect/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/redirect-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:redirectScope >--------------
[INFO] Building Eclipse Krazo RedirectScope Tests 4.0.0-SNAPSHOT        [19/30]
[INFO]   from examples/redirectScope/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources: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] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ redirectScope ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/redirectScope/target/test-redirectscope.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ redirectScope ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ redirectScope ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ redirectScope ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/redirectScope/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/redirectScope-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:redirectScope2 >--------------
[INFO] Building Eclipse Krazo RedirectScope2 Tests 4.0.0-SNAPSHOT       [20/30]
[INFO]   from examples/redirectScope2/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources: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] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ redirectScope2 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/redirectScope2/target/test-redirectscope2.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ redirectScope2 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ redirectScope2 ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ redirectScope2 ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/redirectScope2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/redirectScope2-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:redirectScope3 >--------------
[INFO] Building Eclipse Krazo RedirectScope3 Tests 4.0.0-SNAPSHOT       [21/30]
[INFO]   from examples/redirectScope3/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources: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] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ redirectScope3 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [8 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/redirectScope3/target/test-redirectscope3.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ redirectScope3 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ redirectScope3 ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ redirectScope3 ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/redirectScope3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/redirectScope3-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] ------------< org.eclipse.krazo.examples:requestDispatcher >------------
[INFO] Building Eclipse Krazo RequestDispatcher tests 4.0.0-SNAPSHOT    [22/30]
[INFO]   from examples/requestDispatcher/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources: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] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ requestDispatcher ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [6 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/requestDispatcher/target/test-requestDispatcher.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ requestDispatcher ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ requestDispatcher ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ requestDispatcher ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/requestDispatcher/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/requestDispatcher-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:returns >-----------------
[INFO] Building Eclipse Krazo Returns Tests 4.0.0-SNAPSHOT              [23/30]
[INFO]   from examples/returns/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ returns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ returns ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [8 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/returns/target/test-returns.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ returns ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ returns ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ returns ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/returns/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/returns-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:validation >----------------
[INFO] Building Eclipse Krazo Validation Tests 4.0.0-SNAPSHOT           [24/30]
[INFO]   from examples/validation/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ validation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [12 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/validation/target/test-validation.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ validation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ validation ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ validation ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/examples/validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/validation-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:validation-i18n >-------------
[INFO] Building Eclipse Krazo Validation I18N Tests 4.0.0-SNAPSHOT      [25/30]
[INFO]   from examples/validation-i18n/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ validation-i18n ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ validation-i18n ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [10 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/validation-i18n/target/test-validation-i18n.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ validation-i18n ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ validation-i18n ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ validation-i18n ---
[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/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/validation-i18n-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:view-annotation >-------------
[INFO] Building Eclipse Krazo View Annotation Tests 4.0.0-SNAPSHOT      [26/30]
[INFO]   from examples/view-annotation/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ view-annotation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ view-annotation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [7 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/view-annotation/target/test-view-annotation.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ view-annotation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ view-annotation ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ view-annotation ---
[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/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/view-annotation-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:uri-builder >---------------
[INFO] Building Eclipse Krazo UriBuilder Test 4.0.0-SNAPSHOT            [27/30]
[INFO]   from examples/uri-builder/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- resources: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] --- compiler: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] --- resources: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] --- compiler: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] --- surefire:2.22.2:test (default-test) @ uri-builder ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- war: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 [8 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/master-build-only/examples/uri-builder/target/uri-builder.war
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ uri-builder ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ uri-builder ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ uri-builder ---
[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/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT.pom
[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/4.0.0-SNAPSHOT/uri-builder-4.0.0-SNAPSHOT.war
[INFO] 
[INFO] -----------------< org.eclipse.krazo:krazo-testsuite >------------------
[INFO] Building Eclipse Krazo Testsuite 4.0.0-SNAPSHOT                  [28/30]
[INFO]   from testsuite/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ krazo-testsuite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 30 resources
[INFO] 
[INFO] --- compiler: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] --- resources:3.1.0:testResources (default-testResources) @ krazo-testsuite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler: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] --- surefire:2.22.2:test (default-test) @ krazo-testsuite ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ krazo-testsuite ---
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/testsuite/target/krazo-testsuite-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- failsafe:2.18.1:integration-test (default) @ krazo-testsuite ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-testsuite ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] artifact javax.inject:javax.inject: checking for updates from sonatype-nexus-staging
[INFO] artifact javax.annotation:jsr250-api: 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 javax.inject:javax.inject: 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 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-impl: checking for updates from eclipse.maven.central.mirror
[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-spi: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.apache.maven.resolver:maven-resolver-transport-wagon: 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-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.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-library: checking for updates from sonatype-nexus-staging
[INFO] artifact org.hamcrest:hamcrest-core: 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.hamcrest:hamcrest-library: checking for updates from eclipse.maven.central.mirror
[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-servlet-jakarta: checking for updates from sonatype-nexus-staging
[INFO] artifact org.jboss.arquillian.protocol:arquillian-protocol-rest-jakarta: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-cdi-jakarta: checking for updates from sonatype-nexus-staging
[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.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.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.jboss.arquillian.testenricher:arquillian-testenricher-ejb-jakarta: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.jboss.arquillian.testenricher:arquillian-testenricher-resource-jakarta: checking for updates from eclipse.maven.central.mirror
[INFO] artifact org.powermock:powermock-reflect: checking for updates from sonatype-nexus-staging
[INFO] artifact org.xmlunit:xmlunit-core: 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.xmlunit:xmlunit-matchers: checking for updates from sonatype-nexus-staging
[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.7
[INFO]   com.google.inject:guice ........................... 4.2.1 -> 7.0.0-rc1
[INFO]   commons-cli:commons-cli ................................. 1.4 -> 1.5.0
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.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-5
[INFO]   org.apache.maven:maven-builder-support ........ 3.6.3 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-compat ................. 3.6.3 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-core ................... 3.6.3 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-embedder ............... 3.6.3 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-model .................. 3.6.3 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-model-builder .......... 3.6.3 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-plugin-api ............. 3.6.3 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-repository-metadata .... 3.6.3 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-resolver-provider ...... 3.6.3 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-settings ............... 3.6.3 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-settings-builder ....... 3.6.3 -> 4.0.0-alpha-5
[INFO]   org.apache.maven:maven-slf4j-provider ......... 3.6.3 -> 4.0.0-alpha-5
[INFO]   org.apache.maven.plugin-tools:maven-plugin-annotations ...
[INFO]                                                           3.5.2 -> 3.8.2
[INFO]   org.apache.maven.resolver:maven-resolver-api ......... 1.4.1 -> 1.9.10
[INFO]   org.apache.maven.resolver:maven-resolver-connector-basic ...
[INFO]                                                          1.4.1 -> 1.9.10
[INFO]   org.apache.maven.resolver:maven-resolver-impl ........ 1.4.1 -> 1.9.10
[INFO]   org.apache.maven.resolver:maven-resolver-spi ......... 1.4.1 -> 1.9.10
[INFO]   org.apache.maven.resolver:maven-resolver-transport-wagon ...
[INFO]                                                          1.4.1 -> 1.9.10
[INFO]   org.apache.maven.resolver:maven-resolver-util ........ 1.4.1 -> 1.9.10
[INFO]   org.apache.maven.shared:maven-shared-utils ............ 3.2.1 -> 3.4.1
[INFO]   org.apache.maven.wagon:wagon-file ..................... 3.3.4 -> 3.5.3
[INFO]   org.apache.maven.wagon:wagon-http ..................... 3.3.4 -> 3.5.3
[INFO]   org.apache.maven.wagon:wagon-provider-api ............. 3.3.4 -> 3.5.3
[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.1
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.eclipse.sisu:org.eclipse.sisu.inject ........... 0.3.4 -> 0.9.0.M2
[INFO]   org.eclipse.sisu:org.eclipse.sisu.plexus ........... 0.3.4 -> 0.9.0.M2
[INFO]   org.fusesource.jansi:jansi ........................... 1.17.1 -> 2.4.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.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.config:arquillian-config-impl-base ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.config:arquillian-config-spi ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-container-impl-base ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-container-spi ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-container-test-api ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-container-test-impl-base ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.container:arquillian-container-test-spi ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.core:arquillian-core-api ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.core:arquillian-core-impl-base ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.core:arquillian-core-spi ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.junit:arquillian-junit-container ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.junit:arquillian-junit-core ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.junit:arquillian-junit-standalone ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.junit5:arquillian-junit5-container ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.junit5:arquillian-junit5-core ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-jmx ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-rest-jakarta ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-servlet ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.protocol:arquillian-protocol-servlet-jakarta ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.test:arquillian-test-api ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.test:arquillian-test-impl-base ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.test:arquillian-test-spi ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-cdi ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-cdi-jakarta ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-ejb ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-ejb-jakarta ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-resource ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testenricher:arquillian-testenricher-resource-jakarta ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testng:arquillian-testng-container ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testng:arquillian-testng-core ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.arquillian.testng:arquillian-testng-standalone ...
[INFO]                                             1.7.0.Alpha14 -> 1.7.0.Final
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[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.16.1
[INFO]   org.mockito:mockito-core ............................. 2.21.0 -> 5.3.1
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.powermock:powermock-reflect ....................... 1.7.4 -> 2.0.9
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO]   org.xmlunit:xmlunit-core .............................. 2.2.1 -> 2.9.1
[INFO]   org.xmlunit:xmlunit-matchers .......................... 2.2.1 -> 2.9.1
[INFO] 
[INFO] No dependencies in Dependencies have newer versions.
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-testsuite ---
[INFO] 
[INFO] --- failsafe:2.18.1:verify (default) @ krazo-testsuite ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ krazo-testsuite ---
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/testsuite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/testsuite/target/krazo-testsuite-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/4.0.0-SNAPSHOT/krazo-testsuite-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.eclipse.krazo:krazo-documentation >----------------
[INFO] Building Eclipse Krazo Documentation 4.0.0-SNAPSHOT              [29/30]
[INFO]   from documentation/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] Parameter 'sourceHighlighter' is unknown for plugin 'asciidoctor-maven-plugin:2.2.3:process-asciidoc (output-html)'
[INFO] 
[INFO] --- asciidoctor:2.2.3:process-asciidoc (output-html) @ krazo-documentation ---
2023-05-10T20:10:42.835Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/master-build-only/documentation/src/main/asciidoc/index.adoc
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-documentation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-documentation ---
[INFO] 
[INFO] --- install:3.1.0: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/4.0.0-SNAPSHOT/krazo-documentation-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo:krazo-jakartaee-archetype >-------------
[INFO] Building Archetype for Jakarta EE application containing Jakarta MVC and Eclipse Krazo 4.0.0-SNAPSHOT [30/30]
[INFO]   from archetype/pom.xml
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ krazo-jakartaee-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- resources: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] --- archetype: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-4.0.0-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/archetype/target/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ krazo-jakartaee-archetype >>>
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ krazo-jakartaee-archetype <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ krazo-jakartaee-archetype ---
[INFO] Building jar: /home/jenkins/agent/workspace/master-build-only/archetype/target/krazo-jakartaee-archetype-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-javadoc) > generate-sources @ krazo-jakartaee-archetype >>>
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-javadoc) < generate-sources @ krazo-jakartaee-archetype <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-javadoc) @ krazo-jakartaee-archetype ---
[WARNING] artifact org.eclipse.krazo:krazo-jakartaee-archetype:java-source:sources:4.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ krazo-jakartaee-archetype ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- versions:2.8.1:display-dependency-updates (check-dependency-updates) @ krazo-jakartaee-archetype ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   fish.payara.arquillian:arquillian-payara-server-managed ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   fish.payara.arquillian:arquillian-payara-server-remote ...
[INFO]                                                 3.0.alpha7 -> 3.0.alpha8
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta ...
[INFO]                                                           2.1.0 -> 2.1.2
[INFO]   io.openliberty.arquillian:arquillian-liberty-managed-jakarta-junit ...
[INFO]                                                           2.1.0 -> 2.1.3
[INFO]   net.sourceforge.htmlunit:htmlunit ................... 2.65.1 -> 2.70.0
[INFO]   org.easymock:easymock ................................... 4.3 -> 5.1.0
[INFO]   org.jboss.resteasy:resteasy-core .......... 6.2.1.Final -> 6.2.3.Final
[INFO]   org.jboss.resteasy:resteasy-validator-provider ...
[INFO]                                               6.2.1.Final -> 6.2.3.Final
[INFO]   org.omnifaces.arquillian:arquillian-glassfish-server-remote ...
[INFO]                                                               1.2 -> 1.4
[INFO]   org.slf4j:slf4j-api ................................... 2.0.3 -> 2.0.7
[INFO]   org.slf4j:slf4j-simple ................................ 2.0.3 -> 2.0.7
[INFO] 
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ krazo-jakartaee-archetype ---
[INFO] 
[INFO] --- install:3.1.1: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/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/archetype/target/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/master-build-only/archetype/target/krazo-jakartaee-archetype-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee-archetype/4.0.0-SNAPSHOT/krazo-jakartaee-archetype-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ krazo-jakartaee-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Krazo Parent 4.0.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Krazo Parent ............................... SUCCESS [ 30.912 s]
[INFO] Eclipse Krazo Core ................................. SUCCESS [ 13.140 s]
[INFO] Eclipse Krazo Jersey ............................... SUCCESS [  1.184 s]
[INFO] Eclipse Krazo RESTEasy ............................. SUCCESS [  0.323 s]
[INFO] Eclipse Krazo TCK Runner ........................... SUCCESS [  1.646 s]
[INFO] Eclipse Krazo Integration Tests Parent ............. SUCCESS [  0.020 s]
[INFO] Eclipse Krazo Application Path Tests ............... SUCCESS [  1.284 s]
[INFO] Eclipse Krazo Book CDI tests ....................... SUCCESS [  0.336 s]
[INFO] Eclipse Krazo Book Models Tests .................... SUCCESS [  0.373 s]
[INFO] Eclipse Krazo CDI Conversation Tests ............... SUCCESS [  0.317 s]
[INFO] Eclipse Krazo CSRF Property Tests .................. SUCCESS [  0.287 s]
[INFO] Eclipse Krazo Default Extension Tests .............. SUCCESS [  0.362 s]
[INFO] Eclipse Krazo CDI Events Tests ..................... SUCCESS [  0.275 s]
[INFO] Eclipse Krazo Exceptions Tests ..................... SUCCESS [  0.282 s]
[INFO] Eclipse Krazo Facelets Tests ....................... SUCCESS [  0.278 s]
[INFO] Eclipse Krazo Locale Tests ......................... SUCCESS [  0.326 s]
[INFO] Eclipse Krazo Produces Tests ....................... SUCCESS [  0.412 s]
[INFO] Eclipse Krazo Redirect Tests ....................... SUCCESS [  0.230 s]
[INFO] Eclipse Krazo RedirectScope Tests .................. SUCCESS [  0.253 s]
[INFO] Eclipse Krazo RedirectScope2 Tests ................. SUCCESS [  0.225 s]
[INFO] Eclipse Krazo RedirectScope3 Tests ................. SUCCESS [  0.213 s]
[INFO] Eclipse Krazo RequestDispatcher tests .............. SUCCESS [  0.255 s]
[INFO] Eclipse Krazo Returns Tests ........................ SUCCESS [  0.330 s]
[INFO] Eclipse Krazo Validation Tests ..................... SUCCESS [  0.345 s]
[INFO] Eclipse Krazo Validation I18N Tests ................ SUCCESS [  0.351 s]
[INFO] Eclipse Krazo View Annotation Tests ................ SUCCESS [  0.226 s]
[INFO] Eclipse Krazo UriBuilder Test ...................... SUCCESS [  0.255 s]
[INFO] Eclipse Krazo Testsuite ............................ SUCCESS [  1.797 s]
[INFO] Eclipse Krazo Documentation ........................ SUCCESS [ 10.394 s]
[INFO] Archetype for Jakarta EE application containing Jakarta MVC and Eclipse Krazo SUCCESS [  4.511 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:24 min
[INFO] Finished at: 2023-05-10T20:10:50Z
[INFO] ------------------------------------------------------------------------
Triggering a new build of testsuites-wildfly
Triggering a new build of testsuite-glassfish
Triggering a new build of testsuite-liberty
testsuites is disabled. Triggering skipped
Finished: SUCCESS