Skip to content
Success

Console Output

Started by user Christian Kaltepoth
Running as Christian Kaltepoth
Agent basic-rtwwz is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-rtwwz"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.krazo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-rtwwz"
    - 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-rtwwz"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.krazo.svc.cluster.local/krazo/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  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-rtwwz in workspace /home/jenkins/agent/workspace/tck-glassfish
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
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/tck-glassfish # 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 8c023681cf8cac97f4804a38654bfa467df7b2f0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c023681cf8cac97f4804a38654bfa467df7b2f0 # timeout=10
Commit message: "Releases/2.0.0 (#240)"
 > git rev-list --no-walk 8c023681cf8cac97f4804a38654bfa467df7b2f0 # timeout=10
[tck-glassfish] $ /bin/sh -xe /tmp/jenkins5669156542393713685.sh
+ wget https://download.eclipse.org/ee4j/glassfish/web-6.0.0-RC2.zip
--2021-03-21 11:49:22--  https://download.eclipse.org/ee4j/glassfish/web-6.0.0-RC2.zip
Resolving download.eclipse.org (download.eclipse.org)... 198.41.30.199
Connecting to download.eclipse.org (download.eclipse.org)|198.41.30.199|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 69380238 (66M) [application/zip]
Saving to: ‘web-6.0.0-RC2.zip’

     0K .......... .......... .......... .......... ..........  0% 58.3M 1s
    50K .......... .......... .......... .......... ..........  0% 43.8M 1s
   100K .......... .......... .......... .......... ..........  0% 41.8M 1s
   150K .......... .......... .......... .......... ..........  0% 88.2M 1s
   200K .......... .......... .......... .......... ..........  0% 90.9M 1s
   250K .......... .......... .......... .......... ..........  0% 66.2M 1s
   300K .......... .......... .......... .......... ..........  0% 52.1M 1s
   350K .......... .......... .......... .......... ..........  0% 68.5M 1s
   400K .......... .......... .......... .......... ..........  0% 88.2M 1s
   450K .......... .......... .......... .......... ..........  0% 75.1M 1s
   500K .......... .......... .......... .......... ..........  0% 87.1M 1s
   550K .......... .......... .......... .......... ..........  0%  102M 1s
   600K .......... .......... .......... .......... ..........  0%  115M 1s
   650K .......... .......... .......... .......... ..........  1% 95.6M 1s
   700K .......... .......... .......... .......... ..........  1%  130M 1s
   750K .......... .......... .......... .......... ..........  1% 68.0M 1s
   800K .......... .......... .......... .......... ..........  1% 86.8M 1s
   850K .......... .......... .......... .......... ..........  1%  118M 1s
   900K .......... .......... .......... .......... ..........  1% 93.8M 1s
   950K .......... .......... .......... .......... ..........  1% 89.1M 1s
  1000K .......... .......... .......... .......... ..........  1% 65.7M 1s
  1050K .......... .......... .......... .......... ..........  1% 88.0M 1s
  1100K .......... .......... .......... .......... ..........  1% 68.1M 1s
  1150K .......... .......... .......... .......... ..........  1% 69.4M 1s
  1200K .......... .......... .......... .......... ..........  1% 92.0M 1s
  1250K .......... .......... .......... .......... ..........  1% 53.5M 1s
  1300K .......... .......... .......... .......... ..........  1% 67.4M 1s
  1350K .......... .......... .......... .......... ..........  2% 47.7M 1s
  1400K .......... .......... .......... .......... ..........  2% 54.6M 1s
  1450K .......... .......... .......... .......... ..........  2%  115M 1s
  1500K .......... .......... .......... .......... ..........  2% 46.2M 1s
  1550K .......... .......... .......... .......... ..........  2% 44.8M 1s
  1600K .......... .......... .......... .......... ..........  2% 84.5M 1s
  1650K .......... .......... .......... .......... ..........  2% 66.0M 1s
  1700K .......... .......... .......... .......... ..........  2% 76.1M 1s
  1750K .......... .......... .......... .......... ..........  2% 56.9M 1s
  1800K .......... .......... .......... .......... ..........  2% 75.8M 1s
  1850K .......... .......... .......... .......... ..........  2% 65.5M 1s
  1900K .......... .......... .......... .......... ..........  2% 35.0M 1s
  1950K .......... .......... .......... .......... ..........  2% 93.2M 1s
  2000K .......... .......... .......... .......... ..........  3% 2.58M 2s
  2050K .......... .......... .......... .......... ..........  3%  134M 1s
  2100K .......... .......... .......... .......... ..........  3%  119M 1s
  2150K .......... .......... .......... .......... ..........  3% 95.1M 1s
  2200K .......... .......... .......... .......... ..........  3%  125M 1s
  2250K .......... .......... .......... .......... ..........  3%  109M 1s
  2300K .......... .......... .......... .......... ..........  3%  102M 1s
  2350K .......... .......... .......... .......... ..........  3% 92.2M 1s
  2400K .......... .......... .......... .......... ..........  3%  135M 1s
  2450K .......... .......... .......... .......... ..........  3%  129M 1s
  2500K .......... .......... .......... .......... ..........  3%  111M 1s
  2550K .......... .......... .......... .......... ..........  3% 94.3M 1s
  2600K .......... .......... .......... .......... ..........  3%  130M 1s
  2650K .......... .......... .......... .......... ..........  3%  116M 1s
  2700K .......... .......... .......... .......... ..........  4%  101M 1s
  2750K .......... .......... .......... .......... ..........  4% 88.6M 1s
  2800K .......... .......... .......... .......... ..........  4%  137M 1s
  2850K .......... .......... .......... .......... ..........  4% 4.21M 1s
  2900K .......... .......... .......... .......... ..........  4%  122M 1s
  2950K .......... .......... .......... .......... ..........  4%  135M 1s
  3000K .......... .......... .......... .......... ..........  4% 88.4M 1s
  3050K .......... .......... .......... .......... ..........  4%  129M 1s
  3100K .......... .......... .......... .......... ..........  4%  131M 1s
  3150K .......... .......... .......... .......... ..........  4% 92.1M 1s
  3200K .......... .......... .......... .......... ..........  4% 97.0M 1s
  3250K .......... .......... .......... .......... ..........  4%  114M 1s
  3300K .......... .......... .......... .......... ..........  4%  130M 1s
  3350K .......... .......... .......... .......... ..........  5%  123M 1s
  3400K .......... .......... .......... .......... ..........  5%  118M 1s
  3450K .......... .......... .......... .......... ..........  5% 98.6M 1s
  3500K .......... .......... .......... .......... ..........  5%  131M 1s
  3550K .......... .......... .......... .......... ..........  5% 67.9M 1s
  3600K .......... .......... .......... .......... ..........  5%  129M 1s
  3650K .......... .......... .......... .......... ..........  5%  131M 1s
  3700K .......... .......... .......... .......... ..........  5%  114M 1s
  3750K .......... .......... .......... .......... ..........  5% 95.5M 1s
  3800K .......... .......... .......... .......... ..........  5%  127M 1s
  3850K .......... .......... .......... .......... ..........  5%  136M 1s
  3900K .......... .......... .......... .......... ..........  5%  114M 1s
  3950K .......... .......... .......... .......... ..........  5% 72.7M 1s
  4000K .......... .......... .......... .......... ..........  5%  132M 1s
  4050K .......... .......... .......... .......... ..........  6%  122M 1s
  4100K .......... .......... .......... .......... ..........  6%  119M 1s
  4150K .......... .......... .......... .......... ..........  6% 86.1M 1s
  4200K .......... .......... .......... .......... ..........  6% 94.1M 1s
  4250K .......... .......... .......... .......... ..........  6%  133M 1s
  4300K .......... .......... .......... .......... ..........  6%  110M 1s
  4350K .......... .......... .......... .......... ..........  6% 72.9M 1s
  4400K .......... .......... .......... .......... ..........  6%  113M 1s
  4450K .......... .......... .......... .......... ..........  6% 97.3M 1s
  4500K .......... .......... .......... .......... ..........  6% 89.1M 1s
  4550K .......... .......... .......... .......... ..........  6%  120M 1s
  4600K .......... .......... .......... .......... ..........  6%  110M 1s
  4650K .......... .......... .......... .......... ..........  6%  225K 4s
  4700K .......... .......... .......... .......... ..........  7%  102M 4s
  4750K .......... .......... .......... .......... ..........  7%  111M 4s
  4800K .......... .......... .......... .......... ..........  7%  148M 4s
  4850K .......... .......... .......... .......... ..........  7%  130M 4s
  4900K .......... .......... .......... .......... ..........  7%  169M 4s
  4950K .......... .......... .......... .......... ..........  7%  167M 4s
  5000K .......... .......... .......... .......... ..........  7% 5.11M 4s
  5050K .......... .......... .......... .......... ..........  7%  169M 4s
  5100K .......... .......... .......... .......... ..........  7%  170M 4s
  5150K .......... .......... .......... .......... ..........  7%  110M 4s
  5200K .......... .......... .......... .......... ..........  7%  173M 4s
  5250K .......... .......... .......... .......... ..........  7%  155M 4s
  5300K .......... .......... .......... .......... ..........  7%  157M 4s
  5350K .......... .......... .......... .......... ..........  7%  153M 4s
  5400K .......... .......... .......... .......... ..........  8%  184M 4s
  5450K .......... .......... .......... .......... ..........  8%  176M 4s
  5500K .......... .......... .......... .......... ..........  8%  170M 4s
  5550K .......... .......... .......... .......... ..........  8%  148M 4s
  5600K .......... .......... .......... .......... ..........  8%  157M 4s
  5650K .......... .......... .......... .......... ..........  8%  143M 3s
  5700K .......... .......... .......... .......... ..........  8%  167M 3s
  5750K .......... .......... .......... .......... ..........  8%  144M 3s
  5800K .......... .......... .......... .......... ..........  8%  151M 3s
  5850K .......... .......... .......... .......... ..........  8%  164M 3s
  5900K .......... .......... .......... .......... ..........  8%  176M 3s
  5950K .......... .......... .......... .......... ..........  8% 99.6M 3s
  6000K .......... .......... .......... .......... ..........  8%  165M 3s
  6050K .......... .......... .......... .......... ..........  9%  146M 3s
  6100K .......... .......... .......... .......... ..........  9%  154M 3s
  6150K .......... .......... .......... .......... ..........  9%  176M 3s
  6200K .......... .......... .......... .......... ..........  9%  196M 3s
  6250K .......... .......... .......... .......... ..........  9%  170M 3s
  6300K .......... .......... .......... .......... ..........  9%  188M 3s
  6350K .......... .......... .......... .......... ..........  9%  143M 3s
  6400K .......... .......... .......... .......... ..........  9%  163M 3s
  6450K .......... .......... .......... .......... ..........  9%  183M 3s
  6500K .......... .......... .......... .......... ..........  9%  184M 3s
  6550K .......... .......... .......... .......... ..........  9%  129M 3s
  6600K .......... .......... .......... .......... ..........  9%  165M 3s
  6650K .......... .......... .......... .......... ..........  9%  156M 3s
  6700K .......... .......... .......... .......... ..........  9%  151M 3s
  6750K .......... .......... .......... .......... .......... 10%  126M 3s
  6800K .......... .......... .......... .......... .......... 10%  193M 3s
  6850K .......... .......... .......... .......... .......... 10%  157M 3s
  6900K .......... .......... .......... .......... .......... 10%  156M 3s
  6950K .......... .......... .......... .......... .......... 10%  154M 3s
  7000K .......... .......... .......... .......... .......... 10%  184M 3s
  7050K .......... .......... .......... .......... .......... 10%  175M 3s
  7100K .......... .......... .......... .......... .......... 10%  187M 3s
  7150K .......... .......... .......... .......... .......... 10%  137M 3s
  7200K .......... .......... .......... .......... .......... 10%  161M 3s
  7250K .......... .......... .......... .......... .......... 10%  136M 3s
  7300K .......... .......... .......... .......... .......... 10%  162M 3s
  7350K .......... .......... .......... .......... .......... 10%  135M 3s
  7400K .......... .......... .......... .......... .......... 10%  176M 3s
  7450K .......... .......... .......... .......... .......... 11%  160M 3s
  7500K .......... .......... .......... .......... .......... 11%  172M 3s
  7550K .......... .......... .......... .......... .......... 11%  139M 3s
  7600K .......... .......... .......... .......... .......... 11%  189M 3s
  7650K .......... .......... .......... .......... .......... 11%  172M 3s
  7700K .......... .......... .......... .......... .......... 11%  151M 3s
  7750K .......... .......... .......... .......... .......... 11%  152M 3s
  7800K .......... .......... .......... .......... .......... 11%  166M 3s
  7850K .......... .......... .......... .......... .......... 11%  155M 3s
  7900K .......... .......... .......... .......... .......... 11%  147M 3s
  7950K .......... .......... .......... .......... .......... 11%  143M 2s
  8000K .......... .......... .......... .......... .......... 11%  149M 2s
  8050K .......... .......... .......... .......... .......... 11%  181M 2s
  8100K .......... .......... .......... .......... .......... 12%  163M 2s
  8150K .......... .......... .......... .......... .......... 12%  154M 2s
  8200K .......... .......... .......... .......... .......... 12%  165M 2s
  8250K .......... .......... .......... .......... .......... 12%  152M 2s
  8300K .......... .......... .......... .......... .......... 12%  180M 2s
  8350K .......... .......... .......... .......... .......... 12%  142M 2s
  8400K .......... .......... .......... .......... .......... 12%  158M 2s
  8450K .......... .......... .......... .......... .......... 12%  149M 2s
  8500K .......... .......... .......... .......... .......... 12%  160M 2s
  8550K .......... .......... .......... .......... .......... 12%  143M 2s
  8600K .......... .......... .......... .......... .......... 12%  202M 2s
  8650K .......... .......... .......... .......... .......... 12%  150M 2s
  8700K .......... .......... .......... .......... .......... 12%  142M 2s
  8750K .......... .......... .......... .......... .......... 12%  157M 2s
  8800K .......... .......... .......... .......... .......... 13%  159M 2s
  8850K .......... .......... .......... .......... .......... 13%  136M 2s
  8900K .......... .......... .......... .......... .......... 13%  172M 2s
  8950K .......... .......... .......... .......... .......... 13%  145M 2s
  9000K .......... .......... .......... .......... .......... 13%  172M 2s
  9050K .......... .......... .......... .......... .......... 13%  165M 2s
  9100K .......... .......... .......... .......... .......... 13%  185M 2s
  9150K .......... .......... .......... .......... .......... 13%  134M 2s
  9200K .......... .......... .......... .......... .......... 13%  150M 2s
  9250K .......... .......... .......... .......... .......... 13%  185M 2s
  9300K .......... .......... .......... .......... .......... 13%  158M 2s
  9350K .......... .......... .......... .......... .......... 13%  139M 2s
  9400K .......... .......... .......... .......... .......... 13%  192M 2s
  9450K .......... .......... .......... .......... .......... 14%  159M 2s
  9500K .......... .......... .......... .......... .......... 14%  133M 2s
  9550K .......... .......... .......... .......... .......... 14%  162M 2s
  9600K .......... .......... .......... .......... .......... 14%  197M 2s
  9650K .......... .......... .......... .......... .......... 14%  152M 2s
  9700K .......... .......... .......... .......... .......... 14%  160M 2s
  9750K .......... .......... .......... .......... .......... 14%  184M 2s
  9800K .......... .......... .......... .......... .......... 14%  149M 2s
  9850K .......... .......... .......... .......... .......... 14%  153M 2s
  9900K .......... .......... .......... .......... .......... 14%  167M 2s
  9950K .......... .......... .......... .......... .......... 14%  125M 2s
 10000K .......... .......... .......... .......... .......... 14%  153M 2s
 10050K .......... .......... .......... .......... .......... 14%  203M 2s
 10100K .......... .......... .......... .......... .......... 14% 96.9M 2s
 10150K .......... .......... .......... .......... .......... 15%  123M 2s
 10200K .......... .......... .......... .......... .......... 15% 87.7M 2s
 10250K .......... .......... .......... .......... .......... 15% 88.5M 2s
 10300K .......... .......... .......... .......... .......... 15%  110M 2s
 10350K .......... .......... .......... .......... .......... 15% 97.1M 2s
 10400K .......... .......... .......... .......... .......... 15% 96.3M 2s
 10450K .......... .......... .......... .......... .......... 15% 84.7M 2s
 10500K .......... .......... .......... .......... .......... 15% 88.2M 2s
 10550K .......... .......... .......... .......... .......... 15%  131M 2s
 10600K .......... .......... .......... .......... .......... 15%  101M 2s
 10650K .......... .......... .......... .......... .......... 15% 94.6M 2s
 10700K .......... .......... .......... .......... .......... 15% 98.3M 2s
 10750K .......... .......... .......... .......... .......... 15% 80.4M 2s
 10800K .......... .......... .......... .......... .......... 16% 99.6M 2s
 10850K .......... .......... .......... .......... .......... 16% 86.8M 2s
 10900K .......... .......... .......... .......... .......... 16%  418K 2s
 10950K .......... .......... .......... .......... .......... 16%  132M 2s
 11000K .......... .......... .......... .......... .......... 16%  170M 2s
 11050K .......... .......... .......... .......... .......... 16%  188M 2s
 11100K .......... .......... .......... .......... .......... 16%  196M 2s
 11150K .......... .......... .......... .......... .......... 16%  167M 2s
 11200K .......... .......... .......... .......... .......... 16%  155M 2s
 11250K .......... .......... .......... .......... .......... 16%  216M 2s
 11300K .......... .......... .......... .......... .......... 16%  271M 2s
 11350K .......... .......... .......... .......... .......... 16%  248M 2s
 11400K .......... .......... .......... .......... .......... 16%  245M 2s
 11450K .......... .......... .......... .......... .......... 16%  272M 2s
 11500K .......... .......... .......... .......... .......... 17%  239M 2s
 11550K .......... .......... .......... .......... .......... 17%  222M 2s
 11600K .......... .......... .......... .......... .......... 17%  269M 2s
 11650K .......... .......... .......... .......... .......... 17%  249M 2s
 11700K .......... .......... .......... .......... .......... 17%  244M 2s
 11750K .......... .......... .......... .......... .......... 17%  216M 2s
 11800K .......... .......... .......... .......... .......... 17%  272M 2s
 11850K .......... .......... .......... .......... .......... 17%  252M 2s
 11900K .......... .......... .......... .......... .......... 17%  257M 2s
 11950K .......... .......... .......... .......... .......... 17%  205M 2s
 12000K .......... .......... .......... .......... .......... 17%  174M 2s
 12050K .......... .......... .......... .......... .......... 17%  161M 2s
 12100K .......... .......... .......... .......... .......... 17%  182M 2s
 12150K .......... .......... .......... .......... .......... 18%  196M 2s
 12200K .......... .......... .......... .......... .......... 18%  224M 2s
 12250K .......... .......... .......... .......... .......... 18%  225M 2s
 12300K .......... .......... .......... .......... .......... 18%  175M 2s
 12350K .......... .......... .......... .......... .......... 18%  155M 2s
 12400K .......... .......... .......... .......... .......... 18%  189M 2s
 12450K .......... .......... .......... .......... .......... 18%  177M 2s
 12500K .......... .......... .......... .......... .......... 18%  192M 2s
 12550K .......... .......... .......... .......... .......... 18%  205M 2s
 12600K .......... .......... .......... .......... .......... 18%  215M 2s
 12650K .......... .......... .......... .......... .......... 18%  218M 2s
 12700K .......... .......... .......... .......... .......... 18%  200M 2s
 12750K .......... .......... .......... .......... .......... 18%  143M 2s
 12800K .......... .......... .......... .......... .......... 18%  207M 2s
 12850K .......... .......... .......... .......... .......... 19%  236M 2s
 12900K .......... .......... .......... .......... .......... 19%  166M 2s
 12950K .......... .......... .......... .......... .......... 19%  206M 2s
 13000K .......... .......... .......... .......... .......... 19%  264M 2s
 13050K .......... .......... .......... .......... .......... 19%  259M 2s
 13100K .......... .......... .......... .......... .......... 19%  222M 2s
 13150K .......... .......... .......... .......... .......... 19%  204M 2s
 13200K .......... .......... .......... .......... .......... 19%  266M 2s
 13250K .......... .......... .......... .......... .......... 19%  233M 2s
 13300K .......... .......... .......... .......... .......... 19%  265M 2s
 13350K .......... .......... .......... .......... .......... 19%  217M 2s
 13400K .......... .......... .......... .......... .......... 19%  221M 2s
 13450K .......... .......... .......... .......... .......... 19%  262M 2s
 13500K .......... .......... .......... .......... .......... 19%  253M 2s
 13550K .......... .......... .......... .......... .......... 20%  209M 2s
 13600K .......... .......... .......... .......... .......... 20%  205M 2s
 13650K .......... .......... .......... .......... .......... 20%  192M 2s
 13700K .......... .......... .......... .......... .......... 20%  254M 2s
 13750K .......... .......... .......... .......... .......... 20%  226M 2s
 13800K .......... .......... .......... .......... .......... 20%  237M 2s
 13850K .......... .......... .......... .......... .......... 20%  273M 2s
 13900K .......... .......... .......... .......... .......... 20%  254M 2s
 13950K .......... .......... .......... .......... .......... 20%  188M 2s
 14000K .......... .......... .......... .......... .......... 20%  143M 2s
 14050K .......... .......... .......... .......... .......... 20%  220M 2s
 14100K .......... .......... .......... .......... .......... 20%  159M 2s
 14150K .......... .......... .......... .......... .......... 20%  179M 2s
 14200K .......... .......... .......... .......... .......... 21%  189M 2s
 14250K .......... .......... .......... .......... .......... 21%  220M 2s
 14300K .......... .......... .......... .......... .......... 21%  223M 2s
 14350K .......... .......... .......... .......... .......... 21%  173M 2s
 14400K .......... .......... .......... .......... .......... 21%  208M 2s
 14450K .......... .......... .......... .......... .......... 21%  222M 2s
 14500K .......... .......... .......... .......... .......... 21%  282M 2s
 14550K .......... .......... .......... .......... .......... 21%  241M 2s
 14600K .......... .......... .......... .......... .......... 21%  285M 2s
 14650K .......... .......... .......... .......... .......... 21% 23.0M 2s
 14700K .......... .......... .......... .......... .......... 21%  107M 2s
 14750K .......... .......... .......... .......... .......... 21% 79.9M 2s
 14800K .......... .......... .......... .......... .......... 21%  107M 2s
 14850K .......... .......... .......... .......... .......... 21%  102M 2s
 14900K .......... .......... .......... .......... .......... 22% 67.0M 2s
 14950K .......... .......... .......... .......... .......... 22% 92.0M 2s
 15000K .......... .......... .......... .......... .......... 22%  113M 2s
 15050K .......... .......... .......... .......... .......... 22%  125M 2s
 15100K .......... .......... .......... .......... .......... 22% 97.2M 2s
 15150K .......... .......... .......... .......... .......... 22% 78.9M 2s
 15200K .......... .......... .......... .......... .......... 22%  115M 2s
 15250K .......... .......... .......... .......... .......... 22% 11.6M 2s
 15300K .......... .......... .......... .......... .......... 22%  179M 2s
 15350K .......... .......... .......... .......... .......... 22%  184M 2s
 15400K .......... .......... .......... .......... .......... 22%  189M 2s
 15450K .......... .......... .......... .......... .......... 22% 9.64M 2s
 15500K .......... .......... .......... .......... .......... 22%  111M 2s
 15550K .......... .......... .......... .......... .......... 23% 96.8M 2s
 15600K .......... .......... .......... .......... .......... 23% 84.6M 2s
 15650K .......... .......... .......... .......... .......... 23%  125M 2s
 15700K .......... .......... .......... .......... .......... 23% 71.1M 2s
 15750K .......... .......... .......... .......... .......... 23%  104M 2s
 15800K .......... .......... .......... .......... .......... 23%  108M 2s
 15850K .......... .......... .......... .......... .......... 23% 87.2M 2s
 15900K .......... .......... .......... .......... .......... 23%  132M 2s
 15950K .......... .......... .......... .......... .......... 23% 58.1M 2s
 16000K .......... .......... .......... .......... .......... 23% 67.5M 2s
 16050K .......... .......... .......... .......... .......... 23% 52.5M 2s
 16100K .......... .......... .......... .......... .......... 23% 90.7M 2s
 16150K .......... .......... .......... .......... .......... 23% 1.39M 2s
 16200K .......... .......... .......... .......... .......... 23% 98.9M 2s
 16250K .......... .......... .......... .......... .......... 24%  121M 2s
 16300K .......... .......... .......... .......... .......... 24%  145M 2s
 16350K .......... .......... .......... .......... .......... 24% 90.5M 2s
 16400K .......... .......... .......... .......... .......... 24%  116M 2s
 16450K .......... .......... .......... .......... .......... 24% 95.0M 2s
 16500K .......... .......... .......... .......... .......... 24%  128M 2s
 16550K .......... .......... .......... .......... .......... 24%  119M 2s
 16600K .......... .......... .......... .......... .......... 24%  102M 2s
 16650K .......... .......... .......... .......... .......... 24% 97.9M 2s
 16700K .......... .......... .......... .......... .......... 24%  162M 2s
 16750K .......... .......... .......... .......... .......... 24% 64.8M 2s
 16800K .......... .......... .......... .......... .......... 24%  131M 2s
 16850K .......... .......... .......... .......... .......... 24%  113M 2s
 16900K .......... .......... .......... .......... .......... 25%  107M 2s
 16950K .......... .......... .......... .......... .......... 25% 82.6M 2s
 17000K .......... .......... .......... .......... .......... 25%  136M 2s
 17050K .......... .......... .......... .......... .......... 25% 89.4M 2s
 17100K .......... .......... .......... .......... .......... 25%  124M 2s
 17150K .......... .......... .......... .......... .......... 25% 54.7M 2s
 17200K .......... .......... .......... .......... .......... 25% 86.8M 2s
 17250K .......... .......... .......... .......... .......... 25% 89.6M 2s
 17300K .......... .......... .......... .......... .......... 25%  128M 2s
 17350K .......... .......... .......... .......... .......... 25%  122M 2s
 17400K .......... .......... .......... .......... .......... 25% 87.4M 2s
 17450K .......... .......... .......... .......... .......... 25%  133M 2s
 17500K .......... .......... .......... .......... .......... 25%  135M 2s
 17550K .......... .......... .......... .......... .......... 25% 80.0M 2s
 17600K .......... .......... .......... .......... .......... 26% 97.2M 2s
 17650K .......... .......... .......... .......... .......... 26%  138M 2s
 17700K .......... .......... .......... .......... .......... 26%  127M 2s
 17750K .......... .......... .......... .......... .......... 26% 81.5M 2s
 17800K .......... .......... .......... .......... .......... 26%  135M 2s
 17850K .......... .......... .......... .......... .......... 26%  124M 2s
 17900K .......... .......... .......... .......... .......... 26%  125M 2s
 17950K .......... .......... .......... .......... .......... 26% 89.9M 2s
 18000K .......... .......... .......... .......... .......... 26% 98.1M 2s
 18050K .......... .......... .......... .......... .......... 26%  131M 2s
 18100K .......... .......... .......... .......... .......... 26%  113M 2s
 18150K .......... .......... .......... .......... .......... 26% 92.3M 2s
 18200K .......... .......... .......... .......... .......... 26%  130M 2s
 18250K .......... .......... .......... .......... .......... 27%  109M 2s
 18300K .......... .......... .......... .......... .......... 27%  118M 2s
 18350K .......... .......... .......... .......... .......... 27% 81.1M 2s
 18400K .......... .......... .......... .......... .......... 27%  123M 2s
 18450K .......... .......... .......... .......... .......... 27%  139M 2s
 18500K .......... .......... .......... .......... .......... 27% 83.4M 2s
 18550K .......... .......... .......... .......... .......... 27%  126M 2s
 18600K .......... .......... .......... .......... .......... 27%  132M 2s
 18650K .......... .......... .......... .......... .......... 27%  111M 2s
 18700K .......... .......... .......... .......... .......... 27%  102M 2s
 18750K .......... .......... .......... .......... .......... 27% 92.5M 2s
 18800K .......... .......... .......... .......... .......... 27%  135M 1s
 18850K .......... .......... .......... .......... .......... 27% 91.6M 1s
 18900K .......... .......... .......... .......... .......... 27%  116M 1s
 18950K .......... .......... .......... .......... .......... 28%  128M 1s
 19000K .......... .......... .......... .......... .......... 28% 91.5M 1s
 19050K .......... .......... .......... .......... .......... 28%  132M 1s
 19100K .......... .......... .......... .......... .......... 28% 86.0M 1s
 19150K .......... .......... .......... .......... .......... 28% 87.2M 1s
 19200K .......... .......... .......... .......... .......... 28% 77.7M 1s
 19250K .......... .......... .......... .......... .......... 28%  106M 1s
 19300K .......... .......... .......... .......... .......... 28%  123M 1s
 19350K .......... .......... .......... .......... .......... 28% 67.0M 1s
 19400K .......... .......... .......... .......... .......... 28% 65.2M 1s
 19450K .......... .......... .......... .......... .......... 28% 94.8M 1s
 19500K .......... .......... .......... .......... .......... 28% 46.4M 1s
 19550K .......... .......... .......... .......... .......... 28% 2.24M 1s
 19600K .......... .......... .......... .......... .......... 29%  111M 1s
 19650K .......... .......... .......... .......... .......... 29% 69.4M 1s
 19700K .......... .......... .......... .......... .......... 29%  143M 1s
 19750K .......... .......... .......... .......... .......... 29% 86.5M 1s
 19800K .......... .......... .......... .......... .......... 29%  140M 1s
 19850K .......... .......... .......... .......... .......... 29%  113M 1s
 19900K .......... .......... .......... .......... .......... 29%  102M 1s
 19950K .......... .......... .......... .......... .......... 29% 92.7M 1s
 20000K .......... .......... .......... .......... .......... 29%  141M 1s
 20050K .......... .......... .......... .......... .......... 29% 12.5M 1s
 20100K .......... .......... .......... .......... .......... 29%  110M 1s
 20150K .......... .......... .......... .......... .......... 29%  100M 1s
 20200K .......... .......... .......... .......... .......... 29%  127M 1s
 20250K .......... .......... .......... .......... .......... 29%  114M 1s
 20300K .......... .......... .......... .......... .......... 30%  104M 1s
 20350K .......... .......... .......... .......... .......... 30% 89.6M 1s
 20400K .......... .......... .......... .......... .......... 30%  106M 1s
 20450K .......... .......... .......... .......... .......... 30% 91.9M 1s
 20500K .......... .......... .......... .......... .......... 30%  160M 1s
 20550K .......... .......... .......... .......... .......... 30%  102M 1s
 20600K .......... .......... .......... .......... .......... 30%  101M 1s
 20650K .......... .......... .......... .......... .......... 30%  131M 1s
 20700K .......... .......... .......... .......... .......... 30% 86.6M 1s
 20750K .......... .......... .......... .......... .......... 30% 94.4M 1s
 20800K .......... .......... .......... .......... .......... 30%  132M 1s
 20850K .......... .......... .......... .......... .......... 30%  106M 1s
 20900K .......... .......... .......... .......... .......... 30% 99.8M 1s
 20950K .......... .......... .......... .......... .......... 30%  129M 1s
 21000K .......... .......... .......... .......... .......... 31%  119M 1s
 21050K .......... .......... .......... .......... .......... 31%  100M 1s
 21100K .......... .......... .......... .......... .......... 31%  127M 1s
 21150K .......... .......... .......... .......... .......... 31% 92.4M 1s
 21200K .......... .......... .......... .......... .......... 31%  122M 1s
 21250K .......... .......... .......... .......... .......... 31%  102M 1s
 21300K .......... .......... .......... .......... .......... 31%  107M 1s
 21350K .......... .......... .......... .......... .......... 31%  121M 1s
 21400K .......... .......... .......... .......... .......... 31%  126M 1s
 21450K .......... .......... .......... .......... .......... 31% 88.0M 1s
 21500K .......... .......... .......... .......... .......... 31%  135M 1s
 21550K .......... .......... .......... .......... .......... 31% 91.0M 1s
 21600K .......... .......... .......... .......... .......... 31%  128M 1s
 21650K .......... .......... .......... .......... .......... 32%  115M 1s
 21700K .......... .......... .......... .......... .......... 32%  101M 1s
 21750K .......... .......... .......... .......... .......... 32%  118M 1s
 21800K .......... .......... .......... .......... .......... 32%  115M 1s
 21850K .......... .......... .......... .......... .......... 32% 94.8M 1s
 21900K .......... .......... .......... .......... .......... 32%  138M 1s
 21950K .......... .......... .......... .......... .......... 32% 95.8M 1s
 22000K .......... .......... .......... .......... .......... 32%  107M 1s
 22050K .......... .......... .......... .......... .......... 32%  111M 1s
 22100K .......... .......... .......... .......... .......... 32%  131M 1s
 22150K .......... .......... .......... .......... .......... 32% 64.5M 1s
 22200K .......... .......... .......... .......... .......... 32%  124M 1s
 22250K .......... .......... .......... .......... .......... 32% 91.8M 1s
 22300K .......... .......... .......... .......... .......... 32%  126M 1s
 22350K .......... .......... .......... .......... .......... 33% 99.2M 1s
 22400K .......... .......... .......... .......... .......... 33% 80.0M 1s
 22450K .......... .......... .......... .......... .......... 33% 98.5M 1s
 22500K .......... .......... .......... .......... .......... 33% 95.0M 1s
 22550K .......... .......... .......... .......... .......... 33% 86.6M 1s
 22600K .......... .......... .......... .......... .......... 33%  129M 1s
 22650K .......... .......... .......... .......... .......... 33% 68.7M 1s
 22700K .......... .......... .......... .......... .......... 33% 84.9M 1s
 22750K .......... .......... .......... .......... .......... 33% 58.2M 1s
 22800K .......... .......... .......... .......... .......... 33% 89.8M 1s
 22850K .......... .......... .......... .......... .......... 33% 55.1M 1s
 22900K .......... .......... .......... .......... .......... 33% 89.0M 1s
 22950K .......... .......... .......... .......... .......... 33% 66.5M 1s
 23000K .......... .......... .......... .......... .......... 34% 52.4M 1s
 23050K .......... .......... .......... .......... .......... 34% 49.7M 1s
 23100K .......... .......... .......... .......... .......... 34% 76.5M 1s
 23150K .......... .......... .......... .......... .......... 34% 64.6M 1s
 23200K .......... .......... .......... .......... .......... 34% 49.0M 1s
 23250K .......... .......... .......... .......... .......... 34% 92.8M 1s
 23300K .......... .......... .......... .......... .......... 34% 65.6M 1s
 23350K .......... .......... .......... .......... .......... 34% 41.4M 1s
 23400K .......... .......... .......... .......... .......... 34%  113M 1s
 23450K .......... .......... .......... .......... .......... 34% 88.5M 1s
 23500K .......... .......... .......... .......... .......... 34% 50.4M 1s
 23550K .......... .......... .......... .......... .......... 34% 68.6M 1s
 23600K .......... .......... .......... .......... .......... 34% 61.9M 1s
 23650K .......... .......... .......... .......... .......... 34% 53.8M 1s
 23700K .......... .......... .......... .......... .......... 35% 94.4M 1s
 23750K .......... .......... .......... .......... .......... 35% 41.5M 1s
 23800K .......... .......... .......... .......... .......... 35% 77.9M 1s
 23850K .......... .......... .......... .......... .......... 35% 69.5M 1s
 23900K .......... .......... .......... .......... .......... 35% 94.3M 1s
 23950K .......... .......... .......... .......... .......... 35% 55.4M 1s
 24000K .......... .......... .......... .......... .......... 35%  121M 1s
 24050K .......... .......... .......... .......... .......... 35%  116M 1s
 24100K .......... .......... .......... .......... .......... 35%  105M 1s
 24150K .......... .......... .......... .......... .......... 35%  112M 1s
 24200K .......... .......... .......... .......... .......... 35% 97.2M 1s
 24250K .......... .......... .......... .......... .......... 35%  120M 1s
 24300K .......... .......... .......... .......... .......... 35%  106M 1s
 24350K .......... .......... .......... .......... .......... 36%  108M 1s
 24400K .......... .......... .......... .......... .......... 36%  104M 1s
 24450K .......... .......... .......... .......... .......... 36%  127M 1s
 24500K .......... .......... .......... .......... .......... 36%  129M 1s
 24550K .......... .......... .......... .......... .......... 36% 99.8M 1s
 24600K .......... .......... .......... .......... .......... 36%  123M 1s
 24650K .......... .......... .......... .......... .......... 36%  114M 1s
 24700K .......... .......... .......... .......... .......... 36%  115M 1s
 24750K .......... .......... .......... .......... .......... 36% 80.6M 1s
 24800K .......... .......... .......... .......... .......... 36%  122M 1s
 24850K .......... .......... .......... .......... .......... 36%  101M 1s
 24900K .......... .......... .......... .......... .......... 36%  123M 1s
 24950K .......... .......... .......... .......... .......... 36% 1.31M 1s
 25000K .......... .......... .......... .......... .......... 36%  120M 1s
 25050K .......... .......... .......... .......... .......... 37%  130M 1s
 25100K .......... .......... .......... .......... .......... 37%  129M 1s
 25150K .......... .......... .......... .......... .......... 37% 92.9M 1s
 25200K .......... .......... .......... .......... .......... 37%  144M 1s
 25250K .......... .......... .......... .......... .......... 37%  210M 1s
 25300K .......... .......... .......... .......... .......... 37%  232M 1s
 25350K .......... .......... .......... .......... .......... 37%  194M 1s
 25400K .......... .......... .......... .......... .......... 37%  230M 1s
 25450K .......... .......... .......... .......... .......... 37%  228M 1s
 25500K .......... .......... .......... .......... .......... 37%  227M 1s
 25550K .......... .......... .......... .......... .......... 37%  205M 1s
 25600K .......... .......... .......... .......... .......... 37%  180M 1s
 25650K .......... .......... .......... .......... .......... 37%  137M 1s
 25700K .......... .......... .......... .......... .......... 38%  119M 1s
 25750K .......... .......... .......... .......... .......... 38%  130M 1s
 25800K .......... .......... .......... .......... .......... 38%  135M 1s
 25850K .......... .......... .......... .......... .......... 38%  136M 1s
 25900K .......... .......... .......... .......... .......... 38%  141M 1s
 25950K .......... .......... .......... .......... .......... 38%  106M 1s
 26000K .......... .......... .......... .......... .......... 38%  141M 1s
 26050K .......... .......... .......... .......... .......... 38%  134M 1s
 26100K .......... .......... .......... .......... .......... 38%  130M 1s
 26150K .......... .......... .......... .......... .......... 38%  130M 1s
 26200K .......... .......... .......... .......... .......... 38%  138M 1s
 26250K .......... .......... .......... .......... .......... 38%  139M 1s
 26300K .......... .......... .......... .......... .......... 38%  152M 1s
 26350K .......... .......... .......... .......... .......... 38%  119M 1s
 26400K .......... .......... .......... .......... .......... 39%  165M 1s
 26450K .......... .......... .......... .......... .......... 39%  135M 1s
 26500K .......... .......... .......... .......... .......... 39%  123M 1s
 26550K .......... .......... .......... .......... .......... 39%  113M 1s
 26600K .......... .......... .......... .......... .......... 39%  131M 1s
 26650K .......... .......... .......... .......... .......... 39%  127M 1s
 26700K .......... .......... .......... .......... .......... 39%  139M 1s
 26750K .......... .......... .......... .......... .......... 39%  114M 1s
 26800K .......... .......... .......... .......... .......... 39%  141M 1s
 26850K .......... .......... .......... .......... .......... 39%  169M 1s
 26900K .......... .......... .......... .......... .......... 39%  114M 1s
 26950K .......... .......... .......... .......... .......... 39%  121M 1s
 27000K .......... .......... .......... .......... .......... 39%  140M 1s
 27050K .......... .......... .......... .......... .......... 39%  135M 1s
 27100K .......... .......... .......... .......... .......... 40%  167M 1s
 27150K .......... .......... .......... .......... .......... 40%  100M 1s
 27200K .......... .......... .......... .......... .......... 40%  140M 1s
 27250K .......... .......... .......... .......... .......... 40%  162M 1s
 27300K .......... .......... .......... .......... .......... 40%  129M 1s
 27350K .......... .......... .......... .......... .......... 40%  117M 1s
 27400K .......... .......... .......... .......... .......... 40%  161M 1s
 27450K .......... .......... .......... .......... .......... 40%  135M 1s
 27500K .......... .......... .......... .......... .......... 40%  143M 1s
 27550K .......... .......... .......... .......... .......... 40% 93.0M 1s
 27600K .......... .......... .......... .......... .......... 40%  141M 1s
 27650K .......... .......... .......... .......... .......... 40% 90.5M 1s
 27700K .......... .......... .......... .......... .......... 40% 19.6M 1s
 27750K .......... .......... .......... .......... .......... 41% 86.2M 1s
 27800K .......... .......... .......... .......... .......... 41%  132M 1s
 27850K .......... .......... .......... .......... .......... 41%  142M 1s
 27900K .......... .......... .......... .......... .......... 41% 98.6M 1s
 27950K .......... .......... .......... .......... .......... 41%  102M 1s
 28000K .......... .......... .......... .......... .......... 41%  100M 1s
 28050K .......... .......... .......... .......... .......... 41% 90.8M 1s
 28100K .......... .......... .......... .......... .......... 41%  126M 1s
 28150K .......... .......... .......... .......... .......... 41%  160M 1s
 28200K .......... .......... .......... .......... .......... 41%  119M 1s
 28250K .......... .......... .......... .......... .......... 41%  101M 1s
 28300K .......... .......... .......... .......... .......... 41%  131M 1s
 28350K .......... .......... .......... .......... .......... 41% 76.6M 1s
 28400K .......... .......... .......... .......... .......... 41%  107M 1s
 28450K .......... .......... .......... .......... .......... 42%  139M 1s
 28500K .......... .......... .......... .......... .......... 42% 88.7M 1s
 28550K .......... .......... .......... .......... .......... 42%  115M 1s
 28600K .......... .......... .......... .......... .......... 42%  101M 1s
 28650K .......... .......... .......... .......... .......... 42%  109M 1s
 28700K .......... .......... .......... .......... .......... 42%  127M 1s
 28750K .......... .......... .......... .......... .......... 42% 95.1M 1s
 28800K .......... .......... .......... .......... .......... 42% 99.6M 1s
 28850K .......... .......... .......... .......... .......... 42%  124M 1s
 28900K .......... .......... .......... .......... .......... 42%  102M 1s
 28950K .......... .......... .......... .......... .......... 42% 3.52M 1s
 29000K .......... .......... .......... .......... .......... 42%  126M 1s
 29050K .......... .......... .......... .......... .......... 42%  117M 1s
 29100K .......... .......... .......... .......... .......... 43%  120M 1s
 29150K .......... .......... .......... .......... .......... 43% 72.8M 1s
 29200K .......... .......... .......... .......... .......... 43% 89.1M 1s
 29250K .......... .......... .......... .......... .......... 43% 94.1M 1s
 29300K .......... .......... .......... .......... .......... 43%  130M 1s
 29350K .......... .......... .......... .......... .......... 43% 62.3M 1s
 29400K .......... .......... .......... .......... .......... 43% 94.4M 1s
 29450K .......... .......... .......... .......... .......... 43% 88.8M 1s
 29500K .......... .......... .......... .......... .......... 43% 55.7M 1s
 29550K .......... .......... .......... .......... .......... 43% 55.5M 1s
 29600K .......... .......... .......... .......... .......... 43% 81.1M 1s
 29650K .......... .......... .......... .......... .......... 43% 93.1M 1s
 29700K .......... .......... .......... .......... .......... 43%  151M 1s
 29750K .......... .......... .......... .......... .......... 43% 50.5M 1s
 29800K .......... .......... .......... .......... .......... 44% 67.3M 1s
 29850K .......... .......... .......... .......... .......... 44% 89.7M 1s
 29900K .......... .......... .......... .......... .......... 44% 41.5M 1s
 29950K .......... .......... .......... .......... .......... 44%  103M 1s
 30000K .......... .......... .......... .......... .......... 44% 73.0M 1s
 30050K .......... .......... .......... .......... .......... 44%  110M 1s
 30100K .......... .......... .......... .......... .......... 44% 75.0M 1s
 30150K .......... .......... .......... .......... .......... 44% 57.4M 1s
 30200K .......... .......... .......... .......... .......... 44% 96.9M 1s
 30250K .......... .......... .......... .......... .......... 44%  101M 1s
 30300K .......... .......... .......... .......... .......... 44% 2.67M 1s
 30350K .......... .......... .......... .......... .......... 44% 95.2M 1s
 30400K .......... .......... .......... .......... .......... 44%  125M 1s
 30450K .......... .......... .......... .......... .......... 45% 96.4M 1s
 30500K .......... .......... .......... .......... .......... 45%  134M 1s
 30550K .......... .......... .......... .......... .......... 45%  109M 1s
 30600K .......... .......... .......... .......... .......... 45%  105M 1s
 30650K .......... .......... .......... .......... .......... 45% 5.50M 1s
 30700K .......... .......... .......... .......... .......... 45% 92.0M 1s
 30750K .......... .......... .......... .......... .......... 45% 90.6M 1s
 30800K .......... .......... .......... .......... .......... 45%  140M 1s
 30850K .......... .......... .......... .......... .......... 45% 7.57M 1s
 30900K .......... .......... .......... .......... .......... 45%  176M 1s
 30950K .......... .......... .......... .......... .......... 45%  183M 1s
 31000K .......... .......... .......... .......... .......... 45%  197M 1s
 31050K .......... .......... .......... .......... .......... 45% 11.9M 1s
 31100K .......... .......... .......... .......... .......... 45%  118M 1s
 31150K .......... .......... .......... .......... .......... 46% 90.4M 1s
 31200K .......... .......... .......... .......... .......... 46%  103M 1s
 31250K .......... .......... .......... .......... .......... 46%  123M 1s
 31300K .......... .......... .......... .......... .......... 46%  118M 1s
 31350K .......... .......... .......... .......... .......... 46% 96.9M 1s
 31400K .......... .......... .......... .......... .......... 46%  133M 1s
 31450K .......... .......... .......... .......... .......... 46%  110M 1s
 31500K .......... .......... .......... .......... .......... 46% 99.4M 1s
 31550K .......... .......... .......... .......... .......... 46% 93.9M 1s
 31600K .......... .......... .......... .......... .......... 46%  131M 1s
 31650K .......... .......... .......... .......... .......... 46%  104M 1s
 31700K .......... .......... .......... .......... .......... 46%  107M 1s
 31750K .......... .......... .......... .......... .......... 46%  117M 1s
 31800K .......... .......... .......... .......... .......... 47%  102M 1s
 31850K .......... .......... .......... .......... .......... 47%  106M 1s
 31900K .......... .......... .......... .......... .......... 47%  140M 1s
 31950K .......... .......... .......... .......... .......... 47% 88.6M 1s
 32000K .......... .......... .......... .......... .......... 47%  113M 1s
 32050K .......... .......... .......... .......... .......... 47%  103M 1s
 32100K .......... .......... .......... .......... .......... 47%  122M 1s
 32150K .......... .......... .......... .......... .......... 47%  113M 1s
 32200K .......... .......... .......... .......... .......... 47%  101M 1s
 32250K .......... .......... .......... .......... .......... 47%  133M 1s
 32300K .......... .......... .......... .......... .......... 47%  120M 1s
 32350K .......... .......... .......... .......... .......... 47% 97.5M 1s
 32400K .......... .......... .......... .......... .......... 47%  102M 1s
 32450K .......... .......... .......... .......... .......... 47%  105M 1s
 32500K .......... .......... .......... .......... .......... 48%  130M 1s
 32550K .......... .......... .......... .......... .......... 48% 90.5M 1s
 32600K .......... .......... .......... .......... .......... 48%  111M 1s
 32650K .......... .......... .......... .......... .......... 48%  135M 1s
 32700K .......... .......... .......... .......... .......... 48% 90.6M 1s
 32750K .......... .......... .......... .......... .......... 48% 93.6M 1s
 32800K .......... .......... .......... .......... .......... 48%  130M 1s
 32850K .......... .......... .......... .......... .......... 48%  121M 1s
 32900K .......... .......... .......... .......... .......... 48%  113M 1s
 32950K .......... .......... .......... .......... .......... 48% 97.8M 1s
 33000K .......... .......... .......... .......... .......... 48%  123M 1s
 33050K .......... .......... .......... .......... .......... 48%  110M 1s
 33100K .......... .......... .......... .......... .......... 48%  102M 1s
 33150K .......... .......... .......... .......... .......... 49% 93.3M 1s
 33200K .......... .......... .......... .......... .......... 49%  133M 1s
 33250K .......... .......... .......... .......... .......... 49%  115M 1s
 33300K .......... .......... .......... .......... .......... 49% 45.4M 1s
 33350K .......... .......... .......... .......... .......... 49% 84.8M 1s
 33400K .......... .......... .......... .......... .......... 49% 27.1M 1s
 33450K .......... .......... .......... .......... .......... 49% 2.45M 1s
 33500K .......... .......... .......... .......... .......... 49% 64.3M 1s
 33550K .......... .......... .......... .......... .......... 49% 92.9M 1s
 33600K .......... .......... .......... .......... .......... 49% 32.0M 1s
 33650K .......... .......... .......... .......... .......... 49% 86.2M 1s
 33700K .......... .......... .......... .......... .......... 49%  151M 1s
 33750K .......... .......... .......... .......... .......... 49%  118M 1s
 33800K .......... .......... .......... .......... .......... 49% 21.2M 1s
 33850K .......... .......... .......... .......... .......... 50%  138M 1s
 33900K .......... .......... .......... .......... .......... 50% 97.3M 1s
 33950K .......... .......... .......... .......... .......... 50% 86.6M 1s
 34000K .......... .......... .......... .......... .......... 50%  121M 1s
 34050K .......... .......... .......... .......... .......... 50%  139M 1s
 34100K .......... .......... .......... .......... .......... 50%  109M 1s
 34150K .......... .......... .......... .......... .......... 50% 93.7M 1s
 34200K .......... .......... .......... .......... .......... 50%  140M 1s
 34250K .......... .......... .......... .......... .......... 50% 1.16M 1s
 34300K .......... .......... .......... .......... .......... 50%  160M 1s
 34350K .......... .......... .......... .......... .......... 50%  153M 1s
 34400K .......... .......... .......... .......... .......... 50%  185M 1s
 34450K .......... .......... .......... .......... .......... 50%  178M 1s
 34500K .......... .......... .......... .......... .......... 50%  183M 1s
 34550K .......... .......... .......... .......... .......... 51%  172M 1s
 34600K .......... .......... .......... .......... .......... 51%  178M 1s
 34650K .......... .......... .......... .......... .......... 51%  165M 1s
 34700K .......... .......... .......... .......... .......... 51%  186M 1s
 34750K .......... .......... .......... .......... .......... 51%  153M 1s
 34800K .......... .......... .......... .......... .......... 51%  188M 1s
 34850K .......... .......... .......... .......... .......... 51%  197M 1s
 34900K .......... .......... .......... .......... .......... 51%  196M 1s
 34950K .......... .......... .......... .......... .......... 51%  175M 1s
 35000K .......... .......... .......... .......... .......... 51%  187M 1s
 35050K .......... .......... .......... .......... .......... 51%  197M 1s
 35100K .......... .......... .......... .......... .......... 51%  200M 1s
 35150K .......... .......... .......... .......... .......... 51%  162M 1s
 35200K .......... .......... .......... .......... .......... 52%  173M 1s
 35250K .......... .......... .......... .......... .......... 52%  195M 1s
 35300K .......... .......... .......... .......... .......... 52%  192M 1s
 35350K .......... .......... .......... .......... .......... 52%  176M 1s
 35400K .......... .......... .......... .......... .......... 52%  173M 1s
 35450K .......... .......... .......... .......... .......... 52%  193M 1s
 35500K .......... .......... .......... .......... .......... 52%  193M 1s
 35550K .......... .......... .......... .......... .......... 52%  156M 1s
 35600K .......... .......... .......... .......... .......... 52%  192M 1s
 35650K .......... .......... .......... .......... .......... 52%  216M 1s
 35700K .......... .......... .......... .......... .......... 52%  215M 1s
 35750K .......... .......... .......... .......... .......... 52% 95.2M 1s
 35800K .......... .......... .......... .......... .......... 52%  134M 1s
 35850K .......... .......... .......... .......... .......... 52%  114M 1s
 35900K .......... .......... .......... .......... .......... 53%  128M 1s
 35950K .......... .......... .......... .......... .......... 53% 89.2M 1s
 36000K .......... .......... .......... .......... .......... 53%  105M 1s
 36050K .......... .......... .......... .......... .......... 53%  127M 1s
 36100K .......... .......... .......... .......... .......... 53%  128M 1s
 36150K .......... .......... .......... .......... .......... 53%  107M 1s
 36200K .......... .......... .......... .......... .......... 53% 96.9M 1s
 36250K .......... .......... .......... .......... .......... 53%  132M 1s
 36300K .......... .......... .......... .......... .......... 53%  103M 1s
 36350K .......... .......... .......... .......... .......... 53% 95.1M 1s
 36400K .......... .......... .......... .......... .......... 53% 97.2M 1s
 36450K .......... .......... .......... .......... .......... 53%  148M 1s
 36500K .......... .......... .......... .......... .......... 53%  131M 1s
 36550K .......... .......... .......... .......... .......... 54% 98.2M 1s
 36600K .......... .......... .......... .......... .......... 54%  104M 1s
 36650K .......... .......... .......... .......... .......... 54%  130M 1s
 36700K .......... .......... .......... .......... .......... 54%  131M 1s
 36750K .......... .......... .......... .......... .......... 54% 64.5M 1s
 36800K .......... .......... .......... .......... .......... 54%  156M 1s
 36850K .......... .......... .......... .......... .......... 54%  122M 1s
 36900K .......... .......... .......... .......... .......... 54%  119M 1s
 36950K .......... .......... .......... .......... .......... 54%  109M 1s
 37000K .......... .......... .......... .......... .......... 54%  128M 1s
 37050K .......... .......... .......... .......... .......... 54%  110M 1s
 37100K .......... .......... .......... .......... .......... 54%  117M 1s
 37150K .......... .......... .......... .......... .......... 54% 96.5M 1s
 37200K .......... .......... .......... .......... .......... 54%  103M 1s
 37250K .......... .......... .......... .......... .......... 55%  112M 1s
 37300K .......... .......... .......... .......... .......... 55%  137M 1s
 37350K .......... .......... .......... .......... .......... 55%  113M 1s
 37400K .......... .......... .......... .......... .......... 55%  119M 1s
 37450K .......... .......... .......... .......... .......... 55% 99.4M 1s
 37500K .......... .......... .......... .......... .......... 55%  137M 1s
 37550K .......... .......... .......... .......... .......... 55% 86.6M 1s
 37600K .......... .......... .......... .......... .......... 55%  138M 1s
 37650K .......... .......... .......... .......... .......... 55%  107M 1s
 37700K .......... .......... .......... .......... .......... 55%  110M 1s
 37750K .......... .......... .......... .......... .......... 55%  126M 1s
 37800K .......... .......... .......... .......... .......... 55% 89.8M 1s
 37850K .......... .......... .......... .......... .......... 55%  129M 1s
 37900K .......... .......... .......... .......... .......... 56%  113M 1s
 37950K .......... .......... .......... .......... .......... 56% 92.5M 1s
 38000K .......... .......... .......... .......... .......... 56%  107M 1s
 38050K .......... .......... .......... .......... .......... 56%  123M 1s
 38100K .......... .......... .......... .......... .......... 56% 2.31M 1s
 38150K .......... .......... .......... .......... .......... 56% 92.1M 1s
 38200K .......... .......... .......... .......... .......... 56%  135M 1s
 38250K .......... .......... .......... .......... .......... 56%  125M 1s
 38300K .......... .......... .......... .......... .......... 56% 94.7M 1s
 38350K .......... .......... .......... .......... .......... 56% 96.7M 1s
 38400K .......... .......... .......... .......... .......... 56%  114M 1s
 38450K .......... .......... .......... .......... .......... 56% 98.5M 1s
 38500K .......... .......... .......... .......... .......... 56%  132M 1s
 38550K .......... .......... .......... .......... .......... 56%  114M 1s
 38600K .......... .......... .......... .......... .......... 57% 39.0M 1s
 38650K .......... .......... .......... .......... .......... 57%  134M 1s
 38700K .......... .......... .......... .......... .......... 57% 67.9M 1s
 38750K .......... .......... .......... .......... .......... 57% 42.7M 1s
 38800K .......... .......... .......... .......... .......... 57% 3.72M 1s
 38850K .......... .......... .......... .......... .......... 57%  123M 1s
 38900K .......... .......... .......... .......... .......... 57%  100M 1s
 38950K .......... .......... .......... .......... .......... 57% 1.70M 1s
 39000K .......... .......... .......... .......... .......... 57%  158M 1s
 39050K .......... .......... .......... .......... .......... 57%  145M 1s
 39100K .......... .......... .......... .......... .......... 57%  141M 1s
 39150K .......... .......... .......... .......... .......... 57%  153M 1s
 39200K .......... .......... .......... .......... .......... 57%  202M 1s
 39250K .......... .......... .......... .......... .......... 58%  200M 1s
 39300K .......... .......... .......... .......... .......... 58%  206M 1s
 39350K .......... .......... .......... .......... .......... 58%  188M 1s
 39400K .......... .......... .......... .......... .......... 58%  242M 1s
 39450K .......... .......... .......... .......... .......... 58%  239M 1s
 39500K .......... .......... .......... .......... .......... 58%  210M 1s
 39550K .......... .......... .......... .......... .......... 58%  194M 1s
 39600K .......... .......... .......... .......... .......... 58%  184M 1s
 39650K .......... .......... .......... .......... .......... 58%  207M 1s
 39700K .......... .......... .......... .......... .......... 58%  210M 1s
 39750K .......... .......... .......... .......... .......... 58%  219M 1s
 39800K .......... .......... .......... .......... .......... 58%  213M 1s
 39850K .......... .......... .......... .......... .......... 58%  197M 1s
 39900K .......... .......... .......... .......... .......... 58%  236M 1s
 39950K .......... .......... .......... .......... .......... 59%  186M 1s
 40000K .......... .......... .......... .......... .......... 59%  191M 1s
 40050K .......... .......... .......... .......... .......... 59%  212M 1s
 40100K .......... .......... .......... .......... .......... 59%  221M 1s
 40150K .......... .......... .......... .......... .......... 59%  229M 1s
 40200K .......... .......... .......... .......... .......... 59%  194M 1s
 40250K .......... .......... .......... .......... .......... 59%  198M 1s
 40300K .......... .......... .......... .......... .......... 59%  216M 1s
 40350K .......... .......... .......... .......... .......... 59% 95.3M 1s
 40400K .......... .......... .......... .......... .......... 59% 95.6M 1s
 40450K .......... .......... .......... .......... .......... 59%  132M 1s
 40500K .......... .......... .......... .......... .......... 59% 87.0M 1s
 40550K .......... .......... .......... .......... .......... 59%  133M 1s
 40600K .......... .......... .......... .......... .......... 59% 84.1M 1s
 40650K .......... .......... .......... .......... .......... 60% 92.7M 1s
 40700K .......... .......... .......... .......... .......... 60%  133M 1s
 40750K .......... .......... .......... .......... .......... 60% 93.0M 1s
 40800K .......... .......... .......... .......... .......... 60% 92.6M 1s
 40850K .......... .......... .......... .......... .......... 60%  135M 1s
 40900K .......... .......... .......... .......... .......... 60%  107M 1s
 40950K .......... .......... .......... .......... .......... 60% 93.3M 1s
 41000K .......... .......... .......... .......... .......... 60% 5.88M 1s
 41050K .......... .......... .......... .......... .......... 60% 98.4M 1s
 41100K .......... .......... .......... .......... .......... 60%  140M 1s
 41150K .......... .......... .......... .......... .......... 60% 93.0M 1s
 41200K .......... .......... .......... .......... .......... 60% 87.1M 1s
 41250K .......... .......... .......... .......... .......... 60%  135M 1s
 41300K .......... .......... .......... .......... .......... 61%  136M 1s
 41350K .......... .......... .......... .......... .......... 61% 85.0M 1s
 41400K .......... .......... .......... .......... .......... 61%  116M 1s
 41450K .......... .......... .......... .......... .......... 61%  104M 1s
 41500K .......... .......... .......... .......... .......... 61% 90.4M 1s
 41550K .......... .......... .......... .......... .......... 61% 93.1M 1s
 41600K .......... .......... .......... .......... .......... 61% 89.4M 1s
 41650K .......... .......... .......... .......... .......... 61%  137M 1s
 41700K .......... .......... .......... .......... .......... 61% 89.4M 1s
 41750K .......... .......... .......... .......... .......... 61%  121M 1s
 41800K .......... .......... .......... .......... .......... 61%  123M 1s
 41850K .......... .......... .......... .......... .......... 61% 99.7M 1s
 41900K .......... .......... .......... .......... .......... 61%  134M 1s
 41950K .......... .......... .......... .......... .......... 61% 66.9M 1s
 42000K .......... .......... .......... .......... .......... 62%  145M 1s
 42050K .......... .......... .......... .......... .......... 62%  115M 1s
 42100K .......... .......... .......... .......... .......... 62%  101M 1s
 42150K .......... .......... .......... .......... .......... 62%  124M 1s
 42200K .......... .......... .......... .......... .......... 62% 90.3M 1s
 42250K .......... .......... .......... .......... .......... 62%  136M 1s
 42300K .......... .......... .......... .......... .......... 62%  107M 1s
 42350K .......... .......... .......... .......... .......... 62% 49.1M 1s
 42400K .......... .......... .......... .......... .......... 62% 93.8M 1s
 42450K .......... .......... .......... .......... .......... 62%  132M 1s
 42500K .......... .......... .......... .......... .......... 62% 90.0M 1s
 42550K .......... .......... .......... .......... .......... 62%  129M 1s
 42600K .......... .......... .......... .......... .......... 62% 3.92M 1s
 42650K .......... .......... .......... .......... .......... 63%  114M 1s
 42700K .......... .......... .......... .......... .......... 63% 99.5M 1s
 42750K .......... .......... .......... .......... .......... 63% 68.2M 1s
 42800K .......... .......... .......... .......... .......... 63%  122M 1s
 42850K .......... .......... .......... .......... .......... 63% 94.3M 1s
 42900K .......... .......... .......... .......... .......... 63%  131M 1s
 42950K .......... .......... .......... .......... .......... 63% 88.5M 1s
 43000K .......... .......... .......... .......... .......... 63%  116M 1s
 43050K .......... .......... .......... .......... .......... 63% 73.6M 1s
 43100K .......... .......... .......... .......... .......... 63%  134M 1s
 43150K .......... .......... .......... .......... .......... 63% 96.3M 1s
 43200K .......... .......... .......... .......... .......... 63% 66.3M 1s
 43250K .......... .......... .......... .......... .......... 63% 84.4M 1s
 43300K .......... .......... .......... .......... .......... 63% 70.9M 1s
 43350K .......... .......... .......... .......... .......... 64% 78.7M 1s
 43400K .......... .......... .......... .......... .......... 64% 98.7M 1s
 43450K .......... .......... .......... .......... .......... 64% 89.1M 1s
 43500K .......... .......... .......... .......... .......... 64% 89.7M 1s
 43550K .......... .......... .......... .......... .......... 64% 94.5M 1s
 43600K .......... .......... .......... .......... .......... 64% 84.8M 1s
 43650K .......... .......... .......... .......... .......... 64%  123M 1s
 43700K .......... .......... .......... .......... .......... 64% 71.9M 1s
 43750K .......... .......... .......... .......... .......... 64% 88.3M 1s
 43800K .......... .......... .......... .......... .......... 64% 88.8M 1s
 43850K .......... .......... .......... .......... .......... 64% 3.63M 1s
 43900K .......... .......... .......... .......... .......... 64%  121M 1s
 43950K .......... .......... .......... .......... .......... 64% 1.95M 1s
 44000K .......... .......... .......... .......... .......... 65%  173M 1s
 44050K .......... .......... .......... .......... .......... 65%  185M 1s
 44100K .......... .......... .......... .......... .......... 65%  183M 1s
 44150K .......... .......... .......... .......... .......... 65%  161M 1s
 44200K .......... .......... .......... .......... .......... 65%  184M 1s
 44250K .......... .......... .......... .......... .......... 65%  182M 1s
 44300K .......... .......... .......... .......... .......... 65%  162M 1s
 44350K .......... .......... .......... .......... .......... 65%  155M 1s
 44400K .......... .......... .......... .......... .......... 65%  165M 1s
 44450K .......... .......... .......... .......... .......... 65%  175M 1s
 44500K .......... .......... .......... .......... .......... 65%  184M 1s
 44550K .......... .......... .......... .......... .......... 65%  157M 1s
 44600K .......... .......... .......... .......... .......... 65%  167M 1s
 44650K .......... .......... .......... .......... .......... 65%  177M 1s
 44700K .......... .......... .......... .......... .......... 66%  176M 1s
 44750K .......... .......... .......... .......... .......... 66%  143M 1s
 44800K .......... .......... .......... .......... .......... 66%  201M 1s
 44850K .......... .......... .......... .......... .......... 66%  171M 1s
 44900K .......... .......... .......... .......... .......... 66%  176M 1s
 44950K .......... .......... .......... .......... .......... 66%  152M 1s
 45000K .......... .......... .......... .......... .......... 66%  168M 1s
 45050K .......... .......... .......... .......... .......... 66%  198M 1s
 45100K .......... .......... .......... .......... .......... 66%  203M 1s
 45150K .......... .......... .......... .......... .......... 66%  165M 1s
 45200K .......... .......... .......... .......... .......... 66%  160M 1s
 45250K .......... .......... .......... .......... .......... 66%  180M 1s
 45300K .......... .......... .......... .......... .......... 66%  184M 1s
 45350K .......... .......... .......... .......... .......... 67%  101M 1s
 45400K .......... .......... .......... .......... .......... 67%  134M 1s
 45450K .......... .......... .......... .......... .......... 67%  116M 1s
 45500K .......... .......... .......... .......... .......... 67%  120M 1s
 45550K .......... .......... .......... .......... .......... 67% 87.2M 1s
 45600K .......... .......... .......... .......... .......... 67%  105M 1s
 45650K .......... .......... .......... .......... .......... 67%  130M 1s
 45700K .......... .......... .......... .......... .......... 67%  114M 1s
 45750K .......... .......... .......... .......... .......... 67% 94.5M 1s
 45800K .......... .......... .......... .......... .......... 67%  123M 1s
 45850K .......... .......... .......... .......... .......... 67%  118M 1s
 45900K .......... .......... .......... .......... .......... 67% 94.9M 1s
 45950K .......... .......... .......... .......... .......... 67% 97.9M 1s
 46000K .......... .......... .......... .......... .......... 67% 5.00M 1s
 46050K .......... .......... .......... .......... .......... 68%  110M 1s
 46100K .......... .......... .......... .......... .......... 68%  109M 1s
 46150K .......... .......... .......... .......... .......... 68%  125M 1s
 46200K .......... .......... .......... .......... .......... 68%  101M 1s
 46250K .......... .......... .......... .......... .......... 68%  105M 1s
 46300K .......... .......... .......... .......... .......... 68%  124M 1s
 46350K .......... .......... .......... .......... .......... 68%  101M 1s
 46400K .......... .......... .......... .......... .......... 68% 86.4M 1s
 46450K .......... .......... .......... .......... .......... 68%  133M 1s
 46500K .......... .......... .......... .......... .......... 68%  110M 1s
 46550K .......... .......... .......... .......... .......... 68%  103M 1s
 46600K .......... .......... .......... .......... .......... 68%  130M 1s
 46650K .......... .......... .......... .......... .......... 68%  119M 1s
 46700K .......... .......... .......... .......... .......... 68% 95.5M 1s
 46750K .......... .......... .......... .......... .......... 69% 91.4M 1s
 46800K .......... .......... .......... .......... .......... 69%  125M 1s
 46850K .......... .......... .......... .......... .......... 69%  138M 1s
 46900K .......... .......... .......... .......... .......... 69% 87.1M 1s
 46950K .......... .......... .......... .......... .......... 69%  120M 1s
 47000K .......... .......... .......... .......... .......... 69%  127M 1s
 47050K .......... .......... .......... .......... .......... 69% 2.89M 1s
 47100K .......... .......... .......... .......... .......... 69%  122M 1s
 47150K .......... .......... .......... .......... .......... 69% 90.0M 1s
 47200K .......... .......... .......... .......... .......... 69%  137M 1s
 47250K .......... .......... .......... .......... .......... 69% 85.2M 0s
 47300K .......... .......... .......... .......... .......... 69%  134M 0s
 47350K .......... .......... .......... .......... .......... 69%  130M 0s
 47400K .......... .......... .......... .......... .......... 70%  115M 0s
 47450K .......... .......... .......... .......... .......... 70% 91.6M 0s
 47500K .......... .......... .......... .......... .......... 70%  116M 0s
 47550K .......... .......... .......... .......... .......... 70% 74.2M 0s
 47600K .......... .......... .......... .......... .......... 70%  128M 0s
 47650K .......... .......... .......... .......... .......... 70%  135M 0s
 47700K .......... .......... .......... .......... .......... 70%  114M 0s
 47750K .......... .......... .......... .......... .......... 70% 94.2M 0s
 47800K .......... .......... .......... .......... .......... 70%  127M 0s
 47850K .......... .......... .......... .......... .......... 70%  120M 0s
 47900K .......... .......... .......... .......... .......... 70% 94.5M 0s
 47950K .......... .......... .......... .......... .......... 70% 92.8M 0s
 48000K .......... .......... .......... .......... .......... 70%  127M 0s
 48050K .......... .......... .......... .......... .......... 70%  128M 0s
 48100K .......... .......... .......... .......... .......... 71%  116M 0s
 48150K .......... .......... .......... .......... .......... 71% 90.8M 0s
 48200K .......... .......... .......... .......... .......... 71%  137M 0s
 48250K .......... .......... .......... .......... .......... 71%  114M 0s
 48300K .......... .......... .......... .......... .......... 71% 95.6M 0s
 48350K .......... .......... .......... .......... .......... 71% 91.9M 0s
 48400K .......... .......... .......... .......... .......... 71%  132M 0s
 48450K .......... .......... .......... .......... .......... 71% 87.9M 0s
 48500K .......... .......... .......... .......... .......... 71%  130M 0s
 48550K .......... .......... .......... .......... .......... 71%  124M 0s
 48600K .......... .......... .......... .......... .......... 71%  112M 0s
 48650K .......... .......... .......... .......... .......... 71% 99.3M 0s
 48700K .......... .......... .......... .......... .......... 71%  133M 0s
 48750K .......... .......... .......... .......... .......... 72% 90.2M 0s
 48800K .......... .......... .......... .......... .......... 72% 88.7M 0s
 48850K .......... .......... .......... .......... .......... 72%  129M 0s
 48900K .......... .......... .......... .......... .......... 72%  110M 0s
 48950K .......... .......... .......... .......... .......... 72% 1.44M 0s
 49000K .......... .......... .......... .......... .......... 72%  202M 0s
 49050K .......... .......... .......... .......... .......... 72%  241M 0s
 49100K .......... .......... .......... .......... .......... 72%  235M 0s
 49150K .......... .......... .......... .......... .......... 72%  232M 0s
 49200K .......... .......... .......... .......... .......... 72%  258M 0s
 49250K .......... .......... .......... .......... .......... 72%  245M 0s
 49300K .......... .......... .......... .......... .......... 72%  244M 0s
 49350K .......... .......... .......... .......... .......... 72%  169M 0s
 49400K .......... .......... .......... .......... .......... 72%  250M 0s
 49450K .......... .......... .......... .......... .......... 73%  224M 0s
 49500K .......... .......... .......... .......... .......... 73%  202M 0s
 49550K .......... .......... .......... .......... .......... 73%  199M 0s
 49600K .......... .......... .......... .......... .......... 73%  229M 0s
 49650K .......... .......... .......... .......... .......... 73%  269M 0s
 49700K .......... .......... .......... .......... .......... 73%  180M 0s
 49750K .......... .......... .......... .......... .......... 73%  180M 0s
 49800K .......... .......... .......... .......... .......... 73%  218M 0s
 49850K .......... .......... .......... .......... .......... 73%  205M 0s
 49900K .......... .......... .......... .......... .......... 73%  227M 0s
 49950K .......... .......... .......... .......... .......... 73%  202M 0s
 50000K .......... .......... .......... .......... .......... 73%  227M 0s
 50050K .......... .......... .......... .......... .......... 73%  254M 0s
 50100K .......... .......... .......... .......... .......... 74%  205M 0s
 50150K .......... .......... .......... .......... .......... 74%  199M 0s
 50200K .......... .......... .......... .......... .......... 74%  142M 0s
 50250K .......... .......... .......... .......... .......... 74%  131M 0s
 50300K .......... .......... .......... .......... .......... 74%  106M 0s
 50350K .......... .......... .......... .......... .......... 74%  100M 0s
 50400K .......... .......... .......... .......... .......... 74% 96.6M 0s
 50450K .......... .......... .......... .......... .......... 74%  129M 0s
 50500K .......... .......... .......... .......... .......... 74%  110M 0s
 50550K .......... .......... .......... .......... .......... 74% 95.2M 0s
 50600K .......... .......... .......... .......... .......... 74%  130M 0s
 50650K .......... .......... .......... .......... .......... 74%  133M 0s
 50700K .......... .......... .......... .......... .......... 74%  113M 0s
 50750K .......... .......... .......... .......... .......... 74% 74.6M 0s
 50800K .......... .......... .......... .......... .......... 75%  129M 0s
 50850K .......... .......... .......... .......... .......... 75%  134M 0s
 50900K .......... .......... .......... .......... .......... 75% 88.1M 0s
 50950K .......... .......... .......... .......... .......... 75%  118M 0s
 51000K .......... .......... .......... .......... .......... 75%  138M 0s
 51050K .......... .......... .......... .......... .......... 75% 83.3M 0s
 51100K .......... .......... .......... .......... .......... 75%  140M 0s
 51150K .......... .......... .......... .......... .......... 75% 91.5M 0s
 51200K .......... .......... .......... .......... .......... 75%  113M 0s
 51250K .......... .......... .......... .......... .......... 75% 95.5M 0s
 51300K .......... .......... .......... .......... .......... 75%  125M 0s
 51350K .......... .......... .......... .......... .......... 75%  109M 0s
 51400K .......... .......... .......... .......... .......... 75%  105M 0s
 51450K .......... .......... .......... .......... .......... 76%  124M 0s
 51500K .......... .......... .......... .......... .......... 76%  118M 0s
 51550K .......... .......... .......... .......... .......... 76% 94.3M 0s
 51600K .......... .......... .......... .......... .......... 76% 91.5M 0s
 51650K .......... .......... .......... .......... .......... 76%  133M 0s
 51700K .......... .......... .......... .......... .......... 76%  111M 0s
 51750K .......... .......... .......... .......... .......... 76% 94.7M 0s
 51800K .......... .......... .......... .......... .......... 76%  138M 0s
 51850K .......... .......... .......... .......... .......... 76%  125M 0s
 51900K .......... .......... .......... .......... .......... 76% 88.2M 0s
 51950K .......... .......... .......... .......... .......... 76% 6.83M 0s
 52000K .......... .......... .......... .......... .......... 76% 88.6M 0s
 52050K .......... .......... .......... .......... .......... 76%  137M 0s
 52100K .......... .......... .......... .......... .......... 76%  125M 0s
 52150K .......... .......... .......... .......... .......... 77% 88.7M 0s
 52200K .......... .......... .......... .......... .......... 77%  134M 0s
 52250K .......... .......... .......... .......... .......... 77%  114M 0s
 52300K .......... .......... .......... .......... .......... 77% 94.1M 0s
 52350K .......... .......... .......... .......... .......... 77% 71.4M 0s
 52400K .......... .......... .......... .......... .......... 77%  129M 0s
 52450K .......... .......... .......... .......... .......... 77%  119M 0s
 52500K .......... .......... .......... .......... .......... 77% 96.5M 0s
 52550K .......... .......... .......... .......... .......... 77%  125M 0s
 52600K .......... .......... .......... .......... .......... 77% 93.0M 0s
 52650K .......... .......... .......... .......... .......... 77%  130M 0s
 52700K .......... .......... .......... .......... .......... 77%  116M 0s
 52750K .......... .......... .......... .......... .......... 77% 77.2M 0s
 52800K .......... .......... .......... .......... .......... 78%  115M 0s
 52850K .......... .......... .......... .......... .......... 78% 58.1M 0s
 52900K .......... .......... .......... .......... .......... 78%  109M 0s
 52950K .......... .......... .......... .......... .......... 78%  104M 0s
 53000K .......... .......... .......... .......... .......... 78% 53.3M 0s
 53050K .......... .......... .......... .......... .......... 78% 87.0M 0s
 53100K .......... .......... .......... .......... .......... 78% 92.3M 0s
 53150K .......... .......... .......... .......... .......... 78% 92.3M 0s
 53200K .......... .......... .......... .......... .......... 78% 90.7M 0s
 53250K .......... .......... .......... .......... .......... 78% 90.0M 0s
 53300K .......... .......... .......... .......... .......... 78%  132M 0s
 53350K .......... .......... .......... .......... .......... 78%  107M 0s
 53400K .......... .......... .......... .......... .......... 78%  102M 0s
 53450K .......... .......... .......... .......... .......... 78%  128M 0s
 53500K .......... .......... .......... .......... .......... 79% 93.3M 0s
 53550K .......... .......... .......... .......... .......... 79% 94.5M 0s
 53600K .......... .......... .......... .......... .......... 79%  135M 0s
 53650K .......... .......... .......... .......... .......... 79% 90.5M 0s
 53700K .......... .......... .......... .......... .......... 79%  113M 0s
 53750K .......... .......... .......... .......... .......... 79% 96.1M 0s
 53800K .......... .......... .......... .......... .......... 79%  124M 0s
 53850K .......... .......... .......... .......... .......... 79%  118M 0s
 53900K .......... .......... .......... .......... .......... 79%  101M 0s
 53950K .......... .......... .......... .......... .......... 79% 96.3M 0s
 54000K .......... .......... .......... .......... .......... 79%  133M 0s
 54050K .......... .......... .......... .......... .......... 79%  109M 0s
 54100K .......... .......... .......... .......... .......... 79%  109M 0s
 54150K .......... .......... .......... .......... .......... 79%  124M 0s
 54200K .......... .......... .......... .......... .......... 80%  120M 0s
 54250K .......... .......... .......... .......... .......... 80% 69.6M 0s
 54300K .......... .......... .......... .......... .......... 80% 9.56M 0s
 54350K .......... .......... .......... .......... .......... 80%  104M 0s
 54400K .......... .......... .......... .......... .......... 80% 88.9M 0s
 54450K .......... .......... .......... .......... .......... 80%  139M 0s
 54500K .......... .......... .......... .......... .......... 80%  125M 0s
 54550K .......... .......... .......... .......... .......... 80% 86.4M 0s
 54600K .......... .......... .......... .......... .......... 80%  125M 0s
 54650K .......... .......... .......... .......... .......... 80%  152M 0s
 54700K .......... .......... .......... .......... .......... 80% 85.6M 0s
 54750K .......... .......... .......... .......... .......... 80% 94.8M 0s
 54800K .......... .......... .......... .......... .......... 80% 89.4M 0s
 54850K .......... .......... .......... .......... .......... 81%  135M 0s
 54900K .......... .......... .......... .......... .......... 81% 1.24M 0s
 54950K .......... .......... .......... .......... .......... 81%  140M 0s
 55000K .......... .......... .......... .......... .......... 81%  223M 0s
 55050K .......... .......... .......... .......... .......... 81%  232M 0s
 55100K .......... .......... .......... .......... .......... 81%  240M 0s
 55150K .......... .......... .......... .......... .......... 81%  173M 0s
 55200K .......... .......... .......... .......... .......... 81%  183M 0s
 55250K .......... .......... .......... .......... .......... 81%  224M 0s
 55300K .......... .......... .......... .......... .......... 81%  193M 0s
 55350K .......... .......... .......... .......... .......... 81%  211M 0s
 55400K .......... .......... .......... .......... .......... 81%  218M 0s
 55450K .......... .......... .......... .......... .......... 81%  179M 0s
 55500K .......... .......... .......... .......... .......... 81%  219M 0s
 55550K .......... .......... .......... .......... .......... 82%  182M 0s
 55600K .......... .......... .......... .......... .......... 82%  203M 0s
 55650K .......... .......... .......... .......... .......... 82%  241M 0s
 55700K .......... .......... .......... .......... .......... 82%  286M 0s
 55750K .......... .......... .......... .......... .......... 82%  255M 0s
 55800K .......... .......... .......... .......... .......... 82%  213M 0s
 55850K .......... .......... .......... .......... .......... 82%  184M 0s
 55900K .......... .......... .......... .......... .......... 82%  241M 0s
 55950K .......... .......... .......... .......... .......... 82%  167M 0s
 56000K .......... .......... .......... .......... .......... 82%  282M 0s
 56050K .......... .......... .......... .......... .......... 82%  239M 0s
 56100K .......... .......... .......... .......... .......... 82%  214M 0s
 56150K .......... .......... .......... .......... .......... 82%  187M 0s
 56200K .......... .......... .......... .......... .......... 83%  235M 0s
 56250K .......... .......... .......... .......... .......... 83%  292M 0s
 56300K .......... .......... .......... .......... .......... 83%  270M 0s
 56350K .......... .......... .......... .......... .......... 83%  201M 0s
 56400K .......... .......... .......... .......... .......... 83%  125M 0s
 56450K .......... .......... .......... .......... .......... 83%  137M 0s
 56500K .......... .......... .......... .......... .......... 83% 86.6M 0s
 56550K .......... .......... .......... .......... .......... 83%  121M 0s
 56600K .......... .......... .......... .......... .......... 83%  134M 0s
 56650K .......... .......... .......... .......... .......... 83%  112M 0s
 56700K .......... .......... .......... .......... .......... 83%  101M 0s
 56750K .......... .......... .......... .......... .......... 83% 90.1M 0s
 56800K .......... .......... .......... .......... .......... 83%  132M 0s
 56850K .......... .......... .......... .......... .......... 83%  107M 0s
 56900K .......... .......... .......... .......... .......... 84% 99.5M 0s
 56950K .......... .......... .......... .......... .......... 84%  129M 0s
 57000K .......... .......... .......... .......... .......... 84%  129M 0s
 57050K .......... .......... .......... .......... .......... 84%  116M 0s
 57100K .......... .......... .......... .......... .......... 84% 93.3M 0s
 57150K .......... .......... .......... .......... .......... 84% 91.3M 0s
 57200K .......... .......... .......... .......... .......... 84%  139M 0s
 57250K .......... .......... .......... .......... .......... 84% 85.6M 0s
 57300K .......... .......... .......... .......... .......... 84%  135M 0s
 57350K .......... .......... .......... .......... .......... 84%  115M 0s
 57400K .......... .......... .......... .......... .......... 84% 92.9M 0s
 57450K .......... .......... .......... .......... .......... 84%  121M 0s
 57500K .......... .......... .......... .......... .......... 84%  130M 0s
 57550K .......... .......... .......... .......... .......... 85% 92.7M 0s
 57600K .......... .......... .......... .......... .......... 85% 88.7M 0s
 57650K .......... .......... .......... .......... .......... 85%  135M 0s
 57700K .......... .......... .......... .......... .......... 85%  110M 0s
 57750K .......... .......... .......... .......... .......... 85% 95.9M 0s
 57800K .......... .......... .......... .......... .......... 85%  102M 0s
 57850K .......... .......... .......... .......... .......... 85%  102M 0s
 57900K .......... .......... .......... .......... .......... 85%  139M 0s
 57950K .......... .......... .......... .......... .......... 85% 91.7M 0s
 58000K .......... .......... .......... .......... .......... 85%  106M 0s
 58050K .......... .......... .......... .......... .......... 85%  129M 0s
 58100K .......... .......... .......... .......... .......... 85%  102M 0s
 58150K .......... .......... .......... .......... .......... 85% 88.8M 0s
 58200K .......... .......... .......... .......... .......... 85%  128M 0s
 58250K .......... .......... .......... .......... .......... 86%  132M 0s
 58300K .......... .......... .......... .......... .......... 86% 93.9M 0s
 58350K .......... .......... .......... .......... .......... 86% 91.3M 0s
 58400K .......... .......... .......... .......... .......... 86% 92.4M 0s
 58450K .......... .......... .......... .......... .......... 86% 90.5M 0s
 58500K .......... .......... .......... .......... .......... 86%  110M 0s
 58550K .......... .......... .......... .......... .......... 86% 35.6M 0s
 58600K .......... .......... .......... .......... .......... 86% 96.4M 0s
 58650K .......... .......... .......... .......... .......... 86% 36.9M 0s
 58700K .......... .......... .......... .......... .......... 86% 66.0M 0s
 58750K .......... .......... .......... .......... .......... 86% 93.9M 0s
 58800K .......... .......... .......... .......... .......... 86% 32.1M 0s
 58850K .......... .......... .......... .......... .......... 86% 88.3M 0s
 58900K .......... .......... .......... .......... .......... 87% 36.5M 0s
 58950K .......... .......... .......... .......... .......... 87% 62.5M 0s
 59000K .......... .......... .......... .......... .......... 87% 86.0M 0s
 59050K .......... .......... .......... .......... .......... 87% 32.5M 0s
 59100K .......... .......... .......... .......... .......... 87% 96.2M 0s
 59150K .......... .......... .......... .......... .......... 87% 90.3M 0s
 59200K .......... .......... .......... .......... .......... 87%  121M 0s
 59250K .......... .......... .......... .......... .......... 87%  118M 0s
 59300K .......... .......... .......... .......... .......... 87% 48.7M 0s
 59350K .......... .......... .......... .......... .......... 87% 86.1M 0s
 59400K .......... .......... .......... .......... .......... 87%  118M 0s
 59450K .......... .......... .......... .......... .......... 87% 95.7M 0s
 59500K .......... .......... .......... .......... .......... 87% 90.3M 0s
 59550K .......... .......... .......... .......... .......... 87% 90.9M 0s
 59600K .......... .......... .......... .......... .......... 88%  123M 0s
 59650K .......... .......... .......... .......... .......... 88%  125M 0s
 59700K .......... .......... .......... .......... .......... 88%  107M 0s
 59750K .......... .......... .......... .......... .......... 88% 82.6M 0s
 59800K .......... .......... .......... .......... .......... 88%  119M 0s
 59850K .......... .......... .......... .......... .......... 88%  111M 0s
 59900K .......... .......... .......... .......... .......... 88%  114M 0s
 59950K .......... .......... .......... .......... .......... 88% 56.8M 0s
 60000K .......... .......... .......... .......... .......... 88%  138M 0s
 60050K .......... .......... .......... .......... .......... 88%  106M 0s
 60100K .......... .......... .......... .......... .......... 88%  106M 0s
 60150K .......... .......... .......... .......... .......... 88%  104M 0s
 60200K .......... .......... .......... .......... .......... 88% 99.8M 0s
 60250K .......... .......... .......... .......... .......... 88%  104M 0s
 60300K .......... .......... .......... .......... .......... 89%  115M 0s
 60350K .......... .......... .......... .......... .......... 89% 87.6M 0s
 60400K .......... .......... .......... .......... .......... 89%  119M 0s
 60450K .......... .......... .......... .......... .......... 89%  111M 0s
 60500K .......... .......... .......... .......... .......... 89%  101M 0s
 60550K .......... .......... .......... .......... .......... 89% 28.8M 0s
 60600K .......... .......... .......... .......... .......... 89% 87.0M 0s
 60650K .......... .......... .......... .......... .......... 89%  130M 0s
 60700K .......... .......... .......... .......... .......... 89% 26.8M 0s
 60750K .......... .......... .......... .......... .......... 89% 90.4M 0s
 60800K .......... .......... .......... .......... .......... 89% 72.4M 0s
 60850K .......... .......... .......... .......... .......... 89% 49.5M 0s
 60900K .......... .......... .......... .......... .......... 89% 1.16M 0s
 60950K .......... .......... .......... .......... .......... 90%  125M 0s
 61000K .......... .......... .......... .......... .......... 90%  130M 0s
 61050K .......... .......... .......... .......... .......... 90%  124M 0s
 61100K .......... .......... .......... .......... .......... 90%  142M 0s
 61150K .......... .......... .......... .......... .......... 90%  103M 0s
 61200K .......... .......... .......... .......... .......... 90% 99.3M 0s
 61250K .......... .......... .......... .......... .......... 90%  130M 0s
 61300K .......... .......... .......... .......... .......... 90%  119M 0s
 61350K .......... .......... .......... .......... .......... 90%  100M 0s
 61400K .......... .......... .......... .......... .......... 90%  116M 0s
 61450K .......... .......... .......... .......... .......... 90%  125M 0s
 61500K .......... .......... .......... .......... .......... 90%  125M 0s
 61550K .......... .......... .......... .......... .......... 90% 92.7M 0s
 61600K .......... .......... .......... .......... .......... 90%  108M 0s
 61650K .......... .......... .......... .......... .......... 91%  124M 0s
 61700K .......... .......... .......... .......... .......... 91%  131M 0s
 61750K .......... .......... .......... .......... .......... 91%  110M 0s
 61800K .......... .......... .......... .......... .......... 91%  126M 0s
 61850K .......... .......... .......... .......... .......... 91%  114M 0s
 61900K .......... .......... .......... .......... .......... 91%  126M 0s
 61950K .......... .......... .......... .......... .......... 91%  101M 0s
 62000K .......... .......... .......... .......... .......... 91%  113M 0s
 62050K .......... .......... .......... .......... .......... 91%  127M 0s
 62100K .......... .......... .......... .......... .......... 91%  124M 0s
 62150K .......... .......... .......... .......... .......... 91%  110M 0s
 62200K .......... .......... .......... .......... .......... 91%  128M 0s
 62250K .......... .......... .......... .......... .......... 91%  126M 0s
 62300K .......... .......... .......... .......... .......... 92%  115M 0s
 62350K .......... .......... .......... .......... .......... 92%  105M 0s
 62400K .......... .......... .......... .......... .......... 92%  130M 0s
 62450K .......... .......... .......... .......... .......... 92%  131M 0s
 62500K .......... .......... .......... .......... .......... 92%  132M 0s
 62550K .......... .......... .......... .......... .......... 92%  130M 0s
 62600K .......... .......... .......... .......... .......... 92%  146M 0s
 62650K .......... .......... .......... .......... .......... 92%  118M 0s
 62700K .......... .......... .......... .......... .......... 92%  120M 0s
 62750K .......... .......... .......... .......... .......... 92% 98.7M 0s
 62800K .......... .......... .......... .......... .......... 92%  132M 0s
 62850K .......... .......... .......... .......... .......... 92%  125M 0s
 62900K .......... .......... .......... .......... .......... 92%  118M 0s
 62950K .......... .......... .......... .......... .......... 92%  105M 0s
 63000K .......... .......... .......... .......... .......... 93%  115M 0s
 63050K .......... .......... .......... .......... .......... 93%  130M 0s
 63100K .......... .......... .......... .......... .......... 93%  108M 0s
 63150K .......... .......... .......... .......... .......... 93%  100M 0s
 63200K .......... .......... .......... .......... .......... 93%  126M 0s
 63250K .......... .......... .......... .......... .......... 93%  108M 0s
 63300K .......... .......... .......... .......... .......... 93%  122M 0s
 63350K .......... .......... .......... .......... .......... 93%  109M 0s
 63400K .......... .......... .......... .......... .......... 93%  133M 0s
 63450K .......... .......... .......... .......... .......... 93%  110M 0s
 63500K .......... .......... .......... .......... .......... 93%  121M 0s
 63550K .......... .......... .......... .......... .......... 93%  175M 0s
 63600K .......... .......... .......... .......... .......... 93%  151M 0s
 63650K .......... .......... .......... .......... .......... 94%  139M 0s
 63700K .......... .......... .......... .......... .......... 94%  119M 0s
 63750K .......... .......... .......... .......... .......... 94%  120M 0s
 63800K .......... .......... .......... .......... .......... 94%  134M 0s
 63850K .......... .......... .......... .......... .......... 94%  171M 0s
 63900K .......... .......... .......... .......... .......... 94%  179M 0s
 63950K .......... .......... .......... .......... .......... 94%  166M 0s
 64000K .......... .......... .......... .......... .......... 94%  232M 0s
 64050K .......... .......... .......... .......... .......... 94%  217M 0s
 64100K .......... .......... .......... .......... .......... 94%  145M 0s
 64150K .......... .......... .......... .......... .......... 94%  124M 0s
 64200K .......... .......... .......... .......... .......... 94%  123M 0s
 64250K .......... .......... .......... .......... .......... 94%  105M 0s
 64300K .......... .......... .......... .......... .......... 94%  177M 0s
 64350K .......... .......... .......... .......... .......... 95%  138M 0s
 64400K .......... .......... .......... .......... .......... 95%  153M 0s
 64450K .......... .......... .......... .......... .......... 95%  150M 0s
 64500K .......... .......... .......... .......... .......... 95%  138M 0s
 64550K .......... .......... .......... .......... .......... 95%  139M 0s
 64600K .......... .......... .......... .......... .......... 95%  135M 0s
 64650K .......... .......... .......... .......... .......... 95%  123M 0s
 64700K .......... .......... .......... .......... .......... 95%  146M 0s
 64750K .......... .......... .......... .......... .......... 95%  129M 0s
 64800K .......... .......... .......... .......... .......... 95%  118M 0s
 64850K .......... .......... .......... .......... .......... 95%  192M 0s
 64900K .......... .......... .......... .......... .......... 95%  187M 0s
 64950K .......... .......... .......... .......... .......... 95%  151M 0s
 65000K .......... .......... .......... .......... .......... 96%  210M 0s
 65050K .......... .......... .......... .......... .......... 96%  245M 0s
 65100K .......... .......... .......... .......... .......... 96%  241M 0s
 65150K .......... .......... .......... .......... .......... 96%  157M 0s
 65200K .......... .......... .......... .......... .......... 96%  227M 0s
 65250K .......... .......... .......... .......... .......... 96%  221M 0s
 65300K .......... .......... .......... .......... .......... 96%  144M 0s
 65350K .......... .......... .......... .......... .......... 96%  145M 0s
 65400K .......... .......... .......... .......... .......... 96%  124M 0s
 65450K .......... .......... .......... .......... .......... 96%  126M 0s
 65500K .......... .......... .......... .......... .......... 96%  141M 0s
 65550K .......... .......... .......... .......... .......... 96%  163M 0s
 65600K .......... .......... .......... .......... .......... 96%  229M 0s
 65650K .......... .......... .......... .......... .......... 96%  157M 0s
 65700K .......... .......... .......... .......... .......... 97%  195M 0s
 65750K .......... .......... .......... .......... .......... 97%  193M 0s
 65800K .......... .......... .......... .......... .......... 97%  257M 0s
 65850K .......... .......... .......... .......... .......... 97%  233M 0s
 65900K .......... .......... .......... .......... .......... 97%  126M 0s
 65950K .......... .......... .......... .......... .......... 97% 70.3M 0s
 66000K .......... .......... .......... .......... .......... 97% 39.9M 0s
 66050K .......... .......... .......... .......... .......... 97% 94.5M 0s
 66100K .......... .......... .......... .......... .......... 97% 87.4M 0s
 66150K .......... .......... .......... .......... .......... 97% 44.8M 0s
 66200K .......... .......... .......... .......... .......... 97%  107M 0s
 66250K .......... .......... .......... .......... .......... 97% 83.8M 0s
 66300K .......... .......... .......... .......... .......... 97% 5.04M 0s
 66350K .......... .......... .......... .......... .......... 98% 92.8M 0s
 66400K .......... .......... .......... .......... .......... 98%  110M 0s
 66450K .......... .......... .......... .......... .......... 98%  105M 0s
 66500K .......... .......... .......... .......... .......... 98% 1.04M 0s
 66550K .......... .......... .......... .......... .......... 98%  132M 0s
 66600K .......... .......... .......... .......... .......... 98%  180M 0s
 66650K .......... .......... .......... .......... .......... 98%  164M 0s
 66700K .......... .......... .......... .......... .......... 98%  163M 0s
 66750K .......... .......... .......... .......... .......... 98%  147M 0s
 66800K .......... .......... .......... .......... .......... 98%  181M 0s
 66850K .......... .......... .......... .......... .......... 98%  180M 0s
 66900K .......... .......... .......... .......... .......... 98%  170M 0s
 66950K .......... .......... .......... .......... .......... 98%  169M 0s
 67000K .......... .......... .......... .......... .......... 98%  140M 0s
 67050K .......... .......... .......... .......... .......... 99%  201M 0s
 67100K .......... .......... .......... .......... .......... 99%  255M 0s
 67150K .......... .......... .......... .......... .......... 99%  177M 0s
 67200K .......... .......... .......... .......... .......... 99%  242M 0s
 67250K .......... .......... .......... .......... .......... 99%  238M 0s
 67300K .......... .......... .......... .......... .......... 99%  273M 0s
 67350K .......... .......... .......... .......... .......... 99%  248M 0s
 67400K .......... .......... .......... .......... .......... 99%  270M 0s
 67450K .......... .......... .......... .......... .......... 99%  249M 0s
 67500K .......... .......... .......... .......... .......... 99%  248M 0s
 67550K .......... .......... .......... .......... .......... 99%  199M 0s
 67600K .......... .......... .......... .......... .......... 99%  262M 0s
 67650K .......... .......... .......... .......... .......... 99%  281M 0s
 67700K .......... .......... .......... .......... .......... 99%  270M 0s
 67750K ....                                                  100%  171M=1.5s

