Skip to content
Success

Console Output

Started by user Scott M Stark
Rebuilds build #5
Running as Scott M Stark
Agent basic-mmvlr is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-mmvlr"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cdi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-mmvlr"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -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-mmvlr"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cdi.svc.cluster.local/cdi/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    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-cdi"
      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-mmvlr in workspace /home/jenkins/agent/workspace/CDI-Weld-TCK-Run
[CDI-Weld-TCK-Run] $ /bin/bash -ex /tmp/jenkins6032053920957461590.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/oracle
+ MVN_HOME=/opt/tools/apache-maven/latest
+ JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ SPEC_VERSION=3.0
+ echo '+++ Java Version:'
+ java -version
+ echo '+++ OS:'
+ uname -av
+ echo '+++ Downloading TCK:'
+ wget https://download.eclipse.org/ee4j/cdi/3.0/cdi-tck-3.0.1-dist.zip
--2020-08-31 17:43:32--  https://download.eclipse.org/ee4j/cdi/3.0/cdi-tck-3.0.1-dist.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: 8680202 (8.3M) [application/zip]
Saving to: 'cdi-tck-3.0.1-dist.zip'

     0K .......... .......... .......... .......... ..........  0%  118M 0s
    50K .......... .......... .......... .......... ..........  1%  120M 0s
   100K .......... .......... .......... .......... ..........  1% 86.0M 0s
   150K .......... .......... .......... .......... ..........  2%  108M 0s
   200K .......... .......... .......... .......... ..........  2% 93.1M 0s
   250K .......... .......... .......... .......... ..........  3% 92.4M 0s
   300K .......... .......... .......... .......... ..........  4% 87.0M 0s
   350K .......... .......... .......... .......... ..........  4% 70.9M 0s
   400K .......... .......... .......... .......... ..........  5%  119M 0s
   450K .......... .......... .......... .......... ..........  5% 93.5M 0s
   500K .......... .......... .......... .......... ..........  6% 86.7M 0s
   550K .......... .......... .......... .......... ..........  7% 82.4M 0s
   600K .......... .......... .......... .......... ..........  7%  125M 0s
   650K .......... .......... .......... .......... ..........  8% 93.9M 0s
   700K .......... .......... .......... .......... ..........  8% 88.0M 0s
   750K .......... .......... .......... .......... ..........  9% 81.5M 0s
   800K .......... .......... .......... .......... .......... 10% 71.2M 0s
   850K .......... .......... .......... .......... .......... 10%  132M 0s
   900K .......... .......... .......... .......... .......... 11% 87.5M 0s
   950K .......... .......... .......... .......... .......... 11% 85.6M 0s
  1000K .......... .......... .......... .......... .......... 12%  114M 0s
  1050K .......... .......... .......... .......... .......... 12% 95.0M 0s
  1100K .......... .......... .......... .......... .......... 13% 87.0M 0s
  1150K .......... .......... .......... .......... .......... 14% 63.1M 0s
  1200K .......... .......... .......... .......... .......... 14% 98.0M 0s
  1250K .......... .......... .......... .......... .......... 15% 60.2M 0s
  1300K .......... .......... .......... .......... .......... 15% 99.2M 0s
  1350K .......... .......... .......... .......... .......... 16% 9.11M 0s
  1400K .......... .......... .......... .......... .......... 17%  304M 0s
  1450K .......... .......... .......... .......... .......... 17% 52.7M 0s
  1500K .......... .......... .......... .......... .......... 18%  127M 0s
  1550K .......... .......... .......... .......... .......... 18% 38.7M 0s
  1600K .......... .......... .......... .......... .......... 19% 88.1M 0s
  1650K .......... .......... .......... .......... .......... 20% 52.4M 0s
  1700K .......... .......... .......... .......... .......... 20% 64.8M 0s
  1750K .......... .......... .......... .......... .......... 21% 51.8M 0s
  1800K .......... .......... .......... .......... .......... 21% 65.6M 0s
  1850K .......... .......... .......... .......... .......... 22% 52.6M 0s
  1900K .......... .......... .......... .......... .......... 23% 52.2M 0s
  1950K .......... .......... .......... .......... .......... 23% 82.1M 0s
  2000K .......... .......... .......... .......... .......... 24%  157M 0s
  2050K .......... .......... .......... .......... .......... 24% 86.2M 0s
  2100K .......... .......... .......... .......... .......... 25%  122M 0s
  2150K .......... .......... .......... .......... .......... 25%  107M 0s
  2200K .......... .......... .......... .......... .......... 26%  104M 0s
  2250K .......... .......... .......... .......... .......... 27%  139M 0s
  2300K .......... .......... .......... .......... .......... 27%  120M 0s
  2350K .......... .......... .......... .......... .......... 28% 84.7M 0s
  2400K .......... .......... .......... .......... .......... 28%  100M 0s
  2450K .......... .......... .......... .......... .......... 29%  128M 0s
  2500K .......... .......... .......... .......... .......... 30%  131M 0s
  2550K .......... .......... .......... .......... .......... 30% 49.2M 0s
  2600K .......... .......... .......... .......... .......... 31%  144M 0s
  2650K .......... .......... .......... .......... .......... 31% 53.2M 0s
  2700K .......... .......... .......... .......... .......... 32% 88.3M 0s
  2750K .......... .......... .......... .......... .......... 33% 53.9M 0s
  2800K .......... .......... .......... .......... .......... 33% 66.1M 0s
  2850K .......... .......... .......... .......... .......... 34% 86.2M 0s
  2900K .......... .......... .......... .......... .......... 34% 86.7M 0s
  2950K .......... .......... .......... .......... .......... 35% 64.1M 0s
  3000K .......... .......... .......... .......... .......... 35% 86.6M 0s
  3050K .......... .......... .......... .......... .......... 36% 88.6M 0s
  3100K .......... .......... .......... .......... .......... 37% 65.8M 0s
  3150K .......... .......... .......... .......... .......... 37% 61.0M 0s
  3200K .......... .......... .......... .......... .......... 38% 71.9M 0s
  3250K .......... .......... .......... .......... .......... 38% 66.7M 0s
  3300K .......... .......... .......... .......... .......... 39% 87.2M 0s
  3350K .......... .......... .......... .......... .......... 40% 64.0M 0s
  3400K .......... .......... .......... .......... .......... 40% 84.3M 0s
  3450K .......... .......... .......... .......... .......... 41% 68.3M 0s
  3500K .......... .......... .......... .......... .......... 41% 65.1M 0s
  3550K .......... .......... .......... .......... .......... 42% 68.8M 0s
  3600K .......... .......... .......... .......... .......... 43% 64.6M 0s
  3650K .......... .......... .......... .......... .......... 43%  131M 0s
  3700K .......... .......... .......... .......... .......... 44% 65.3M 0s
  3750K .......... .......... .......... .......... .......... 44% 83.7M 0s
  3800K .......... .......... .......... .......... .......... 45% 67.0M 0s
  3850K .......... .......... .......... .......... .......... 46% 66.5M 0s
  3900K .......... .......... .......... .......... .......... 46%  117M 0s
  3950K .......... .......... .......... .......... .......... 47% 55.3M 0s
  4000K .......... .......... .......... .......... .......... 47% 65.2M 0s
  4050K .......... .......... .......... .......... .......... 48% 88.5M 0s
  4100K .......... .......... .......... .......... .......... 48% 34.6M 0s
  4150K .......... .......... .......... .......... .......... 49%  183M 0s
  4200K .......... .......... .......... .......... .......... 50% 43.1M 0s
  4250K .......... .......... .......... .......... .......... 50%  270M 0s
  4300K .......... .......... .......... .......... .......... 51%  413M 0s
  4350K .......... .......... .......... .......... .......... 51%  107M 0s
  4400K .......... .......... .......... .......... .......... 52% 52.4M 0s
  4450K .......... .......... .......... .......... .......... 53% 86.3M 0s
  4500K .......... .......... .......... .......... .......... 53%  130M 0s
  4550K .......... .......... .......... .......... .......... 54% 64.0M 0s
  4600K .......... .......... .......... .......... .......... 54% 75.3M 0s
  4650K .......... .......... .......... .......... .......... 55%  128M 0s
  4700K .......... .......... .......... .......... .......... 56% 80.0M 0s
  4750K .......... .......... .......... .......... .......... 56% 73.1M 0s
  4800K .......... .......... .......... .......... .......... 57% 65.7M 0s
  4850K .......... .......... .......... .......... .......... 57% 77.6M 0s
  4900K .......... .......... .......... .......... .......... 58% 41.5M 0s
  4950K .......... .......... .......... .......... .......... 58%  225M 0s
  5000K .......... .......... .......... .......... .......... 59% 98.8M 0s
  5050K .......... .......... .......... .......... .......... 60% 69.5M 0s
  5100K .......... .......... .......... .......... .......... 60% 59.7M 0s
  5150K .......... .......... .......... .......... .......... 61% 48.2M 0s
  5200K .......... .......... .......... .......... .......... 61%  135M 0s
  5250K .......... .......... .......... .......... .......... 62%  111M 0s
  5300K .......... .......... .......... .......... .......... 63% 44.5M 0s
  5350K .......... .......... .......... .......... .......... 63%  131M 0s
  5400K .......... .......... .......... .......... .......... 64%  128M 0s
  5450K .......... .......... .......... .......... .......... 64% 63.4M 0s
  5500K .......... .......... .......... .......... .......... 65%  126M 0s
  5550K .......... .......... .......... .......... .......... 66% 54.9M 0s
  5600K .......... .......... .......... .......... .......... 66%  134M 0s
  5650K .......... .......... .......... .......... .......... 67% 17.8M 0s
  5700K .......... .......... .......... .......... .......... 67%  293M 0s
  5750K .......... .......... .......... .......... .......... 68%  368M 0s
  5800K .......... .......... .......... .......... .......... 69% 41.7M 0s
  5850K .......... .......... .......... .......... .......... 69%  121M 0s
  5900K .......... .......... .......... .......... .......... 70%  108M 0s
  5950K .......... .......... .......... .......... .......... 70% 89.6M 0s
  6000K .......... .......... .......... .......... .......... 71% 90.5M 0s
  6050K .......... .......... .......... .......... .......... 71%  132M 0s
  6100K .......... .......... .......... .......... .......... 72%  127M 0s
  6150K .......... .......... .......... .......... .......... 73% 84.5M 0s
  6200K .......... .......... .......... .......... .......... 73% 87.3M 0s
  6250K .......... .......... .......... .......... .......... 74% 64.6M 0s
  6300K .......... .......... .......... .......... .......... 74%  136M 0s
  6350K .......... .......... .......... .......... .......... 75% 44.6M 0s
  6400K .......... .......... .......... .......... .......... 76%  128M 0s
  6450K .......... .......... .......... .......... .......... 76% 66.7M 0s
  6500K .......... .......... .......... .......... .......... 77% 65.5M 0s
  6550K .......... .......... .......... .......... .......... 77%  122M 0s
  6600K .......... .......... .......... .......... .......... 78%  125M 0s
  6650K .......... .......... .......... .......... .......... 79% 67.3M 0s
  6700K .......... .......... .......... .......... .......... 79%  117M 0s
  6750K .......... .......... .......... .......... .......... 80% 56.6M 0s
  6800K .......... .......... .......... .......... .......... 80%  134M 0s
  6850K .......... .......... .......... .......... .......... 81% 87.7M 0s
  6900K .......... .......... .......... .......... .......... 81%  128M 0s
  6950K .......... .......... .......... .......... .......... 82%  112M 0s
  7000K .......... .......... .......... .......... .......... 83% 96.6M 0s
  7050K .......... .......... .......... .......... .......... 83%  130M 0s
  7100K .......... .......... .......... .......... .......... 84%  112M 0s
  7150K .......... .......... .......... .......... .......... 84% 74.4M 0s
  7200K .......... .......... .......... .......... .......... 85%  130M 0s
  7250K .......... .......... .......... .......... .......... 86%  115M 0s
  7300K .......... .......... .......... .......... .......... 86% 97.2M 0s
  7350K .......... .......... .......... .......... .......... 87%  124M 0s
  7400K .......... .......... .......... .......... .......... 87% 2.40M 0s
  7450K .......... .......... .......... .......... .......... 88%  254M 0s
  7500K .......... .......... .......... .......... .......... 89%  259M 0s
  7550K .......... .......... .......... .......... .......... 89%  218M 0s
  7600K .......... .......... .......... .......... .......... 90%  261M 0s
  7650K .......... .......... .......... .......... .......... 90%  237M 0s
  7700K .......... .......... .......... .......... .......... 91%  254M 0s
  7750K .......... .......... .......... .......... .......... 92%  240M 0s
  7800K .......... .......... .......... .......... .......... 92%  241M 0s
  7850K .......... .......... .......... .......... .......... 93%  269M 0s
  7900K .......... .......... .......... .......... .......... 93%  250M 0s
  7950K .......... .......... .......... .......... .......... 94%  224M 0s
  8000K .......... .......... .......... .......... .......... 94%  140M 0s
  8050K .......... .......... .......... .......... .......... 95%  137M 0s
  8100K .......... .......... .......... .......... .......... 96% 95.7M 0s
  8150K .......... .......... .......... .......... .......... 96% 33.4M 0s
  8200K .......... .......... .......... .......... .......... 97%  248M 0s
  8250K .......... .......... .......... .......... .......... 97%  264M 0s
  8300K .......... .......... .......... .......... .......... 98%  262M 0s
  8350K .......... .......... .......... .......... .......... 99%  229M 0s
  8400K .......... .......... .......... .......... .......... 99% 71.0M 0s
  8450K .......... .......... ......                          100%  130M=0.1s

2020-08-31 17:43:32 (68.2 MB/s) - 'cdi-tck-3.0.1-dist.zip' saved [8680202/8680202]

+ unzip cdi-tck-3.0.1-dist.zip
Archive:  cdi-tck-3.0.1-dist.zip
   creating: cdi-tck-3.0.1/
  inflating: cdi-tck-3.0.1/LICENSE   
   creating: cdi-tck-3.0.1/artifacts/
  inflating: cdi-tck-3.0.1/artifacts/artifact-install.sh  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-parent-3.0.1.pom  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-api-3.0.1.jar  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-api-3.0.1-sources.jar  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-api-3.0.1-javadoc.jar  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-impl-3.0.1.jar  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-ext-lib-3.0.1.jar  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-impl-3.0.1-sources.jar  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-impl-3.0.1-audit-cdi.xml  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-impl-3.0.1-audit-mb.xml  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-impl-3.0.1-audit-int.xml  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-impl-3.0.1-suite.xml  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-impl-3.0.1-coverage-cdi.html  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-impl-3.0.1-coverage-mb.html  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-impl-3.0.1-coverage-interceptors.html  
  inflating: cdi-tck-3.0.1/artifacts/cdi-tck-impl-3.0.1-sigtest-jdk8.sig  
   creating: cdi-tck-3.0.1/lib/
  inflating: cdi-tck-3.0.1/lib/pom.xml  
   creating: cdi-tck-3.0.1/lib/src/
   creating: cdi-tck-3.0.1/lib/src/main/
   creating: cdi-tck-3.0.1/lib/src/main/assembly/
  inflating: cdi-tck-3.0.1/lib/src/main/assembly/assembly.xml  
  inflating: cdi-tck-3.0.1/lib/readme.txt  
   creating: cdi-tck-3.0.1/weld/
   creating: cdi-tck-3.0.1/weld/porting-package-lib/
  inflating: cdi-tck-3.0.1/weld/porting-package-lib/pom.xml  
   creating: cdi-tck-3.0.1/weld/porting-package-lib/src/
   creating: cdi-tck-3.0.1/weld/porting-package-lib/src/main/
   creating: cdi-tck-3.0.1/weld/porting-package-lib/src/main/assembly/
  inflating: cdi-tck-3.0.1/weld/porting-package-lib/src/main/assembly/assembly.xml  
  inflating: cdi-tck-3.0.1/weld/porting-package-lib/readme.txt  
   creating: cdi-tck-3.0.1/weld/jboss-as/
  inflating: cdi-tck-3.0.1/weld/jboss-as/build.properties  
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/wildfly8/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/resources/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/resources/META-INF/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/resources/META-INF/services/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/tck20/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/weld-se/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/weld-embedded/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/java/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/java/org/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/java/org/jboss/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/java/org/jboss/weld/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/java/org/jboss/weld/tck/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/java/org/jboss/weld/tck/wildfly8/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/tck12/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/main/
   creating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/main/assembly/
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/tck12/tck-tests.xml  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/java/org/jboss/weld/tck/wildfly8/WildFlyMessaging.java  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/java/org/jboss/weld/tck/wildfly8/WildFly8EEResourceManager.java  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/java/org/jboss/weld/tck/wildfly8/WildFly8Extension.java  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/java/org/jboss/weld/tck/wildfly8/WildFly8DeploymentExceptionTransformer.java  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/java/org/jboss/weld/tck/WeldMethodInterceptor.java  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/weld-embedded/arquillian.xml  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/weld-se/arquillian.xml  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/tck20/tck-tests.xml  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/resources/META-INF/cdi-tck.properties  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/resources/log4j.xml  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/test/wildfly8/arquillian.xml  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/src/main/assembly/assembly.xml  
  inflating: cdi-tck-3.0.1/weld/jboss-tck-runner/pom.xml  
   creating: cdi-tck-3.0.1/doc/
   creating: cdi-tck-3.0.1/doc/pdf/
  inflating: cdi-tck-3.0.1/doc/pdf/cdi-tck-reference-guide.pdf  
   creating: cdi-tck-3.0.1/doc/html/
   creating: cdi-tck-3.0.1/doc/html/images/
   creating: cdi-tck-3.0.1/doc/html/images/community/
   creating: cdi-tck-3.0.1/doc/html/images/community/docbook/
   creating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/
   creating: cdi-tck-3.0.1/doc/html/css/
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/6.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/10.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/12.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/14.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/15.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/6.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/13.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/1.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/2.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/1.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/4.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/11.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/13.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/12.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/11.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/3.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/4.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/14.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/7.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/3.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/2.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/8.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/8.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/7.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/15.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/10.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/9.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/5.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/5.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/callouts/9.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/important.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/next.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/caution.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/up.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/home.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/tip.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/note.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/warning.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/prev.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/caution.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/tip.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/important.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/note.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/docbook/warning.svg  
  inflating: cdi-tck-3.0.1/doc/html/images/community/dot2.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/shine.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/dot.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/bkg_gradient.gif  
  inflating: cdi-tck-3.0.1/doc/html/images/community/jbossorglogo.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/watermark-alpha2.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/title_hdr.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/watermark-beta2.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/watermark-alpha1.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/watermark-pre-release-candidate.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/watermark-release-candidate.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/community_doc.png  
  inflating: cdi-tck-3.0.1/doc/html/images/community/watermark-beta1.png  
  inflating: cdi-tck-3.0.1/doc/html/images/cdi_logo.png  
  inflating: cdi-tck-3.0.1/doc/html/images/testng-emailable-report.png  
  inflating: cdi-tck-3.0.1/doc/html/images/testng-plugin-report.png  
  inflating: cdi-tck-3.0.1/doc/html/images/testng-suite-detail-report.png  
  inflating: cdi-tck-3.0.1/doc/html/images/testng-summary-report.png  
  inflating: cdi-tck-3.0.1/doc/html/css/extensions.css  
  inflating: cdi-tck-3.0.1/doc/html/css/documentation.css  
  inflating: cdi-tck-3.0.1/doc/html/css/reports.css  
  inflating: cdi-tck-3.0.1/doc/html/css/jbossorg.css  
  inflating: cdi-tck-3.0.1/doc/html/css/codehighlight.css  
  inflating: cdi-tck-3.0.1/doc/html/css/docnav.css  
  inflating: cdi-tck-3.0.1/doc/html/css/cditck.css  
  inflating: cdi-tck-3.0.1/doc/html/index.html  
  inflating: cdi-tck-3.0.1/doc/html/_preface.html  
  inflating: cdi-tck-3.0.1/doc/html/introduction.html  
  inflating: cdi-tck-3.0.1/doc/html/appeals-process.html  
  inflating: cdi-tck-3.0.1/doc/html/installation.html  
  inflating: cdi-tck-3.0.1/doc/html/configuration.html  
  inflating: cdi-tck-3.0.1/doc/html/reporting.html  
  inflating: cdi-tck-3.0.1/doc/html/_getting_acquainted_with_the_tck.html  
  inflating: cdi-tck-3.0.1/doc/html/sigtest.html  
  inflating: cdi-tck-3.0.1/doc/html/executing.html  
  inflating: cdi-tck-3.0.1/doc/html/eclipse-running.html  
  inflating: cdi-tck-3.0.1/doc/html/eclipse-debugging.html  
  inflating: cdi-tck-3.0.1/doc/html/_executing_and_debugging_tests.html  
   creating: cdi-tck-3.0.1/doc/html_single/
   creating: cdi-tck-3.0.1/doc/html_single/images/
   creating: cdi-tck-3.0.1/doc/html_single/images/community/
   creating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/
   creating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/
   creating: cdi-tck-3.0.1/doc/html_single/css/
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/6.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/10.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/12.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/14.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/15.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/6.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/13.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/1.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/2.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/1.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/4.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/11.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/13.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/12.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/11.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/3.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/4.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/14.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/7.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/3.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/2.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/8.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/8.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/7.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/15.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/10.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/9.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/5.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/5.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/callouts/9.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/important.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/next.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/caution.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/up.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/home.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/tip.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/note.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/warning.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/prev.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/caution.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/tip.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/important.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/note.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/docbook/warning.svg  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/dot2.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/shine.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/dot.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/bkg_gradient.gif  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/jbossorglogo.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/watermark-alpha2.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/title_hdr.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/watermark-beta2.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/watermark-alpha1.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/watermark-pre-release-candidate.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/watermark-release-candidate.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/community_doc.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/community/watermark-beta1.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/cdi_logo.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/testng-emailable-report.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/testng-plugin-report.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/testng-suite-detail-report.png  
  inflating: cdi-tck-3.0.1/doc/html_single/images/testng-summary-report.png  
  inflating: cdi-tck-3.0.1/doc/html_single/css/extensions.css  
  inflating: cdi-tck-3.0.1/doc/html_single/css/documentation.css  
  inflating: cdi-tck-3.0.1/doc/html_single/css/reports.css  
  inflating: cdi-tck-3.0.1/doc/html_single/css/jbossorg.css  
  inflating: cdi-tck-3.0.1/doc/html_single/css/codehighlight.css  
  inflating: cdi-tck-3.0.1/doc/html_single/css/docnav.css  
  inflating: cdi-tck-3.0.1/doc/html_single/css/cditck.css  
  inflating: cdi-tck-3.0.1/doc/html_single/index.html  
  inflating: cdi-tck-3.0.1/README.adoc  
+ sha256sum cdi-tck-3.0.1-dist.zip
+ echo '+++ TCK Run:'
+++ TCK Run:
+ PROFILE=
+ '[' true = true ']'
+ cat
+ PROFILE='--settings /tmp/staging-settings.xml -Pstaging'
+ cd cdi-tck-3.0.1/weld/jboss-tck-runner
+ mvn --settings /tmp/staging-settings.xml -Pstaging -Dcdi.tck.version=3.0.1 test
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.jboss.weld:weld-jboss-runner-tck >----------------
[INFO] Building CDI TCK runner (2.0) for Weld (WildFly) 4.0.0.Alpha3
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-jboss-runner-tck ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-jboss-runner-tck ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-jboss-runner-tck ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-jboss-runner-tck ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/CDI-Weld-TCK-Run/cdi-tck-3.0.1/weld/jboss-tck-runner' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/CDI-Weld-TCK-Run/cdi-tck-3.0.1/weld/jboss-tck-runner
[INFO] Storing buildNumber: unavailable at timestamp: August 31, 2020 5:45:08 PM GMT
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/CDI-Weld-TCK-Run/cdi-tck-3.0.1/weld/jboss-tck-runner' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/CDI-Weld-TCK-Run/cdi-tck-3.0.1/weld/jboss-tck-runner
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-jboss-runner-tck ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-jboss-runner-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy-weld-dependencies) @ weld-jboss-runner-tck ---
[INFO] Copying weld-porting-package-tck-4.0.0.Alpha3.jar to /home/jenkins/agent/workspace/CDI-Weld-TCK-Run/cdi-tck-3.0.1/weld/jboss-tck-runner/target/dependency/lib/weld-porting-package-tck.jar
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ weld-jboss-runner-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:checkstyle (check-style) @ weld-jboss-runner-tck ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-jboss-runner-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ weld-jboss-runner-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CDI-Weld-TCK-Run/cdi-tck-3.0.1/weld/jboss-tck-runner/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-jboss-runner-tck ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
Aug 31, 2020 5:46:07 PM org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener onStart
INFO: CDI-TCK Implementation version: null
Aug 31, 2020 5:46:07 PM org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener onStart
INFO: CDI-TCK Specification version: null
Aug 31, 2020 5:46:07 PM org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener onStart
INFO: Jakarta CDI 3.0 TCK Configuration
-----------------
	Beans: org.jboss.weld.tck.BeansImpl@4cfc0c48
	Contexts: org.jboss.weld.tck.ContextsImpl@59d5c537
	EL: org.jboss.weld.tck.ELImpl@5464b97c
	Library dir: target/dependency/lib
	Test DS: java:jboss/datasources/ExampleDS
	Test JMS connection factory: java:/ConnectionFactory
	Test JMS queue: java:/queue/test
	Test JMS topic: java:/topic/test
	Test timeout factor: 100