2021-03-21 11:49:24 (43.8 MB/s) - ‘web-6.0.0-RC2.zip’ saved [69380238/69380238]

+ unzip web-6.0.0-RC2.zip
Archive:  web-6.0.0-RC2.zip
   creating: glassfish6/
   creating: glassfish6/glassfish/
   creating: glassfish6/glassfish/domains/
   creating: glassfish6/glassfish/domains/domain1/
   creating: glassfish6/glassfish/domains/domain1/config/
  inflating: glassfish6/glassfish/domains/domain1/config/admin-keyfile  
  inflating: glassfish6/glassfish/domains/domain1/config/cacerts.jks  
  inflating: glassfish6/glassfish/domains/domain1/config/domain-passwords  
  inflating: glassfish6/glassfish/domains/domain1/config/keyfile  
  inflating: glassfish6/glassfish/domains/domain1/config/keystore.jks  
   creating: glassfish6/glassfish/osgi/
   creating: glassfish6/glassfish/osgi/felix/
   creating: glassfish6/glassfish/osgi/felix/bin/
  inflating: glassfish6/glassfish/osgi/felix/bin/felix.jar  
   creating: glassfish6/bin/
  inflating: glassfish6/bin/asadmin  
  inflating: glassfish6/bin/asadmin.bat  
  inflating: glassfish6/bin/debug-asadmin  
  inflating: glassfish6/bin/debug-asadmin.bat  
   creating: glassfish6/glassfish/bin/
  inflating: glassfish6/glassfish/bin/asadmin  
  inflating: glassfish6/glassfish/bin/asadmin.bat  
  inflating: glassfish6/glassfish/bin/jspc  
  inflating: glassfish6/glassfish/bin/jspc.bat  
  inflating: glassfish6/glassfish/bin/startserv  
  inflating: glassfish6/glassfish/bin/startserv.bat  
  inflating: glassfish6/glassfish/bin/stopserv  
  inflating: glassfish6/glassfish/bin/stopserv.bat  
   creating: glassfish6/glassfish/config/
  inflating: glassfish6/glassfish/config/asenv.bat  
  inflating: glassfish6/glassfish/config/asenv.conf  
  inflating: glassfish6/glassfish/domains/domain1/config/login.conf  
   creating: glassfish6/glassfish/lib/
  inflating: glassfish6/glassfish/lib/nadmin  
  inflating: glassfish6/glassfish/lib/nadmin.bat  
   creating: glassfish6/javadb/
   creating: glassfish6/javadb/bin/
  inflating: glassfish6/javadb/bin/NetworkServerControl  
  inflating: glassfish6/javadb/bin/NetworkServerControl.bat  
  inflating: glassfish6/javadb/bin/dblook  
  inflating: glassfish6/javadb/bin/dblook.bat  
  inflating: glassfish6/javadb/bin/derby_common.bat  
  inflating: glassfish6/javadb/bin/ij  
  inflating: glassfish6/javadb/bin/ij.bat  
  inflating: glassfish6/javadb/bin/setEmbeddedCP  
  inflating: glassfish6/javadb/bin/setEmbeddedCP.bat  
  inflating: glassfish6/javadb/bin/setNetworkClientCP  
  inflating: glassfish6/javadb/bin/setNetworkClientCP.bat  
  inflating: glassfish6/javadb/bin/setNetworkServerCP  
  inflating: glassfish6/javadb/bin/setNetworkServerCP.bat  
  inflating: glassfish6/javadb/bin/startNetworkServer  
  inflating: glassfish6/javadb/bin/startNetworkServer.bat  
  inflating: glassfish6/javadb/bin/stopNetworkServer  
  inflating: glassfish6/javadb/bin/stopNetworkServer.bat  
  inflating: glassfish6/javadb/bin/sysinfo  
  inflating: glassfish6/javadb/bin/sysinfo.bat  
   creating: glassfish6/META-INF/
   creating: glassfish6/glassfish/common/
   creating: glassfish6/glassfish/common/templates/
   creating: glassfish6/glassfish/common/templates/gf/
   creating: glassfish6/glassfish/config/branding/
   creating: glassfish6/glassfish/docs/
   creating: glassfish6/glassfish/docs/css/
   creating: glassfish6/glassfish/domains/domain1/applications/
   creating: glassfish6/glassfish/domains/domain1/autodeploy/
   creating: glassfish6/glassfish/domains/domain1/autodeploy/.autodeploystatus/
   creating: glassfish6/glassfish/domains/domain1/autodeploy/bundles/
   creating: glassfish6/glassfish/domains/domain1/bin/
   creating: glassfish6/glassfish/domains/domain1/docroot/
   creating: glassfish6/glassfish/domains/domain1/init-info/
   creating: glassfish6/glassfish/domains/domain1/lib/
   creating: glassfish6/glassfish/domains/domain1/lib/applibs/
   creating: glassfish6/glassfish/domains/domain1/lib/classes/
   creating: glassfish6/glassfish/domains/domain1/lib/databases/
   creating: glassfish6/glassfish/domains/domain1/lib/ext/
   creating: glassfish6/glassfish/domains/domain1/logs/
   creating: glassfish6/glassfish/legal/
   creating: glassfish6/glassfish/lib/appclient/
   creating: glassfish6/glassfish/lib/asadmin/
   creating: glassfish6/glassfish/lib/client/
   creating: glassfish6/glassfish/lib/dtds/
   creating: glassfish6/glassfish/lib/embedded/
   creating: glassfish6/glassfish/lib/install/
   creating: glassfish6/glassfish/lib/install/applications/
   creating: glassfish6/glassfish/lib/install/applications/__admingui/
   creating: glassfish6/glassfish/lib/install/applications/__admingui/META-INF/
   creating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/
   creating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/classes/
   creating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/classes/META-INF/
   creating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/
   creating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/lib/
   creating: glassfish6/glassfish/lib/install/applications/__admingui/resources/
   creating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/
   creating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/
   creating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/
   creating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/
   creating: glassfish6/glassfish/lib/install/applications/__cp_jdbc_ra/
   creating: glassfish6/glassfish/lib/install/applications/__cp_jdbc_ra/META-INF/
   creating: glassfish6/glassfish/lib/install/applications/__dm_jdbc_ra/
   creating: glassfish6/glassfish/lib/install/applications/__dm_jdbc_ra/META-INF/
   creating: glassfish6/glassfish/lib/install/applications/__ds_jdbc_ra/
   creating: glassfish6/glassfish/lib/install/applications/__ds_jdbc_ra/META-INF/
   creating: glassfish6/glassfish/lib/install/applications/__xa_jdbc_ra/
   creating: glassfish6/glassfish/lib/install/applications/__xa_jdbc_ra/META-INF/
   creating: glassfish6/glassfish/lib/install/databases/
   creating: glassfish6/glassfish/lib/install/databases/dbvendormapping/
   creating: glassfish6/glassfish/lib/install/templates/
   creating: glassfish6/glassfish/lib/install/templates/resources/
   creating: glassfish6/glassfish/lib/install/templates/resources/custom/
   creating: glassfish6/glassfish/lib/install/templates/resources/jdbc/
   creating: glassfish6/glassfish/lib/monitor/
   creating: glassfish6/glassfish/lib/schemas/
   creating: glassfish6/glassfish/modules/
   creating: glassfish6/glassfish/modules/autostart/
   creating: glassfish6/glassfish/modules/endorsed/
   creating: glassfish6/javadb/lib/
  inflating: glassfish6/META-INF/LICENSE.md  
  inflating: glassfish6/META-INF/NOTICE.md  
  inflating: glassfish6/README.txt   
  inflating: glassfish6/glassfish/common/templates/gf/appserver-domain.jar  
  inflating: glassfish6/glassfish/common/templates/gf/nucleus-domain.jar  
  inflating: glassfish6/glassfish/config/branding/glassfish-version.properties  
  inflating: glassfish6/glassfish/config/glassfish.container  
  inflating: glassfish6/glassfish/config/osgi.properties  
  inflating: glassfish6/glassfish/docs/about.html  
  inflating: glassfish6/glassfish/docs/copyright.html  
  inflating: glassfish6/glassfish/docs/css/default.css  
  inflating: glassfish6/glassfish/docs/features.html  
  inflating: glassfish6/glassfish/docs/quickstart.html  
  inflating: glassfish6/glassfish/domains/domain1/config/default-logging.properties  
  inflating: glassfish6/glassfish/domains/domain1/config/default-web.xml  
  inflating: glassfish6/glassfish/domains/domain1/config/domain.xml  
  inflating: glassfish6/glassfish/domains/domain1/config/glassfish-acc.xml  
  inflating: glassfish6/glassfish/domains/domain1/config/javaee.server.policy  
  inflating: glassfish6/glassfish/domains/domain1/config/logging.properties  
  inflating: glassfish6/glassfish/domains/domain1/config/restrict.server.policy  
  inflating: glassfish6/glassfish/domains/domain1/config/server.policy  
  inflating: glassfish6/glassfish/domains/domain1/config/wss-server-config-1.0.xml  
  inflating: glassfish6/glassfish/domains/domain1/config/wss-server-config-2.0.xml  
  inflating: glassfish6/glassfish/domains/domain1/docroot/index.html  
  inflating: glassfish6/glassfish/domains/domain1/init-info/domain-info.xml  
  inflating: glassfish6/glassfish/legal/LICENSE.txt  
  inflating: glassfish6/glassfish/lib/appclient/appclientlogin.conf  
  inflating: glassfish6/glassfish/lib/appclient/client.policy  
  inflating: glassfish6/glassfish/lib/appclient/javaee.client.policy  
  inflating: glassfish6/glassfish/lib/appclient/restrict.client.policy  
  inflating: glassfish6/glassfish/lib/appclient/wss-client-config-1.0.xml  
  inflating: glassfish6/glassfish/lib/appclient/wss-client-config-2.0.xml  
  inflating: glassfish6/glassfish/lib/appserv-rt.jar  
  inflating: glassfish6/glassfish/lib/asadmin/cli-optional.jar  
  inflating: glassfish6/glassfish/lib/asadmin/cluster-cli.jar  
  inflating: glassfish6/glassfish/lib/asadmin/osgi-cli-interactive.jar  
  inflating: glassfish6/glassfish/lib/asadmin/server-mgmt.jar  
  inflating: glassfish6/glassfish/lib/client/appserver-cli.jar  
  inflating: glassfish6/glassfish/lib/dtds/application-client_1_2.dtd  
  inflating: glassfish6/glassfish/lib/dtds/application-client_1_3.dtd  
  inflating: glassfish6/glassfish/lib/dtds/application_1_2.dtd  
  inflating: glassfish6/glassfish/lib/dtds/application_1_3.dtd  
  inflating: glassfish6/glassfish/lib/dtds/connector_1_0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/connector_1_5.dtd  
  inflating: glassfish6/glassfish/lib/dtds/connector_1_6.dtd  
  inflating: glassfish6/glassfish/lib/dtds/ejb-jar_1_1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/ejb-jar_2_0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/glassfish-application-client-container_1_3.dtd  
  inflating: glassfish6/glassfish/lib/dtds/glassfish-application-client_6_0-1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/glassfish-application-client_6_0-2.dtd  
  inflating: glassfish6/glassfish/lib/dtds/glassfish-application_6_0-1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/glassfish-ejb-jar_3_1-1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/glassfish-resources_1_5.dtd  
  inflating: glassfish6/glassfish/lib/dtds/glassfish-web-app_3_0-1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-application-client-container_1_0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-application-client-container_1_1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-application-client-container_1_2.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-application-client_1_3-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-application-client_1_4-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-application-client_1_4-1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-application-client_5_0-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-application-client_6_0-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-application_1_3-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-application_1_4-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-application_5_0-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-application_6_0-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-cmp-mapping_1_0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-cmp-mapping_1_1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-cmp-mapping_1_2.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-connector_1_0-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-connector_1_5-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-ejb-jar_2_0-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-ejb-jar_2_0-1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-ejb-jar_2_1-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-ejb-jar_2_1-1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-ejb-jar_3_0-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-ejb-jar_3_1-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-loadbalancer_1_0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-loadbalancer_1_1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-resources_1_0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-resources_1_1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-resources_1_2.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-resources_1_3.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-resources_1_4.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-server_1_0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-web-app_2_3-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-web-app_2_3-1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-web-app_2_4-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-web-app_2_4-1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-web-app_2_5-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/sun-web-app_3_0-0.dtd  
  inflating: glassfish6/glassfish/lib/dtds/web-app_2_2.dtd  
  inflating: glassfish6/glassfish/lib/dtds/web-app_2_3.dtd  
  inflating: glassfish6/glassfish/lib/dtds/web-jsptaglibrary_1_1.dtd  
  inflating: glassfish6/glassfish/lib/dtds/web-jsptaglibrary_1_2.dtd  
  inflating: glassfish6/glassfish/lib/embedded/glassfish-embedded-shell.jar  
  inflating: glassfish6/glassfish/lib/embedded/glassfish-embedded-static-shell.jar  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/META-INF/MANIFEST.MF  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/META-INF/context.xml  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/classes/META-INF/LICENSE.md  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/classes/META-INF/NOTICE.md  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/commons-io-2.7.jar  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/dojo-ajax-nodemo-1.12.4.jar  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/javahelp-2.0.05.jar  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/json-2.0.jar  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/prototype-1.7.3.jar  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/woodstock-webui-jsf-5.0.0-M1.jar  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/extra/woodstock-webui-jsf-suntheme-5.0.0-M1.jar  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/faces-config.xml  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/lib/console-core-6.0.0-RC2.jar  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/sun-web.xml  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/WEB-INF/web.xml  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/index.jsf  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/j_security_check  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/layout-core.css  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/resize-core.css  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/layout-skin.css  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/layout.css  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/layout_sprite.png  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/resize-skin.css  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/resize.css  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/assets/skins/sam/sprite.png  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/connection-min.js  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/dragdrop-min.js  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/element-min.js  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/layout-min.js  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/reset-fonts-grids.css  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/resize-min.js  
  inflating: glassfish6/glassfish/lib/install/applications/__admingui/resources/yui/yahoo-dom-event.js  
  inflating: glassfish6/glassfish/lib/install/applications/__cp_jdbc_ra/META-INF/MANIFEST.MF  
  inflating: glassfish6/glassfish/lib/install/applications/__cp_jdbc_ra/__cp_jdbc_ra.jar  
  inflating: glassfish6/glassfish/lib/install/applications/__dm_jdbc_ra/META-INF/MANIFEST.MF  
  inflating: glassfish6/glassfish/lib/install/applications/__dm_jdbc_ra/__dm_jdbc_ra.jar  
  inflating: glassfish6/glassfish/lib/install/applications/__ds_jdbc_ra/META-INF/MANIFEST.MF  
  inflating: glassfish6/glassfish/lib/install/applications/__ds_jdbc_ra/__ds_jdbc_ra.jar  
  inflating: glassfish6/glassfish/lib/install/applications/__xa_jdbc_ra/META-INF/MANIFEST.MF  
  inflating: glassfish6/glassfish/lib/install/applications/__xa_jdbc_ra/__xa_jdbc_ra.jar  
  inflating: glassfish6/glassfish/lib/install/databases/dbvendormapping/cpds.properties  
  inflating: glassfish6/glassfish/lib/install/databases/dbvendormapping/dbvendor.properties  
  inflating: glassfish6/glassfish/lib/install/databases/dbvendormapping/driver.properties  
  inflating: glassfish6/glassfish/lib/install/databases/dbvendormapping/ds.properties  
  inflating: glassfish6/glassfish/lib/install/databases/dbvendormapping/validationclassnames.properties  
  inflating: glassfish6/glassfish/lib/install/databases/dbvendormapping/xads.properties  
  inflating: glassfish6/glassfish/lib/install/templates/Domain-service-smf.xml.template  
  inflating: glassfish6/glassfish/lib/install/templates/Domain-service-winsw.xml.template  
  inflating: glassfish6/glassfish/lib/install/templates/linux-service.template  
  inflating: glassfish6/glassfish/lib/install/templates/resources/custom/README  
  inflating: glassfish6/glassfish/lib/install/templates/resources/custom/javabean_custom_resource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/custom/primitives_string_custom_resource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/custom/properties_custom_resource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/custom/url_custom-resource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/README  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/db2_dd_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/db2_jcc_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/javadb_type4_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/microsoft_dd_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/microsoft_inet_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/microsoft_jtds_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/microsoft_sqlserver2000_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/microsoft_sqlserver2005_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/mysql_type4_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/oracle_dd_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/oracle_inet_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/oracle_type4_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/postgresql_type4_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/sybase_dd_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/sybase_inet_datasource.xml  
  inflating: glassfish6/glassfish/lib/install/templates/resources/jdbc/sybase_jconn_datasource.xml  
  inflating: glassfish6/glassfish/lib/javaee.jar  
  inflating: glassfish6/glassfish/lib/monitor/flashlight-agent.jar  
  inflating: glassfish6/glassfish/lib/package-appclient.xml  
  inflating: glassfish6/glassfish/lib/schemas/XMLSchema.dtd  
  inflating: glassfish6/glassfish/lib/schemas/application-client_1_4.xsd  
  inflating: glassfish6/glassfish/lib/schemas/application-client_5.xsd  
  inflating: glassfish6/glassfish/lib/schemas/application-client_6.xsd  
  inflating: glassfish6/glassfish/lib/schemas/application-client_7.xsd  
  inflating: glassfish6/glassfish/lib/schemas/application-client_8.xsd  
  inflating: glassfish6/glassfish/lib/schemas/application-client_9.xsd  
  inflating: glassfish6/glassfish/lib/schemas/application_1_4.xsd  
  inflating: glassfish6/glassfish/lib/schemas/application_5.xsd  
  inflating: glassfish6/glassfish/lib/schemas/application_6.xsd  
  inflating: glassfish6/glassfish/lib/schemas/application_7.xsd  
  inflating: glassfish6/glassfish/lib/schemas/application_8.xsd  
  inflating: glassfish6/glassfish/lib/schemas/application_9.xsd  
  inflating: glassfish6/glassfish/lib/schemas/batchXML_2_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/beans_1_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/beans_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/bindingschema_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/connector_1_5.xsd  
  inflating: glassfish6/glassfish/lib/schemas/connector_1_6.xsd  
  inflating: glassfish6/glassfish/lib/schemas/connector_1_7.xsd  
  inflating: glassfish6/glassfish/lib/schemas/connector_2_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/datatypes.dtd  
  inflating: glassfish6/glassfish/lib/schemas/ejb-jar_2_1.xsd  
  inflating: glassfish6/glassfish/lib/schemas/ejb-jar_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/ejb-jar_3_1.xsd  
  inflating: glassfish6/glassfish/lib/schemas/ejb-jar_3_2.xsd  
  inflating: glassfish6/glassfish/lib/schemas/ejb-jar_4_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/j2ee_1_4.xsd  
  inflating: glassfish6/glassfish/lib/schemas/j2ee_jaxrpc_mapping_1_1.xsd  
  inflating: glassfish6/glassfish/lib/schemas/j2ee_web_services_1_1.xsd  
  inflating: glassfish6/glassfish/lib/schemas/j2ee_web_services_client_1_1.xsd  
  inflating: glassfish6/glassfish/lib/schemas/jakartaee_9.xsd  
  inflating: glassfish6/glassfish/lib/schemas/jakartaee_web_services_2_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/jakartaee_web_services_client_2_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/jakartaee_web_services_metadata_handler_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/javaee_5.xsd  
  inflating: glassfish6/glassfish/lib/schemas/javaee_6.xsd  
  inflating: glassfish6/glassfish/lib/schemas/javaee_7.xsd  
  inflating: glassfish6/glassfish/lib/schemas/javaee_8.xsd  
  inflating: glassfish6/glassfish/lib/schemas/javaee_web_services_1_2.xsd  
  inflating: glassfish6/glassfish/lib/schemas/javaee_web_services_1_3.xsd  
  inflating: glassfish6/glassfish/lib/schemas/javaee_web_services_1_4.xsd  
  inflating: glassfish6/glassfish/lib/schemas/javaee_web_services_client_1_2.xsd  
  inflating: glassfish6/glassfish/lib/schemas/javaee_web_services_client_1_3.xsd  
  inflating: glassfish6/glassfish/lib/schemas/javaee_web_services_client_1_4.xsd  
  inflating: glassfish6/glassfish/lib/schemas/jobXML_2_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/jsp_2_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/jsp_2_1.xsd  
  inflating: glassfish6/glassfish/lib/schemas/jsp_2_2.xsd  
  inflating: glassfish6/glassfish/lib/schemas/jsp_2_3.xsd  
  inflating: glassfish6/glassfish/lib/schemas/jsp_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/orm_1_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/orm_2_2.xsd  
  inflating: glassfish6/glassfish/lib/schemas/orm_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/permissions_7.xsd  
  inflating: glassfish6/glassfish/lib/schemas/permissions_9.xsd  
  inflating: glassfish6/glassfish/lib/schemas/persistence_1_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/persistence_2_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/persistence_2_2.xsd  
  inflating: glassfish6/glassfish/lib/schemas/persistence_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/validation-configuration-3.0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/validation-mapping-3.0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-app_2_4.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-app_2_5.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-app_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-app_3_1.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-app_4_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-app_5_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-common_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-common_3_1.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-common_4_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-common_5_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-facelettaglibrary_2_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-facelettaglibrary_2_2.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-facelettaglibrary_2_3.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-facelettaglibrary_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-facesconfig_1_2.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-facesconfig_2_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-facesconfig_2_1.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-facesconfig_2_2.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-facesconfig_2_3.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-facesconfig_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-fragment_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-fragment_3_1.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-fragment_4_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-fragment_5_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-jsptaglibrary_2_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-jsptaglibrary_2_1.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-jsptaglibrary_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-partialresponse_2_2.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-partialresponse_2_3.xsd  
  inflating: glassfish6/glassfish/lib/schemas/web-partialresponse_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/wsdl_customizationschema_3_0.xsd  
  inflating: glassfish6/glassfish/lib/schemas/xml.xsd  
  inflating: glassfish6/glassfish/modules/admin-cli.jar  
  inflating: glassfish6/glassfish/modules/admin-core.jar  
  inflating: glassfish6/glassfish/modules/admin-util.jar  
  inflating: glassfish6/glassfish/modules/amx-core.jar  
  inflating: glassfish6/glassfish/modules/amx-javaee.jar  
  inflating: glassfish6/glassfish/modules/annotation-framework.jar  
  inflating: glassfish6/glassfish/modules/aopalliance-repackaged.jar  
  inflating: glassfish6/glassfish/modules/api-exporter.jar  
  inflating: glassfish6/glassfish/modules/asm-analysis.jar  
  inflating: glassfish6/glassfish/modules/asm-commons.jar  
  inflating: glassfish6/glassfish/modules/asm-tree.jar  
  inflating: glassfish6/glassfish/modules/asm-util.jar  
  inflating: glassfish6/glassfish/modules/asm.jar  
  inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.configadmin.jar  
  inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.eventadmin.jar  
  inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.fileinstall.jar  
  inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.gogo.command.jar  
  inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.gogo.runtime.jar  
  inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.gogo.shell.jar  
  inflating: glassfish6/glassfish/modules/autostart/org.apache.felix.scr.jar  
  inflating: glassfish6/glassfish/modules/autostart/org.osgi.util.function.jar  
  inflating: glassfish6/glassfish/modules/autostart/org.osgi.util.promise.jar  
  inflating: glassfish6/glassfish/modules/backup.jar  
  inflating: glassfish6/glassfish/modules/cdi-api-fragment.jar  
  inflating: glassfish6/glassfish/modules/class-model.jar  
  inflating: glassfish6/glassfish/modules/classmate.jar  
  inflating: glassfish6/glassfish/modules/cluster-admin.jar  
  inflating: glassfish6/glassfish/modules/cluster-common.jar  
  inflating: glassfish6/glassfish/modules/cluster-ssh.jar  
  inflating: glassfish6/glassfish/modules/common-util.jar  
  inflating: glassfish6/glassfish/modules/config-api.jar  
  inflating: glassfish6/glassfish/modules/config-types.jar  
  inflating: glassfish6/glassfish/modules/connectors-admin.jar  
  inflating: glassfish6/glassfish/modules/connectors-internal-api.jar  
  inflating: glassfish6/glassfish/modules/connectors-runtime.jar  
  inflating: glassfish6/glassfish/modules/console-cluster-plugin.jar  
  inflating: glassfish6/glassfish/modules/console-common.jar  
  inflating: glassfish6/glassfish/modules/console-community-branding-plugin.jar  
  inflating: glassfish6/glassfish/modules/console-ejb-lite-plugin.jar  
  inflating: glassfish6/glassfish/modules/console-jca-plugin.jar  
  inflating: glassfish6/glassfish/modules/console-jdbc-plugin.jar  
  inflating: glassfish6/glassfish/modules/console-jts-plugin.jar  
  inflating: glassfish6/glassfish/modules/console-plugin-service.jar  
  inflating: glassfish6/glassfish/modules/console-web-plugin.jar  
  inflating: glassfish6/glassfish/modules/container-common.jar  
  inflating: glassfish6/glassfish/modules/dataprovider.jar  
  inflating: glassfish6/glassfish/modules/deployment-admin.jar  
  inflating: glassfish6/glassfish/modules/deployment-autodeploy.jar  
  inflating: glassfish6/glassfish/modules/deployment-common.jar  
  inflating: glassfish6/glassfish/modules/deployment-javaee-core.jar  
  inflating: glassfish6/glassfish/modules/dol.jar  
  inflating: glassfish6/glassfish/modules/ejb-client.jar  
  inflating: glassfish6/glassfish/modules/ejb-container.jar  
  inflating: glassfish6/glassfish/modules/ejb-internal-api.jar  
  inflating: glassfish6/glassfish/modules/endorsed/grizzly-npn-api.jar  
  inflating: glassfish6/glassfish/modules/flashlight-extra-jdk-packages.jar  
  inflating: glassfish6/glassfish/modules/flashlight-framework.jar  
  inflating: glassfish6/glassfish/modules/gf-admingui-connector.jar  
  inflating: glassfish6/glassfish/modules/gf-connectors-connector.jar  
  inflating: glassfish6/glassfish/modules/gf-ejb-connector.jar  
  inflating: glassfish6/glassfish/modules/gf-jpa-connector.jar  
  inflating: glassfish6/glassfish/modules/gf-load-balancer-connector.jar  
  inflating: glassfish6/glassfish/modules/gf-restadmin-connector.jar  
  inflating: glassfish6/glassfish/modules/gf-web-connector.jar  
  inflating: glassfish6/glassfish/modules/gf-weld-connector.jar  
  inflating: glassfish6/glassfish/modules/glassfish-api.jar  
  inflating: glassfish6/glassfish/modules/glassfish-corba-internal-api.jar  
  inflating: glassfish6/glassfish/modules/glassfish-corba-omgapi.jar  
  inflating: glassfish6/glassfish/modules/glassfish-ee-api.jar  
  inflating: glassfish6/glassfish/modules/glassfish-extra-jre-packages.jar  
  inflating: glassfish6/glassfish/modules/glassfish-grizzly-extra-all.jar  
  inflating: glassfish6/glassfish/modules/glassfish-mbeanserver.jar  
  inflating: glassfish6/glassfish/modules/glassfish-naming.jar  
  inflating: glassfish6/glassfish/modules/glassfish-oracle-jdbc-driver-packages.jar  
  inflating: glassfish6/glassfish/modules/glassfish.jar  
  inflating: glassfish6/glassfish/modules/gmbal.jar  
  inflating: glassfish6/glassfish/modules/gms-adapter.jar  
  inflating: glassfish6/glassfish/modules/gms-bootstrap.jar  
  inflating: glassfish6/glassfish/modules/grizzly-npn-osgi.jar  
  inflating: glassfish6/glassfish/modules/ha-api.jar  
  inflating: glassfish6/glassfish/modules/ha-file-store.jar  
  inflating: glassfish6/glassfish/modules/ha-shoal-cache-bootstrap.jar  
  inflating: glassfish6/glassfish/modules/ha-shoal-cache-store.jar  
  inflating: glassfish6/glassfish/modules/hibernate-validator-cdi.jar  
  inflating: glassfish6/glassfish/modules/hibernate-validator.jar  
  inflating: glassfish6/glassfish/modules/hk2-api.jar  
  inflating: glassfish6/glassfish/modules/hk2-config.jar  
  inflating: glassfish6/glassfish/modules/hk2-core.jar  
  inflating: glassfish6/glassfish/modules/hk2-locator.jar  
  inflating: glassfish6/glassfish/modules/hk2-runlevel.jar  
  inflating: glassfish6/glassfish/modules/hk2-utils.jar  
  inflating: glassfish6/glassfish/modules/hk2.jar  
  inflating: glassfish6/glassfish/modules/inmemory.jacc.provider.jar  
  inflating: glassfish6/glassfish/modules/internal-api.jar  
  inflating: glassfish6/glassfish/modules/jackson-annotations.jar  
  inflating: glassfish6/glassfish/modules/jackson-core.jar  
  inflating: glassfish6/glassfish/modules/jackson-databind.jar  
  inflating: glassfish6/glassfish/modules/jackson-module-jaxb-annotations.jar  
  inflating: glassfish6/glassfish/modules/jakarta.activation.jar  
  inflating: glassfish6/glassfish/modules/jakarta.annotation-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.authentication-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.authorization-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.ejb-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.el-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.el.jar  
  inflating: glassfish6/glassfish/modules/jakarta.enterprise.cdi-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.faces.jar  
  inflating: glassfish6/glassfish/modules/jakarta.inject-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.interceptor-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.json.bind-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.json.jar  
  inflating: glassfish6/glassfish/modules/jakarta.mail.jar  
  inflating: glassfish6/glassfish/modules/jakarta.persistence-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.resource-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.security.enterprise-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.security.enterprise.jar  
  inflating: glassfish6/glassfish/modules/jakarta.servlet-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.servlet.jsp-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.servlet.jsp.jar  
  inflating: glassfish6/glassfish/modules/jakarta.servlet.jsp.jstl-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.servlet.jsp.jstl.jar  
  inflating: glassfish6/glassfish/modules/jakarta.transaction-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.validation-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.websocket-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.ws.rs-api.jar  
  inflating: glassfish6/glassfish/modules/jakarta.xml.bind-api.jar  
  inflating: glassfish6/glassfish/modules/jaspic.provider.framework.jar  
  inflating: glassfish6/glassfish/modules/javaee-kernel.jar  
  inflating: glassfish6/glassfish/modules/javassist.jar  
  inflating: glassfish6/glassfish/modules/jaxb-osgi.jar  
  inflating: glassfish6/glassfish/modules/jboss-classfilewriter.jar  
  inflating: glassfish6/glassfish/modules/jboss-logging.jar  
  inflating: glassfish6/glassfish/modules/jdbc-admin.jar  
  inflating: glassfish6/glassfish/modules/jdbc-config.jar  
  inflating: glassfish6/glassfish/modules/jdbc-runtime.jar  
  inflating: glassfish6/glassfish/modules/jersey-bean-validation.jar  
  inflating: glassfish6/glassfish/modules/jersey-cdi1x-servlet.jar  
  inflating: glassfish6/glassfish/modules/jersey-cdi1x-transaction.jar  
  inflating: glassfish6/glassfish/modules/jersey-cdi1x.jar  
  inflating: glassfish6/glassfish/modules/jersey-client.jar  
  inflating: glassfish6/glassfish/modules/jersey-common.jar  
  inflating: glassfish6/glassfish/modules/jersey-container-grizzly2-http.jar  
  inflating: glassfish6/glassfish/modules/jersey-container-servlet-core.jar  
  inflating: glassfish6/glassfish/modules/jersey-container-servlet.jar  
  inflating: glassfish6/glassfish/modules/jersey-entity-filtering.jar  
  inflating: glassfish6/glassfish/modules/jersey-gf-ejb.jar  
  inflating: glassfish6/glassfish/modules/jersey-hk2.jar  
  inflating: glassfish6/glassfish/modules/jersey-media-jaxb.jar  
  inflating: glassfish6/glassfish/modules/jersey-media-json-binding.jar  
  inflating: glassfish6/glassfish/modules/jersey-media-json-jackson.jar  
  inflating: glassfish6/glassfish/modules/jersey-media-json-jettison.jar  
  inflating: glassfish6/glassfish/modules/jersey-media-multipart.jar  
  inflating: glassfish6/glassfish/modules/jersey-media-sse.jar  
  inflating: glassfish6/glassfish/modules/jersey-mvc-connector.jar  
  inflating: glassfish6/glassfish/modules/jersey-mvc-jsp.jar  
  inflating: glassfish6/glassfish/modules/jersey-mvc.jar  
  inflating: glassfish6/glassfish/modules/jersey-server.jar  
  inflating: glassfish6/glassfish/modules/jettison.jar  
  inflating: glassfish6/glassfish/modules/jpa-container.jar  
  inflating: glassfish6/glassfish/modules/jsch.jar  
  inflating: glassfish6/glassfish/modules/jsf-connector.jar  
  inflating: glassfish6/glassfish/modules/jsftemplating.jar  
  inflating: glassfish6/glassfish/modules/jsonp-jaxrs.jar  
  inflating: glassfish6/glassfish/modules/jspcaching-connector.jar  
  inflating: glassfish6/glassfish/modules/jstl-connector.jar  
  inflating: glassfish6/glassfish/modules/jta.jar  
  inflating: glassfish6/glassfish/modules/jts.jar  
  inflating: glassfish6/glassfish/modules/kernel.jar  
  inflating: glassfish6/glassfish/modules/launcher.jar  
  inflating: glassfish6/glassfish/modules/ldapbp.jar  
  inflating: glassfish6/glassfish/modules/libpam4j.jar  
  inflating: glassfish6/glassfish/modules/load-balancer-admin.jar  
  inflating: glassfish6/glassfish/modules/logging.jar  
  inflating: glassfish6/glassfish/modules/mail-connector.jar  
  inflating: glassfish6/glassfish/modules/mail-runtime.jar  
  inflating: glassfish6/glassfish/modules/management-api.jar  
  inflating: glassfish6/glassfish/modules/mimepull.jar  
  inflating: glassfish6/glassfish/modules/monitoring-core.jar  
  inflating: glassfish6/glassfish/modules/nucleus-grizzly-all.jar  
  inflating: glassfish6/glassfish/modules/nucleus-resources.jar  
  inflating: glassfish6/glassfish/modules/orb-connector.jar  
  inflating: glassfish6/glassfish/modules/orb-enabler.jar  
  inflating: glassfish6/glassfish/modules/org.apache.felix.bundlerepository.jar  
  inflating: glassfish6/glassfish/modules/org.eclipse.persistence.asm.jar  
  inflating: glassfish6/glassfish/modules/org.eclipse.persistence.core.jar  
  inflating: glassfish6/glassfish/modules/org.eclipse.persistence.dbws.jar  
  inflating: glassfish6/glassfish/modules/org.eclipse.persistence.jpa.jar  
  inflating: glassfish6/glassfish/modules/org.eclipse.persistence.jpa.jpql.jar  
  inflating: glassfish6/glassfish/modules/org.eclipse.persistence.jpa.modelgen.processor.jar  
  inflating: glassfish6/glassfish/modules/org.eclipse.persistence.moxy.jar  
  inflating: glassfish6/glassfish/modules/org.eclipse.persistence.oracle.jar  
  inflating: glassfish6/glassfish/modules/osgi-adapter.jar  
  inflating: glassfish6/glassfish/modules/osgi-cli-remote.jar  
  inflating: glassfish6/glassfish/modules/osgi-container.jar  
  inflating: glassfish6/glassfish/modules/osgi-resource-locator.jar  
  inflating: glassfish6/glassfish/modules/persistence-common.jar  
  inflating: glassfish6/glassfish/modules/pfl-asm.jar  
  inflating: glassfish6/glassfish/modules/pfl-basic-tools.jar  
  inflating: glassfish6/glassfish/modules/pfl-basic.jar  
  inflating: glassfish6/glassfish/modules/pfl-dynamic.jar  
  inflating: glassfish6/glassfish/modules/pfl-tf-tools.jar  
  inflating: glassfish6/glassfish/modules/pfl-tf.jar  
  inflating: glassfish6/glassfish/modules/resources-connector.jar  
  inflating: glassfish6/glassfish/modules/resources-runtime.jar  
  inflating: glassfish6/glassfish/modules/rest-client.jar  
  inflating: glassfish6/glassfish/modules/rest-service.jar  
  inflating: glassfish6/glassfish/modules/scattered-archive-api.jar  
  inflating: glassfish6/glassfish/modules/schema2beans.jar  
  inflating: glassfish6/glassfish/modules/security-ee.jar  
  inflating: glassfish6/glassfish/modules/security-services.jar  
  inflating: glassfish6/glassfish/modules/security.jar  
  inflating: glassfish6/glassfish/modules/shoal-cache.jar  
  inflating: glassfish6/glassfish/modules/shoal-gms-api.jar  
  inflating: glassfish6/glassfish/modules/shoal-gms-impl.jar  
  inflating: glassfish6/glassfish/modules/simple-glassfish-api.jar  
  inflating: glassfish6/glassfish/modules/ssl-impl.jar  
  inflating: glassfish6/glassfish/modules/stats77.jar  
  inflating: glassfish6/glassfish/modules/tiger-types.jar  
  inflating: glassfish6/glassfish/modules/transaction-internal-api.jar  
  inflating: glassfish6/glassfish/modules/tyrus-client.jar  
  inflating: glassfish6/glassfish/modules/tyrus-container-glassfish-cdi.jar  
  inflating: glassfish6/glassfish/modules/tyrus-container-glassfish-ejb.jar  
  inflating: glassfish6/glassfish/modules/tyrus-container-grizzly-client.jar  
  inflating: glassfish6/glassfish/modules/tyrus-container-servlet.jar  
  inflating: glassfish6/glassfish/modules/tyrus-core.jar  
  inflating: glassfish6/glassfish/modules/tyrus-server.jar  
  inflating: glassfish6/glassfish/modules/tyrus-spi.jar  
  inflating: glassfish6/glassfish/modules/war-util.jar  
  inflating: glassfish6/glassfish/modules/web-cli.jar  
  inflating: glassfish6/glassfish/modules/web-core.jar  
  inflating: glassfish6/glassfish/modules/web-embed-api.jar  
  inflating: glassfish6/glassfish/modules/web-glue.jar  
  inflating: glassfish6/glassfish/modules/web-gui-plugin-common.jar  
  inflating: glassfish6/glassfish/modules/web-ha.jar  
  inflating: glassfish6/glassfish/modules/web-naming.jar  
  inflating: glassfish6/glassfish/modules/web-sse.jar  
  inflating: glassfish6/glassfish/modules/websecurity.jar  
  inflating: glassfish6/glassfish/modules/weld-integration-fragment.jar  
  inflating: glassfish6/glassfish/modules/weld-integration.jar  
  inflating: glassfish6/glassfish/modules/weld-osgi-bundle.jar  
  inflating: glassfish6/glassfish/modules/work-management.jar  
  inflating: glassfish6/glassfish/modules/yasson.jar  
  inflating: glassfish6/javadb/KEYS  
  inflating: glassfish6/javadb/LICENSE  
  inflating: glassfish6/javadb/NOTICE  
  inflating: glassfish6/javadb/RELEASE-NOTES.html  
  inflating: glassfish6/javadb/index.html  
  inflating: glassfish6/javadb/lib/derby.jar  
  inflating: glassfish6/javadb/lib/derby.war  
  inflating: glassfish6/javadb/lib/derbyLocale_cs.jar  
  inflating: glassfish6/javadb/lib/derbyLocale_de_DE.jar  
  inflating: glassfish6/javadb/lib/derbyLocale_es.jar  
  inflating: glassfish6/javadb/lib/derbyLocale_fr.jar  
  inflating: glassfish6/javadb/lib/derbyLocale_hu.jar  
  inflating: glassfish6/javadb/lib/derbyLocale_it.jar  
  inflating: glassfish6/javadb/lib/derbyLocale_ja_JP.jar  
  inflating: glassfish6/javadb/lib/derbyLocale_ko_KR.jar  
  inflating: glassfish6/javadb/lib/derbyLocale_pl.jar  
  inflating: glassfish6/javadb/lib/derbyLocale_pt_BR.jar  
  inflating: glassfish6/javadb/lib/derbyLocale_ru.jar  
  inflating: glassfish6/javadb/lib/derbyLocale_zh_CN.jar  
  inflating: glassfish6/javadb/lib/derbyLocale_zh_TW.jar  
  inflating: glassfish6/javadb/lib/derbyclient.jar  
  inflating: glassfish6/javadb/lib/derbynet.jar  
  inflating: glassfish6/javadb/lib/derbyoptionaltools.jar  
  inflating: glassfish6/javadb/lib/derbyrun.jar  
  inflating: glassfish6/javadb/lib/derbytools.jar  