Aug 31, 2020 5:46:07 PM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 1,256, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Aug 31, 2020 5:46:07 PM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 5 ms]
Aug 31, 2020 5:46:07 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder buildSupportLibrary
INFO: Support library built [time: 41 ms]
Aug 31, 2020 5:46:08 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder buildIncontainerLibrary
INFO: Incontainer library built [time: 18 ms]
Aug 31, 2020 5:46:08 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.lifecycleCallback.PostConstructOrderTest, time: 32 ms]
Aug 31, 2020 5:46:08 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 4.0.0 (Alpha3)
Aug 31, 2020 5:46:08 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct defined on class org.jboss.cdi.tck.interceptors.tests.order.lifecycleCallback.Interceptor4 is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:08 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct3 defined on class org.jboss.cdi.tck.interceptors.tests.order.lifecycleCallback.Interceptor3 is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:08 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct2 defined on class org.jboss.cdi.tck.interceptors.tests.order.lifecycleCallback.Interceptor2 is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:08 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct3 defined on class org.jboss.cdi.tck.interceptors.tests.order.lifecycleCallback.Interceptor3 is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:08 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct2 defined on class org.jboss.cdi.tck.interceptors.tests.order.lifecycleCallback.Interceptor2 is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:08 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct2 defined on class org.jboss.cdi.tck.interceptors.tests.order.lifecycleCallback.Interceptor2 is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:08 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct1 defined on class org.jboss.cdi.tck.interceptors.tests.order.lifecycleCallback.Interceptor1 is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:08 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PostConstructOrderTest.testInvocationOrder: 1/1,256 Failed tests: 0 (1)
Aug 31, 2020 5:46:08 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.overriden.lifecycleCallback.wrapped.OverridenLifecycleCallbackInterceptorTest, time: 6 ms]
Aug 31, 2020 5:46:08 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke OverridenLifecycleCallbackInterceptorTest.testCallbackOverridenByCallback: 2/1,256 Failed tests: 0 (2)
Aug 31, 2020 5:46:08 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke OverridenLifecycleCallbackInterceptorTest.testCallbackOverridenByNonCallback: 3/1,256 Failed tests: 0 (2)
Aug 31, 2020 5:46:08 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.broken.same.type.twice.SameTypeListedTwiceTest, time: 7 ms]
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SameTypeListedTwiceTest.test: 4/1,256 Failed tests: 0 (3)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.broken.incorrect.name.stereotype.NoAnnotationWithSpecifiedNameTest, time: 6 ms]
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NoAnnotationWithSpecifiedNameTest.test: 5/1,256 Failed tests: 0 (4)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.broken.incorrect.name.NoClassWithSpecifiedNameTest, time: 9 ms]
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NoClassWithSpecifiedNameTest.test: 6/1,256 Failed tests: 0 (5)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.AroundConstructOrderTest, time: 6 ms]
Aug 31, 2020 5:46:09 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept2 defined on class org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.MiddleInterceptor1 is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:09 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept1 defined on class org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.SuperInterceptor1 is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:09 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept1 defined on class org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.SuperInterceptor1 is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:09 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept3 defined on class org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.Interceptor1 is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:09 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept2 defined on class org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.MiddleInterceptor1 is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:09 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept1 defined on class org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.SuperInterceptor1 is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:09 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept defined on class org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.Interceptor2 is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:09 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept defined on class org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.Interceptor3 is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:09 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept defined on class org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.Interceptor4 is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructOrderTest.testInvocationOrder: 7/1,256 Failed tests: 0 (6)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.selection.stereotype.SelectedBeanWithUnselectedStereotypeTest, time: 39 ms]
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedBeanWithUnselectedStereotypeTest.testSingleAlternativeIsSelected: 8/1,256 Failed tests: 0 (7)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.selection.stereotype.priority.StereotypeWithAlternativeSelectedByPriorityTest, time: 5 ms]
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeWithAlternativeSelectedByPriorityTest.testStereotypeAlternativeIsEnabled: 9/1,256 Failed tests: 0 (8)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.selection.SelectedAlternative01Test, time: 50 ms]
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternative01Test.testAlternativeManagedBeanSelected: 10/1,256 Failed tests: 0 (9)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternative01Test.testAlternativeProducerSelected: 11/1,256 Failed tests: 0 (9)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.selection.SelectedAlternative02Test, time: 80 ms]
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternative02Test.testDependencyResolvable: 12/1,256 Failed tests: 0 (10)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.veto.VetoedAlternativeTest, time: 9 ms]
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedAlternativeTest.alternativeStereotypeIsVetoed: 13/1,256 Failed tests: 0 (11)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedAlternativeTest.mockAlternativeIsVetoed: 14/1,256 Failed tests: 0 (11)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.resolution.qualifier.QualifierNotInheritedTest, time: 9 ms]
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierNotInheritedTest.testResolution: 15/1,256 Failed tests: 0 (12)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.resolution.qualifier.QualifierNotDeclaredTest, time: 6 ms]
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierNotDeclaredTest.testResolution: 16/1,256 Failed tests: 0 (13)
Aug 31, 2020 5:46:09 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.resolution.qualifier.QualifierInheritedTest, time: 14 ms]
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierInheritedTest.testResolution: 17/1,256 Failed tests: 0 (14)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.AlternativeAvailabilityTest, time: 8 ms]
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testAlternativeAvailability: 18/1,256 Failed tests: 0 (15)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testAnyEnabledAlternativeStereotypeMakesAlternativeEnabled: 19/1,256 Failed tests: 0 (15)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testIsAlternative: 20/1,256 Failed tests: 0 (15)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testProducerAlternativesOnMethodAndField: 21/1,256 Failed tests: 0 (15)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testProducersOnAlternativeClass: 22/1,256 Failed tests: 0 (15)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testStereotypeAlternativeOnProducerMethodAndField: 23/1,256 Failed tests: 0 (15)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.resolution.InterceptorBindingResolutionTest, time: 22 ms]
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingResolutionTest.testBusinessMethodInterceptorBindings: 24/1,256 Failed tests: 0 (16)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingResolutionTest.testConstructorInterceptorBindings: 25/1,256 Failed tests: 0 (16)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingResolutionTest.testLifecycleInterceptorBindings: 26/1,256 Failed tests: 0 (16)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.broken.InvalidTransitiveInterceptorBindingAnnotationsTest, time: 5 ms]
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidTransitiveInterceptorBindingAnnotationsTest.testInterceptorBindingsWithConflictingAnnotationMembersNotOk: 27/1,256 Failed tests: 0 (17)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.application.disposer.ApplicationContextDisposerTest, time: 5 ms]
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ApplicationContextDisposerTest.testApplicationContextActiveDuringDispose: 28/1,256 Failed tests: 0 (18)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.broken.InvalidStereotypeInterceptorBindingAnnotationsTest, time: 5 ms]
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidStereotypeInterceptorBindingAnnotationsTest.testInterceptorBindingsWithConflictingAnnotationMembersNotOk: 29/1,256 Failed tests: 0 (19)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.application.postconstruct.SimpleBeanPostConstructCallbackTest, time: 29 ms]
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanPostConstructCallbackTest.testSimplePostConstructCallback: 30/1,256 Failed tests: 0 (20)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.aroundConstruct.ConstructorInterceptionTest, time: 5 ms]
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testConstructorLevelBinding: 31/1,256 Failed tests: 0 (21)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testMultipleConstructorLevelBinding: 32/1,256 Failed tests: 0 (21)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testOverridingTypeLevelBinding: 33/1,256 Failed tests: 0 (21)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testTypeLevelAndConstructorLevelBinding: 34/1,256 Failed tests: 0 (21)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testTypeLevelBinding: 35/1,256 Failed tests: 0 (21)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.multiple.MultipleInterceptorBindingsTest, time: 8 ms]
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleInterceptorBindingsTest.testInterceptorAppliedToBeanWithAllBindings: 36/1,256 Failed tests: 0 (22)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleInterceptorBindingsTest.testInterceptorNotAppliedToBeanWithSomeBindings: 37/1,256 Failed tests: 0 (22)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleInterceptorBindingsTest.testMultipleInterceptorsOnMethod: 38/1,256 Failed tests: 0 (22)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.application.predestroy.ApplicationContextPreDestroyTest, time: 7 ms]
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ApplicationContextPreDestroyTest.testApplicationContextActivePreDestroy: 39/1,256 Failed tests: 0 (23)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.overriding.InterceptorBindingOverridingTest, time: 7 ms]
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingOverridingTest.testInterceptorBindingOverriden: 40/1,256 Failed tests: 0 (24)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.members.InterceptorBindingTypeWithMemberTest, time: 5 ms]
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeMemberValuesComparedWithEquals: 41/1,256 Failed tests: 0 (25)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeWithMember: 42/1,256 Failed tests: 0 (25)
Aug 31, 2020 5:46:10 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeWithNonBindingMember: 43/1,256 Failed tests: 0 (25)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.aroundConstruct.bindings.AroundConstructTest, time: 9 ms]
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testExceptions: 44/1,256 Failed tests: 0 (26)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testInterceptorInvocation: 45/1,256 Failed tests: 0 (26)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testReplacingParameters: 46/1,256 Failed tests: 0 (26)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.aroundConstruct.AroundConstructTest, time: 5 ms]
Aug 31, 2020 5:46:11 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method aroundConstruct defined on class org.jboss.cdi.tck.interceptors.tests.contract.aroundConstruct.BravoInterceptor is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:11 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method aroundConstruct defined on class org.jboss.cdi.tck.interceptors.tests.contract.aroundConstruct.CharlieInterceptor1 is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:11 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method aroundConstruct defined on class org.jboss.cdi.tck.interceptors.tests.contract.aroundConstruct.CharlieInterceptor2 is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:11 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method aroundConstruct defined on class org.jboss.cdi.tck.interceptors.tests.contract.aroundConstruct.AlphaInterceptor is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testExceptions: 47/1,256 Failed tests: 0 (27)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testInterceptorInvocation: 48/1,256 Failed tests: 0 (27)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testReplacingParameters: 49/1,256 Failed tests: 0 (27)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.withAroundInvoke.SingleInterceptorInstanceTest, time: 5 ms]
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SingleInterceptorInstanceTest.testAroundConstructInvokedAfterDependencyInjectionOnInterceptorClasses: 50/1,256 Failed tests: 0 (28)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.returnValueIgnored.AroundConstructInterceptorReturnValueTest, time: 5 ms]
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructInterceptorReturnValueTest.testAroundConstructInvokedAfterDependencyInjectionOnInterceptorClasses: 51/1,256 Failed tests: 0 (29)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.AroundConstructLifeCycleTest, time: 6 ms]
Aug 31, 2020 5:46:11 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept defined on class org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.Baz1Interceptor is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:11 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept1 defined on class org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.FooCommonInterceptor is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:11 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept defined on class org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.Baz2Interceptor is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:11 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept2 defined on class org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.FooSuperInterceptor is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructLifeCycleTest.testAroundConstructInvokedAfterDependencyInjectionOnInterceptorClasses: 52/1,256 Failed tests: 0 (30)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructLifeCycleTest.testInstanceNotCreatedUnlessInvocationContextProceedCalled: 53/1,256 Failed tests: 0 (30)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.dependent.DependentContextTest, time: 9 ms]
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testCallingCreationalContextReleaseDestroysDependents: 54/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextGetWithCreateFalseReturnsNull: 55/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextGetWithCreationalContextReturnsNewInstance: 56/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActive: 57/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveDuringBeanCreation: 58/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveDuringInjection: 59/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenCreatingObserverMethodInstance: 60/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenEvaluatingElExpression: 61/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenInvokingDisposalMethod: 62/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenInvokingProducerField: 63/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenInvokingProducerMethod: 64/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextScopeType: 65/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentBeanIsDependentObjectOfBeanInjectedInto: 66/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentScopedDecoratorsAreDependentObjectsOfBean: 67/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentScopedInterceptorsAreDependentObjectsOfBean: 68/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenDisposerMethodCompletes: 69/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenElEvaluationCompletes: 70/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenObserverMethodEvaluationCompletes: 71/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenProducerFieldCompletes: 72/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenProducerMethodCompletes: 73/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDestroyingManagedParentDestroysDependentsOfSameBean: 74/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDestroyingSimpleParentDestroysDependents: 75/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceNotSharedBetweenInjectionPoints: 76/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForDisposalMethodNotShared: 77/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForElEvaluationNotShared: 78/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForObserverMethodNotShared: 79/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForProducerFieldNotShared: 80/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForProducerMethodNotShared: 81/1,256 Failed tests: 0 (31)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.environment.InterceptorEnvironmentTest, time: 38 ms]
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorEnvironmentTest.testInvocationContext: 82/1,256 Failed tests: 0 (32)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.dependent.transientreference.DependentTransientReferenceDestroyedTest, time: 8 ms]
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentTransientReferenceDestroyedTest.testConstructorAndInitializer: 83/1,256 Failed tests: 0 (33)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentTransientReferenceDestroyedTest.testProducerMethod: 84/1,256 Failed tests: 0 (33)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.dependent.instance.BuiltinInstanceDependentObjectTest, time: 7 ms]
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceDependentObjectTest.testInstanceDependentObject: 85/1,256 Failed tests: 0 (34)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke.bindings.AroundInvokeInterceptorTest, time: 38 ms]
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeInterceptorTest.testBusinessMethodIntercepted: 86/1,256 Failed tests: 0 (35)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.producer.field.managed.dependent.ManagedBeanWithIllegalDependencyTest, time: 5 ms]
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testConstructorInjectionPointRequiringPassivationCapableDependency: 87/1,256 Failed tests: 0 (36)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testFieldInjectionPointRequiringPassivationCapableDependency: 88/1,256 Failed tests: 0 (36)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testSetterInjectionPointRequiringPassivationCapableDependency: 89/1,256 Failed tests: 0 (36)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.producer.field.managed.NonPassivationCapableProducerFieldTest, time: 5 ms]
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivationCapableProducerFieldTest.testNonPassivationCapableProducerFieldNotOk: 90/1,256 Failed tests: 0 (37)
Aug 31, 2020 5:46:11 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke.AroundInvokeAccessInterceptorTest, time: 5 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeAccessInterceptorTest.testPackagePrivateAroundInvokeInterceptor: 91/1,256 Failed tests: 0 (38)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeAccessInterceptorTest.testPrivateAroundInvokeInterceptor: 92/1,256 Failed tests: 0 (38)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeAccessInterceptorTest.testProtectedAroundInvokeInterceptor: 93/1,256 Failed tests: 0 (38)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.method.MethodLevelInterceptorTest, time: 5 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MethodLevelInterceptorTest.testExcludeClassInterceptors: 94/1,256 Failed tests: 0 (39)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MethodLevelInterceptorTest.testInterceptorCanBeAppliedToMoreThanOneMethod: 95/1,256 Failed tests: 0 (39)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.producer.method.managed.dependent.ManagedBeanWithIllegalDependencyTest, time: 6 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testConstructorInjectionPointRequiringPassivationCapableDependency: 96/1,256 Failed tests: 0 (40)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testFieldInjectionPointRequiringPassivationCapableDependency: 97/1,256 Failed tests: 0 (40)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testProducerMethodParamInjectionPointRequiringPassivationCapableDependency: 98/1,256 Failed tests: 0 (40)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testSetterInjectionPointRequiringPassivationCapableDependency: 99/1,256 Failed tests: 0 (40)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.exceptions.LifecycleCallbackInterceptorExceptionTest, time: 5 ms]
Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.exceptions.GoatInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method preDestroy defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.exceptions.CatInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PreDestroy but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.exceptions.CatInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorExceptionTest.testLifecycleCallbackInterceptorCanCatchException: 100/1,256 Failed tests: 0 (41)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorExceptionTest.testPostConstructCanThrowRuntimeException: 101/1,256 Failed tests: 0 (41)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorExceptionTest.testPreDestroyNotInvokedWhenInstanceDiscarded: 102/1,256 Failed tests: 0 (41)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.producer.method.managed.NonPassivationCapableProducerMethodTest, time: 5 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivationCapableProducerMethodTest.testNonPassivationCapableProducerMethodNotOk: 103/1,256 Failed tests: 0 (42)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.bindings.LifecycleInterceptorDefinitionTest, time: 5 ms]
Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method aroundConstructS defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.bindings.SuperDestructionInterceptor is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method preDestroyS defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.bindings.SuperDestructionInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PreDestroy but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstructS defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.bindings.SuperDestructionInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleInterceptorDefinitionTest.testLifecycleInterception: 104/1,256 Failed tests: 0 (43)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleInterceptorDefinitionTest.testMultipleLifecycleInterceptors: 105/1,256 Failed tests: 0 (43)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.field.NonPassivatingInjectedFieldTest, time: 5 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivatingInjectedFieldTest.testBeanWithNonSerializableImplementationInjectedIntoNonTransientFieldOfBeanWithPassivatingScopeFails: 106/1,256 Failed tests: 0 (44)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.decorator.field.DecoratorWithNonPassivatingInjectedFieldTest, time: 5 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNonPassivatingInjectedFieldTest.testPassivationCapableBeanWithNonPassivatingDecoratorInjectedFieldFails: 107/1,256 Failed tests: 0 (45)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.wrapped.LifecycleCallbackInterceptorTest, time: 5 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testLifecycleCallbackInterception: 108/1,256 Failed tests: 0 (46)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.LifecycleCallbackInterceptorTest, time: 5 ms]
Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.AlmightyLifecycleInterceptor is not defined according to the specification. It is annotated with @jakarta.interceptor.AroundConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.AlmightyLifecycleInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PreDestroy but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.AlmightyLifecycleInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method preDestroy defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.AnimalInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PreDestroy but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.AnimalInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.ProtectedLifecycleInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.PublicLifecycleInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.PackagePrivateLifecycleInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.PrivateLifecycleInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept3 defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.CatInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PreDestroy but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept2 defined on class org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.CatInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testAroundInvokeAndLifeCycleCallbackInterceptorsCanBeDefinedOnTheSameClass: 109/1,256 Failed tests: 0 (47)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testLifeCycleCallbackInterceptorNotInvokedForMethodLevelInterceptor: 110/1,256 Failed tests: 0 (47)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPackagePrivateLifecycleInterceptorMethod: 111/1,256 Failed tests: 0 (47)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPostConstructInterceptor: 112/1,256 Failed tests: 0 (47)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPreDestroyInterceptor: 113/1,256 Failed tests: 0 (47)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPrivateLifecycleInterceptorMethod: 114/1,256 Failed tests: 0 (47)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testProtectedLifecycleInterceptorMethod: 115/1,256 Failed tests: 0 (47)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPublicLifecycleInterceptorMethod: 116/1,256 Failed tests: 0 (47)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testSingleMethodInterposingMultipleLifecycleCallbackEvents: 117/1,256 Failed tests: 0 (47)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.decorator.ManagedBeanWithNonPassivatingDecoratorTest, time: 8 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithNonPassivatingDecoratorTest.testManagedBeanWithNonPassivatingDecoratorFails: 118/1,256 Failed tests: 0 (48)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.constructor.NonPassivatingConstructorParamTest, time: 7 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivatingConstructorParamTest.testBeanWithNonSerializableImplementationInjectedIntoNonTransientFieldOfBeanWithPassivatingScopeFails: 119/1,256 Failed tests: 0 (49)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.interceptor.ManagedBeanWithNonSerializableInterceptorClassTest, time: 7 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithNonSerializableInterceptorClassTest.testManagedBeanWithNonSerializableInterceptorClassNotOK: 120/1,256 Failed tests: 0 (50)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.interceptor.field.PassivationCapableBeanWithNonPassivatingInterceptorTest, time: 8 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationCapableBeanWithNonPassivatingInterceptorTest.testPassivationCapableBeanWithNonPassivatingInterceptorFails: 121/1,256 Failed tests: 0 (51)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.initializer.NonPassivatingInitParamTest, time: 7 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivatingInitParamTest.testBeanWithNonSerializableImplementationInjectedIntoNonTransientFieldOfBeanWithPassivatingScopeFails: 122/1,256 Failed tests: 0 (52)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.NonPassivationManagedBeanHasPassivatingScopeTest, time: 6 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivationManagedBeanHasPassivatingScopeTest.testSimpleWebBeanWithNonSerializableImplementationClassFails: 123/1,256 Failed tests: 0 (53)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.exceptions.aroundInvoke.ExceptionTest, time: 5 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExceptionTest.testExceptions1: 124/1,256 Failed tests: 0 (54)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExceptionTest.testExceptions2: 125/1,256 Failed tests: 0 (54)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.dependency.builtin.BuiltinBeanPassivationDependencyTest, time: 5 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinBeanPassivationDependencyTest.testBeanManager: 126/1,256 Failed tests: 0 (55)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinBeanPassivationDependencyTest.testInjectionPoint: 127/1,256 Failed tests: 0 (55)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinBeanPassivationDependencyTest.testInstance: 128/1,256 Failed tests: 0 (55)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.producer.ProducerMethodWithPrimitiveReturnTypePassivationTest, time: 6 ms]
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodWithPrimitiveReturnTypePassivationTest.testProducerMethodWithPrimitiveReturnType: 129/1,256 Failed tests: 0 (56)
Aug 31, 2020 5:46:12 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.producer.ProducerWithPrimitiveFieldTypePassivationTest, time: 5 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerWithPrimitiveFieldTypePassivationTest.testProducerFieldWithPrimitiveType: 130/1,256 Failed tests: 0 (57)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.injection.point.PassivationCapableInjectionPointTest, time: 6 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationCapableInjectionPointTest.testPassivationCapableInjectionPoints: 131/1,256 Failed tests: 0 (58)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.custom.CustomPassivatingScopeCalledWithSerializableParametersTest, time: 5 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomPassivatingScopeCalledWithSerializableParametersTest.testWithExtensionProvidedBean: 132/1,256 Failed tests: 0 (59)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomPassivatingScopeCalledWithSerializableParametersTest.testWithImplicitBean: 133/1,256 Failed tests: 0 (59)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.validation.InterceptorWithNonPassivationCapableDependenciesTest, time: 5 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorWithNonPassivationCapableDependenciesTest.test: 134/1,256 Failed tests: 0 (60)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.validation.DecoratorWithNonPassivationCapableDependenciesTest, time: 4 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNonPassivationCapableDependenciesTest.testDeploymentValid: 135/1,256 Failed tests: 0 (61)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.transientreference.TransientReferenceParameterTest, time: 6 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TransientReferenceParameterTest.testParamInjectionPoints: 136/1,256 Failed tests: 0 (62)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.PassivatingContextTest, time: 9 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testBeanWithNonSerializableImplementationInjectedIntoTransientFieldOK: 137/1,256 Failed tests: 0 (63)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testInjectionOfDependentPrimitiveProductIntoNormalBean: 138/1,256 Failed tests: 0 (63)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testInjectionOfDependentSerializableProductIntoNormalBean: 139/1,256 Failed tests: 0 (63)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testManagedBeanWithSerializableDecoratorOK: 140/1,256 Failed tests: 0 (63)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testManagedBeanWithSerializableImplementationClassOK: 141/1,256 Failed tests: 0 (63)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testManagedBeanWithSerializableInterceptorClassOK: 142/1,256 Failed tests: 0 (63)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testNonSerializableProducerFieldDeclaredPassivatingThrowsIllegalProductException: 143/1,256 Failed tests: 0 (63)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testPassivatingScopeProducerMethodReturnsUnserializableObjectNotOk: 144/1,256 Failed tests: 0 (63)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testPassivationCapableProducerFieldIsOK: 145/1,256 Failed tests: 0 (63)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testPassivationCapableProducerMethodIsOK: 146/1,256 Failed tests: 0 (63)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testPassivationOccurs: 147/1,256 Failed tests: 0 (63)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.alterable.AlterableContextTest, time: 5 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlterableContextTest.testApplicationScopedComponent: 148/1,256 Failed tests: 0 (64)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlterableContextTest.testCustomScopedComponent: 149/1,256 Failed tests: 0 (64)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlterableContextTest.testNothingHappensIfNoInstanceToDestroy: 150/1,256 Failed tests: 0 (64)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlterableContextTest.testRequestScopedComponent: 151/1,256 Failed tests: 0 (64)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.DestroyedInstanceReturnedByGetTest, time: 5 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyedInstanceReturnedByGetTest.testDestroyedInstanceMustNotBeReturnedByGet: 152/1,256 Failed tests: 0 (65)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContextTest, time: 5 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyForSameCreationalContextTest.testDestroyForSameCreationalContextOnly: 153/1,256 Failed tests: 0 (66)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContext2Test, time: 6 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyForSameCreationalContext2Test.testDestroyForSameCreationalContextOnly: 154/1,256 Failed tests: 0 (67)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.GetFromContextualTest, time: 5 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetOnInactiveContextTest.testInvokingGetOnInactiveContextFails: 155/1,256 Failed tests: 0 (68)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.ContextDestroysBeansTest, time: 5 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextDestroysBeansTest.testContextDestroysBeansWhenDestroyed: 156/1,256 Failed tests: 0 (69)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.custom.broken.finalBeanClass.CustomDecoratorMatchingBeanWithFinalClassTest, time: 5 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomDecoratorMatchingBeanWithFinalClassTest.testCustomDecoratorDecoratingFinalBean: 157/1,256 Failed tests: 0 (70)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.custom.broken.nodelegateinjectionpoint.CustomDecoratorWithNoDelegateInjectionPointTest, time: 27 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomDecoratorWithNoDelegateInjectionPointTest.testDeploymentFails: 158/1,256 Failed tests: 0 (71)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.custom.CustomDecoratorTest, time: 4 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomDecoratorTest.testCustomImplementationOfDecoratorInterface: 159/1,256 Failed tests: 0 (72)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.inject.delegateConstructor.DelegateInjectionPointTest, time: 4 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DelegateInjectionPointTest.testDecoratorDelegateInjectionPoints: 160/1,256 Failed tests: 0 (73)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.inject.delegateField.DelegateFieldInjectionPointTest, time: 3 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DelegateFieldInjectionPointTest.testDecoratorDelegateInjectionPoints: 161/1,256 Failed tests: 0 (74)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.inject.delegateInitializerMethod.DelegateInjectionPointTest, time: 3 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DelegateInjectionPointTest.testDecoratorDelegateInjectionPoints: 162/1,256 Failed tests: 0 (75)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.parameterizedTypesWithDifferentTypeParameters.DifferentTypeParametersTest, time: 5 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DifferentTypeParametersTest.testTypeParametersOnDecoratedTypeAndDelegateTypeDoNotMatch: 163/1,256 Failed tests: 0 (76)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.invalidAbstractMethodOnDecorator.DecoratorWithInvalidAbstractMethodTest, time: 4 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithInvalidAbstractMethodTest.testAbstractMethodsNotDeclaredByDecoratedTypeNotOk: 164/1,256 Failed tests: 0 (77)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.observer.DecoratorWithAsyncObserverMethodTest, time: 5 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithAsyncObserverMethodTest.testDecoratorWithAsyncObserverMethodNotOk: 165/1,256 Failed tests: 0 (78)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.observer.DecoratorWithObserverMethodTest, time: 6 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithObserverMethodTest.testDecoratorWithObserverMethodNotOk: 166/1,256 Failed tests: 0 (79)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.finalBeanClass.FinalBeanClassTest, time: 4 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalBeanClassTest.testAppliesToFinalManagedBeanClass: 167/1,256 Failed tests: 0 (80)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nodecoratedtypes.DecoratorWithNoDecoratedTypes1Test, time: 4 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNoDecoratedTypes1Test.testDeploymentFails: 168/1,256 Failed tests: 0 (81)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.finalBeanMethod.FinalBeanMethodTest, time: 7 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalBeanMethodTest.testAppliesToFinalMethodOnManagedBeanClass: 169/1,256 Failed tests: 0 (82)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.notAllDecoratedTypesImplemented.parameterized.TypeParametersNotTheSameTest, time: 4 ms]
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TypeParametersNotTheSameTest.testDeploymentFails: 170/1,256 Failed tests: 0 (83)
Aug 31, 2020 5:46:13 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nonDependent.NonDependentDecoratorTest, time: 4 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonDependentDecoratorTest.testDeploymentWithScopedDecorator: 171/1,256 Failed tests: 0 (84)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.enabledDecoratorIsNotDecorator.EnabledDecoratorNotADecoratorTest, time: 7 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledDecoratorNotADecoratorTest.testEnabledDecoratorNotADecoratorTest: 172/1,256 Failed tests: 0 (85)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nonExistantClassInBeansXml.NonExistantDecoratorClassInBeansXmlTest, time: 7 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonExistantDecoratorClassInBeansXmlTest.testNonExistantDecoratorClassInBeansXmlNotOK: 173/1,256 Failed tests: 0 (86)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.noDelegateInjectionPoints.NoDelegateInjectionPointsTest, time: 6 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NoDelegateInjectionPointsTest.testNoDelegateInjectionPoints: 174/1,256 Failed tests: 0 (87)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.multipleDelegateInjectionPoints.MultipleDelegateInjectionPointsTest, time: 7 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleDelegateInjectionPointsTest.testMultipleDelegateInjectionPoints: 175/1,256 Failed tests: 0 (88)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nonDecoratorWithDecorates.NonDecoratorWithDecoratesTest, time: 6 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonDecoratorWithDecoratesTest.testNonDecoratorWithDecoratesAnnotationNotOK: 176/1,256 Failed tests: 0 (89)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.decoratorListedTwiceInBeansXml.DecoratorListedTwiceInBeansXmlTest, time: 5 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorListedTwiceInBeansXmlTest.testDecoratorListedTwiceInBeansXmlNotOK: 177/1,256 Failed tests: 0 (90)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.producer.DecoratorNotAppliedToResultOfProducerTest, time: 4 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorNotAppliedToResultOfProducerTest.testDecoratorNotAppliedToResultOfProducerField: 178/1,256 Failed tests: 0 (91)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorNotAppliedToResultOfProducerTest.testDecoratorNotAppliedToResultOfProducerMethod: 179/1,256 Failed tests: 0 (91)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.DecoratorDefinitionTest, time: 8 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testAbstractDecoratorNotImplementingMethodOfDecoratedType: 180/1,256 Failed tests: 0 (92)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDecoratedTypes: 181/1,256 Failed tests: 0 (92)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDecoratorDoesNotImplementDelegateType: 182/1,256 Failed tests: 0 (92)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDecoratorIsManagedBean: 183/1,256 Failed tests: 0 (92)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDecoratorOrdering: 184/1,256 Failed tests: 0 (92)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDelegateInjectionPoint: 185/1,256 Failed tests: 0 (92)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDuplicateBindingsOnResolveDecoratorsFails: 186/1,256 Failed tests: 0 (92)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testEmptyTypeSetOnResolveDecoratorsFails: 187/1,256 Failed tests: 0 (92)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testInstanceOfDecoratorForEachEnabled: 188/1,256 Failed tests: 0 (92)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testNonBindingsOnResolveDecoratorsFails: 189/1,256 Failed tests: 0 (92)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testNonEnabledDecoratorNotResolved: 190/1,256 Failed tests: 0 (92)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.types.DelegateTypeImplementsParameterizedDecoratedTypeTest, time: 4 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DelegateTypeImplementsParameterizedDecoratedTypeTest.testDelegateTypeIsValid: 191/1,256 Failed tests: 0 (93)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.invocation.observer.DecoratorInvocationTest, time: 7 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorInvocationTest.testDecoratorInvocation: 192/1,256 Failed tests: 0 (94)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.invocation.producer.method.DecoratorInvocationTest, time: 4 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorInvocationTest.testDecoratorInvocation: 193/1,256 Failed tests: 0 (95)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.resolution.DecoratorResolutionTest, time: 7 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testDelegateTypeVariableBeanActualType: 194/1,256 Failed tests: 0 (96)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testDelegateTypeVariableBeanTypeVariable: 195/1,256 Failed tests: 0 (96)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testDelegateWildcardBeanActualType: 196/1,256 Failed tests: 0 (96)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testDelegateWildcardBeanTypeVariable: 197/1,256 Failed tests: 0 (96)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testIdenticalTypeParamerters: 198/1,256 Failed tests: 0 (96)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testNestedIdenticalTypeParamerters: 199/1,256 Failed tests: 0 (96)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testObject: 200/1,256 Failed tests: 0 (96)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testUnboundedTypeVariables: 201/1,256 Failed tests: 0 (96)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testUnboundedTypeVariablesAndObject: 202/1,256 Failed tests: 0 (96)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.injectionpoint.BuiltinInjectionPointDecoratorTest, time: 29 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInjectionPointDecoratorTest.testDecoratorInvoked: 203/1,256 Failed tests: 0 (97)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInjectionPointDecoratorTest.testDecoratorIsResolved: 204/1,256 Failed tests: 0 (97)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.instance.BuiltinInstanceDecoratorTest, time: 7 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceDecoratorTest.testDecoratorIsInvoked: 205/1,256 Failed tests: 0 (98)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceDecoratorTest.testDecoratorIsResolved: 206/1,256 Failed tests: 0 (98)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.beanmanager.BeanManagerDecoratorTest, time: 12 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerDecoratorTest.testDecoratorIsNotApplied: 207/1,256 Failed tests: 0 (99)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.event.complex.ComplexEventDecoratorTest, time: 5 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ComplexEventDecoratorTest.testOrderedEvents: 208/1,256 Failed tests: 0 (100)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.event.BuiltinEventDecoratorTest, time: 11 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinEventDecoratorTest.testDecoratorIsInvoked: 209/1,256 Failed tests: 0 (101)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinEventDecoratorTest.testDecoratorIsResolved: 210/1,256 Failed tests: 0 (101)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinEventDecoratorTest.testMultipleDecorators: 211/1,256 Failed tests: 0 (101)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.conversation.BuiltinConversationDecoratorTest, time: 7 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinConversationDecoratorTest.testDecoratorIsInvoked: 212/1,256 Failed tests: 0 (102)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinConversationDecoratorTest.testDecoratorIsResolved: 213/1,256 Failed tests: 0 (102)
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.ordering.global.GlobalDecoratorOrderingTest, time: 24 ms]
Aug 31, 2020 5:46:14 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GlobalDecoratorOrderingTest.testDecoratorsInWebInfClasses: 214/1,256 Failed tests: 0 (103)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest, time: 5 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorAndInterceptorTest.testLifecycleCallbacks: 215/1,256 Failed tests: 0 (104)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorAndInterceptorTest.testMethodCallbacks: 216/1,256 Failed tests: 0 (104)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.inheritance.StereotypeInheritenceTest, time: 5 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeInheritenceTest.testInheritence: 217/1,256 Failed tests: 0 (105)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.interceptor.StereotypeWithMultipleInterceptorBindingsTest, time: 5 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeWithMultipleInterceptorBindingsTest.testMultipleInterceptorBindings: 218/1,256 Failed tests: 0 (106)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.broken.scopeConflict.IncompatibleStereotypesTest, time: 6 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke IncompatibleStereotypesTest.testMultipleIncompatibleScopeStereotypes: 219/1,256 Failed tests: 0 (107)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.broken.nonEmptyNamed.NonEmptyNamedTest, time: 5 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonEmptyNamedTest.testStereotypeWithNonEmptyNamed: 220/1,256 Failed tests: 0 (108)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.broken.tooManyScopes.TooManyScopeTypesTest, time: 4 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TooManyScopeTypesTest.testStereotypeWithTooManyScopeTypes: 221/1,256 Failed tests: 0 (109)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.named.DefaultNamedTest, time: 5 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DefaultNamedTest.testStereotypeDeclaringNamed: 222/1,256 Failed tests: 0 (110)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DefaultNamedTest.testStereotypeNamedOverridenByBean: 223/1,256 Failed tests: 0 (110)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.StereotypeDefinitionTest, time: 13 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testExplicitScopeOverridesMergedScopesFromMultipleStereotype: 224/1,256 Failed tests: 0 (111)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testMultipleStereotypesAllowed: 225/1,256 Failed tests: 0 (111)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testOneStereotypeAllowed: 226/1,256 Failed tests: 0 (111)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeDeclaredInheritedIsIndirectlyInherited: 227/1,256 Failed tests: 0 (111)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeDeclaredInheritedIsInherited: 228/1,256 Failed tests: 0 (111)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeNotDeclaredInheritedIsNotIndirectlyInherited: 229/1,256 Failed tests: 0 (111)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeNotDeclaredInheritedIsNotInherited: 230/1,256 Failed tests: 0 (111)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeScopeIsOverriddenByIndirectlyInheritedScope: 231/1,256 Failed tests: 0 (111)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeScopeIsOverriddenByInheritedScope: 232/1,256 Failed tests: 0 (111)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeWithScopeType: 233/1,256 Failed tests: 0 (111)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeWithoutScopeType: 234/1,256 Failed tests: 0 (111)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.scope.broken.tooManyScopes.producer.field.ProducerFieldTooManyScopesTest, time: 6 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldTooManyScopesTest.testTooManyScopesSpecifiedInJava: 235/1,256 Failed tests: 0 (112)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.scope.broken.tooManyScopes.producer.method.ProducerMethodTooManyScopesTest, time: 5 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodTooManyScopesTest.testTooManyScopesSpecifiedInJava: 236/1,256 Failed tests: 0 (113)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.scope.inOtherBda.ScopeDefinedInOtherBDATest, time: 4 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinedInOtherBDATest.testCustomScopeInOtherBDAisBeanDefiningAnnotation: 237/1,256 Failed tests: 0 (114)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.scope.ScopeDefinitionTest, time: 7 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testDefaultScope: 238/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testMultipleCompatibleScopeStereotypes: 239/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testMultipleIncompatibleScopeStereotypesWithScopeSpecified: 240/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeDeclaredInJava: 241/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeSpecifiedAndStereotyped: 242/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeMarkedInherited: 243/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeNotMarkedInherited: 244/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaredInheritedIsIndirectlyInherited: 245/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaredInheritedIsInherited: 246/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaresScopeTypeAnnotation: 247/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeHasCorrectTarget: 248/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeNotDeclaredInheritedIsNotIndirectlyInherited: 249/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeNotDeclaredInheritedIsNotInherited: 250/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypesAreExtensible: 251/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testWebBeanScopeTypeOverridesStereotype: 252/1,256 Failed tests: 0 (115)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.types.ManagedBeanTypesTest, time: 8 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanTypesTest.testGenericHierarchyBeanTypes: 253/1,256 Failed tests: 0 (116)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.types.illegal.BeanTypesWithIllegalTypeTest, time: 6 ms]
Aug 31, 2020 5:46:15 PM org.jboss.weld.util.Beans omitIllegalBeanTypes
INFO: WELD-001125: Illegal bean type org.jboss.cdi.tck.tests.definition.bean.types.illegal.AnimalHolder<org.jboss.cdi.tck.tests.definition.bean.types.illegal.Animal<? extends T>> ignored on [EnhancedAnnotatedTypeImpl] public  class org.jboss.cdi.tck.tests.definition.bean.types.illegal.Bird
Aug 31, 2020 5:46:15 PM org.jboss.weld.util.Beans omitIllegalBeanTypes
INFO: WELD-001125: Illegal bean type org.jboss.cdi.tck.tests.definition.bean.types.illegal.AnimalHolder<org.jboss.cdi.tck.tests.definition.bean.types.illegal.Animal<? extends T>> ignored on [EnhancedAnnotatedTypeImpl] public  class org.jboss.cdi.tck.tests.definition.bean.types.illegal.Eagle
Aug 31, 2020 5:46:15 PM org.jboss.weld.util.Beans omitIllegalBeanTypes
INFO: WELD-001125: Illegal bean type org.jboss.cdi.tck.tests.definition.bean.types.illegal.AnimalHolder<org.jboss.cdi.tck.tests.definition.bean.types.illegal.Animal<? extends T>> ignored on [EnhancedAnnotatedMethodImpl] @Produces @ProducedWithMethod public org.jboss.cdi.tck.tests.definition.bean.types.illegal.EagleProducer.createEagle()
Aug 31, 2020 5:46:15 PM org.jboss.weld.util.Beans omitIllegalBeanTypes
INFO: WELD-001125: Illegal bean type org.jboss.cdi.tck.tests.definition.bean.types.illegal.AnimalHolder<org.jboss.cdi.tck.tests.definition.bean.types.illegal.Animal<? extends T>> ignored on [EnhancedAnnotatedFieldImpl] @Produces @ProducedWithField public org.jboss.cdi.tck.tests.definition.bean.types.illegal.EagleProducer.eagle
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypesWithIllegalTypeTest.beanSetOfBeanTypesContainsOnlyLegalTypes: 254/1,256 Failed tests: 0 (117)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypesWithIllegalTypeTest.producerFieldsetOfBeanTypesContainsOnlyLegalTypes: 255/1,256 Failed tests: 0 (117)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypesWithIllegalTypeTest.producerMethodsetOfBeanTypesContainsOnlyLegalTypes: 256/1,256 Failed tests: 0 (117)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.custom.CustomBeanImplementationTest, time: 22 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testCustomBeanIsPassivationCapable: 257/1,256 Failed tests: 0 (118)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testCustomBeanIsPassivationCapableDependency: 258/1,256 Failed tests: 0 (118)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testCustomBeanNotAutomaticallySelected: 259/1,256 Failed tests: 0 (118)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetBeanClassCalled: 260/1,256 Failed tests: 0 (118)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetBindingsCalled: 261/1,256 Failed tests: 0 (118)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetInjectionPointsCalled: 262/1,256 Failed tests: 0 (118)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetNameCalled: 263/1,256 Failed tests: 0 (118)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetScopeTypeCalled: 264/1,256 Failed tests: 0 (118)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetStereotypesCalled: 265/1,256 Failed tests: 0 (118)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetTypesCalled: 266/1,256 Failed tests: 0 (118)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testIsPolicyCalled: 267/1,256 Failed tests: 0 (118)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedProducerMethodTest, time: 5 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RestrictedProducerMethodTest.testInvalidTypedValueOnProducerField: 268/1,256 Failed tests: 0 (119)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedProducerFieldTest, time: 4 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RestrictedProducerFieldTest.testInvalidTypedValueOnProducerField: 269/1,256 Failed tests: 0 (120)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.BeanDefinitionTest, time: 6 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testAbstractApiType: 270/1,256 Failed tests: 0 (121)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanClassOnSimpleBean: 271/1,256 Failed tests: 0 (121)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanClientCanCastBeanInstanceToAnyBeanType: 272/1,256 Failed tests: 0 (121)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanExtendsAnotherBean: 273/1,256 Failed tests: 0 (121)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanTypes: 274/1,256 Failed tests: 0 (121)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanTypesNonEmpty: 275/1,256 Failed tests: 0 (121)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testFinalApiType: 276/1,256 Failed tests: 0 (121)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testGenericBeanTypes: 277/1,256 Failed tests: 0 (121)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testHasScopeType: 278/1,256 Failed tests: 0 (121)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testMultipleStereotypes: 279/1,256 Failed tests: 0 (121)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testQualifiersNonEmpty: 280/1,256 Failed tests: 0 (121)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testRawBeanTypes: 281/1,256 Failed tests: 0 (121)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.genericbroken.GenericManagedBeanTest, time: 5 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GenericManagedBeanTest.testNonDependentGenericManagedBeanNotOk: 282/1,256 Failed tests: 0 (122)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.qualifier.builtin.BuiltInQualifierDefinitionTest, time: 5 ms]
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testAnyBeanHasDefaultQualifier: 283/1,256 Failed tests: 0 (123)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testDefaultQualifierDeclaredInJava: 284/1,256 Failed tests: 0 (123)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testDefaultQualifierForInjectionPoint: 285/1,256 Failed tests: 0 (123)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testNamedAndAnyBeanHasDefaultQualifier: 286/1,256 Failed tests: 0 (123)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testNamedBeanHasDefaultQualifier: 287/1,256 Failed tests: 0 (123)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testProducedAnyBeanHasDefaultQualifier: 288/1,256 Failed tests: 0 (123)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testProducedNamedAndAnyBeanHasDefaultQualifier: 289/1,256 Failed tests: 0 (123)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testProducedNamedBeanHasDefaultQualifier: 290/1,256 Failed tests: 0 (123)
Aug 31, 2020 5:46:15 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.qualifier.repeatable.RepeatableQualifiersTest, time: 5 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RepeatableQualifiersTest.resolutionWithRepeatableQualifiers: 291/1,256 Failed tests: 0 (124)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.qualifier.QualifierDefinitionTest, time: 9 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testMultipleQualifiers: 292/1,256 Failed tests: 0 (125)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierDeclaredInheritedIsBlockedByIntermediateClass: 293/1,256 Failed tests: 0 (125)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierDeclaredInheritedIsIndirectlyInherited: 294/1,256 Failed tests: 0 (125)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierDeclaredInheritedIsInherited: 295/1,256 Failed tests: 0 (125)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierDeclaresBindingAnnotation: 296/1,256 Failed tests: 0 (125)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierNotDeclaredInheritedIsNotIndirectlyInherited: 297/1,256 Failed tests: 0 (125)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierNotDeclaredInheritedIsNotInherited: 298/1,256 Failed tests: 0 (125)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifiersDeclaredInJava: 299/1,256 Failed tests: 0 (125)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.name.NameDefinitionTest, time: 5 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testDefaultNamed: 300/1,256 Failed tests: 0 (126)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNameStartingWithDollarCharacter: 301/1,256 Failed tests: 0 (126)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNameStartingWithLowerCaseCharacter: 302/1,256 Failed tests: 0 (126)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNameStartingWithMultipleUpperCaseCharacters: 303/1,256 Failed tests: 0 (126)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNameStartingWithUnderScoreCharacter: 304/1,256 Failed tests: 0 (126)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNamedNotDeclaredByBean: 305/1,256 Failed tests: 0 (126)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNamedNotDeclaredByStereotype: 306/1,256 Failed tests: 0 (126)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNonDefaultNamed: 307/1,256 Failed tests: 0 (126)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testStereotypeDefaultsName: 308/1,256 Failed tests: 0 (126)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.trimmed.TrimmedBeanArchiveTest, time: 6 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TrimmedBeanArchiveTest.testDiscoveredBean: 309/1,256 Failed tests: 0 (127)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TrimmedBeanArchiveTest.testDiscoveredBeanWithStereoType: 310/1,256 Failed tests: 0 (127)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TrimmedBeanArchiveTest.testProducerNotDsicovered: 311/1,256 Failed tests: 0 (127)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.war.BeansDescriptorAlternativeLocationTest, time: 7 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeansDescriptorAlternativeLocationTest.testAlternativeLocation: 312/1,256 Failed tests: 0 (128)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.bundledLibrary.LibraryMissingBeansXmlTest, time: 6 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LibraryMissingBeansXmlTest.test: 313/1,256 Failed tests: 0 (129)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.bundledLibrary.LibraryInWarTest, time: 26 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LibraryInWarTest.test: 314/1,256 Failed tests: 0 (130)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.visibility.JarToJarReverseAlphaVisibilityTest, time: 12 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke JarToJarReverseAlphaVisibilityTest.testDeployment: 315/1,256 Failed tests: 0 (131)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.visibility.JarToJarAlphaVisibilityTest, time: 28 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke JarToJarAlphaVisibilityTest.testDeployment: 316/1,256 Failed tests: 0 (132)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.discovery.BeanDiscoveryTest, time: 7 ms]
Aug 31, 2020 5:46:16 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.deployment.discovery.VerifyingExtension.observeProcessAnnotatedType(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDiscoveryTest.testExplicitBeanArchiveEmptyDescriptor: 317/1,256 Failed tests: 0 (133)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDiscoveryTest.testExplicitBeanArchiveLegacyDescriptor: 318/1,256 Failed tests: 0 (133)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDiscoveryTest.testExplicitBeanArchiveModeAll: 319/1,256 Failed tests: 0 (133)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.exclude.ExcludeFiltersTest, time: 24 ms]
Aug 31, 2020 5:46:16 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.deployment.exclude.VerifyingExtension.observeProcessAnnotatedType(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExcludeFiltersTest.testExcludeClassActivators: 320/1,256 Failed tests: 0 (134)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExcludeFiltersTest.testTypeFcqnMatchesExcludeFilterName: 321/1,256 Failed tests: 0 (134)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExcludeFiltersTest.testTypePackageMatchesExcludeFilterName: 322/1,256 Failed tests: 0 (134)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.initialization.ApplicationInitializationLifecycleTest, time: 7 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ApplicationInitializationLifecycleTest.testInitialization: 323/1,256 Failed tests: 0 (135)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.param.modification.SyncEventModificationTest, time: 14 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyncEventModificationTest.testModifiedEventParameterIsPropagated: 324/1,256 Failed tests: 0 (136)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.resolve.ResolveEventObserversTest, time: 8 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testAsyncObserver: 325/1,256 Failed tests: 0 (137)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testBeanManagerResolveObserversSignature: 326/1,256 Failed tests: 0 (137)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testBeanManagerResolveObserversWithIllegalQualifier: 327/1,256 Failed tests: 0 (137)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testMethodWithParameterAnnotatedWithObservesRegistersObserverMethod: 328/1,256 Failed tests: 0 (137)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testMultipleObserverMethodsForSameEventPermissible: 329/1,256 Failed tests: 0 (137)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testMultipleObserverMethodsOnBeanPermissible: 330/1,256 Failed tests: 0 (137)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodAutomaticallyRegistered: 331/1,256 Failed tests: 0 (137)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodMayHaveMultipleBindingTypes: 332/1,256 Failed tests: 0 (137)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodNotAutomaticallyRegisteredForDisabledBeans: 333/1,256 Failed tests: 0 (137)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodRegistration: 334/1,256 Failed tests: 0 (137)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodWithoutBindingTypesObservesEventsWithoutBindingTypes: 335/1,256 Failed tests: 0 (137)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testSyncObserver: 336/1,256 Failed tests: 0 (137)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.extension.EventBeanObserverNotificationTest, time: 5 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBeanObserverNotificationTest.testNotifyInvoked: 337/1,256 Failed tests: 0 (138)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.extension.BeanManagerObserverNotificationTest, time: 7 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerObserverNotificationTest.testNotifyInvoked: 338/1,256 Failed tests: 0 (139)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.abortProcessing.ObserverExceptionAbortsProcessingTest, time: 5 ms]
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverExceptionAbortsProcessingTest.testObserverThrowsExceptionAbortsNotifications: 339/1,256 Failed tests: 0 (140)
Aug 31, 2020 5:46:16 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.abortProcessing.orderedObservers.ExceptionInOrderedObserversAbortsProcessingTest, time: 5 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExceptionInOrderedObserversAbortsProcessingTest.testOrderedObserversAbortedCorrectly: 340/1,256 Failed tests: 0 (141)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.async.executor.FireAsyncWithCustomExecutorTest, time: 6 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireAsyncWithCustomExecutorTest.testCustomExecutor: 341/1,256 Failed tests: 0 (142)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.async.basic.MixedObserversTest, time: 5 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MixedObserversTest.testAsyncObserversCalledInDifferentThread: 342/1,256 Failed tests: 0 (143)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MixedObserversTest.testQualifiedAsyncEventIsDeliveredOnlyToAsyncObservers: 343/1,256 Failed tests: 0 (143)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MixedObserversTest.testSyncEventIsDeliveredOnlyToSyncObservers: 344/1,256 Failed tests: 0 (143)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.async.handlingExceptions.MultipleExceptionsInObserversNotificationTest, time: 7 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleExceptionsInObserversNotificationTest.testMultipleExceptionsDuringVariousObserversNotification: 345/1,256 Failed tests: 0 (144)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.conditional.ConditionalObserverTest, time: 7 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConditionalObserverTest.testAsyncConditionalObserver: 346/1,256 Failed tests: 0 (145)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConditionalObserverTest.testConditionalObserver: 347/1,256 Failed tests: 0 (145)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConditionalObserverTest.testNotifyEnumerationContainsNotifyValues: 348/1,256 Failed tests: 0 (145)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConditionalObserverTest.testObserverMethodInvokedOnReturnedInstanceFromContext: 349/1,256 Failed tests: 0 (145)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.checkedException.CheckedExceptionWrappedTest, time: 21 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckedExceptionWrappedTest.testNonTransactionalObserverThrowsCheckedExceptionIsWrappedAndRethrown: 350/1,256 Failed tests: 0 (146)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.inheritance.ObserverInheritanceTest, time: 5 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverInheritanceTest.testNonStaticObserverMethodInherited: 351/1,256 Failed tests: 0 (147)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.priority.contextLifecycleEvent.ApplicationContextLifecycleEventObserverOrderingTest, time: 7 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ApplicationContextLifecycleEventObserverOrderingTest.testContextLifecycleEventOrdering: 352/1,256 Failed tests: 0 (148)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.priority.Sunrise, time: 5 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testDefaultPriority: 353/1,256 Failed tests: 0 (149)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testFireEventLowerPriorityBeforeDefaultPriority: 354/1,256 Failed tests: 0 (149)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testFireEventToMultipleObserversWithPriority: 355/1,256 Failed tests: 0 (149)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testPrioritizedEventBaseclass: 356/1,256 Failed tests: 0 (149)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testPrioritizedEventSubclass: 357/1,256 Failed tests: 0 (149)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testProcessObserverMethodPriority: 358/1,256 Failed tests: 0 (149)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testResolveObserversLowerPriorityBeforeDefaultPriority: 359/1,256 Failed tests: 0 (149)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.method.ObserverMethodTest, time: 5 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetBeanClassOnObserverMethod: 360/1,256 Failed tests: 0 (150)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetNotifyOnObserverMethod: 361/1,256 Failed tests: 0 (150)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetObservedQualifiersOnObserverMethod: 362/1,256 Failed tests: 0 (150)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetObservedTypeOnObserverMethod: 363/1,256 Failed tests: 0 (150)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetTransactionPhaseOnObserverMethod: 364/1,256 Failed tests: 0 (150)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testInstanceOfBeanForEveryEnabledObserverMethod: 365/1,256 Failed tests: 0 (150)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testNotifyOnObserverMethod: 366/1,256 Failed tests: 0 (150)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.wildcardAndTypeVariable.ObserverMethodWithParametertizedTypeTest, time: 5 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithParametertizedTypeTest.testObserverMethodCanObserveArrayTypeVariable: 367/1,256 Failed tests: 0 (151)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithParametertizedTypeTest.testObserverMethodCanObserveArrayWildcard: 368/1,256 Failed tests: 0 (151)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithParametertizedTypeTest.testObserverMethodCanObserveTypeVariable: 369/1,256 Failed tests: 0 (151)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithParametertizedTypeTest.testObserverMethodCanObserveWildcardType: 370/1,256 Failed tests: 0 (151)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.broken.validation.ambiguous.ObserverMethodParameterInjectionValidationTest, time: 6 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodParameterInjectionValidationTest.test: 371/1,256 Failed tests: 0 (152)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.broken.validation.unsatisfied.ObserverMethodParameterInjectionValidationTest, time: 4 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodParameterInjectionValidationTest.test: 372/1,256 Failed tests: 0 (153)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.runtimeException.ObserverExceptionRethrownTest, time: 5 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverExceptionRethrownTest.testNonTransactionalObserverThrowsNonCheckedExceptionIsRethrown: 373/1,256 Failed tests: 0 (154)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.tooManyParameters.ObserverMethodWithTwoEventParametersTest, time: 4 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithTwoEventParametersTest.testObserverMethodMustHaveOnlyOneEventParameter: 374/1,256 Failed tests: 0 (155)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.tooManyParameters.ObserverMethodWithObservesAndObservesAsyncParametersTest, time: 4 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithObservesAndObservesAsyncParametersTest.testObserverMethodMustHaveOnlyOneEventParameter: 375/1,256 Failed tests: 0 (156)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.beanNotManaged.ObserverMethodOnIncorrectBeanTest, time: 5 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodOnIncorrectBeanTest.testObserverMethodNotOnManagedOrSessionBeanFails: 376/1,256 Failed tests: 0 (157)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.inject.DeploymentFailureTest, time: 4 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DeploymentFailureTest.testDeploymentFailsBeforeNotifyingObserversAfterBeanDiscovery: 377/1,256 Failed tests: 0 (158)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.isDisposer.ObserverMethodAnnotatedDisposesTest, time: 5 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodAnnotatedDisposesTest.testObserverMethodWithDisposesParamFails: 378/1,256 Failed tests: 0 (159)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventDisposerInjectionTest, time: 5 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventDisposerInjectionTest.testDefinitionError: 379/1,256 Failed tests: 0 (160)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventFieldInjectionTest, time: 6 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventFieldInjectionTest.testDefinitionError: 380/1,256 Failed tests: 0 (161)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventObserverInjectionTest, time: 6 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventObserverInjectionTest.testDefinitionError: 381/1,256 Failed tests: 0 (162)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventConstructorInjectionTest, time: 6 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventConstructorInjectionTest.testDefinitionError: 382/1,256 Failed tests: 0 (163)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventProcessInjectionPointTest, time: 12 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventProcessInjectionPointTest.testDefinitionError: 383/1,256 Failed tests: 0 (164)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventInitMethodInjectionTest, time: 4 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventInitMethodInjectionTest.testDefinitionError: 384/1,256 Failed tests: 0 (165)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.binding.ResolvingChecksBindingTypeMembersTest, time: 15 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolvingChecksBindingTypeMembersTest.testResolvingChecksBindingTypeMembers: 385/1,256 Failed tests: 0 (166)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest, time: 7 ms]
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DuplicateBindingTypesWhenResolvingTest.testDuplicateBindingTypesWhenResolvingFails: 386/1,256 Failed tests: 0 (167)
Aug 31, 2020 5:46:17 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.typeWithParameters.CheckTypeParametersWhenResolvingObserversTest, time: 6 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testEventTypeAssignableToATypeVariable: 387/1,256 Failed tests: 0 (168)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testEventTypeResolution: 388/1,256 Failed tests: 0 (168)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testObservedEventTypeParameterIsActualType: 389/1,256 Failed tests: 0 (168)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testObservedEventTypeParameterIsActualTypeNested: 390/1,256 Failed tests: 0 (168)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testObservedEventTypeParameterIsTypeVariable: 391/1,256 Failed tests: 0 (168)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testObservedEventTypeParameterIsWildcard: 392/1,256 Failed tests: 0 (168)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testParameterizedEventTypeAssignableToRawType: 393/1,256 Failed tests: 0 (168)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testResolvingChecksTypeParameters: 394/1,256 Failed tests: 0 (168)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.typeWithParameters.ChecksEventTypeWhenResolvingTest, time: 6 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ChecksEventTypeWhenResolvingTest.testResolvingChecksEventType: 395/1,256 Failed tests: 0 (169)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.nonbinding.NonBindingTypesWhenResolvingTest, time: 19 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonBindingTypesWhenResolvingTest.testNonBindingTypeAnnotationWhenResolvingFails: 396/1,256 Failed tests: 0 (170)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.metadata.injectionpoint.EventMetadataInjectionPointTest, time: 4 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetAnnotatedType: 397/1,256 Failed tests: 0 (171)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetBean: 398/1,256 Failed tests: 0 (171)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetMember: 399/1,256 Failed tests: 0 (171)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetQualifiers: 400/1,256 Failed tests: 0 (171)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetType: 401/1,256 Failed tests: 0 (171)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testIsTransient: 402/1,256 Failed tests: 0 (171)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.metadata.broken.initializer.InvalidEventMetadataInjectionPointTest, time: 5 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidEventMetadataInjectionPointTest.testDeployment: 403/1,256 Failed tests: 0 (172)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.metadata.EventMetadataTest, time: 6 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataTest.testParameterizedResolvedType: 404/1,256 Failed tests: 0 (173)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataTest.testSimpleEvent: 405/1,256 Failed tests: 0 (173)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.eventTypes.EventTypesTest, time: 5 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTypesTest.testEventTypeIncludesAllSuperclassesAndInterfacesOfEventObject: 406/1,256 Failed tests: 0 (174)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTypesTest.testEventTypeIsArray: 407/1,256 Failed tests: 0 (174)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTypesTest.testEventTypeIsConcreteTypeWithNoTypeVariables: 408/1,256 Failed tests: 0 (174)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.select.SelectEventTest, time: 6 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectReturnsEventOfSameType: 409/1,256 Failed tests: 0 (175)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectThrowsExceptionForDuplicateBindingType: 410/1,256 Failed tests: 0 (175)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectThrowsExceptionIfAnnotationIsNotBindingType: 411/1,256 Failed tests: 0 (175)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectThrowsExceptionIfEventTypeHasTypeVariable: 412/1,256 Failed tests: 0 (175)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectWithSubtypeThrowsExceptionForDuplicateBindingType: 413/1,256 Failed tests: 0 (175)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectWithSubtypeThrowsExceptionIfAnnotationIsNotBindingType: 414/1,256 Failed tests: 0 (175)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.fires.FireEventTest, time: 8 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testBeanManagerFireEvent: 415/1,256 Failed tests: 0 (176)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testDuplicateBindingsToFireEventFails: 416/1,256 Failed tests: 0 (176)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testEventFireThrowsExceptionIfEventObjectTypeContainsUnresovableTypeVariable: 417/1,256 Failed tests: 0 (176)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testEventProvidesMethodForFiringEventsWithCombinationOfTypeAndBindings: 418/1,256 Failed tests: 0 (176)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testEventSelectedFiresAndObserversNotified: 419/1,256 Failed tests: 0 (176)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testFireContainerLifecycleEvent: 420/1,256 Failed tests: 0 (176)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testInjectedAnyEventCanFireEvent: 421/1,256 Failed tests: 0 (176)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testInjectedEventAcceptsEventObject: 422/1,256 Failed tests: 0 (176)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testInjectedEventCanHaveBindings: 423/1,256 Failed tests: 0 (176)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testInjectedEventCanSpecifyBindingsDynamically: 424/1,256 Failed tests: 0 (176)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testTypeVariableEventTypeFails: 425/1,256 Failed tests: 0 (176)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.fires.sync.FireSyncEventTest, time: 4 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireSyncEventTest.testSyncObservesCalledInSameThread: 426/1,256 Failed tests: 0 (177)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.fires.nonbinding.NonBindingTypePassedToFireTest, time: 5 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonBindingTypePassedToFireTest.testExceptionThrownIfNonBindingTypePassedToFire: 427/1,256 Failed tests: 0 (178)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.implicit.ImplicitEventTest, time: 5 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventExistsForEachEventType: 428/1,256 Failed tests: 0 (179)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventHasAllExplicitBindingTypes: 429/1,256 Failed tests: 0 (179)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventHasDependentScope: 430/1,256 Failed tests: 0 (179)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventHasImplementation: 431/1,256 Failed tests: 0 (179)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventHasNoName: 432/1,256 Failed tests: 0 (179)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventIsPassivationCapable: 433/1,256 Failed tests: 0 (179)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.bindingTypes.EventBindingTypesTest, time: 5 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testEventAlwaysHasAnyBinding: 434/1,256 Failed tests: 0 (180)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testEventBindingTypeTargetsFieldParameterElementTypes: 435/1,256 Failed tests: 0 (180)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testEventBindingTypeTargetsMethodFieldParameterElementTypes: 436/1,256 Failed tests: 0 (180)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testFireEventWithNonBindingAnnotationsFails: 437/1,256 Failed tests: 0 (180)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testFireEventWithNonRuntimeBindingTypeFails: 438/1,256 Failed tests: 0 (180)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testNonRuntimeBindingTypeIsNotAnEventBindingType: 439/1,256 Failed tests: 0 (180)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.parameterized.ParameterizedEventTest, time: 7 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testEventObjectTypeUsed: 440/1,256 Failed tests: 0 (181)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testSelectedEventTypeCombinedWithEventObjectRuntimeTypeForResolvingEventTypeArguments: 441/1,256 Failed tests: 0 (181)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testSelectedEventTypeCombinedWithEventObjectRuntimeTypeForResolvingEventTypeArguments2: 442/1,256 Failed tests: 0 (181)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testSelectedEventTypeUsedForResolvingEventTypeArguments: 443/1,256 Failed tests: 0 (181)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testSelectedEventTypeUsedForResolvingEventTypeArguments2: 444/1,256 Failed tests: 0 (181)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testUnresolvedTypeVariableDetected1: 445/1,256 Failed tests: 0 (181)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testUnresolvedTypeVariableDetected2: 446/1,256 Failed tests: 0 (181)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testUnresolvedTypeVariableDetected3: 447/1,256 Failed tests: 0 (181)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testWildcardIsResolvable: 448/1,256 Failed tests: 0 (181)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.EventTest, time: 5 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testEventObjectContainsTypeVariablesWhenResolvingFails: 449/1,256 Failed tests: 0 (182)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testNonStaticObserverMethodIndirectlyInherited: 450/1,256 Failed tests: 0 (182)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testNonStaticObserverMethodInherited: 451/1,256 Failed tests: 0 (182)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testObserverCalledOnSpecializedBeanOnly: 452/1,256 Failed tests: 0 (182)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testObserverMethodNotifiedWhenQualifiersMatch: 453/1,256 Failed tests: 0 (182)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testObserverMethodParameterInjectionPoints: 454/1,256 Failed tests: 0 (182)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testPrivateObserverMethodInvoked: 455/1,256 Failed tests: 0 (182)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.container.event.broken.processBeanObserverThrowsException.ThrowExceptionInProcessBeanObserverTest, time: 5 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ThrowExceptionInProcessBeanObserverTest.testProcessBeanObserverThrowsException: 456/1,256 Failed tests: 0 (183)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.container.event.broken.processBeanObserverRegistersException.AddDefinitionErrorTest, time: 4 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDefinitionErrorTest.testAddDefinitionError: 457/1,256 Failed tests: 0 (184)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.modify.InjectionPointOverridingTest, time: 43 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointOverridingTest.testDelegateInjectionPoint: 458/1,256 Failed tests: 0 (185)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointOverridingTest.testNewInjectionPointDiscovered: 459/1,256 Failed tests: 0 (185)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointOverridingTest.testOverridingFieldInjectionPoint: 460/1,256 Failed tests: 0 (185)
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.broken.ThrowExceptionTest, time: 4 ms]
Aug 31, 2020 5:46:18 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ThrowExceptionTest.testDeployment: 461/1,256 Failed tests: 0 (186)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.ProcessInjectionPointFiredTest, time: 18 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testConstructorInjectionPoint: 462/1,256 Failed tests: 0 (187)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testDisposerMethodInjectionPoint: 463/1,256 Failed tests: 0 (187)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testFieldInjectionPoint: 464/1,256 Failed tests: 0 (187)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testInitializerInjectionPoint: 465/1,256 Failed tests: 0 (187)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testObserverMethodInjectionPoint: 466/1,256 Failed tests: 0 (187)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testProducerMethodInjectionPoint1: 467/1,256 Failed tests: 0 (187)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testProducerMethodInjectionPoint2: 468/1,256 Failed tests: 0 (187)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.atd.massOperations.AfterTypeDiscoveryMassOperationsTest, time: 7 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryMassOperationsTest.testFinalAlternatives: 469/1,256 Failed tests: 0 (188)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryMassOperationsTest.testFinalDecorators: 470/1,256 Failed tests: 0 (188)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryMassOperationsTest.testFinalInterceptors: 471/1,256 Failed tests: 0 (188)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryMassOperationsTest.testInitialAlternatives: 472/1,256 Failed tests: 0 (188)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryMassOperationsTest.testInitialDecorators: 473/1,256 Failed tests: 0 (188)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryMassOperationsTest.testInitialInterceptors: 474/1,256 Failed tests: 0 (188)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.atd.AfterTypeDiscoveryTest, time: 29 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testAddAnnotatedType: 475/1,256 Failed tests: 0 (189)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testAddAnnotatedTypeWithConfigurator: 476/1,256 Failed tests: 0 (189)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testFinalAlternatives: 477/1,256 Failed tests: 0 (189)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testFinalDecorators: 478/1,256 Failed tests: 0 (189)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testFinalInterceptors: 479/1,256 Failed tests: 0 (189)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testInitialAlternatives: 480/1,256 Failed tests: 0 (189)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testInitialDecorators: 481/1,256 Failed tests: 0 (189)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testInitialInterceptors: 482/1,256 Failed tests: 0 (189)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testProcessProducerEventFiredForProducerField: 483/1,256 Failed tests: 0 (189)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testProcessProducerEventFiredForProducerMethod: 484/1,256 Failed tests: 0 (189)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.atd.broken.ThrowExceptionTest, time: 7 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ThrowExceptionTest.testDeployment: 485/1,256 Failed tests: 0 (190)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.modify.SetBeanAttributesTest, time: 7 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SetBeanAttributesTest.testBeanModified: 486/1,256 Failed tests: 0 (191)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SetBeanAttributesTest.testChangesAreNotPropagated: 487/1,256 Failed tests: 0 (191)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.modify.broken.SetBeanAttributesTest, time: 37 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SetBeanAttributesTest.testBeanDefinitionIsValidated: 488/1,256 Failed tests: 0 (192)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.invalid.InvalidStereotypeTest, time: 7 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidStereotypeTest.test: 489/1,256 Failed tests: 0 (193)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.invalid.InvalidQualifierTest, time: 7 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidQualifierTest.test: 490/1,256 Failed tests: 0 (194)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.invalid.InvalidTypesTest, time: 6 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidTypesTest.test: 491/1,256 Failed tests: 0 (195)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.passivation.PassivationCapabilityErrorTest, time: 6 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationCapabilityErrorTest.test: 492/1,256 Failed tests: 0 (196)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.AddDefinitionErrorTest, time: 4 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDefinitionErrorTest.testDeployment: 493/1,256 Failed tests: 0 (197)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.interceptor.InterceptorProcessBeanAttributesTest, time: 10 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorProcessBeanAttributesTest.testAlphaInterceptorObserved: 494/1,256 Failed tests: 0 (198)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorProcessBeanAttributesTest.testBravoInterceptorObserved: 495/1,256 Failed tests: 0 (198)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.specialization.broken.TypeConflictDetectionTest, time: 7 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TypeConflictDetectionTest.testDeployment: 496/1,256 Failed tests: 0 (199)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.ignoreFinalMethods.IgnoreFinalMethodsTest, time: 4 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke IgnoreFinalMethodsTest.testAppDeployedAndBeanIsAvailable: 497/1,256 Failed tests: 0 (200)
Aug 31, 2020 5:46:19 PM org.jboss.weld.util.Proxies getUnproxyableClassException
WARN: WELD-001481: Final method will be ignored during proxy generation and should never be invoked upon the proxy instance! public final void org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.ignoreFinalMethods.Qux.pong2() - Managed Bean [class org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.ignoreFinalMethods.Qux] with qualifiers [@Any @Default].
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.veto.VetoTest, time: 5 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoTest.testBeanVetoed: 498/1,256 Failed tests: 0 (201)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.builtin.ProcessBeanAttributesNotFiredForBuiltinBean, time: 6 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanAttributesNotFiredForBuiltinBean.testProcessBeanAttributesNotFired: 499/1,256 Failed tests: 0 (202)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.synthetic.ProcessBeanAttributesNotFiredForSyntheticBeanTest, time: 6 ms]
Aug 31, 2020 5:46:19 PM org.jboss.weld.bootstrap.Validator validateCustomBean
WARN: WELD-001473: jakarta.enterprise.inject.spi.Bean implementation ForwardingBeanAttributes with name = null with qualifiers = [@jakarta.enterprise.inject.Any(), @jakarta.enterprise.inject.Default()] with scope = interface jakarta.enterprise.context.ApplicationScoped with stereotypes = [] with types = [interface org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.synthetic.Vehicle, class org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.synthetic.Bicycle, class java.lang.Object] alternative = false declared a normal scope but does not implementjakarta.enterprise.inject.spi.PassivationCapable. It won't be possible to inject this bean into a bean with a passivating scope (@SessionScoped, @ConversationScoped). This can be fixed by assigning the Bean implementation a unique id by implementing the PassivationCapable interface.
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanAttributesNotFiredForSyntheticBeanTest.testProcessBeanAttributesNotFired: 500/1,256 Failed tests: 0 (203)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.decorator.DecoratorProcessBeanAttributesTest, time: 16 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorProcessBeanAttributesTest.testAlphaDecoratorObserved: 501/1,256 Failed tests: 0 (204)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorProcessBeanAttributesTest.testBravoDecoratorObserved: 502/1,256 Failed tests: 0 (204)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.VerifyValuesTest, time: 4 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testDecoratorBeanAttributes: 503/1,256 Failed tests: 0 (205)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testInterceptorBeanAttributes: 504/1,256 Failed tests: 0 (205)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testManagedBeanAnnotated: 505/1,256 Failed tests: 0 (205)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testManagedBeanAttributes: 506/1,256 Failed tests: 0 (205)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testProducerFieldAnnotated: 507/1,256 Failed tests: 0 (205)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testProducerFieldBeanAttributes: 508/1,256 Failed tests: 0 (205)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testProducerMethodAnnotated: 509/1,256 Failed tests: 0 (205)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testProducerMethodBeanAttributes: 510/1,256 Failed tests: 0 (205)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testSessionBeanAnnotated: 511/1,256 Failed tests: 0 (205)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testSessionBeanAttributes: 512/1,256 Failed tests: 0 (205)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.addDefinitionError.AddDefinitionErrorTest, time: 6 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDefinitionErrorTest.testObserverDefinitionErrorTreatedAsDefinitionError: 513/1,256 Failed tests: 0 (206)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.exception.validation.AfterDeploymentValidationObserverExecutionFailureTest, time: 4 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterDeploymentValidationObserverExecutionFailureTest.testObserverFailureTreatedAsDeploymentError: 514/1,256 Failed tests: 0 (207)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.exception.discovery.AfterBeanDiscoveryObserverExecutionFailureTest, time: 4 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryObserverExecutionFailureTest.testObserverFailureTreatedAsDefinitionError: 515/1,256 Failed tests: 0 (208)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.observerMethod.ObserverMethodWithoutNotifyMethodTest, time: 4 ms]
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithoutNotifyMethodTest.unableToProcessObserverMethodConfigurator: 516/1,256 Failed tests: 0 (209)
Aug 31, 2020 5:46:19 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.BeforeBeanDiscoveryTest, time: 32 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddAnnotatedType: 517/1,256 Failed tests: 0 (210)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddAnnotatedTypeWithConfigurator: 518/1,256 Failed tests: 0 (210)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddingQualifierByAnnotatedType: 519/1,256 Failed tests: 0 (210)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddingQualifierByClass: 520/1,256 Failed tests: 0 (210)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddingScopeType: 521/1,256 Failed tests: 0 (210)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testBeforeBeanDiscoveryEventIsCalled: 522/1,256 Failed tests: 0 (210)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.broken.normalScope.AddingNormalScopeTest, time: 7 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddingNormalScopeTest.testAddingScopeType: 523/1,256 Failed tests: 0 (211)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.broken.passivatingScope.AddingPassivatingScopeTest, time: 6 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddingPassivatingScopeTest.testAddingScopeType: 524/1,256 Failed tests: 0 (212)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.DeploymentTest, time: 9 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DeploymentTest.testDeployedManagerEvent: 525/1,256 Failed tests: 0 (213)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DeploymentTest.testOnlyEnabledBeansDeployed: 526/1,256 Failed tests: 0 (213)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.ExtensionLifecycleTest, time: 5 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionLifecycleTest.testContainerDeliversEventNotifications: 527/1,256 Failed tests: 0 (214)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionLifecycleTest.testContainerInstantiatesSingleInstanceOfExtension: 528/1,256 Failed tests: 0 (214)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionLifecycleTest.testContainerProvidesBeanForExtension: 529/1,256 Failed tests: 0 (214)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.observerMethod.ObserverMethodConfiguratorTest, time: 11 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.addNewObserverMethodFromReadingExistingOne: 530/1,256 Failed tests: 0 (215)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.addQualifiersAndSetPriorityAndChangeToAsync: 531/1,256 Failed tests: 0 (215)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.configuratorInitializedWithOriginalObserverMethod: 532/1,256 Failed tests: 0 (215)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.defaultBeanClassIsExtensionClass: 533/1,256 Failed tests: 0 (215)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.notifyAcceptingConsumerNotified: 534/1,256 Failed tests: 0 (215)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.setReceptionAndTransactionPhase: 535/1,256 Failed tests: 0 (215)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.syntheticEventInvokedAndReturningSourceTest: 536/1,256 Failed tests: 0 (215)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.injectionTargetFactory.InjectionTargetFactoryConfigureTest, time: 4 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTargetFactoryConfigureTest.testInjectionTargetFactoryConfigure: 537/1,256 Failed tests: 0 (216)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.annotatedTypeConfigurator.beforeBeanDiscovery.AnnotatedTypeConfiguratorInBBDTest, time: 5 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorInBBDTest.testInterceptorBindingAddition: 538/1,256 Failed tests: 0 (217)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorInBBDTest.testQualifierAddition: 539/1,256 Failed tests: 0 (217)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.annotatedTypeConfigurator.AnnotatedTypeConfiguratorTest, time: 9 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorTest.addMethodsOfAnnotationTypecConfigurator: 540/1,256 Failed tests: 0 (218)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorTest.annotatedTypesAndMemebersEqual: 541/1,256 Failed tests: 0 (218)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorTest.annotationsRemovedFromAnimalShelter: 542/1,256 Failed tests: 0 (218)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorTest.configuratorInitializedWithOriginalAT: 543/1,256 Failed tests: 0 (218)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorTest.configureAndTestConstructorAnnotatedParams: 544/1,256 Failed tests: 0 (218)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorTest.removeMethodsOfAnnotationTypeConfigurator: 545/1,256 Failed tests: 0 (218)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.beanAttributes.BeanAttributesConfiguratorTest, time: 5 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanAttributesConfiguratorTest.configuratorInitializedWithOriginalBeanAttributes: 546/1,256 Failed tests: 0 (219)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanAttributesConfiguratorTest.testMultiAdditionMethods: 547/1,256 Failed tests: 0 (219)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanAttributesConfiguratorTest.testReplacementMethods: 548/1,256 Failed tests: 0 (219)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanAttributesConfiguratorTest.testSingleAdditionMethods: 549/1,256 Failed tests: 0 (219)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.invalid.ConfiguratorAndSetMethodTest, time: 4 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConfiguratorAndSetMethodTest.testPAT: 550/1,256 Failed tests: 0 (220)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConfiguratorAndSetMethodTest.testPBA: 551/1,256 Failed tests: 0 (220)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConfiguratorAndSetMethodTest.testPIP: 552/1,256 Failed tests: 0 (220)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConfiguratorAndSetMethodTest.testPOM: 553/1,256 Failed tests: 0 (220)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.bean.BeanConfiguratorTest, time: 8 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConfiguratorTest.processSynthethicBeanEventFired: 554/1,256 Failed tests: 0 (221)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConfiguratorTest.testCreationalAndDisposalMethods: 555/1,256 Failed tests: 0 (221)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConfiguratorTest.testDefaultScopeOfAddedBean: 556/1,256 Failed tests: 0 (221)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConfiguratorTest.testInjectionPoints: 557/1,256 Failed tests: 0 (221)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConfiguratorTest.testPassivationCapability: 558/1,256 Failed tests: 0 (221)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.BasicConfiguratorsTest, time: 11 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BasicConfiguratorsTest.configuratorReturnsAlwaysSameAnnotatedTypeConfigurator: 559/1,256 Failed tests: 0 (222)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BasicConfiguratorsTest.configuratorReturnsAlwaysSameBeanAttributesConfigurator: 560/1,256 Failed tests: 0 (222)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BasicConfiguratorsTest.configuratorReturnsAlwaysSameInjectionPointConfigurator: 561/1,256 Failed tests: 0 (222)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BasicConfiguratorsTest.configuratorReturnsAlwaysSameObserverMethodConfigurator: 562/1,256 Failed tests: 0 (222)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.injectionPoint.InjectionPointConfiguratorTest, time: 7 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointConfiguratorTest.changeTypeAndAddQualifier: 563/1,256 Failed tests: 0 (223)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointConfiguratorTest.configuratorInitializedWithOriginalInjectionPoint: 564/1,256 Failed tests: 0 (223)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointConfiguratorTest.readFromFieldAndCheckTransientField: 565/1,256 Failed tests: 0 (223)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointConfiguratorTest.replaceQualifiersAndDelegate: 566/1,256 Failed tests: 0 (223)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.producer.ProducerConfiguratorTest, time: 5 ms]
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerConfiguratorTest.configuratorOptionsTest: 567/1,256 Failed tests: 0 (224)
Aug 31, 2020 5:46:20 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.producer.broken.ModifyingProducerViaConfigureAndSetTest, time: 6 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ModifyingProducerViaConfigureAndSetTest.testDeploymentThrowsISE: 568/1,256 Failed tests: 0 (225)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.delivery.WithAnnotationsTest, time: 8 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WithAnnotationsTest.testDelivery: 569/1,256 Failed tests: 0 (226)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WithAnnotationsTest.testDeliveryMetaAnnotation: 570/1,256 Failed tests: 0 (226)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.delivery.broken.WithAnnotationsAppliedToIllegalEventParameterTest, time: 6 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WithAnnotationsAppliedToIllegalEventParameterTest.testDeploymentFails: 571/1,256 Failed tests: 0 (227)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.broken.processInjectionTargetThrowsException.ProcessInjectionTargetEventThrowsExceptionTest, time: 7 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionTargetEventThrowsExceptionTest.testProcessInjectionTargetEventThrowsExceptionNotOk: 572/1,256 Failed tests: 0 (228)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.synthetic.ProcessSyntheticAnnotatedTypeTest, time: 9 ms]
Aug 31, 2020 5:46:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.extensions.annotated.synthetic.VerifyingExtension.verify(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Aug 31, 2020 5:46:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.extensions.annotated.synthetic.ModifyingExtension.modify(@Observes ProcessSyntheticAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessSyntheticAnnotatedTypeTest.testEventsFired: 573/1,256 Failed tests: 0 (229)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessSyntheticAnnotatedTypeTest.testEventsSources: 574/1,256 Failed tests: 0 (229)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.AlternativeMetaDataTest, time: 5 ms]
Aug 31, 2020 5:46:21 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean
WARN: WELD-000167: Class org.jboss.cdi.tck.tests.extensions.annotated.WildCat is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean!
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testBaseType: 575/1,256 Failed tests: 0 (230)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testConstructors: 576/1,256 Failed tests: 0 (230)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testFields: 577/1,256 Failed tests: 0 (230)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testGetAnnotation: 578/1,256 Failed tests: 0 (230)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testGetAnnotations: 579/1,256 Failed tests: 0 (230)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testIsAnnotationPresent: 580/1,256 Failed tests: 0 (230)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testMethods: 581/1,256 Failed tests: 0 (230)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testTypeClosure: 582/1,256 Failed tests: 0 (230)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.stereotype.StereotypeExtensionTest, time: 5 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeExtensionTest.testStereotypeWorks: 583/1,256 Failed tests: 0 (231)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.afterBeanDiscovery.annotated.GetAnnotatedTypesTest, time: 5 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetAnnotatedTypesTest.testGetAnnotatedType: 584/1,256 Failed tests: 0 (232)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetAnnotatedTypesTest.testGetAnnotatedTypes: 585/1,256 Failed tests: 0 (232)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.afterBeanDiscovery.AfterBeanDiscoveryTest, time: 5 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testAddContext: 586/1,256 Failed tests: 0 (233)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testBeanIsAdded: 587/1,256 Failed tests: 0 (233)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testCustomDependentBeanInjectionPointIsAvailable: 588/1,256 Failed tests: 0 (233)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testObserverMethodRegistered: 589/1,256 Failed tests: 0 (233)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testProcessBeanIsFired: 590/1,256 Failed tests: 0 (233)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testProcessObserverMethodFiredWhileAddingObserverMethod: 591/1,256 Failed tests: 0 (233)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.bean.SyntheticBeanTest, time: 8 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testRegisteredBean: 592/1,256 Failed tests: 0 (234)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSerializableBean: 593/1,256 Failed tests: 0 (234)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSyntheticBeanIntercepted: 594/1,256 Failed tests: 0 (234)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSyntheticDecorator: 595/1,256 Failed tests: 0 (234)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSyntheticProducerField: 596/1,256 Failed tests: 0 (234)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSyntheticProducerMethod: 597/1,256 Failed tests: 0 (234)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.beanAttributes.CreateBeanAttributesTest, time: 33 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testBeanAttributesForField: 598/1,256 Failed tests: 0 (235)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testBeanAttributesForManagedBean: 599/1,256 Failed tests: 0 (235)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testBeanAttributesForManagedBeanWithModifiedAnnotatedType: 600/1,256 Failed tests: 0 (235)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testBeanAttributesForMethod: 601/1,256 Failed tests: 0 (235)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testInvalidMember: 602/1,256 Failed tests: 0 (235)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.unmanaged.broken.UnamangedInstanceIllegalStatesTest, time: 4 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.disposeCallBeforeProduce: 603/1,256 Failed tests: 0 (236)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.disposeCalledOnAlreadyDisposedInstance: 604/1,256 Failed tests: 0 (236)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.injectCallBeforeProduce: 605/1,256 Failed tests: 0 (236)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.injectCalledOnAlreadyDisposedInstance: 606/1,256 Failed tests: 0 (236)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.posConstructCallBeforeProduce: 607/1,256 Failed tests: 0 (236)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.postConstructCalledOnAlreadyDisposedInstance: 608/1,256 Failed tests: 0 (236)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.preDeStroyCalledOnAlreadyDisposedInstance: 609/1,256 Failed tests: 0 (236)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.preDestroyCallBeforeProduce: 610/1,256 Failed tests: 0 (236)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.produceCalledOnAlreadyDisposedInstance: 611/1,256 Failed tests: 0 (236)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.produceCalledOnAlreadyProducedInstance: 612/1,256 Failed tests: 0 (236)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.unmanaged.UnmanagedInstanceTest, time: 17 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnmanagedInstanceTest.testNonContextualInstanceIsIntercepted: 613/1,256 Failed tests: 0 (237)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnmanagedInstanceTest.testObtainNonContextualInstanceUsingCurrentBeanManager: 614/1,256 Failed tests: 0 (237)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest, time: 5 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerField1: 615/1,256 Failed tests: 0 (238)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerField2: 616/1,256 Failed tests: 0 (238)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerField3: 617/1,256 Failed tests: 0 (238)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerMethod1: 618/1,256 Failed tests: 0 (238)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerMethod2: 619/1,256 Failed tests: 0 (238)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testNonStaticProducerField: 620/1,256 Failed tests: 0 (238)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testNonStaticProducerMethod: 621/1,256 Failed tests: 0 (238)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testStaticProducerField: 622/1,256 Failed tests: 0 (238)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testStaticProducerMethod: 623/1,256 Failed tests: 0 (238)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.equivalence.interceptorbinding.InterceptorBindingEquivalenceTest, time: 4 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingEquivalenceTest.testAreInterceptorBindingsEquivalent: 624/1,256 Failed tests: 0 (239)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingEquivalenceTest.testGetInterceptorBindingHashCode: 625/1,256 Failed tests: 0 (239)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.equivalence.qualifier.QualifierEquivalenceTest, time: 7 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierEquivalenceTest.testAreQualifiersEquivalent: 626/1,256 Failed tests: 0 (240)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierEquivalenceTest.testGetQualifierHashCode: 627/1,256 Failed tests: 0 (240)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.bootstrap.unavailable.methods.UnavailableMethodsDuringApplicationInitializationTest, time: 5 ms]
Aug 31, 2020 5:46:21 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.extensions.beanManager.bootstrap.unavailable.methods.WrongExtension.observeProcessAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnavailableMethodsDuringApplicationInitializationTest.testUnavailableMethods: 628/1,256 Failed tests: 0 (241)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.injectionPoint.CreateInjectionPointTest, time: 14 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testConstructorParameter: 629/1,256 Failed tests: 0 (242)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testField: 630/1,256 Failed tests: 0 (242)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testInvalidField: 631/1,256 Failed tests: 0 (242)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testInvalidParameter: 632/1,256 Failed tests: 0 (242)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testMethodParameter: 633/1,256 Failed tests: 0 (242)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.broken.event.FireContainerLifecycleEventTest, time: 5 ms]
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireContainerLifecycleEventTest.testFireContainerLifecycleEvent: 634/1,256 Failed tests: 0 (243)
Aug 31, 2020 5:46:21 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.PassivationIdTest, time: 4 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationIdTest.testGetPassivationCapableBeanById: 635/1,256 Failed tests: 0 (244)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest, time: 8 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testAmbiguousDependencyNotResolved: 636/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testAmbiguousDependencyResolved: 637/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineInterceptorBindingType: 638/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineQualifierType: 639/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineScope: 640/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineScopeType: 641/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineStereotype: 642/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testGetELResolver: 643/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testGetExtension: 644/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testGetMetaAnnotationsForInterceptorBindingType: 645/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testGetMetaAnnotationsForStereotype: 646/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testObtainingAnnotatedType: 647/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testObtainingInjectionTarget: 648/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testObtainingInjectionTargetWithDefinitionError: 649/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testResolveWithEmptySet: 650/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testResolveWithNull: 651/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testValidateThrowsException: 652/1,256 Failed tests: 0 (245)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.metadata.annotated.AnnotatedTypeAnnotationsTest, time: 5 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeAnnotationsTest.testCreateAnnotatedType: 653/1,256 Failed tests: 0 (246)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeAnnotationsTest.testGetAnnotatedType: 654/1,256 Failed tests: 0 (246)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeAnnotationsTest.testGetAnnotatedTypes: 655/1,256 Failed tests: 0 (246)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeAnnotationsTest.testProcessAnnotatedType: 656/1,256 Failed tests: 0 (246)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.metadata.interceptor.AlternativeMetadataInterceptorInjectionTargetTest, time: 4 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataInterceptorInjectionTargetTest.testInterceptorInterceptsOnlyBindedClass: 657/1,256 Failed tests: 0 (247)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.metadata.AlternativeMetadataTest, time: 7 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testContainerUsesOperationsOfAnnotatedNotReflectionApi: 658/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testDisposesIsAppliedToMethodParameter: 659/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testExtraQualifierAppliedToObservesMethodParameter: 660/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testExtraQualifierIsAppliedToInjectedField: 661/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetAnnotationUsedForGettingInterceptorInformation: 662/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetAnnotationUsedForGettingQualifierInformation: 663/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetAnnotationUsedForGettingScopeInformation: 664/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetAnnotationUsedForGettingStereotypeInformation: 665/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfConstructorInjectionPoint: 666/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfDisposalParameter: 667/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfDisposerInjectionPoint: 668/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfEventParameter: 669/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfInitializerInjectionPoint: 670/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfInjectionPoint: 671/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfObserverInjectionPoint: 672/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfProducerInjectionPoint: 673/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetTypeClosureUsed: 674/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetTypeClosureUsedToDetermineTypeOfProducerField: 675/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetTypeClosureUsedToDetermineTypeOfProducerMethod: 676/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetTypeClosureUsedToDetermineTypeOfSessionBean: 677/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testInjectCreatesInitializerMethod: 678/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testObserverMethod: 679/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testPreviouslyNonInjectAnnotatedConstructorIsUsed: 680/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testPreviouslyNonInjectAnnotatedFieldIsInjected: 681/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testProducesCreatesProducerField: 682/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testProducesCreatesProducerMethod: 683/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testQualifierAddedToInitializerParameter: 684/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testQualifierIsAppliedToProducerMethod: 685/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testQualifierIsAppliedToProducerMethodParameter: 686/1,256 Failed tests: 0 (248)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.deployment.AlternativeInLibraryWithExtensionTest, time: 25 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeInLibraryWithExtensionTest.testAlternative: 687/1,256 Failed tests: 0 (249)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.producer.broken.injectionTargetError.InjectionTargetDefinitionErrorTest, time: 4 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTargetDefinitionErrorTest.testAddingDefinitionError: 688/1,256 Failed tests: 0 (250)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.producer.broken.processing.ProducerProcessingWithDefinitionErrorTest, time: 4 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerProcessingWithDefinitionErrorTest.testExplicitDefinitionError: 689/1,256 Failed tests: 0 (251)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.producer.broken.processing.ProducerProcessingWithExceptionTest, time: 7 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerProcessingWithExceptionTest.testException: 690/1,256 Failed tests: 0 (252)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.producer.ProducerTest, time: 8 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testDisposeDoesNothing: 691/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testGetAnnotatedTypeOnProcessInjectionTarget: 692/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testGetInjectionPointsForConstructorAndInitializer: 693/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testGetInjectionPointsForFields: 694/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInjectionPointsForProducerMethod: 695/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInjectionTargetInject: 696/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInjectionTargetPostConstruct: 697/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInjectionTargetPreDestroy: 698/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInterceptorAndDecoratorStackBuilt: 699/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testProduceAccessesProducerField: 700/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testProduceAndInjectCallsInitializerAndConstructor: 701/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testProduceCallsProducerMethod: 702/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testProducerForMethodDisposesProduct: 703/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testSetProducerOverridesProducer: 704/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testSettingInjectionTargetReplacesIt: 705/1,256 Failed tests: 0 (253)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.observer.priority.ExtensionObserverOrderingTest, time: 7 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionObserverOrderingTest.testEventOrdering: 706/1,256 Failed tests: 0 (254)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.observer.ProcessObserverMethodEventTest, time: 7 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.replaceWithSetObserverMethod: 707/1,256 Failed tests: 0 (255)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.testGetAnnotatedMethod: 708/1,256 Failed tests: 0 (255)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.testGetObserverMethod: 709/1,256 Failed tests: 0 (255)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.testProcessObserverMethodEventsSent: 710/1,256 Failed tests: 0 (255)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.vetoEventD: 711/1,256 Failed tests: 0 (255)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.observer.broken.definitionError.ProcessObserverMethodErrorTest, time: 4 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodErrorTest.testAddDefinitionError: 712/1,256 Failed tests: 0 (256)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.observer.broken.exception.ProcessObserverMethodExceptionTest, time: 4 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodExceptionTest.testExceptionIsDefinitionError: 713/1,256 Failed tests: 0 (257)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.communication.ExtensionsCommunicationTest, time: 4 ms]
Aug 31, 2020 5:46:22 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.extensions.communication.ExtensionAlpha.observeProcessAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionsCommunicationTest.testEvents: 714/1,256 Failed tests: 0 (258)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.processBean.ProcessBeanTest, time: 4 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessBeanEvent: 715/1,256 Failed tests: 0 (259)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessBeanFiredForDecorator: 716/1,256 Failed tests: 0 (259)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessBeanFiredForInterceptor: 717/1,256 Failed tests: 0 (259)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessProducerFieldEvent: 718/1,256 Failed tests: 0 (259)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessProducerMethodEvent: 719/1,256 Failed tests: 0 (259)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptionFactory.broken.InvalidInterceptionFactoryInjectionPointTest, time: 4 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidInterceptionFactoryInjectionPointTest.noopTest: 720/1,256 Failed tests: 0 (260)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptionFactory.broken.BrokenInterceptedInstanceTest, time: 6 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BrokenInterceptedInstanceTest.illegalExceptionIsThrownForSubsequentCall: 721/1,256 Failed tests: 0 (261)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BrokenInterceptedInstanceTest.unproxyableExceptionIsThrown: 722/1,256 Failed tests: 0 (261)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptionFactory.customBean.CustomBeanWithInterceptorTest, time: 8 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanWithInterceptorTest.customBeanIntercepted: 723/1,256 Failed tests: 0 (262)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptionFactory.InterceptionFactoryTest, time: 5 ms]
Aug 31, 2020 5:46:22 PM org.jboss.weld.util.Proxies getUnproxyableClassException
WARN: WELD-001481: Final method will be ignored during proxy generation and should never be invoked upon the proxy instance! public final void org.jboss.cdi.tck.tests.extensions.interceptionFactory.FinalProduct.finalMethod() - <unknownjakarta.enterprise.inject.spi.Bean instance>.
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptionFactoryTest.interceptionFactoryBeanIsAvailable: 724/1,256 Failed tests: 0 (263)
Aug 31, 2020 5:46:22 PM org.jboss.weld.util.Proxies getUnproxyableClassException
WARN: WELD-001481: Final method will be ignored during proxy generation and should never be invoked upon the proxy instance! public final void org.jboss.cdi.tck.tests.extensions.interceptionFactory.FinalProduct.finalMethod() - <unknownjakarta.enterprise.inject.spi.Bean instance>.
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptionFactoryTest.producedInstanceIsIntercepted: 725/1,256 Failed tests: 0 (263)
Aug 31, 2020 5:46:22 PM org.jboss.weld.util.Proxies getUnproxyableClassException
WARN: WELD-001481: Final method will be ignored during proxy generation and should never be invoked upon the proxy instance! public final void org.jboss.cdi.tck.tests.extensions.interceptionFactory.FinalProduct.finalMethod() - <unknownjakarta.enterprise.inject.spi.Bean instance>.
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptionFactoryTest.producedWithFinalMethodIsIntercepted: 726/1,256 Failed tests: 0 (263)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptors.custom.CustomInterceptorRegistrationTest, time: 31 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorRegistrationTest.testCustomInterceptorRegistration: 727/1,256 Failed tests: 0 (264)
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptors.custom.CustomInterceptorInvocationTest, time: 26 ms]
Aug 31, 2020 5:46:22 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorInvocationTest.testCustomInterceptorInvocation: 728/1,256 Failed tests: 0 (265)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptors.annotation.InterceptorAnnotationExtensionTest, time: 11 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorAnnotationExtensionTest.testInterceptorAddedByExtension: 729/1,256 Failed tests: 0 (266)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.bean.bytype.BeanByTypeTest, time: 7 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testGetBeans: 730/1,256 Failed tests: 0 (267)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testGetBeansDoesNotResolveAlternatives: 731/1,256 Failed tests: 0 (267)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testNoBindingImpliesCurrent: 732/1,256 Failed tests: 0 (267)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testNonBindingType: 733/1,256 Failed tests: 0 (267)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testSameBindingTwice: 734/1,256 Failed tests: 0 (267)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testTypeVariable: 735/1,256 Failed tests: 0 (267)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanDiscovery.event.ordering.LifecycleEventOrderingTest, time: 4 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleEventOrderingTest.testEventsWereFiredInCorrectOrderForManagedBean: 736/1,256 Failed tests: 0 (268)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleEventOrderingTest.testEventsWereFiredInCorrectOrderForProducer: 737/1,256 Failed tests: 0 (268)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle.ProducerMethodLifecycleTest, time: 5 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testCreateFailsIfProducerReturnsNullAndNotDependent: 738/1,256 Failed tests: 0 (269)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testCreateRethrowsUncheckedException: 739/1,256 Failed tests: 0 (269)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testCreateReturnsNullIfProducerDoesAndDependent: 740/1,256 Failed tests: 0 (269)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testCreateWrapsCheckedExceptionAndRethrows: 741/1,256 Failed tests: 0 (269)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testProducerMethodBeanCreate: 742/1,256 Failed tests: 0 (269)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testProducerMethodBeanDestroy: 743/1,256 Failed tests: 0 (269)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testProducerMethodFromSpecializedBeanUsed: 744/1,256 Failed tests: 0 (269)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testProducerMethodInvokedOnCreate: 745/1,256 Failed tests: 0 (269)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testWhenApplicationInvokesProducerMethodParametersAreNotInjected: 746/1,256 Failed tests: 0 (269)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.definition.name.ProducerMethodWithDefaultNameTest, time: 4 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodWithDefaultNameTest.testJavaBeansPropertyName: 747/1,256 Failed tests: 0 (270)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodWithDefaultNameTest.testMethodName: 748/1,256 Failed tests: 0 (270)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodWithDefaultNameTest.testProducerMethodQualifiers: 749/1,256 Failed tests: 0 (270)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.definition.ProducerMethodDefinitionTest, time: 6 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testApiTypeForArrayTypeReturn: 750/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testApiTypeForClassReturn: 751/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testApiTypeForInterfaceReturn: 752/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testApiTypeForPrimitiveReturn: 753/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testBindingType: 754/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testBindingTypesAppliedToProducerMethodParameters: 755/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testDefaultBindingType: 756/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testDefaultNamedMethod: 757/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testDependentProducerReturnsNullValue: 758/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNamedMethod: 759/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNonDependentProducerReturnsNullValue: 760/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNonStaticDisposerMethodWithStaticProducer: 761/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNonStaticProducerMethodNotInherited: 762/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNonStaticProducerMethodNotInheritedBySpecializingSubclass: 763/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testParameterizedReturnType: 764/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testProducerOnNonBean: 765/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testScopeType: 766/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testStaticDisposerMethod: 767/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testStaticDisposerMethodWithNonStaticProducer: 768/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testStaticMethod: 769/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testStereotypeSpecifiesScope: 770/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testTypeVariableReturnType: 771/1,256 Failed tests: 0 (271)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithWildcard.ParameterizedTypeWithWildcardTest, time: 7 ms]
Aug 31, 2020 5:46:23 PM org.jboss.weld.util.Beans omitIllegalBeanTypes
INFO: WELD-001125: Illegal bean type org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithWildcard.FunnelWeaver<?> ignored on [EnhancedAnnotatedMethodImpl] @Produces public org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithWildcard.SpiderProducer.getFunnelWeaver()
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypeWithWildcardTest.testParameterizedReturnTypeWithWildcard: 772/1,256 Failed tests: 0 (272)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterAnnotatedObservesAsync.ParameterAnnotatedAsyncObservesTest, time: 5 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedAsyncObservesTest.testProducerMethodWithParameterAnnotatedAsyncObserves: 773/1,256 Failed tests: 0 (273)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.array.ProducerMethodArrayTypeVariableTest, time: 5 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodArrayTypeVariableTest.testBeanTypes: 774/1,256 Failed tests: 0 (274)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.array.ProducerMethodArrayWildcardTest, time: 6 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodArrayWildcardTest.testBeanTypes: 775/1,256 Failed tests: 0 (275)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.interceptor.ProducerMethodOnInterceptorTest, time: 6 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodOnInterceptorTest.testProducerMethodNotAllowedOnInterceptor: 776/1,256 Failed tests: 0 (276)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterAnnotatedDisposes.ParameterAnnotatedDisposesTest, time: 6 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedDisposesTest.testProducerMethodWithParameterAnnotatedDisposes: 777/1,256 Failed tests: 0 (277)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithTypeParameter.ParameterizedReturnTypeWithTypeVariableTest, time: 4 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedReturnTypeWithTypeVariableTest.testNonDependentScopedProducerMethodWithParameterizedTypeWithTypeVariable: 778/1,256 Failed tests: 0 (278)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithTypeParameter.ParametrizedReturnTypeWithTypeVariable02Test, time: 6 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParametrizedReturnTypeWithTypeVariable02Test.testNonDependentScopedProducerMethodWithParameterizedTypeWithTypeVariable: 779/1,256 Failed tests: 0 (279)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.typeVariableReturnType.TypeVariableReturnTypeTest, time: 6 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TypeVariableReturnTypeTest.testTypeVariableNotAllowed: 780/1,256 Failed tests: 0 (280)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.decorator.ProducerMethodOnDecoratorTest, time: 6 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodOnDecoratorTest.testProducerMethodNotAllowedOnDecorator: 781/1,256 Failed tests: 0 (281)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.wildcard.ProducerFieldTypeWithWildcardTest, time: 6 ms]
Aug 31, 2020 5:46:23 PM org.jboss.weld.util.Beans omitIllegalBeanTypes
INFO: WELD-001125: Illegal bean type org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.wildcard.FunnelWeaver<?> ignored on [EnhancedAnnotatedFieldImpl] @Produces public org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.wildcard.SpiderProducerWildCardType_Broken.getAnotherFunnelWeaver
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldTypeWithWildcardTest.testProducerFieldTypeWithWildcard: 782/1,256 Failed tests: 0 (282)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.decorator.ProducerFieldOnDecoratorTest, time: 7 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldOnDecoratorTest.testProducerFieldNotAllowedOnDecorator: 783/1,256 Failed tests: 0 (283)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.array.ProducerFieldArrayTypeVariableTest, time: 6 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldArrayTypeVariableTest.testBeanTypes: 784/1,256 Failed tests: 0 (284)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.typeVariable2.RequestScopedProducerFieldWithTypeVariableTest, time: 4 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RequestScopedProducerFieldWithTypeVariableTest.testRequestScopedProducerFieldParameterizedWithTypeVariableNotAllowed: 785/1,256 Failed tests: 0 (285)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.inject.InjectAnnotatedProducerFieldTest, time: 7 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectAnnotatedProducerFieldTest.testInjectAnnotatedProducerFieldNotAllowed: 786/1,256 Failed tests: 0 (286)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.interceptor.ProducerFieldOnInterceptorTest, time: 5 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldOnInterceptorTest.testProducerFieldNotAllowedOnInterceptor: 787/1,256 Failed tests: 0 (287)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.definition.ProducerFieldDefinitionTest, time: 6 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testApiTypeForArrayTypeReturn: 788/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testApiTypeForClassReturn: 789/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testApiTypeForInterfaceReturn: 790/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testApiTypeForPrimitiveReturn: 791/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testBeanDeclaresMultipleProducerFields: 792/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testBindingType: 793/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testDefaultBindingType: 794/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testDefaultNamed: 795/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testDefaultNamedByStereotype: 796/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testNamedField: 797/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testNonStaticProducerFieldNotIndirectlyInherited: 798/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testNonStaticProducerFieldNotInherited: 799/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testParameterizedReturnType: 800/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testProducerFieldWithTypeVariable: 801/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testScopeType: 802/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testStereotype: 803/1,256 Failed tests: 0 (288)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.ProducerFieldLifecycleTest, time: 6 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldBeanCreate: 804/1,256 Failed tests: 0 (289)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldBeanDestroy: 805/1,256 Failed tests: 0 (289)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldForNullValueNotDependent: 806/1,256 Failed tests: 0 (289)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldFromSpecializingBeanUsed: 807/1,256 Failed tests: 0 (289)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldNotAnotherBean: 808/1,256 Failed tests: 0 (289)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldReturnsNullIsDependent: 809/1,256 Failed tests: 0 (289)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldReturnsNullIsNotDependent: 810/1,256 Failed tests: 0 (289)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerStaticFieldBean: 811/1,256 Failed tests: 0 (289)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest, time: 8 ms]
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanWithFinalClassResolution: 812/1,256 Failed tests: 0 (290)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanWithPackagePrivateFinalMethodResolution: 813/1,256 Failed tests: 0 (290)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanWithPrivateConstructorResolution: 814/1,256 Failed tests: 0 (290)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanWithProtectedFinalMethodResolution: 815/1,256 Failed tests: 0 (290)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanWithPublicFinalMethodResolution: 816/1,256 Failed tests: 0 (290)
Aug 31, 2020 5:46:23 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.lifecycle.SimpleBeanLifecycleTest, time: 8 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testBeanCreateInjectsDependenciesAndInvokesInitializerToInstantiateInstance: 817/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testContextCreatesNewInstanceForInjection: 818/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testContextualDestroyCatchesException: 819/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.weld.bean.ManagedBean destroy
ERROR: WELD-000019: Error destroying an instance org.jboss.cdi.tck.tests.implementation.simple.lifecycle.Cod@30166c45 of Managed Bean [class org.jboss.cdi.tck.tests.implementation.simple.lifecycle.Cod] with qualifiers [@Any @Default]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testContextualDestroyDisposesWhenNecessary: 820/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testCreateInjectsFieldsDeclaredInJava: 821/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testCreateReturnsSameBeanPushed: 822/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testCreationExceptionWrapsCheckedExceptionThrownFromCreate: 823/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testDependentsDestroyedAfterPreDestroy: 824/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testIndirectSubClassInheritsPostConstructOnSuperclass: 825/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testIndirectSubClassInheritsPreDestroyOnSuperclass: 826/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testInjectionOfParametersIntoBeanConstructor: 827/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testManagedBean: 828/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testPostConstructPreDestroy: 829/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testQualifierTypeAnnotatedConstructor: 830/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSerializeRequestScoped: 831/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSerializeSessionScoped: 832/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSpecializedBeanExtendsManagedBean: 833/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSubClassDoesNotInheritPostConstructOnSuperclassBlockedByIntermediateClass: 834/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSubClassDoesNotInheritPreDestroyConstructOnSuperclassBlockedByIntermediateClass: 835/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSubClassInheritsPostConstructOnSuperclass: 836/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSubClassInheritsPreDestroyOnSuperclass: 837/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testUncheckedExceptionThrownFromCreateNotWrapped: 838/1,256 Failed tests: 0 (291)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean.NewSimpleBeanTest, time: 5 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testForEachSimpleBeanANewBeanExists: 839/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForConstructorInjectioAnPoint: 840/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForDisposerMethod: 841/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForFieldInjectionPoint: 842/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForInitializerInjectionPoint: 843/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForObserverMethod: 844/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForProducerMethod: 845/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoDisposerMethods: 846/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoObservers: 847/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoProducerFields: 848/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoProducerMethods: 849/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoStereotypes: 850/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasSameConstructor: 851/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasSameInitializers: 852/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasSameInjectedFields: 853/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasTheSameBeanTypes: 854/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasTheSameInterceptorBindings: 855/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanIsDependentScoped: 856/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanIsNotAlternative: 857/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanWithNoMemberValue: 858/1,256 Failed tests: 0 (292)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.constructorHasDisposesParameter.ConstructorHasDisposesParameterTest, time: 4 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorHasDisposesParameterTest.testConstructorHasDisposesParameter: 859/1,256 Failed tests: 0 (293)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.constructorHasAsyncObservesParameter.ConstructorHasAsyncObservesParameterTest, time: 5 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorHasAsyncObservesParameterTest.testConstructorHasAsyncObservesParameter: 860/1,256 Failed tests: 0 (294)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.dependentWithPublicField.DependentWithPublicFieldTest, time: 4 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentWithPublicFieldTest.testNonDependentScopedBeanCanNotHavePublicField: 861/1,256 Failed tests: 0 (295)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.broken.field.InjectedFieldAnnotatedWithProducesTest, time: 5 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectedFieldAnnotatedWithProducesTest.testDeployment: 862/1,256 Failed tests: 0 (296)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.tooManyInitializerAnnotatedConstructors.TooManyInitializerAnnotatedConstructorsTest, time: 4 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TooManyInitializerAnnotatedConstructorsTest.testTooManyInitializerAnnotatedConstructor: 863/1,256 Failed tests: 0 (297)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.SimpleBeanDefinitionTest, time: 6 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testAbstractClassDeclaredInJavaNotDiscovered: 864/1,256 Failed tests: 0 (298)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testDependentScopedBeanCanHaveNonStaticPublicField: 865/1,256 Failed tests: 0 (298)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testEmptyConstructorUsed: 866/1,256 Failed tests: 0 (298)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testExtensionNotDiscoveredAsSimpleBean: 867/1,256 Failed tests: 0 (298)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testInitializerAnnotatedConstructor: 868/1,256 Failed tests: 0 (298)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testInitializerAnnotatedConstructorUsedOverEmptyConstuctor: 869/1,256 Failed tests: 0 (298)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testInterfaceNotDiscoveredAsSimpleBean: 870/1,256 Failed tests: 0 (298)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testNonStaticInnerClassDeclaredInJavaNotDiscovered: 871/1,256 Failed tests: 0 (298)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testSimpleBeanOnlyIfConstructorIsInitializer: 872/1,256 Failed tests: 0 (298)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testSimpleBeanOnlyIfConstructorParameterless: 873/1,256 Failed tests: 0 (298)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testStaticInnerClassDeclaredInJavaAllowed: 874/1,256 Failed tests: 0 (298)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.nonDependentWithPublicStaticField.NonDependentWithPublicStaticFieldTest, time: 4 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonDependentWithPublicStaticFieldTest.testNonDependentScopedBeanCanHavePublicStaticField: 875/1,256 Failed tests: 0 (299)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.validation.unsatisfied.DisposerMethodParameterInjectionValidationTest, time: 4 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodParameterInjectionValidationTest.test: 876/1,256 Failed tests: 0 (300)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.validation.ambiguous.DisposerMethodParameterInjectionValidationTest, time: 4 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodParameterInjectionValidationTest.test: 877/1,256 Failed tests: 0 (301)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.interceptor.DisposerMethodOnInterceptorTest, time: 4 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodOnInterceptorTest.testDisposerMethodNotAllowedOnInterceptor: 878/1,256 Failed tests: 0 (302)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.decorator.DisposerMethodOnDecoratorTest, time: 7 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodOnDecoratorTest.testDisposerMethodNotAllowedOnDecorator: 879/1,256 Failed tests: 0 (303)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.initializerUnallowed.InitializerUnallowedDefinitionTest, time: 4 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InitializerUnallowedDefinitionTest.testInitializerUnallowed: 880/1,256 Failed tests: 0 (304)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.observes.async.DisposerMethodWithAsyncObservesTest, time: 5 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodWithAsyncObservesTest.testObserverParameterUnallowed: 881/1,256 Failed tests: 0 (305)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.observes.ObserverParameterUnallowedDefinitionTest, time: 5 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverParameterUnallowedDefinitionTest.testObserverParameterUnallowed: 882/1,256 Failed tests: 0 (306)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.producesUnallowed.ProducesUnallowedDefinitionTest, time: 4 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducesUnallowedDefinitionTest.testProducesUnallowed: 883/1,256 Failed tests: 0 (307)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.multiple.MultipleDisposerMethodsForProducerMethodTest, time: 4 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleDisposerMethodsForProducerMethodTest.testMultipleDisposerMethodsForProducerMethodNotAllowed: 884/1,256 Failed tests: 0 (308)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.multiParams.MultipleDisposeParametersDefinitionTest, time: 7 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleDisposeParametersDefinitionTest.testMultipleDisposeParameters: 885/1,256 Failed tests: 0 (309)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.invocation.DisposesMethodCalledOnceTest, time: 8 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposesMethodCalledOnceTest.testDisposerCalledOnce1: 886/1,256 Failed tests: 0 (310)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposesMethodCalledOnceTest.testDisposerCalledOnce2: 887/1,256 Failed tests: 0 (310)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposesMethodCalledOnceTest.testDisposerCalledOnce3: 888/1,256 Failed tests: 0 (310)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposesMethodCalledOnceTest.testDisposerCalledOnce4: 889/1,256 Failed tests: 0 (310)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposesMethodCalledOnceTest.testDisposerCalledOnce5: 890/1,256 Failed tests: 0 (310)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposesMethodCalledOnceTest.testDisposerCalledOnce6: 891/1,256 Failed tests: 0 (310)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.DisposerMethodInheritanceTest, time: 5 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodInheritanceTest.testManagedBeanDisposerMethodNotInherited: 892/1,256 Failed tests: 0 (311)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.parameters.DisposedParameterPositionTest, time: 7 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposedParameterPositionTest.testDisposedParameterPosition: 893/1,256 Failed tests: 0 (312)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.DisposalMethodDefinitionTest, time: 5 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testBindingTypesAppliedToDisposalMethodParameters: 894/1,256 Failed tests: 0 (313)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testDisposalMethodCalledForProducerField: 895/1,256 Failed tests: 0 (313)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testDisposalMethodForMultipleProducerMethods: 896/1,256 Failed tests: 0 (313)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testDisposalMethodOnNonBean: 897/1,256 Failed tests: 0 (313)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testDisposalMethodParametersGetInjected: 898/1,256 Failed tests: 0 (313)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.broken.parameterAnnotatedAsyncObserves.ParameterAnnotatedAsyncObservesTest, time: 4 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedAsyncObservesTest.testInitializerMethodHasParameterAnnotatedAsyncObserves: 899/1,256 Failed tests: 0 (314)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.broken.methodAnnotatedProduces.InitializerMethodAnnotatedProducesTest, time: 7 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InitializerMethodAnnotatedProducesTest.testInitializerMethodAnnotatedProduces: 900/1,256 Failed tests: 0 (315)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.broken.generic.GenericInitializerMethodTest, time: 7 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GenericInitializerMethodTest.testGenericInitializerMethodNotAllowed: 901/1,256 Failed tests: 0 (316)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.broken.parameterAnnotatedObserves.ParameterAnnotatedObservesTest, time: 4 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedObservesTest.testInitializerMethodHasParameterAnnotatedObserves: 902/1,256 Failed tests: 0 (317)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.InitializerMethodTest, time: 5 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InitializerMethodTest.testBindingTypeOnInitializerParameter: 903/1,256 Failed tests: 0 (318)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InitializerMethodTest.testMultipleInitializerMethodsAreCalled: 904/1,256 Failed tests: 0 (318)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptorTypeParamFieldTest, time: 15 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorTypeParamFieldTest.testDeploymentFails: 905/1,256 Failed tests: 0 (319)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptedBeanTypeParamFieldTest, time: 10 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamFieldTest.testDeploymentFails: 906/1,256 Failed tests: 0 (320)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratoredBeanTypeParamInitializerTest, time: 9 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamInitializerTest.testDeploymentFails: 907/1,256 Failed tests: 0 (321)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratoredBeanTypeParamFieldTest, time: 29 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamFieldTest.testDeploymentFails: 908/1,256 Failed tests: 0 (322)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratorTypeParamInitializerTest, time: 12 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamInitializerTest.testDeploymentFails: 909/1,256 Failed tests: 0 (323)
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratorTypeParamConstructorTest, time: 9 ms]
Aug 31, 2020 5:46:24 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamConstructorTest.testDeploymentFails: 910/1,256 Failed tests: 0 (324)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamProducerTest, time: 4 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamProducerTest.testDeploymentFails: 911/1,256 Failed tests: 0 (325)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamConstructorTest, time: 4 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamConstructorTest.testDeploymentFails: 912/1,256 Failed tests: 0 (326)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.intercepted.InterceptedBeanInitializerInjectionTest, time: 4 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanInitializerInjectionTest.testDeploymentFails: 913/1,256 Failed tests: 0 (327)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.BuiltinDecoratorInjectionTest, time: 6 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinDecoratorInjectionTest.testDeploymentFails: 914/1,256 Failed tests: 0 (328)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.decorated.DecoratedBeanInitializerInjectionTest, time: 4 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratedBeanInitializerInjectionTest.testDeploymentFails: 915/1,256 Failed tests: 0 (329)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.decorated.DecoratedBeanConstructorInjectionTest, time: 6 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratedBeanConstructorInjectionTest.testDeploymentFails: 916/1,256 Failed tests: 0 (330)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.BuiltinInterceptorInjectionTest, time: 6 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInterceptorInjectionTest.testDeploymentFails: 917/1,256 Failed tests: 0 (331)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.BuiltinMetadataBeanTest, time: 6 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinMetadataBeanTest.testBeanMetadata: 918/1,256 Failed tests: 0 (332)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinMetadataBeanTest.testDecoratorMetadata: 919/1,256 Failed tests: 0 (332)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinMetadataBeanTest.testInterceptorMetadata: 920/1,256 Failed tests: 0 (332)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinMetadataBeanTest.testProducerMethodMetadata: 921/1,256 Failed tests: 0 (332)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.names.SpecializingAndSpecializedBeanHasNameTest, time: 19 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingAndSpecializedBeanHasNameTest.testSpecializingAndSpecializedBeanHasName: 922/1,256 Failed tests: 0 (333)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.noextend1.SpecializingBeanImplementsInterfaceOnly, time: 29 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanImplementsInterfaceOnly.testSpecializingClassImplementsInterfaceAndExtendsNothing: 923/1,256 Failed tests: 0 (334)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.noextend3.SpecializingClassExtendsNonSimpleBeanTest, time: 43 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingClassExtendsNonSimpleBeanTest.testSpecializingClassExtendsNonSimpleBean: 924/1,256 Failed tests: 0 (335)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.types.SpecializingBeanWithoutBeanTypeOfSpecializedBeanTest, time: 5 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanWithoutBeanTypeOfSpecializedBeanTest.testDeployment: 925/1,256 Failed tests: 0 (336)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.inconsistent.InconsistentSpecializationTest, time: 7 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InconsistentSpecializationTest.testInconsistentSpecialization: 926/1,256 Failed tests: 0 (337)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.SimpleBeanSpecializationTest, time: 7 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testIndirectSpecialization: 927/1,256 Failed tests: 0 (338)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testProducerMethodOnSpecializedBeanNotCalled: 928/1,256 Failed tests: 0 (338)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testSpecializingBeanHasNameOfSpecializedBean: 929/1,256 Failed tests: 0 (338)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testSpecializingBeanHasQualifiersOfSpecializedAndSpecializingBean: 930/1,256 Failed tests: 0 (338)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testSpecializingBeanInjection: 931/1,256 Failed tests: 0 (338)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.indirectoverride.IndirectOverrideTest, time: 4 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke IndirectOverrideTest.testSpecializedMethodIndirectlyOverridesAnotherProducerMethod: 932/1,256 Failed tests: 0 (339)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.staticmethod.SpecializesStaticMethodTest, time: 4 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializesStaticMethodTest.testSpecializedStaticMethod: 933/1,256 Failed tests: 0 (340)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.twobeans.TwoBeansSpecializeTheSameBeanTest, time: 6 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TwoBeansSpecializeTheSameBeanTest.testTwoBeansSpecializeTheSameBean: 934/1,256 Failed tests: 0 (341)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.name.SpecializingAndSpecializedBeanHaveNameTest, time: 5 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingAndSpecializedBeanHaveNameTest.testSpecializingAndSpecializedBeanHasName: 935/1,256 Failed tests: 0 (342)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.ProducerMethodSpecializationTest, time: 7 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodSpecializationTest.testSpecializingBeanInjection: 936/1,256 Failed tests: 0 (343)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodSpecializationTest.testSpecializingProducerMethod: 937/1,256 Failed tests: 0 (343)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.qualifiers.SpecializingBeanQualifiersTest, time: 5 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanQualifiersTest.testQuailifiersOfSpecializingBean: 938/1,256 Failed tests: 0 (344)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanQualifiersTest.testQuailifiersOfSpecializingdNestedClass: 939/1,256 Failed tests: 0 (344)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanQualifiersTest.testQualifiersOfProducedSpecializingBean: 940/1,256 Failed tests: 0 (344)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.generics.MemberLevelInheritanceTest, time: 33 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MemberLevelInheritanceTest.testInjectionPoint: 941/1,256 Failed tests: 0 (345)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MemberLevelInheritanceTest.testInjectionPointDefinition: 942/1,256 Failed tests: 0 (345)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MemberLevelInheritanceTest.testObserver: 943/1,256 Failed tests: 0 (345)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MemberLevelInheritanceTest.testObserverResolution: 944/1,256 Failed tests: 0 (345)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.custom.CustomInterceptorTest, time: 7 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomAroundInvokeInterceptor: 945/1,256 Failed tests: 0 (346)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomAroundTimeoutInterceptor: 946/1,256 Failed tests: 0 (346)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomPostActivateInterceptor: 947/1,256 Failed tests: 0 (346)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomPostConstructInterceptor: 948/1,256 Failed tests: 0 (346)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomPreDestroyInterceptor: 949/1,256 Failed tests: 0 (346)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomPrePassivateInterceptor: 950/1,256 Failed tests: 0 (346)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.interceptorCalledBeforeDecorator.InterceptorCalledBeforeDecoratorTest, time: 4 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorCalledBeforeDecoratorTest.testInterceptorCalledBeforeDecorator: 951/1,256 Failed tests: 0 (347)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.interceptorNotListedInBeansXml.InterceptorNotListedInBeansXmlNotEnabledTest, time: 3 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorNotListedInBeansXmlNotEnabledTest.testInterceptorNotListedInBeansXmlNotInvoked: 952/1,256 Failed tests: 0 (348)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.sameClassListedTwiceInBeansXml.SameClassListedTwiceInBeansXmlTest, time: 6 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SameClassListedTwiceInBeansXmlTest.testSameInterceptorClassListedTwiceInBeansXmlNotOk: 953/1,256 Failed tests: 0 (349)
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassClassLevelInterceptorTest, time: 4 ms]
Aug 31, 2020 5:46:25 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassClassLevelInterceptorTest.testFinalClassWithClassLevelInterceptor: 954/1,256 Failed tests: 0 (350)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.NormalScopedBeanFinalMethodInterceptorTest, time: 5 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalScopedBeanFinalMethodInterceptorTest.testFinalMethodWithClassLevelInterceptor: 955/1,256 Failed tests: 0 (351)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.NormalScopedBeanFinalClassInterceptorTest, time: 4 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalScopedBeanFinalClassInterceptorTest.testFinalClassWithClassLevelInterceptor: 956/1,256 Failed tests: 0 (352)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassMethodLevelInterceptorTest, time: 4 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassMethodLevelInterceptorTest.testFinalClassWithMethodLevelInterceptor: 957/1,256 Failed tests: 0 (353)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.DependentBeanFinalMethodInterceptorTest, time: 5 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentBeanFinalMethodInterceptorTest.testFinalMethodWithClassLevelInterceptor: 958/1,256 Failed tests: 0 (354)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.observer.InterceptorWithObserverMethodTest, time: 7 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorWithObserverMethodTest.testInterceptorWithObserverMethodNotOk: 959/1,256 Failed tests: 0 (355)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.nonInterceptorClassInBeansXml.NonInterceptorClassInBeansXmlTest, time: 62 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonInterceptorClassInBeansXmlTest.testNonInterceptorClassInBeansXmlNotOk: 960/1,256 Failed tests: 0 (356)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.nonDependent.NonDependentInterceptorTest, time: 7 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonDependentInterceptorTest.testDeploymentWithScopedInterceptor: 961/1,256 Failed tests: 0 (357)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.interceptorCanNotBeDecorator.InterceptorCanNotBeDecoratorTest, time: 7 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorCanNotBeDecoratorTest.testInterceptorCanNotAlsoBeDecorator: 962/1,256 Failed tests: 0 (358)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.FinalMethodWithInheritedClassLevelInterceptorTest, time: 6 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalMethodWithInheritedClassLevelInterceptorTest.testFinalMethodWithInheritedClassLevelInterceptor: 963/1,256 Failed tests: 0 (359)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.inheritance.InterceptorBindingInheritanceTest, time: 8 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testInterceptorBindingDirectlyInheritedFromManagedBean: 964/1,256 Failed tests: 0 (360)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testInterceptorBindingIndirectlyInheritedFromManagedBean: 965/1,256 Failed tests: 0 (360)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testMethodInterceptorBindingDirectlyInheritedFromManagedBean: 966/1,256 Failed tests: 0 (360)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testMethodInterceptorBindingDirectlyNotInheritedFromManagedBean: 967/1,256 Failed tests: 0 (360)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testMethodInterceptorBindingIndirectlyInheritedFromManagedBean: 968/1,256 Failed tests: 0 (360)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testMethodInterceptorBindingIndirectlyNotInheritedFromManagedBean: 969/1,256 Failed tests: 0 (360)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.interceptorOrder.InterceptorOrderTest, time: 6 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorOrderTest.testInterceptorsCalledInOrderDefinedByBeansXml: 970/1,256 Failed tests: 0 (361)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorOrderTest.testInterceptorsInvocationOrder: 971/1,256 Failed tests: 0 (361)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.order.LifecycleInterceptorOrderTest, time: 43 ms]
Aug 31, 2020 5:46:26 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method preDestroy defined on class org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.order.AnotherInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PreDestroy but it does not have zero parameters.