+ echo AS_JAVA="/opt/tools/java/adoptopenjdk/hotspot-jdk-8/latest"
+ glassfish6/bin/asadmin start-domain
Waiting for domain1 to start .................................
Successfully started the domain : domain1
domain  Location: /home/jenkins/agent/workspace/tck-glassfish/glassfish6/glassfish/domains/domain1
Log File: /home/jenkins/agent/workspace/tck-glassfish/glassfish6/glassfish/domains/domain1/logs/server.log
Admin Port: 4848
Command start-domain executed successfully.
[tck-glassfish] $ /opt/tools/apache-maven/latest/bin/mvn -V -B clean install -Pstaging
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 16, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-16/16+36
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.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 CXF                                                  [jar]
[INFO] Eclipse Krazo TCK Runner                                           [jar]
[INFO] Eclipse Krazo Extensions Parent                                    [pom]
[INFO] Eclipse Krazo AsciiDoc Extension                                   [jar]
[INFO] Eclipse Krazo Freemarker Extension                                 [jar]
[INFO] Eclipse Krazo Jade Extension                                       [jar]
[INFO] Eclipse Krazo JSR-223 Extension                                    [jar]
[INFO] Eclipse Krazo Mustache Extension                                   [jar]
[INFO] Eclipse Krazo StringTemplate Extension                             [jar]
[INFO] Eclipse Krazo Velocity Extension                                   [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 9 with Eclipse Krazo          [maven-archetype]
[INFO] 
[INFO] -------------------< org.eclipse.krazo:krazo-parent >-------------------
[INFO] Building Eclipse Krazo Parent 2.1.0-SNAPSHOT                      [1/39]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-parent ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-parent ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-parent ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-parent/2.1.0-SNAPSHOT/krazo-parent-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-core >--------------------
[INFO] Building Eclipse Krazo Core 2.1.0-SNAPSHOT                        [2/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-core ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-core ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ krazo-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/tck-glassfish/core/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 93 source files to /home/jenkins/agent/workspace/tck-glassfish/core/target/classes
[INFO] /home/jenkins/agent/workspace/tck-glassfish/core/src/main/java/org/eclipse/krazo/uri/UriTemplateParser.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/tck-glassfish/core/src/main/java/org/eclipse/krazo/uri/UriTemplateParser.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/tck-glassfish/core/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-glassfish/core/src/test/java/org/eclipse/krazo/engine/ViewEngineBaseTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-glassfish/core/src/test/java/org/eclipse/krazo/engine/ViewEngineBaseTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/tck-glassfish/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java: /home/jenkins/agent/workspace/tck-glassfish/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/tck-glassfish/core/src/test/java/org/eclipse/krazo/binding/convert/impl/SupportsTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.krazo.binding.convert.impl.FloatConverterTest
java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.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:565)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1101)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:814)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:735)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:616)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:631)
	at java.base/java.lang.Class.forName(Class.java:543)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:852)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1076)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter$1.run(CLDRLocaleProviderAdapter.java:89)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter$1.run(CLDRLocaleProviderAdapter.java:86)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:554)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.<init>(CLDRLocaleProviderAdapter.java:86)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.forType(LocaleProviderAdapter.java:188)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:287)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.getAdapter(LocaleProviderAdapter.java:258)
	at java.base/java.text.NumberFormat.getInstance(NumberFormat.java:960)
	at java.base/java.text.NumberFormat.getInstance(NumberFormat.java:491)
	at java.base/java.text.MessageFormat.subformat(MessageFormat.java:1296)
	at java.base/java.text.MessageFormat.format(MessageFormat.java:886)
	at java.base/java.text.Format.format(Format.java:159)
	at java.base/java.text.MessageFormat.format(MessageFormat.java:861)
	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.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	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.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	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_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 75 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 60
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 76 more
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s - in org.eclipse.krazo.binding.convert.impl.FloatConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BooleanConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.binding.convert.impl.BooleanConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.ShortConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.krazo.binding.convert.impl.ShortConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.LongConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.krazo.binding.convert.impl.LongConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.DoubleConverterTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.krazo.binding.convert.impl.DoubleConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.krazo.binding.convert.impl.BigIntegerConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.krazo.binding.convert.impl.BigDecimalConverterTest
[INFO] Running org.eclipse.krazo.binding.convert.impl.IntegerConverterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.krazo.binding.convert.impl.IntegerConverterTest
[INFO] Running org.eclipse.krazo.binding.validate.ConstraintViolationsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.614 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.093 s - in org.eclipse.krazo.binding.validate.ConstraintViolationsMvcBindingTest
[INFO] Running org.eclipse.krazo.security.DefaultFormEntityProviderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.krazo.security.DefaultFormEntityProviderTest
[INFO] Running org.eclipse.krazo.security.EncodersImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.security.EncodersImplTest
[INFO] Running org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.krazo.security.CsrfValidateFilterMediaTypeTest
[INFO] Running org.eclipse.krazo.servlet.KrazoServletContextListenerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s - in org.eclipse.krazo.servlet.KrazoServletContextListenerTest
[INFO] Running org.eclipse.krazo.core.ModelsImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.core.ModelsImplTest
[INFO] Running org.eclipse.krazo.core.ViewResponseFilterTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.krazo.core.ViewResponseFilterTest
[INFO] Running org.eclipse.krazo.core.MessagesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.krazo.core.MessagesTest
[INFO] Running org.eclipse.krazo.core.ViewableWriterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.eclipse.krazo.core.ViewableWriterTest
[INFO] Running org.eclipse.krazo.engine.ViewEngineBaseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.krazo.engine.ViewEngineBaseTest
[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.util.AnnotationUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.krazo.util.AnnotationUtilsTest
[INFO] Running org.eclipse.krazo.util.CdiUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.util.CdiUtilsTest
[INFO] Running org.eclipse.krazo.util.BeanUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.krazo.util.BeanUtilsTest
[INFO] Running org.eclipse.krazo.util.PropertyUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.krazo.util.PropertyUtilsTest
[INFO] Running org.eclipse.krazo.util.PathUtilsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.krazo.util.PathUtilsTest
[INFO] Running org.eclipse.krazo.util.ControllerUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.krazo.util.ControllerUtilsTest
[INFO] Running org.eclipse.krazo.uri.UriTemplateParserTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.krazo.uri.UriTemplateParserTest
[INFO] Running org.eclipse.krazo.uri.ApplicationUrisTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.krazo.uri.ApplicationUrisTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:report (default-report) @ krazo-core ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/tck-glassfish/core/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Krazo Core' with 92 classes
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/core/target/krazo-core-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-core ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/core/target/krazo-core-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/2.1.0-SNAPSHOT/krazo-core-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-core/2.1.0-SNAPSHOT/krazo-core-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< org.eclipse.krazo:krazo-jersey >-------------------
[INFO] Building Eclipse Krazo Jersey 2.1.0-SNAPSHOT                      [3/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jersey ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jersey ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-glassfish/jersey/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-jersey ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jersey ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-jersey ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/jersey/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-jersey ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.krazo.jersey.model.KrazoModelProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s - in org.eclipse.krazo.jersey.model.KrazoModelProcessorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-jersey ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/jersey/target/krazo-jersey-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jersey ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/jersey/target/krazo-jersey-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/2.1.0-SNAPSHOT/krazo-jersey-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/jersey/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jersey/2.1.0-SNAPSHOT/krazo-jersey-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.krazo:krazo-resteasy >------------------
[INFO] Building Eclipse Krazo RESTEasy 2.1.0-SNAPSHOT                    [4/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-resteasy ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-resteasy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-resteasy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-resteasy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-glassfish/resteasy/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-resteasy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-resteasy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/resteasy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-resteasy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-resteasy ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-resteasy ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/resteasy/target/krazo-resteasy-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-resteasy ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/resteasy/target/krazo-resteasy-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/2.1.0-SNAPSHOT/krazo-resteasy-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/resteasy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-resteasy/2.1.0-SNAPSHOT/krazo-resteasy-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-cxf >---------------------
[INFO] Building Eclipse Krazo CXF 2.1.0-SNAPSHOT                         [5/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-cxf ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-cxf ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-cxf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-cxf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/cxf/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:manifest (bundle-manifest) @ krazo-cxf ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-cxf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/cxf/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-cxf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-cxf ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-cxf ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/cxf/target/krazo-cxf-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-cxf ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/cxf/target/krazo-cxf-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-cxf/2.1.0-SNAPSHOT/krazo-cxf-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/cxf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-cxf/2.1.0-SNAPSHOT/krazo-cxf-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-tck >---------------------
[INFO] Building Eclipse Krazo TCK Runner 2.1.0-SNAPSHOT                  [6/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-tck ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-tck ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/tck/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/tck-glassfish/tck/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-tck ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/tck/target/krazo-tck-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-tck ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/tck/target/krazo-tck-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/2.1.0-SNAPSHOT/krazo-tck-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-tck/2.1.0-SNAPSHOT/krazo-tck-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.ext:krazo-ext-parent >---------------
[INFO] Building Eclipse Krazo Extensions Parent 2.1.0-SNAPSHOT           [7/39]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-ext-parent ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-ext-parent ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-ext-parent ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-ext-parent/2.1.0-SNAPSHOT/krazo-ext-parent-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-asciidoc >----------------
[INFO] Building Eclipse Krazo AsciiDoc Extension 2.1.0-SNAPSHOT          [8/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-asciidoc ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-asciidoc ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-asciidoc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-asciidoc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/ext/asciidoc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-asciidoc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/ext/asciidoc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-asciidoc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-asciidoc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-asciidoc ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/ext/asciidoc/target/krazo-asciidoc-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-asciidoc ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/asciidoc/target/krazo-asciidoc-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/2.1.0-SNAPSHOT/krazo-asciidoc-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/asciidoc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-asciidoc/2.1.0-SNAPSHOT/krazo-asciidoc-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.ext:krazo-freemarker >---------------
[INFO] Building Eclipse Krazo Freemarker Extension 2.1.0-SNAPSHOT        [9/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-freemarker ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-freemarker ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-freemarker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-freemarker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-glassfish/ext/freemarker/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-freemarker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/ext/freemarker/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-freemarker ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-freemarker ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/ext/freemarker/target/krazo-freemarker-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-freemarker ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/freemarker/target/krazo-freemarker-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/2.1.0-SNAPSHOT/krazo-freemarker-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/freemarker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-freemarker/2.1.0-SNAPSHOT/krazo-freemarker-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.eclipse.krazo.ext:krazo-jade >------------------
[INFO] Building Eclipse Krazo Jade Extension 2.1.0-SNAPSHOT             [10/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jade ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jade ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jade ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-jade ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-glassfish/ext/jade/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jade ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/ext/jade/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-jade ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-jade ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-jade ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/ext/jade/target/krazo-jade-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jade ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/jade/target/krazo-jade-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/2.1.0-SNAPSHOT/krazo-jade-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/jade/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jade/2.1.0-SNAPSHOT/krazo-jade-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.ext:krazo-jsr223 >-----------------
[INFO] Building Eclipse Krazo JSR-223 Extension 2.1.0-SNAPSHOT          [11/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jsr223 ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jsr223 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-jsr223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/ext/jsr223/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-jsr223 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/ext/jsr223/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-jsr223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/ext/jsr223/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-jsr223 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-jsr223 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-jsr223 ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/ext/jsr223/target/krazo-jsr223-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-jsr223 ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/jsr223/target/krazo-jsr223-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/2.1.0-SNAPSHOT/krazo-jsr223-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/jsr223/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-jsr223/2.1.0-SNAPSHOT/krazo-jsr223-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-mustache >----------------
[INFO] Building Eclipse Krazo Mustache Extension 2.1.0-SNAPSHOT         [12/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-mustache ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-mustache ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-mustache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-mustache ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-glassfish/ext/mustache/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-mustache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/ext/mustache/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-mustache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-mustache ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/ext/mustache/target/krazo-mustache-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-mustache ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/mustache/target/krazo-mustache-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/2.1.0-SNAPSHOT/krazo-mustache-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/mustache/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-mustache/2.1.0-SNAPSHOT/krazo-mustache-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.ext:krazo-stringtemplate >-------------
[INFO] Building Eclipse Krazo StringTemplate Extension 2.1.0-SNAPSHOT   [13/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-stringtemplate ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-stringtemplate ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-stringtemplate ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-stringtemplate ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/ext/stringtemplate/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-stringtemplate ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/ext/stringtemplate/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-stringtemplate ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-stringtemplate ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-stringtemplate ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/ext/stringtemplate/target/krazo-stringtemplate-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-stringtemplate ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/stringtemplate/target/krazo-stringtemplate-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/2.1.0-SNAPSHOT/krazo-stringtemplate-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/stringtemplate/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-stringtemplate/2.1.0-SNAPSHOT/krazo-stringtemplate-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.ext:krazo-velocity >----------------
[INFO] Building Eclipse Krazo Velocity Extension 2.1.0-SNAPSHOT         [14/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-velocity ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-velocity ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-velocity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-velocity ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-glassfish/ext/velocity/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-velocity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/ext/velocity/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-velocity ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-velocity ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-velocity ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/ext/velocity/target/krazo-velocity-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-velocity ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/velocity/target/krazo-velocity-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/2.1.0-SNAPSHOT/krazo-velocity-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/ext/velocity/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/ext/krazo-velocity/2.1.0-SNAPSHOT/krazo-velocity-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.krazo.examples:krazo-examples-parent >----------
[INFO] Building Eclipse Krazo Integration Tests Parent 2.1.0-SNAPSHOT   [15/39]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-examples-parent ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-examples-parent ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-examples-parent ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/krazo-examples-parent/2.1.0-SNAPSHOT/krazo-examples-parent-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo.examples:application-path >-------------
[INFO] Building Eclipse Krazo Application Path Tests 2.1.0-SNAPSHOT     [16/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ application-path ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ application-path ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ application-path ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/application-path/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ application-path ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/application-path/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ application-path ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/application-path/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ application-path ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/application-path/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ application-path ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ application-path ---
[INFO] Packaging webapp
[INFO] Assembling webapp [application-path] in [/home/jenkins/agent/workspace/tck-glassfish/examples/application-path/target/test-application-path]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/application-path/src/main/webapp]
[INFO] Webapp assembled in [49 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/application-path/target/test-application-path.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ application-path ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/application-path/target/test-application-path.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/2.1.0-SNAPSHOT/application-path-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/application-path/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/application-path/2.1.0-SNAPSHOT/application-path-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:book-cdi >-----------------
[INFO] Building Eclipse Krazo Book CDI tests 2.1.0-SNAPSHOT             [17/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ book-cdi ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ book-cdi ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ book-cdi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ book-cdi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/book-cdi/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ book-cdi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/book-cdi/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ book-cdi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/book-cdi/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ book-cdi ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ book-cdi ---
[INFO] Packaging webapp
[INFO] Assembling webapp [book-cdi] in [/home/jenkins/agent/workspace/tck-glassfish/examples/book-cdi/target/test-book-cdi]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/book-cdi/src/main/webapp]
[INFO] Webapp assembled in [15 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/book-cdi/target/test-book-cdi.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ book-cdi ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/book-cdi/target/test-book-cdi.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/2.1.0-SNAPSHOT/book-cdi-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/book-cdi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-cdi/2.1.0-SNAPSHOT/book-cdi-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:book-models >---------------
[INFO] Building Eclipse Krazo Book Models Tests 2.1.0-SNAPSHOT          [18/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ book-models ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ book-models ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ book-models ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ book-models ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/book-models/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ book-models ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/book-models/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ book-models ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/book-models/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ book-models ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ book-models ---
[INFO] Packaging webapp
[INFO] Assembling webapp [book-models] in [/home/jenkins/agent/workspace/tck-glassfish/examples/book-models/target/test-book-models]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/book-models/src/main/webapp]
[INFO] Webapp assembled in [13 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/book-models/target/test-book-models.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ book-models ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/book-models/target/test-book-models.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/2.1.0-SNAPSHOT/book-models-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/book-models/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/book-models/2.1.0-SNAPSHOT/book-models-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:conversation >---------------
[INFO] Building Eclipse Krazo CDI Conversation Tests 2.1.0-SNAPSHOT     [19/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ conversation ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ conversation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ conversation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ conversation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/conversation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ conversation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/conversation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ conversation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/conversation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ conversation ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ conversation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [conversation] in [/home/jenkins/agent/workspace/tck-glassfish/examples/conversation/target/test-conversation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/conversation/src/main/webapp]
[INFO] Webapp assembled in [30 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/conversation/target/test-conversation.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ conversation ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/conversation/target/test-conversation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/2.1.0-SNAPSHOT/conversation-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/conversation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/conversation/2.1.0-SNAPSHOT/conversation-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:csrf-property >--------------
[INFO] Building Eclipse Krazo CSRF Property Tests 2.1.0-SNAPSHOT        [20/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ csrf-property ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ csrf-property ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ csrf-property ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ csrf-property ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/csrf-property/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ csrf-property ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/csrf-property/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ csrf-property ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/csrf-property/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ csrf-property ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ csrf-property ---
[INFO] Packaging webapp
[INFO] Assembling webapp [csrf-property] in [/home/jenkins/agent/workspace/tck-glassfish/examples/csrf-property/target/test-csrf-property]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/csrf-property/src/main/webapp]
[INFO] Webapp assembled in [12 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/csrf-property/target/test-csrf-property.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ csrf-property ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/csrf-property/target/test-csrf-property.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/2.1.0-SNAPSHOT/csrf-property-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/csrf-property/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/csrf-property/2.1.0-SNAPSHOT/csrf-property-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:def-ext >-----------------
[INFO] Building Eclipse Krazo Default Extension Tests 2.1.0-SNAPSHOT    [21/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ def-ext ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ def-ext ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ def-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ def-ext ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/def-ext/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ def-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/def-ext/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ def-ext ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/def-ext/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ def-ext ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ def-ext ---
[INFO] Packaging webapp
[INFO] Assembling webapp [def-ext] in [/home/jenkins/agent/workspace/tck-glassfish/examples/def-ext/target/test-def-ext]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/def-ext/src/main/webapp]
[INFO] Webapp assembled in [11 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/def-ext/target/test-def-ext.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ def-ext ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/def-ext/target/test-def-ext.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/2.1.0-SNAPSHOT/def-ext-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/def-ext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/def-ext/2.1.0-SNAPSHOT/def-ext-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:events >------------------
[INFO] Building Eclipse Krazo CDI Events Tests 2.1.0-SNAPSHOT           [22/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ events ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ events ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ events ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ events ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/events/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ events ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/events/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ events ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/events/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ events ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ events ---
[INFO] Packaging webapp
[INFO] Assembling webapp [events] in [/home/jenkins/agent/workspace/tck-glassfish/examples/events/target/test-events]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/events/src/main/webapp]
[INFO] Webapp assembled in [11 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/events/target/test-events.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ events ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/events/target/test-events.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/2.1.0-SNAPSHOT/events-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/events/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/events/2.1.0-SNAPSHOT/events-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:exceptions >----------------
[INFO] Building Eclipse Krazo Exceptions Tests 2.1.0-SNAPSHOT           [23/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ exceptions ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ exceptions ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ exceptions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ exceptions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/exceptions/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ exceptions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/exceptions/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ exceptions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/exceptions/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ exceptions ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ exceptions ---
[INFO] Packaging webapp
[INFO] Assembling webapp [exceptions] in [/home/jenkins/agent/workspace/tck-glassfish/examples/exceptions/target/test-exceptions]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/exceptions/src/main/webapp]
[INFO] Webapp assembled in [13 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/exceptions/target/test-exceptions.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ exceptions ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/exceptions/target/test-exceptions.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/2.1.0-SNAPSHOT/exceptions-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/exceptions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/exceptions/2.1.0-SNAPSHOT/exceptions-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:facelets >-----------------
[INFO] Building Eclipse Krazo Facelets Tests 2.1.0-SNAPSHOT             [24/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ facelets ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ facelets ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ facelets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/facelets/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ facelets ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/facelets/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ facelets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/facelets/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ facelets ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/facelets/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ facelets ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ facelets ---
[INFO] Packaging webapp
[INFO] Assembling webapp [facelets] in [/home/jenkins/agent/workspace/tck-glassfish/examples/facelets/target/test-facelets]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/facelets/src/main/webapp]
[INFO] Webapp assembled in [12 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/facelets/target/test-facelets.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ facelets ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/facelets/target/test-facelets.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/2.1.0-SNAPSHOT/facelets-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/facelets/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/facelets/2.1.0-SNAPSHOT/facelets-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:locale >------------------
[INFO] Building Eclipse Krazo Locale Tests 2.1.0-SNAPSHOT               [25/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ locale ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ locale ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ locale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ locale ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/locale/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ locale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/locale/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ locale ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/locale/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-glassfish/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java: /home/jenkins/agent/workspace/tck-glassfish/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-glassfish/examples/locale/src/test/java/org/eclipse/krazo/test/locale/LocaleIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ locale ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ locale ---
[INFO] Packaging webapp
[INFO] Assembling webapp [locale] in [/home/jenkins/agent/workspace/tck-glassfish/examples/locale/target/test-locale]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/locale/src/main/webapp]
[INFO] Webapp assembled in [23 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/locale/target/test-locale.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ locale ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/locale/target/test-locale.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/2.1.0-SNAPSHOT/locale-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/locale/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/locale/2.1.0-SNAPSHOT/locale-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:produces >-----------------
[INFO] Building Eclipse Krazo Produces Tests 2.1.0-SNAPSHOT             [26/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ produces ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ produces ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ produces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ produces ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/produces/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ produces ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/produces/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ produces ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/produces/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-glassfish/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java: /home/jenkins/agent/workspace/tck-glassfish/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-glassfish/examples/produces/src/test/java/org/eclipse/krazo/test/produces/ProducesIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ produces ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ produces ---
[INFO] Packaging webapp
[INFO] Assembling webapp [produces] in [/home/jenkins/agent/workspace/tck-glassfish/examples/produces/target/test-produces]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/produces/src/main/webapp]
[INFO] Webapp assembled in [11 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/produces/target/test-produces.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ produces ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/produces/target/test-produces.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/2.1.0-SNAPSHOT/produces-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/produces/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/produces/2.1.0-SNAPSHOT/produces-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.krazo.examples:redirect >-----------------
[INFO] Building Eclipse Krazo Redirect Tests 2.1.0-SNAPSHOT             [27/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redirect ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirect ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirect ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirect ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/redirect/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirect ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/redirect/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirect ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/redirect/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirect ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirect ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirect] in [/home/jenkins/agent/workspace/tck-glassfish/examples/redirect/target/test-redirect]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/redirect/src/main/webapp]
[INFO] Webapp assembled in [43 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/redirect/target/test-redirect.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirect ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/redirect/target/test-redirect.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/2.1.0-SNAPSHOT/redirect-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/redirect/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirect/2.1.0-SNAPSHOT/redirect-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.krazo.examples:redirectScope >--------------
[INFO] Building Eclipse Krazo RedirectScope Tests 2.1.0-SNAPSHOT        [28/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redirectScope ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirectScope ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirectScope ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirectScope ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirectScope ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirectScope ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirectScope ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirectScope ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirectScope] in [/home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope/target/test-redirectscope]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope/src/main/webapp]
[INFO] Webapp assembled in [52 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope/target/test-redirectscope.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope/target/test-redirectscope.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/2.1.0-SNAPSHOT/redirectScope-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope/2.1.0-SNAPSHOT/redirectScope-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:redirectScope2 >--------------
[INFO] Building Eclipse Krazo RedirectScope2 Tests 2.1.0-SNAPSHOT       [29/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redirectScope2 ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirectScope2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirectScope2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirectScope2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirectScope2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirectScope2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirectScope2 ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirectScope2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirectScope2] in [/home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope2/target/test-redirectscope2]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope2/src/main/webapp]
[INFO] Webapp assembled in [32 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope2/target/test-redirectscope2.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope2 ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope2/target/test-redirectscope2.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/2.1.0-SNAPSHOT/redirectScope2-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope2/2.1.0-SNAPSHOT/redirectScope2-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:redirectScope3 >--------------
[INFO] Building Eclipse Krazo RedirectScope3 Tests 2.1.0-SNAPSHOT       [30/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redirectScope3 ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ redirectScope3 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redirectScope3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ redirectScope3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope3/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redirectScope3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ redirectScope3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ redirectScope3 ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ redirectScope3 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redirectScope3] in [/home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope3/target/test-redirectscope3]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope3/src/main/webapp]
[INFO] Webapp assembled in [9 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope3/target/test-redirectscope3.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redirectScope3 ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope3/target/test-redirectscope3.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/2.1.0-SNAPSHOT/redirectScope3-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/redirectScope3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/redirectScope3/2.1.0-SNAPSHOT/redirectScope3-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo.examples:requestDispatcher >------------
[INFO] Building Eclipse Krazo RequestDispatcher tests 2.1.0-SNAPSHOT    [31/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ requestDispatcher ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ requestDispatcher ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ requestDispatcher ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/requestDispatcher/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ requestDispatcher ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/requestDispatcher/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ requestDispatcher ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/requestDispatcher/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ requestDispatcher ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/requestDispatcher/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ requestDispatcher ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ requestDispatcher ---
[INFO] Packaging webapp
[INFO] Assembling webapp [requestDispatcher] in [/home/jenkins/agent/workspace/tck-glassfish/examples/requestDispatcher/target/test-requestDispatcher]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/requestDispatcher/src/main/webapp]
[INFO] Webapp assembled in [10 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/requestDispatcher/target/test-requestDispatcher.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ requestDispatcher ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/requestDispatcher/target/test-requestDispatcher.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/2.1.0-SNAPSHOT/requestDispatcher-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/requestDispatcher/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/requestDispatcher/2.1.0-SNAPSHOT/requestDispatcher-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo.examples:returns >-----------------
[INFO] Building Eclipse Krazo Returns Tests 2.1.0-SNAPSHOT              [32/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ returns ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ returns ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ returns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ returns ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/returns/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ returns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/returns/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ returns ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/returns/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ returns ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ returns ---
[INFO] Packaging webapp
[INFO] Assembling webapp [returns] in [/home/jenkins/agent/workspace/tck-glassfish/examples/returns/target/test-returns]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/returns/src/main/webapp]
[INFO] Webapp assembled in [9 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/returns/target/test-returns.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ returns ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/returns/target/test-returns.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/2.1.0-SNAPSHOT/returns-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/returns/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/returns/2.1.0-SNAPSHOT/returns-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:validation >----------------
[INFO] Building Eclipse Krazo Validation Tests 2.1.0-SNAPSHOT           [33/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ validation ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ validation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/validation/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ validation ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ validation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [validation] in [/home/jenkins/agent/workspace/tck-glassfish/examples/validation/target/test-validation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/validation/src/main/webapp]
[INFO] Webapp assembled in [18 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/validation/target/test-validation.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ validation ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/validation/target/test-validation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/2.1.0-SNAPSHOT/validation-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation/2.1.0-SNAPSHOT/validation-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:validation-i18n >-------------
[INFO] Building Eclipse Krazo Validation I18N Tests 2.1.0-SNAPSHOT      [34/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ validation-i18n ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ validation-i18n ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ validation-i18n ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ validation-i18n ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/validation-i18n/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ validation-i18n ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/validation-i18n/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ validation-i18n ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/validation-i18n/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-glassfish/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java: /home/jenkins/agent/workspace/tck-glassfish/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-glassfish/examples/validation-i18n/src/test/java/org/eclipse/krazo/test/validation/I18NValidationIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ validation-i18n ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ validation-i18n ---
[INFO] Packaging webapp
[INFO] Assembling webapp [validation-i18n] in [/home/jenkins/agent/workspace/tck-glassfish/examples/validation-i18n/target/test-validation-i18n]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/validation-i18n/src/main/webapp]
[INFO] Webapp assembled in [41 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/validation-i18n/target/test-validation-i18n.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ validation-i18n ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/validation-i18n/target/test-validation-i18n.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/2.1.0-SNAPSHOT/validation-i18n-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/validation-i18n/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/validation-i18n/2.1.0-SNAPSHOT/validation-i18n-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.krazo.examples:view-annotation >-------------
[INFO] Building Eclipse Krazo View Annotation Tests 2.1.0-SNAPSHOT      [35/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ view-annotation ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ view-annotation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ view-annotation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ view-annotation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/view-annotation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ view-annotation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/view-annotation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ view-annotation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/view-annotation/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-glassfish/examples/view-annotation/src/test/java/org/eclipse/krazo/test/view/ViewAnnotationIT.java: /home/jenkins/agent/workspace/tck-glassfish/examples/view-annotation/src/test/java/org/eclipse/krazo/test/view/ViewAnnotationIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-glassfish/examples/view-annotation/src/test/java/org/eclipse/krazo/test/view/ViewAnnotationIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ view-annotation ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ view-annotation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [view-annotation] in [/home/jenkins/agent/workspace/tck-glassfish/examples/view-annotation/target/test-view-annotation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/view-annotation/src/main/webapp]
[INFO] Webapp assembled in [10 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/view-annotation/target/test-view-annotation.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ view-annotation ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/view-annotation/target/test-view-annotation.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/2.1.0-SNAPSHOT/view-annotation-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/view-annotation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/view-annotation/2.1.0-SNAPSHOT/view-annotation-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo.examples:uri-builder >---------------
[INFO] Building Eclipse Krazo UriBuilder Test 2.1.0-SNAPSHOT            [36/39]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uri-builder ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ uri-builder ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uri-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/uri-builder/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ uri-builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/tck-glassfish/examples/uri-builder/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uri-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/examples/uri-builder/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ uri-builder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tck-glassfish/examples/uri-builder/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-glassfish/examples/uri-builder/src/test/java/org/eclipse/krazo/test/uribuilder/UriBuilderIT.java: /home/jenkins/agent/workspace/tck-glassfish/examples/uri-builder/src/test/java/org/eclipse/krazo/test/uribuilder/UriBuilderIT.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-glassfish/examples/uri-builder/src/test/java/org/eclipse/krazo/test/uribuilder/UriBuilderIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ uri-builder ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ uri-builder ---
[INFO] Packaging webapp
[INFO] Assembling webapp [uri-builder] in [/home/jenkins/agent/workspace/tck-glassfish/examples/uri-builder/target/uri-builder]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/tck-glassfish/examples/uri-builder/src/main/webapp]
[INFO] Webapp assembled in [10 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/tck-glassfish/examples/uri-builder/target/uri-builder.war
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ uri-builder ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/uri-builder/target/uri-builder.war to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/2.1.0-SNAPSHOT/uri-builder-2.1.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/examples/uri-builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/examples/uri-builder/2.1.0-SNAPSHOT/uri-builder-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.krazo:krazo-testsuite >------------------
[INFO] Building Eclipse Krazo Testsuite 2.1.0-SNAPSHOT                  [37/39]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-testsuite ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-testsuite ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-testsuite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 47 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-testsuite ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/tck-glassfish/testsuite/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-testsuite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-testsuite ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/tck-glassfish/testsuite/target/test-classes
[INFO] /home/jenkins/agent/workspace/tck-glassfish/testsuite/src/test/java/org/eclipse/krazo/test/mapper/ExceptionMapperIT.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/tck-glassfish/testsuite/src/test/java/org/eclipse/krazo/test/mapper/ExceptionMapperIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-testsuite ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-testsuite ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/testsuite/target/krazo-testsuite-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:integration-test (default) @ krazo-testsuite ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (default) @ krazo-testsuite ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-testsuite ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/testsuite/target/krazo-testsuite-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/2.1.0-SNAPSHOT/krazo-testsuite-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/testsuite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-testsuite/2.1.0-SNAPSHOT/krazo-testsuite-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.krazo:krazo-documentation >----------------
[INFO] Building Eclipse Krazo Documentation 2.1.0-SNAPSHOT              [38/39]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-documentation ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-documentation ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- asciidoctor-maven-plugin:2.0.0-RC.1:process-asciidoc (output-html) @ krazo-documentation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Rendered /home/jenkins/agent/workspace/tck-glassfish/documentation/src/main/asciidoc/index.adoc
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ krazo-documentation ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/documentation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-documentation/2.1.0-SNAPSHOT/krazo-documentation-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.krazo:krazo-jakartaee9-archetype >------------
[INFO] Building Archetype for Jakarta EE 9 with Eclipse Krazo 2.1.0-SNAPSHOT [39/39]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ krazo-jakartaee9-archetype ---
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee9-archetype ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ krazo-jakartaee9-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ krazo-jakartaee9-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/archetype/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.0:jar (default-jar) @ krazo-jakartaee9-archetype ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/tck-glassfish/archetype/target/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT.jar
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/archetype/target/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-sources) > generate-sources @ krazo-jakartaee9-archetype >>>
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee9-archetype ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-sources) < generate-sources @ krazo-jakartaee9-archetype <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-sources) @ krazo-jakartaee9-archetype ---
[INFO] Building jar: /home/jenkins/agent/workspace/tck-glassfish/archetype/target/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (attach-javadoc) > generate-sources @ krazo-jakartaee9-archetype >>>
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-jakartaee9-archetype ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (attach-javadoc) < generate-sources @ krazo-jakartaee9-archetype <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (attach-javadoc) @ krazo-jakartaee9-archetype ---
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.0:integration-test (default-integration-test) @ krazo-jakartaee9-archetype ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ krazo-jakartaee9-archetype ---
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/archetype/target/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee9-archetype/2.1.0-SNAPSHOT/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/archetype/pom.xml to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee9-archetype/2.1.0-SNAPSHOT/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/archetype/target/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee9-archetype/2.1.0-SNAPSHOT/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tck-glassfish/archetype/target/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/krazo/krazo-jakartaee9-archetype/2.1.0-SNAPSHOT/krazo-jakartaee9-archetype-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:3.2.0:update-local-catalog (default-update-local-catalog) @ krazo-jakartaee9-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Krazo Parent 2.1.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Krazo Parent ............................... SUCCESS [ 21.661 s]
[INFO] Eclipse Krazo Core ................................. SUCCESS [01:48 min]
[INFO] Eclipse Krazo Jersey ............................... SUCCESS [  1.355 s]
[INFO] Eclipse Krazo RESTEasy ............................. SUCCESS [ 21.690 s]
[INFO] Eclipse Krazo CXF .................................. SUCCESS [ 15.978 s]
[INFO] Eclipse Krazo TCK Runner ........................... SUCCESS [01:07 min]
[INFO] Eclipse Krazo Extensions Parent .................... SUCCESS [  0.008 s]
[INFO] Eclipse Krazo AsciiDoc Extension ................... SUCCESS [ 25.563 s]
[INFO] Eclipse Krazo Freemarker Extension ................. SUCCESS [  1.038 s]
[INFO] Eclipse Krazo Jade Extension ....................... SUCCESS [  4.950 s]
[INFO] Eclipse Krazo JSR-223 Extension .................... SUCCESS [  0.281 s]
[INFO] Eclipse Krazo Mustache Extension ................... SUCCESS [  2.641 s]
[INFO] Eclipse Krazo StringTemplate Extension ............. SUCCESS [  1.572 s]
[INFO] Eclipse Krazo Velocity Extension ................... SUCCESS [  6.834 s]
[INFO] Eclipse Krazo Integration Tests Parent ............. SUCCESS [  0.134 s]
[INFO] Eclipse Krazo Application Path Tests ............... SUCCESS [ 48.551 s]
[INFO] Eclipse Krazo Book CDI tests ....................... SUCCESS [  0.669 s]
[INFO] Eclipse Krazo Book Models Tests .................... SUCCESS [  0.518 s]
[INFO] Eclipse Krazo CDI Conversation Tests ............... SUCCESS [  0.539 s]
[INFO] Eclipse Krazo CSRF Property Tests .................. SUCCESS [  0.957 s]
[INFO] Eclipse Krazo Default Extension Tests .............. SUCCESS [  0.446 s]
[INFO] Eclipse Krazo CDI Events Tests ..................... SUCCESS [  0.608 s]
[INFO] Eclipse Krazo Exceptions Tests ..................... SUCCESS [  0.850 s]
[INFO] Eclipse Krazo Facelets Tests ....................... SUCCESS [  0.620 s]
[INFO] Eclipse Krazo Locale Tests ......................... SUCCESS [  0.687 s]
[INFO] Eclipse Krazo Produces Tests ....................... SUCCESS [  0.429 s]
[INFO] Eclipse Krazo Redirect Tests ....................... SUCCESS [  0.500 s]
[INFO] Eclipse Krazo RedirectScope Tests .................. SUCCESS [  0.351 s]
[INFO] Eclipse Krazo RedirectScope2 Tests ................. SUCCESS [  0.422 s]
[INFO] Eclipse Krazo RedirectScope3 Tests ................. SUCCESS [  0.815 s]
[INFO] Eclipse Krazo RequestDispatcher tests .............. SUCCESS [  0.717 s]
[INFO] Eclipse Krazo Returns Tests ........................ SUCCESS [  0.471 s]
[INFO] Eclipse Krazo Validation Tests ..................... SUCCESS [  0.571 s]
[INFO] Eclipse Krazo Validation I18N Tests ................ SUCCESS [  2.321 s]
[INFO] Eclipse Krazo View Annotation Tests ................ SUCCESS [  0.579 s]
[INFO] Eclipse Krazo UriBuilder Test ...................... SUCCESS [  1.158 s]
[INFO] Eclipse Krazo Testsuite ............................ SUCCESS [ 36.556 s]
[INFO] Eclipse Krazo Documentation ........................ SUCCESS [ 55.384 s]
[INFO] Archetype for Jakarta EE 9 with Eclipse Krazo ...... SUCCESS [ 52.522 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  09:23 min
[INFO] Finished at: 2021-03-21T11:59:29Z
[INFO] ------------------------------------------------------------------------
[tck-glassfish] $ /opt/tools/apache-maven/latest/bin/mvn -pl tck -B -V -Dtck-env=glassfish verify surefire-report:report -Pstaging
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 16, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-16/16+36
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< org.eclipse.krazo:krazo-tck >---------------------
[INFO] Building Eclipse Krazo TCK Runner 2.1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-tck ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/tck/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-tck ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-tck ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running jakarta.mvc.tck.tests.viewengine.algorithm.ViewEngineAlgorithmTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.409 s - in jakarta.mvc.tck.tests.viewengine.algorithm.ViewEngineAlgorithmTest
[INFO] Running jakarta.mvc.tck.tests.viewengine.base.ViewEngineBaseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.63 s - in jakarta.mvc.tck.tests.viewengine.base.ViewEngineBaseTest
[INFO] Running jakarta.mvc.tck.tests.binding.bool.BindingBooleanTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.421 s - in jakarta.mvc.tck.tests.binding.bool.BindingBooleanTest
[INFO] Running jakarta.mvc.tck.tests.binding.base.BindingBaseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.767 s - in jakarta.mvc.tck.tests.binding.base.BindingBaseTest
[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingIntegerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.539 s - in jakarta.mvc.tck.tests.binding.numeric.BindingIntegerTest
[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingBigIntegerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.672 s - in jakarta.mvc.tck.tests.binding.numeric.BindingBigIntegerTest
[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingLongTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.225 s - in jakarta.mvc.tck.tests.binding.numeric.BindingLongTest
[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingBigDecimalTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.996 s - in jakarta.mvc.tck.tests.binding.numeric.BindingBigDecimalTest
[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingFloatTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.236 s - in jakarta.mvc.tck.tests.binding.numeric.BindingFloatTest
[INFO] Running jakarta.mvc.tck.tests.binding.numeric.BindingDoubleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.673 s - in jakarta.mvc.tck.tests.binding.numeric.BindingDoubleTest
[INFO] Running jakarta.mvc.tck.tests.binding.types.BindingTypesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.755 s - in jakarta.mvc.tck.tests.binding.types.BindingTypesTest
[INFO] Running jakarta.mvc.tck.tests.mvc.redirect.scope.RedirectScopeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.62 s - in jakarta.mvc.tck.tests.mvc.redirect.scope.RedirectScopeTest
[INFO] Running jakarta.mvc.tck.tests.mvc.redirect.send.SendRedirectTest
Mar 21, 2021 12:01:15 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[303] contentType=[text/html]
Mar 21, 2021 12:01:15 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
Mar 21, 2021 12:01:15 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[303] contentType=[]
Mar 21, 2021 12:01:15 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
Mar 21, 2021 12:01:15 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[303] contentType=[text/html]
Mar 21, 2021 12:01:15 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
Mar 21, 2021 12:01:15 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[303] contentType=[text/html]
Mar 21, 2021 12:01:15 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
Mar 21, 2021 12:01:15 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[303] contentType=[]
Mar 21, 2021 12:01:15 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.509 s - in jakarta.mvc.tck.tests.mvc.redirect.send.SendRedirectTest
[INFO] Running jakarta.mvc.tck.tests.mvc.controller.returntype.ReturnTypeTest
Mar 21, 2021 12:01:16 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[500] contentType=[text/html]
Mar 21, 2021 12:01:16 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  6.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish  6.0.0 </h3></body></html>
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.842 s - in jakarta.mvc.tck.tests.mvc.controller.returntype.ReturnTypeTest
[INFO] Running jakarta.mvc.tck.tests.mvc.controller.mediatype.MediaTypeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.02 s - in jakarta.mvc.tck.tests.mvc.controller.mediatype.MediaTypeTest
[INFO] Running jakarta.mvc.tck.tests.mvc.controller.annotation.ControllerAnnotationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.503 s - in jakarta.mvc.tck.tests.mvc.controller.annotation.ControllerAnnotationTest
[INFO] Running jakarta.mvc.tck.tests.mvc.controller.inject.InjectParamsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.433 s - in jakarta.mvc.tck.tests.mvc.controller.inject.InjectParamsTest
[INFO] Running jakarta.mvc.tck.tests.mvc.models.BuiltinEngineModelTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.039 s - in jakarta.mvc.tck.tests.mvc.models.BuiltinEngineModelTest
[INFO] Running jakarta.mvc.tck.tests.mvc.response.ResponseFeaturesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.078 s - in jakarta.mvc.tck.tests.mvc.response.ResponseFeaturesTest
[INFO] Running jakarta.mvc.tck.tests.mvc.instances.lifecycle.ControllerLifecycleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.145 s - in jakarta.mvc.tck.tests.mvc.instances.lifecycle.ControllerLifecycleTest
[INFO] Running jakarta.mvc.tck.tests.mvc.instances.cdi.CdiControllerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.534 s - in jakarta.mvc.tck.tests.mvc.instances.cdi.CdiControllerTest
[INFO] Running jakarta.mvc.tck.tests.mvc.instances.proxy.InjectProxyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.817 s - in jakarta.mvc.tck.tests.mvc.instances.proxy.InjectProxyTest
[INFO] Running jakarta.mvc.tck.tests.mvc.uri.UriBuildingTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.226 s - in jakarta.mvc.tck.tests.mvc.uri.UriBuildingTest
[INFO] Running jakarta.mvc.tck.tests.application.inheritance.InheritanceTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.209 s - in jakarta.mvc.tck.tests.application.inheritance.InheritanceTest
[INFO] Running jakarta.mvc.tck.tests.application.app.MvcAppAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.464 s - in jakarta.mvc.tck.tests.application.app.MvcAppAnnotationTest
[INFO] Running jakarta.mvc.tck.tests.application.app.MvcAppWebXmlTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.614 s - in jakarta.mvc.tck.tests.application.app.MvcAppWebXmlTest
[INFO] Running jakarta.mvc.tck.tests.application.context.MvcContextTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.723 s - in jakarta.mvc.tck.tests.application.context.MvcContextTest
[INFO] Running jakarta.mvc.tck.tests.i18n.algorithm.I18nAlgorithmTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 s - in jakarta.mvc.tck.tests.i18n.algorithm.I18nAlgorithmTest
[INFO] Running jakarta.mvc.tck.tests.i18n.access.I18nAccessTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.042 s - in jakarta.mvc.tck.tests.i18n.access.I18nAccessTest
[INFO] Running jakarta.mvc.tck.tests.i18n.standard.I18nStandardTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.388 s - in jakarta.mvc.tck.tests.i18n.standard.I18nStandardTest
[INFO] Running jakarta.mvc.tck.tests.events.MvcEventsTest
Mar 21, 2021 12:03:07 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[303] contentType=[text/html]
Mar 21, 2021 12:03:07 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: 
Mar 21, 2021 12:03:07 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[500] contentType=[text/html]
Mar 21, 2021 12:03:07 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  6.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Exception report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><p><b>exception</b> <pre>jakarta.servlet.ServletException: java.lang.IllegalStateException</pre></p><p><b>root cause</b> <pre>java.lang.IllegalStateException</pre></p><p><b>note</b> <u>The full stack traces of the exception and its root causes are available in the Eclipse GlassFish  6.0.0  logs.</u></p><hr/><h3>Eclipse GlassFish  6.0.0 </h3></body></html>
Mar 21, 2021 12:03:08 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[500] contentType=[text/html]
Mar 21, 2021 12:03:08 PM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish  6.0.0  - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish  6.0.0 </h3></body></html>
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.22 s - in jakarta.mvc.tck.tests.events.MvcEventsTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyOffConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.477 s - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyOffConfigTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.44 s - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyImplicitConfigTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.459 s - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyExplicitConfigTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.433 s - in jakarta.mvc.tck.tests.security.csrf.verify.CsrfVerifyDefaultConfigTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.header.CsrfDefaultHeaderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.635 s - in jakarta.mvc.tck.tests.security.csrf.header.CsrfDefaultHeaderTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.header.CsrfCustomHeaderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.945 s - in jakarta.mvc.tck.tests.security.csrf.header.CsrfCustomHeaderTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.base.CsrfBaseTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.708 s - in jakarta.mvc.tck.tests.security.csrf.base.CsrfBaseTest
[INFO] Running jakarta.mvc.tck.tests.security.csrf.exception.CsrfCustomMapperTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 s - in jakarta.mvc.tck.tests.security.csrf.exception.CsrfCustomMapperTest
[INFO] Running jakarta.mvc.tck.tests.security.xss.EncodersTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.444 s - in jakarta.mvc.tck.tests.security.xss.EncodersTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 132, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ krazo-tck ---
[INFO] 
[INFO] >>> maven-surefire-report-plugin:3.0.0-M5:report (default-cli) > [surefire]test @ krazo-tck >>>
[INFO] 
[INFO] --- directory-maven-plugin:0.1:highest-basedir (highest-basedir) @ krazo-tck ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/tck-glassfish
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tck-glassfish/tck/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ krazo-tck ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ krazo-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ krazo-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ krazo-tck ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] <<< maven-surefire-report-plugin:3.0.0-M5:report (default-cli) < [surefire]test @ krazo-tck <<<
[INFO] 
[INFO] 
[INFO] --- maven-surefire-report-plugin:3.0.0-M5:report (default-cli) @ krazo-tck ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:22 min
[INFO] Finished at: 2021-03-21T12:03:53Z
[INFO] ------------------------------------------------------------------------
[tck-glassfish] $ /bin/sh -xe /tmp/jenkins6254765420140732821.sh
+ java -version
+ uname -a
Archiving artifacts
Finished: SUCCESS