Aug 31, 2020 5:46:26 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct defined on class org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.order.AnotherInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleInterceptorOrderTest.testLifecycleCallbackInvocationOrder: 972/1,256 Failed tests: 0 (362)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.member.InterceptorBindingTypeWithMemberTest, time: 7 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeWithMember: 973/1,256 Failed tests: 0 (363)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeWithNonBindingMember: 974/1,256 Failed tests: 0 (363)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.conflictingenablement.InterceptorConflictingEnablementTest, time: 8 ms]
Aug 31, 2020 5:46:26 PM org.jboss.weld.logging.ValidatorLogger lambda$static$6
WARN: WELD-001478: Interceptor class org.jboss.cdi.tck.tests.interceptors.definition.conflictingenablement.LoggingInterceptor is enabled for the application and for the bean archive 619110348123c8da02a24c524fdd7146e4abf.war. It will only be invoked in the @Priority part of the chain.
Aug 31, 2020 5:46:26 PM org.jboss.weld.logging.ValidatorLogger lambda$static$7
WARN: WELD-001479: Decorator class org.jboss.cdi.tck.tests.interceptors.definition.conflictingenablement.AnotherTestDecorator is enabled for the application and for the bean archive 619110348123c8da02a24c524fdd7146e4abf.war. It will only be invoked in the @Priority part of the chain.
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorConflictingEnablementTest.testInterception: 975/1,256 Failed tests: 0 (364)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest, time: 22 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInstanceOfInterceptorForEveryEnabledInterceptor: 976/1,256 Failed tests: 0 (365)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptionType: 977/1,256 Failed tests: 0 (365)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptorBindingAnnotation: 978/1,256 Failed tests: 0 (365)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptorBindingTypes: 979/1,256 Failed tests: 0 (365)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptorBindingsCanDeclareOtherInterceptorBindings: 980/1,256 Failed tests: 0 (365)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptorsImplementInterceptorInterface: 981/1,256 Failed tests: 0 (365)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testNoBindingTypesToResolveInterceptorsFails: 982/1,256 Failed tests: 0 (365)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testNonBindingTypeToResolveInterceptorsFails: 983/1,256 Failed tests: 0 (365)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testResolveInterceptorsReturnsOrderedList: 984/1,256 Failed tests: 0 (365)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testSameBindingTypesToResolveInterceptorsFails: 985/1,256 Failed tests: 0 (365)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testStereotypeInterceptorBindings: 986/1,256 Failed tests: 0 (365)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.invocation.InterceptorInvocationTest, time: 4 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testDisposerMethodsAreIntercepted: 987/1,256 Failed tests: 0 (366)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testInitializerMethodsNotIntercepted: 988/1,256 Failed tests: 0 (366)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testLifecycleCallbacksAreIntercepted: 989/1,256 Failed tests: 0 (366)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testManagedBeanIsIntercepted: 990/1,256 Failed tests: 0 (366)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testObjectMethodsAreNotIntercepted: 991/1,256 Failed tests: 0 (366)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testObserverMethodsAreIntercepted: 992/1,256 Failed tests: 0 (366)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testProducerMethodsAreIntercepted: 993/1,256 Failed tests: 0 (366)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.ordering.global.GlobalInterceptorOrderingTest, time: 77 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GlobalInterceptorOrderingTest.testOrderingInWebInfClasses: 994/1,256 Failed tests: 0 (367)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.NonPrivateNonStaticSuperclassMethodTest, time: 4 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPrivateNonStaticSuperclassMethodTest.testClassWithPublicFinalMethodCannotBeProxied: 995/1,256 Failed tests: 0 (368)
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.PublicFinalMethodNotProxyableTest, time: 4 ms]
Aug 31, 2020 5:46:26 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PublicFinalMethodNotProxyableTest.testClassWithPublicFinalMethodCannotBeProxied: 996/1,256 Failed tests: 0 (369)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.PackagePrivateFinalMethodNotProxyableTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PackagePrivateFinalMethodNotProxyableTest.testClassWithPublicFinalMethodCannotBeProxied: 997/1,256 Failed tests: 0 (370)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.array.ArrayTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ArrayTest.testInjectionPointWithArrayType: 998/1,256 Failed tests: 0 (371)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalClass.FinalClassTest, time: 5 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassTest.testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedBean: 999/1,256 Failed tests: 0 (372)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.interceptor.InterceptedBeanProxyTest, time: 20 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanProxyTest.testClientProxyBeanWithBoundInterceptor: 1,000/1,256 Failed tests: 0 (373)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.decorator.DecoratoredBeanProxyTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanProxyTest.testClientProxyBeanWithAssociatedDecorator: 1,001/1,256 Failed tests: 0 (374)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.privateConstructor.PrivateConstructorTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PrivateConstructorTest.testClassWithPrivateConstructor: 1,002/1,256 Failed tests: 0 (375)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.beanConstructor.BeanConstructorWithParametersTest, time: 6 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConstructorWithParametersTest.testDeployment: 1,003/1,256 Failed tests: 0 (376)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.ClientProxyTest, time: 5 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testClientProxyInvocation: 1,004/1,256 Failed tests: 0 (377)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testClientProxyUsedForNormalScope: 1,005/1,256 Failed tests: 0 (377)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testSimpleBeanClientProxyIsSerializable: 1,006/1,256 Failed tests: 0 (377)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.el.ResolutionByNameTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testBeanNameWithSeparatedListOfELIdentifiers: 1,007/1,256 Failed tests: 0 (378)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testContextCreatesNewInstanceForInjection: 1,008/1,256 Failed tests: 0 (378)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testELResolverReturnsContextualInstance: 1,009/1,256 Failed tests: 0 (378)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testQualifiedNameLookup: 1,010/1,256 Failed tests: 0 (378)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testUnresolvedNameReturnsNull: 1,011/1,256 Failed tests: 0 (378)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.non.contextual.CreationalContextForNonContextualTest, time: 7 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreationalContextForNonContextualTest.testCreationalContext: 1,012/1,256 Failed tests: 0 (379)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithWildcardTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithWildcardTest.testInjection: 1,013/1,256 Failed tests: 0 (380)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.multiple.bounds.ParameterizedTypesWithTypeVariableWithMultipleBoundsTest, time: 7 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesWithTypeVariableWithMultipleBoundsTest.testInjectionOfBeanWithTypeVariableWithMultipleBounds: 1,014/1,256 Failed tests: 0 (381)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesWithTypeVariableWithMultipleBoundsTest.testInjectionOfBeanWithTypeVariableWithMultipleBoundsToParameterizedTypeWithActualType: 1,015/1,256 Failed tests: 0 (381)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesWithTypeVariableWithMultipleBoundsTest.testInjectionOfBeanWithWildcardWithTypeVariableAsLowerBound: 1,016/1,256 Failed tests: 0 (381)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithTypeVariableTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithTypeVariableTest.testInjection: 1,017/1,256 Failed tests: 0 (382)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToRawTypeTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToRawTypeTest.testInjection: 1,018/1,256 Failed tests: 0 (383)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.broken.raw.ParameterizedTypesInjectionRawAmbiguousTest, time: 15 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionRawAmbiguousTest.testInjection: 1,019/1,256 Failed tests: 0 (384)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithTypeVariableUpperBoundTest, time: 6 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithTypeVariableUpperBoundTest.testInjection: 1,020/1,256 Failed tests: 0 (385)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.InjectionTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTest.testFieldDeclaredInIndirectSuperclassInjected: 1,021/1,256 Failed tests: 0 (386)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTest.testInjectionOfNamedBean: 1,022/1,256 Failed tests: 0 (386)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTest.testInjectionPerformsBoxingIfNecessary: 1,023/1,256 Failed tests: 0 (386)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.visibility.InjectionVisibilityTest, time: 6 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionVisibilityTest.testPackagePrivateSetMethodInjection: 1,024/1,256 Failed tests: 0 (387)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.any.AnyInjectionTest, time: 6 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnyInjectionTest.testAnyInjectionIfExactlyOneBeanForType: 1,025/1,256 Failed tests: 0 (388)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.UnsatisfiedInjectableReferenceTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference: 1,026/1,256 Failed tests: 0 (389)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.ambiguous.AmbiguousInjectableReferenceTest, time: 7 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousInjectableReferenceTest.testUnsatisfiedReference: 1,027/1,256 Failed tests: 0 (390)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.normal.scope.NormalScopedBeanWithInjectionPoint, time: 6 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalScopedBeanWithInjectionPoint.testRequestScopedBeanWithInjectionPoint: 1,028/1,256 Failed tests: 0 (391)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.disposer.DisposerInjectionPointMetadataTest, time: 23 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerInjectionPointMetadataTest.testDisposerWithInjectionPointMetadata: 1,029/1,256 Failed tests: 0 (392)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.dynamic.DynamicInjectionPointTest, time: 7 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetAnnotated: 1,030/1,256 Failed tests: 0 (393)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetBean: 1,031/1,256 Failed tests: 0 (393)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetMember: 1,032/1,256 Failed tests: 0 (393)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetQualifiers: 1,033/1,256 Failed tests: 0 (393)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetType: 1,034/1,256 Failed tests: 0 (393)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointIsDelegate: 1,035/1,256 Failed tests: 0 (393)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointIsTransient: 1,036/1,256 Failed tests: 0 (393)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.named.NamedAtInjectionPointTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamedAtInjectionPointTest.testFieldNameUsedAsBeanName: 1,037/1,256 Failed tests: 0 (394)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.requiredtype.LegalRequiredTypeTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LegalRequiredTypeTest.testLegalRequiredType: 1,038/1,256 Failed tests: 0 (395)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.InjectableReferenceTest, time: 9 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectableReferenceTest.testGetInjectableReferenceOnBeanManager: 1,039/1,256 Failed tests: 0 (396)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectableReferenceTest.testGetInjectableReferenceReturnsDelegateForDelegateInjectionPoint: 1,040/1,256 Failed tests: 0 (396)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.decorator.DecoratorNotInjectedTest, time: 4 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorNotInjectedTest.testDecoratorNotResolved: 1,041/1,256 Failed tests: 0 (397)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.parameterized.raw.RawBeanTypeParameterizedRequiredTypeTest, time: 5 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawBeanTypeParameterizedRequiredTypeTest.testAssignableTypeParams: 1,042/1,256 Failed tests: 0 (398)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawBeanTypeParameterizedRequiredTypeTest.testNotAssignableTypeParams: 1,043/1,256 Failed tests: 0 (398)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.parameterized.AssignabilityOfRawAndParameterizedTypesTest, time: 7 ms]
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithActualTypes: 1,044/1,256 Failed tests: 0 (399)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcards: 1,045/1,256 Failed tests: 0 (399)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcardsAtInjectionPoint: 1,046/1,256 Failed tests: 0 (399)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariableWithMultipleBoundsToParameterizedTypeWithTypeVariable: 1,047/1,256 Failed tests: 0 (399)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithActualTypes: 1,048/1,256 Failed tests: 0 (399)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithTypeVariable: 1,049/1,256 Failed tests: 0 (399)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcardWithLowerBound: 1,050/1,256 Failed tests: 0 (399)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards: 1,051/1,256 Failed tests: 0 (399)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards2: 1,052/1,256 Failed tests: 0 (399)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesWithMultipleBoundsToParameterizedTypeWithActualTypes: 1,053/1,256 Failed tests: 0 (399)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityToRawType: 1,054/1,256 Failed tests: 0 (399)
Aug 31, 2020 5:46:27 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.InterceptorNotResolvedTest, time: 18 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorNotResolvedTest.testInterceptorNotAvailableForInjection: 1,055/1,256 Failed tests: 0 (400)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.broken.disabled.DisabledBeanNotAvailableForInjectionTest, time: 6 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisabledBeanNotAvailableForInjectionTest.testDeployment: 1,056/1,256 Failed tests: 0 (401)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.broken.type.variable.TypeVariableInjectionPointTest, time: 6 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TypeVariableInjectionPointTest.testTypeVariableInjectionPoint: 1,057/1,256 Failed tests: 0 (402)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.ResolutionByTypeTest, time: 6 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testAllQualifiersSpecifiedForResolutionMustAppearOnBean: 1,058/1,256 Failed tests: 0 (403)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testBeanTypesOnManagedBean: 1,059/1,256 Failed tests: 0 (403)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testBeanTypesOnProducerField: 1,060/1,256 Failed tests: 0 (403)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testBeanTypesOnProducerMethod: 1,061/1,256 Failed tests: 0 (403)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testDefaultBindingTypeAssumed: 1,062/1,256 Failed tests: 0 (403)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testGenericBeanTypesOnManagedBean: 1,063/1,256 Failed tests: 0 (403)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testGenericBeanTypesOnProducerField: 1,064/1,256 Failed tests: 0 (403)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testGenericBeanTypesOnProducerMethod: 1,065/1,256 Failed tests: 0 (403)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testResolveByTypeWithArray: 1,066/1,256 Failed tests: 0 (403)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testResolveByTypeWithNonBindingMembers: 1,067/1,256 Failed tests: 0 (403)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testResolveByTypeWithPrimitives: 1,068/1,256 Failed tests: 0 (403)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testResolveByTypeWithTypeParameter: 1,069/1,256 Failed tests: 0 (403)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive.PrimitiveInjectionPointTest, time: 6 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PrimitiveInjectionPointTest.testPrimitiveInjectionPointResolvedToNonPrimitiveProducerMethod: 1,070/1,256 Failed tests: 0 (404)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization03Test, time: 18 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization03Test.testEvent: 1,071/1,256 Failed tests: 0 (405)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization02Test, time: 24 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization02Test.testEvent: 1,072/1,256 Failed tests: 0 (406)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization04Test, time: 28 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEnabledAlternativeSpecializes: 1,073/1,256 Failed tests: 0 (407)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEvent: 1,074/1,256 Failed tests: 0 (407)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization01Test, time: 25 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testEvent: 1,075/1,256 Failed tests: 0 (408)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testNotEnabledAlternativeDoesNotSpecialize: 1,076/1,256 Failed tests: 0 (408)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity01Test, time: 23 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity01Test.testSpecialization: 1,077/1,256 Failed tests: 0 (409)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailable02Test, time: 12 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedProducerMethodInjectionNotAvailable02Test.testManagedBeanInjection: 1,078/1,256 Failed tests: 0 (410)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolution02Test, time: 15 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleELResolution02Test.testEnabledManagedBeanAvailableForELResolution: 1,079/1,256 Failed tests: 0 (411)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledManagedBeanInjectionAvailability02Test, time: 11 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledManagedBeanInjectionAvailability02Test.testInjection: 1,080/1,256 Failed tests: 0 (412)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailability02Test, time: 14 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerMethodInjectionAvailability02Test.testInjection: 1,081/1,256 Failed tests: 0 (413)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookup02Test, time: 10 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleLookup02Test.testEnabledManagedBeanAvailableForInjection: 1,082/1,256 Failed tests: 0 (414)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeManagedBeanInjectionAvailability02Test, time: 12 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternativeManagedBeanInjectionAvailability02Test.testInjection: 1,083/1,256 Failed tests: 0 (415)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerFieldInjectionAvailability02Test, time: 13 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerFieldInjectionAvailability02Test.testInjection: 1,084/1,256 Failed tests: 0 (416)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.binding.members.annotation.BindingAnnotationWithMemberTest, time: 4 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BindingAnnotationWithMemberTest.testAnnotationMemberWithNonBinding: 1,085/1,256 Failed tests: 0 (417)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.binding.members.array.BindingAnnotationWithMemberTest, time: 10 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BindingAnnotationWithMemberTest.testArrayMemberWithNonBinding: 1,086/1,256 Failed tests: 0 (418)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProcessInjectionPointTest, time: 12 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProcessInjectionPointTest.testDefinitionError: 1,087/1,256 Failed tests: 0 (419)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceCustomBeanTest, time: 5 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceCustomBeanTest.testDefinitionError: 1,088/1,256 Failed tests: 0 (420)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProducerMethodInjectionTest, time: 6 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProducerMethodInjectionTest.testDefinitionError: 1,089/1,256 Failed tests: 0 (421)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceFieldInjectionTest, time: 5 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceFieldInjectionTest.testDefinitionError: 1,090/1,256 Failed tests: 0 (422)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.destroy.dependent.DestroyingDependentInstanceTest, time: 4 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingDependentInstanceTest.testDestroyingDependentInstances: 1,091/1,256 Failed tests: 0 (423)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingDependentInstanceTest.testDestroyingInterceptedDependentBean: 1,092/1,256 Failed tests: 0 (423)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.DestroyingNormalScopedInstanceTest, time: 7 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testApplicationScopedComponent: 1,093/1,256 Failed tests: 0 (424)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testContextDestroyCalled: 1,094/1,256 Failed tests: 0 (424)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testCustomScopedComponent: 1,095/1,256 Failed tests: 0 (424)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testNothingHappensIfNoInstanceToDestroy: 1,096/1,256 Failed tests: 0 (424)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testNullParameter: 1,097/1,256 Failed tests: 0 (424)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testRequestScopedComponent: 1,098/1,256 Failed tests: 0 (424)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable: 1,099/1,256 Failed tests: 0 (424)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.DynamicLookupTest, time: 5 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.beanManageCreateInstance: 1,100/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.cdiSelectLookup: 1,101/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testAlternatives: 1,102/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testAmbiguousDependencyThrowsException: 1,103/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testDuplicateBindingsThrowsException: 1,104/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testGetMethod: 1,105/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testIsAmbiguous: 1,106/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testIsUnsatisfied: 1,107/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testIteratorMethod: 1,108/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testNewBean: 1,109/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testNewBeanNotEnabledWithouInjectionPoint: 1,110/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testNonBindingThrowsException: 1,111/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testObtainsInjectsInstanceOfInstance: 1,112/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testStream: 1,113/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testUnsatisfiedDependencyThrowsException: 1,114/1,256 Failed tests: 0 (425)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.builtin.BuiltinInstanceTest, time: 7 ms]
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceTest.testInstanceIsPassivationCapable: 1,115/1,256 Failed tests: 0 (426)
Aug 31, 2020 5:46:28 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceTest.testInstanceProvidedForEveryLegalBeanType: 1,116/1,256 Failed tests: 0 (426)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceTest.testNameOfBuiltinInstance: 1,117/1,256 Failed tests: 0 (426)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceTest.testScopeOfBuiltinInstance: 1,118/1,256 Failed tests: 0 (426)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.ManagerTest, time: 7 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testContainerProvidesManagerBean: 1,119/1,256 Failed tests: 0 (427)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testGetReferenceReturnsContextualInstance: 1,120/1,256 Failed tests: 0 (427)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testGetReferenceWithIllegalBeanType: 1,121/1,256 Failed tests: 0 (427)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testInjectingManager: 1,122/1,256 Failed tests: 0 (427)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanHasCurrentBinding: 1,123/1,256 Failed tests: 0 (427)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanIsDependentScoped: 1,124/1,256 Failed tests: 0 (427)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanIsPassivationCapable: 1,125/1,256 Failed tests: 0 (427)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.circular.CircularDependencyTest, time: 4 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testCircularInjectionOnOneNormalAndOneDependentBean: 1,126/1,256 Failed tests: 0 (428)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testCircularInjectionOnTwoNormalBeans: 1,127/1,256 Failed tests: 0 (428)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testNormalAndDependentCircularConstructors: 1,128/1,256 Failed tests: 0 (428)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testNormalCircularConstructors: 1,129/1,256 Failed tests: 0 (428)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testNormalProducerMethodDeclaredOnDependentBeanWhichInjectsProducedBean: 1,130/1,256 Failed tests: 0 (428)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testNormalProducerMethodDeclaredOnNormalBeanWhichInjectsProducedBean: 1,131/1,256 Failed tests: 0 (428)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testSelfConsumingConstructorsOnNormalBean: 1,132/1,256 Failed tests: 0 (428)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.prefix.ExpandedNamePrefix2Test, time: 6 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExpandedNamePrefix2Test.testDuplicateBeanNamePrefix: 1,133/1,256 Failed tests: 0 (429)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.prefix.ExpandedNamePrefixTest, time: 6 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExpandedNamePrefixTest.testDuplicateBeanNamePrefix: 1,134/1,256 Failed tests: 0 (430)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed.NamedNonFieldInjectionPointTest, time: 7 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamedNonFieldInjectionPointTest.testNamedProducerInjectionPointNotAllowed: 1,135/1,256 Failed tests: 0 (431)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed3.NamedNonFieldInjectionPointTest, time: 6 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamedNonFieldInjectionPointTest.testNamedInitializerMethodInjectionPointNotAllowed: 1,136/1,256 Failed tests: 0 (432)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.duplicity.DuplicitNameTest, time: 6 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DuplicitNameTest.testDuplicateNamedBeans: 1,137/1,256 Failed tests: 0 (433)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.ambiguous.AmbiguousELNamesTest, time: 6 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousELNamesTest.testAmbiguousELNamesResolved: 1,138/1,256 Failed tests: 0 (434)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.ResolutionByNameTest, time: 5 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testAmbiguousELNamesResolved: 1,139/1,256 Failed tests: 0 (435)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dependency.resolution.broken.unsatisfied.UnsatisfiedDependencyTest, time: 4 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnsatisfiedDependencyTest.testUnsatisfiedDependency: 1,140/1,256 Failed tests: 0 (436)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dependency.resolution.AmbiguousDependencyResolutionTest, time: 7 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousDependencyResolutionTest.testProducerFieldOnAlternativeIsNotEliminated: 1,141/1,256 Failed tests: 0 (437)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousDependencyResolutionTest.testProducerMethodOnAlternativeIsNotEliminated: 1,142/1,256 Failed tests: 0 (437)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.vetoed.VetoedTest, time: 12 ms]
Aug 31, 2020 5:46:29 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.vetoed.VerifyingExtension.observeAnnotatedType(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedTest.testAnnotatedTypeAddedByExtension: 1,143/1,256 Failed tests: 0 (438)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedTest.testClassLevelVeto: 1,144/1,256 Failed tests: 0 (438)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedTest.testPackageLevelVeto: 1,145/1,256 Failed tests: 0 (438)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.broken.not.alternative.stereotype.ClassIsNotAlternativeTest, time: 4 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClassIsNotAlternativeTest.test: 1,146/1,256 Failed tests: 0 (439)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.aroundInvoke.AroundInvokeOrderTest, time: 4 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeOrderTest.testInvocationOrder: 1,147/1,256 Failed tests: 0 (440)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.InterceptorLifeCycleTest, time: 5 ms]
Aug 31, 2020 5:46:29 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept defined on class org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.PreDestroyInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PreDestroy but it does not have zero parameters.

Aug 31, 2020 5:46:29 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept defined on class org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.PostConstructInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:29 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method intercept defined on class org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.WarriorPDInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PreDestroy but it does not have zero parameters.

Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorLifeCycleTest.testInterceptorInstanceCreatedWhenTargetInstanceCreated: 1,148/1,256 Failed tests: 0 (441)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorLifeCycleTest.testInterceptorMethodsCalledAfterDependencyInjection: 1,149/1,256 Failed tests: 0 (441)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.invocationContext.InvocationContextTest, time: 5 ms]
Aug 31, 2020 5:46:29 PM org.jboss.weld.interceptor.reader.InterceptorMetadataUtils isValidTargetClassLifecycleInterceptorMethod
WARN: WELD-001469: Method postConstruct defined on class org.jboss.cdi.tck.interceptors.tests.contract.invocationContext.PostConstructInterceptor is not defined according to the specification. It is annotated with @jakarta.annotation.PostConstruct but it does not have zero parameters.

Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testBusinessMethodNotCalledWithoutProceedInvocation: 1,150/1,256 Failed tests: 0 (442)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testContextData: 1,151/1,256 Failed tests: 0 (442)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testCtxProceedForLifecycleCallbackInterceptorMethod: 1,152/1,256 Failed tests: 0 (442)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testGetMethodForAroundInvokeInterceptorMethod: 1,153/1,256 Failed tests: 0 (442)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testGetMethodForLifecycleCallbackInterceptorMethod: 1,154/1,256 Failed tests: 0 (442)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testGetTargetMethod: 1,155/1,256 Failed tests: 0 (442)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testGetTimerMethod: 1,156/1,256 Failed tests: 0 (442)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testIllegalNumberOfParameters: 1,157/1,256 Failed tests: 0 (442)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testIllegalTypeOfParameters: 1,158/1,256 Failed tests: 0 (442)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testMethodParameters: 1,159/1,256 Failed tests: 0 (442)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testProceedReturnsNullForVoidMethod: 1,160/1,256 Failed tests: 0 (442)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.NormalContextTest, time: 5 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalContextTest.testGetMayNotReturnNullUnlessContextualCreateReturnsNull: 1,161/1,256 Failed tests: 0 (443)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalContextTest.testGetReturnsExistingInstance: 1,162/1,256 Failed tests: 0 (443)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalContextTest.testGetWithCreationalContextReturnsNewInstance: 1,163/1,256 Failed tests: 0 (443)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalContextTest.testSameNormalScopeBeanInjectedEverywhere: 1,164/1,256 Failed tests: 0 (443)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.ContextTest, time: 8 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextTest.testBuiltInContexts: 1,165/1,256 Failed tests: 0 (444)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextTest.testGetContextWithNoRegisteredContextsFails: 1,166/1,256 Failed tests: 0 (444)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextTest.testGetContextWithTooManyActiveContextsFails: 1,167/1,256 Failed tests: 0 (444)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.GetWithNoCreationalContextTest, time: 7 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetWithNoCreationalContextTest.testGetWithoutCreationalContextReturnsNull: 1,168/1,256 Failed tests: 0 (445)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.GetFromContextualTest, time: 20 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetFromContextualTest.testGetMayNotCreateNewInstanceUnlessCreationalContextGiven: 1,169/1,256 Failed tests: 0 (446)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nodecoratedtypes.DecoratorWithNoDecoratedTypes1Test, time: 4 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNoDecoratedTypes2Test.testDeploymentFails: 1,170/1,256 Failed tests: 0 (447)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.notAllDecoratedTypesImplemented.NotAllDecoratedTypesImplementedTest, time: 4 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NotAllDecoratedTypesImplementedTest.testNotAllDecoratedTypesImplemented: 1,171/1,256 Failed tests: 0 (448)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.invocation.DecoratorInvocationTest, time: 5 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorInvocationTest.testChainedDecoratorInvocation: 1,172/1,256 Failed tests: 0 (449)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorInvocationTest.testDecoratorInvocation: 1,173/1,256 Failed tests: 0 (449)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.scope.broken.tooManyScopes.TooManyScopesTest, time: 6 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TooManyScopesTest.testTooManyScopesSpecifiedInJava: 1,174/1,256 Failed tests: 0 (450)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedManagedBeanTest, time: 5 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RestrictedManagedBeanTest.testInvalidTypedValueOnManagedBean: 1,175/1,256 Failed tests: 0 (451)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.dependentIsConditionalObserver.DependentIsConditionalObserverTest, time: 6 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentIsConditionalObserverTest.testDependentBeanWithConditionalObserverMethodIsDefinitionError: 1,176/1,256 Failed tests: 0 (452)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.isProducer.ObserverMethodAnnotatedProducesTest, time: 4 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodAnnotatedProducesTest.testObserverMethodAnnotatedProducesFails: 1,177/1,256 Failed tests: 0 (453)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.bothObservesAnnotations.ObserverMethodParameterAnnotatedAsSyncAndAsyncTest, time: 4 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodParameterAnnotatedAsSyncAndAsyncTest.observerMethodMustBeSyncOrAsync: 1,178/1,256 Failed tests: 0 (454)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventCustomBeanTest, time: 5 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventCustomBeanTest.testDefinitionError: 1,179/1,256 Failed tests: 0 (455)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.broken.AddDefinitionErrorTest, time: 5 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDefinitionErrorTest.testDeployment: 1,180/1,256 Failed tests: 0 (456)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.invalid.InvalidScopeTest, time: 4 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidScopeTest.test: 1,181/1,256 Failed tests: 0 (457)
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.passivation.PassivationCapableDependencyErrorTest, time: 4 ms]
Aug 31, 2020 5:46:29 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationCapableDependencyErrorTest.test: 1,182/1,256 Failed tests: 0 (458)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.specialization.VetoTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoTest.testSpecializedBeanAvailableAfterSpecializingBeanVetoed: 1,183/1,256 Failed tests: 0 (459)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.specialization.SpecializationTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationTest.testProcessBeanAttributesFiredProperlyForSpecializedBean: 1,184/1,256 Failed tests: 0 (460)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.addDeploymentProblem.AddDeploymentProblemTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDeploymentProblemTest.testObserverDeploymentProblemTreatedAsDeploymentError: 1,185/1,256 Failed tests: 0 (461)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.observerMethod.ObserverMethodWithoutNotifyMethodTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomObserverMethodWithoutNotifyMethodTest.observerCustomMethodNotOverridingNotifyMethodTreatedAsDefinitionError: 1,186/1,256 Failed tests: 0 (462)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.broken.exception.BeforeBeanDiscoveryThrowsExceptionTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryThrowsExceptionTest.testThrowsException: 1,187/1,256 Failed tests: 0 (463)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.delivery.broken.WithAnnotationsAppliedToIllegalContainerLifecycleEventParameterTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WithAnnotationsAppliedToIllegalContainerLifecycleEventParameterTest.testDeploymentFails: 1,188/1,256 Failed tests: 0 (464)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.broken.processAnnotatedObserverThrowsException.ProcessAnnotatedTypeEventThrowsExceptionTest, time: 5 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeEventThrowsExceptionTest.testProcessAnnotatedTypeEventThrowsExceptionNotOk: 1,189/1,256 Failed tests: 0 (465)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.ProcessAnnotatedTypeTest, time: 7 ms]
Aug 31, 2020 5:46:30 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.cdi.tck.tests.extensions.annotated.ProcessAnnotatedTypeObserver.observeAnnotatedTypes(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Aug 31, 2020 5:46:30 PM org.jboss.weld.bootstrap.BeanDeployer createClassBean
WARN: WELD-000167: Class org.jboss.cdi.tck.tests.extensions.annotated.WildCat is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean!
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testGetAnnotatedType: 1,190/1,256 Failed tests: 0 (466)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testProcessAnnotatedTypeEventsSent: 1,191/1,256 Failed tests: 0 (466)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testProcessAnnotatedTypeFiredForEnum: 1,192/1,256 Failed tests: 0 (466)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testSetAnnotatedType: 1,193/1,256 Failed tests: 0 (466)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testVeto: 1,194/1,256 Failed tests: 0 (466)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.el.WrapExpressionFactoryTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WrapExpressionFactoryTest.testWrapping: 1,195/1,256 Failed tests: 0 (467)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.metadata.interceptor.AlternativeMetadataInterceptorTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl addAnnotatedType
WARN: WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.jboss.cdi.tck.tests.extensions.alternative.metadata.interceptor.Login is deprecated from CDI 1.1!
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataInterceptorTest.testInterceptorInterceptsOnlyBindedClass: 1,196/1,256 Failed tests: 0 (468)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithWildcard.ParametrizedTypeWithWildcard02Test, time: 6 ms]
Aug 31, 2020 5:46:30 PM org.jboss.weld.util.Beans omitIllegalBeanTypes
INFO: WELD-001125: Illegal bean type org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithWildcard.Spiderman<org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithWildcard.FunnelWeaver<?>> ignored on [EnhancedAnnotatedMethodImpl] @Produces public org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithWildcard.SpidermanProducer.getSpiderman()
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParametrizedTypeWithWildcard02Test.testParameterizedReturnTypeWithDoubleWildcard: 1,197/1,256 Failed tests: 0 (469)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterAnnotatedObserves.ParameterAnnotatedObservesTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedObservesTest.testProducerMethodWithParameterAnnotatedObserves: 1,198/1,256 Failed tests: 0 (470)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.array.ProducerFieldArrayWildcardTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldArrayWildcardTest.testBeanTypes: 1,199/1,256 Failed tests: 0 (471)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.typeVariable.ProducerFieldWithTypeVariableTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldWithTypeVariableTest.testProducerFieldWithTypeOfTypeVariableNotAllowed: 1,200/1,256 Failed tests: 0 (472)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.constructorHasObservesParameter.ConstructorHasObservesParameterTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorHasObservesParameterTest.testConstructorHasObservesParameter: 1,201/1,256 Failed tests: 0 (473)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.unresolvedMethod.UnresolvedDisposalMethodDefinitionTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnresolvedDisposalMethodDefinitionTest.testUnresolvedDisposalMethod: 1,202/1,256 Failed tests: 0 (474)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.broken.parameterAnnotatedDisposes.ParameterAnnotatedDisposesTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedDisposesTest.testInitializerMethodHasParameterAnnotatedDisposes: 1,203/1,256 Failed tests: 0 (475)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptedBeanTypeParamConstructorTest, time: 9 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamConstructorTest.testDeploymentFails: 1,204/1,256 Failed tests: 0 (476)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratorTypeParamFieldTest, time: 13 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamFieldTest.testDeploymentFails: 1,205/1,256 Failed tests: 0 (477)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratoredBeanTypeParamConstructorTest, time: 14 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamConstructorTest.testDeploymentFails: 1,206/1,256 Failed tests: 0 (478)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamInitializerTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamInitializerTest.testDeploymentFails: 1,207/1,256 Failed tests: 0 (479)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamFieldTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamFieldTest.testDeploymentFails: 1,208/1,256 Failed tests: 0 (480)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.intercepted.InterceptedBeanFieldInjectionTest, time: 3 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanFieldInjectionTest.testDeploymentFails: 1,209/1,256 Failed tests: 0 (481)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.decorated.DecoratedBeanFieldInjectionTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratedBeanFieldInjectionTest.testDeploymentFails: 1,210/1,256 Failed tests: 0 (482)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.noextend2.SpecializingBeanExtendsNothingTest, time: 17 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanExtendsNothingTest.testSpecializingClassDirectlyExtendsNothing: 1,211/1,256 Failed tests: 0 (483)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.observer.async.InterceptorWithAsyncObserverMethodTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorWithAsyncObserverMethodTest.testInterceptorWithAsyncObserverMethodNotOk: 1,212/1,256 Failed tests: 0 (484)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.nonExistantClassInBeansXml.NonExistantClassInBeansXmlTest, time: 6 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonExistantClassInBeansXmlTest.testNonExistantClassInBeansXmlNotOk: 1,213/1,256 Failed tests: 0 (485)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.FinalClassWithInheritedClassLevelInterceptorTest, time: 6 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassWithInheritedClassLevelInterceptorTest.testFinalClassWithInheritedClassLevelInterceptor: 1,214/1,256 Failed tests: 0 (486)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.PrivateFinalMethodTest, time: 3 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PrivateFinalMethodTest.testClassWithPrivateFinalMethodCanBeProxied: 1,215/1,256 Failed tests: 0 (487)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.StaticFinalMethodTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StaticFinalMethodTest.testClassWithStaticFinalMethodCanBeProxied: 1,216/1,256 Failed tests: 0 (488)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.ProtectedFinalMethodNotProxyableTest, time: 22 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProtectedFinalMethodNotProxyableTest.testClassWithPublicFinalMethodCannotBeProxied: 1,217/1,256 Failed tests: 0 (489)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.primitive.UnproxyableTest, time: 6 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableTest.testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedBean: 1,218/1,256 Failed tests: 0 (490)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithActualTypeTest, time: 6 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithActualTypeTest.testInjection: 1,219/1,256 Failed tests: 0 (491)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.InjectionPointTest, time: 7 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testApiTypeInjectionPoint: 1,220/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testCurrentBinding: 1,221/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testDependentScope: 1,222/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetAnnotatedField: 1,223/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetAnnotatedParameter: 1,224/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetBean: 1,225/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetBindingTypes: 1,226/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetMemberConstructor: 1,227/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetMemberField: 1,228/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetMemberMethod: 1,229/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetType: 1,230/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testIsDelegate: 1,231/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testIsTransient: 1,232/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testNullInjectionPointInjectedIntoNonInjectedObject: 1,233/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testPassivationCapability: 1,234/1,256 Failed tests: 0 (492)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.InterceptorNotResolvedInterModuleTest, time: 13 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorNotResolvedInterModuleTest.testInterceptorNotAvailableForInjection: 1,235/1,256 Failed tests: 0 (493)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceConstructorInjectionTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceConstructorInjectionTest.testDefinitionError: 1,236/1,256 Failed tests: 0 (494)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceDisposerInjectionTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceDisposerInjectionTest.testDefinitionError: 1,237/1,256 Failed tests: 0 (495)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.prefix.NamePrefixTest, time: 4 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamePrefixTest.testDuplicateBeanNamePrefix: 1,238/1,256 Failed tests: 0 (496)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed2.NamedNonFieldInjectionPointTest, time: 6 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamedNonFieldInjectionPointTest.testNamedObserverMethodInjectionPointNotAllowed: 1,239/1,256 Failed tests: 0 (497)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dependency.resolution.broken.ambiguous.AmbiguousDependencyTest, time: 6 ms]
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousDependencyTest.testAmbiguousDependency: 1,240/1,256 Failed tests: 0 (498)
Aug 31, 2020 5:46:30 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.overriden.lifecycleCallback.OverridenLifecycleCallbackInterceptorTest, time: 6 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke OverridenLifecycleCallbackInterceptorTest.testCallbackOverridenByCallback: 1,241/1,256 Failed tests: 0 (499)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke OverridenLifecycleCallbackInterceptorTest.testCallbackOverridenByNonCallback: 1,242/1,256 Failed tests: 0 (499)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.custom.broken.toomanydelegateinjectionpoints.CustomDecoratorWithTooManyDelegateInjectionPointsTest, time: 7 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomDecoratorWithTooManyDelegateInjectionPointsTest.testDeploymentFails: 1,243/1,256 Failed tests: 0 (500)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nodecoratedtypes.DecoratorWithNoDecoratedTypes1Test, time: 21 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNoDecoratedTypes3Test.testDeploymentFails: 1,244/1,256 Failed tests: 0 (501)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventProducerMethodInjectionTest, time: 4 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventProducerMethodInjectionTest.testDefinitionError: 1,245/1,256 Failed tests: 0 (502)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.ThrowExceptionTest, time: 4 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ThrowExceptionTest.testDeployment: 1,246/1,256 Failed tests: 0 (503)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptorTypeParamConstructorTest, time: 9 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorTypeParamConstructorTest.testDeploymentFails: 1,247/1,256 Failed tests: 0 (504)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamDisposerTest, time: 5 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamDisposerTest.testDeploymentFails: 1,248/1,256 Failed tests: 0 (505)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.intercepted.InterceptedBeanConstructorInjectionTest, time: 6 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanConstructorInjectionTest.testDeploymentFails: 1,249/1,256 Failed tests: 0 (506)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.FinalMethodWithInheritedStereotypeInterceptorTest, time: 4 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalMethodWithInheritedStereotypeInterceptorTest.testFinalClassWithInheritedStereotypeInterceptor: 1,250/1,256 Failed tests: 0 (507)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceInitMethodInjectionTest, time: 4 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceInitMethodInjectionTest.testDefinitionError: 1,251/1,256 Failed tests: 0 (508)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.broken.not.alternative.ClassIsNotAlternativeTest, time: 6 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClassIsNotAlternativeTest.test: 1,252/1,256 Failed tests: 0 (509)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptedBeanTypeParamInitializerTest, time: 34 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamInitializerTest.testDeploymentFails: 1,253/1,256 Failed tests: 0 (510)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.FinalClassWithInheritedStereotypeInterceptorTest, time: 4 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassWithInheritedStereotypeInterceptorTest.testFinalMethodWithInheritedStereotypeInterceptor: 1,254/1,256 Failed tests: 0 (511)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceObserverInjectionTest, time: 4 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceObserverInjectionTest.testDefinitionError: 1,255/1,256 Failed tests: 0 (512)
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptorTypeParamInitializerTest, time: 13 ms]
Aug 31, 2020 5:46:31 PM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorTypeParamInitializerTest.testDeploymentFails: 1,256/1,256 Failed tests: 0 (513)
Tests run: 1256, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.551 sec - in TestSuite

Results :

Tests run: 1256, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-report-plugin:2.19.1:report-only (generate-test-report) @ weld-jboss-runner-tck ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:02 min
[INFO] Finished at: 2020-08-31T17:46:36Z
[INFO] ------------------------------------------------------------------------
+ ls target
cdi-tck-configuration.log
checkstyle-cachefile
checkstyle-checker.xml
checkstyle-result.xml
checkstyle-suppressions.xml
classes
dependency
generated-test-sources
maven-shared-archive-resources
maven-status
site
surefire-reports
test-classes
Archiving artifacts
Finished: SUCCESS