Skip to content

Instantly share code, notes, and snippets.

@WeldJenkins
Created November 2, 2017 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WeldJenkins/0a6dd9144cb374d53f9e9db173d88c0e to your computer and use it in GitHub Desktop.
Save WeldJenkins/0a6dd9144cb374d53f9e9db173d88c0e to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
GitHub pull request #1750 of commit c983874e0435a5aba01dae3e7eaec0094468aaa9, no merge conflicts.
Setting status of c983874e0435a5aba01dae3e7eaec0094468aaa9 to PENDING with url https://weld-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/Weld-pull-request-executor/2917/ and message: 'Build started sha1 is merged.'
Using context: Weld Central CI
Could not update commit status of the Pull Request on GitHub.
org.kohsuke.github.HttpException: Server returned HTTP response code: 201, message: 'Created' for URL: https://api.github.com/repos/weld/core/statuses/c983874e0435a5aba01dae3e7eaec0094468aaa9
at org.kohsuke.github.Requester.parse(Requester.java:613)
at org.kohsuke.github.Requester._to(Requester.java:263)
at org.kohsuke.github.Requester.to(Requester.java:225)
at org.kohsuke.github.GHRepository.createCommitStatus(GHRepository.java:1000)
at org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus.createCommitStatus(GhprbSimpleStatus.java:272)
at org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus.onBuildStart(GhprbSimpleStatus.java:185)
at org.jenkinsci.plugins.ghprb.GhprbBuilds.onStarted(GhprbBuilds.java:130)
at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onStarted(GhprbBuildListener.java:18)
at hudson.model.listeners.RunListener.fireStarted(RunListener.java:215)
at hudson.model.Run.execute(Run.java:1734)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: Failed to deserialize {"url":"https://api.github.com/repos/weld/core/statuses/c983874e0435a5aba01dae3e7eaec0094468aaa9","id":4298415167,"state":"pending","description":"Build started sha1 is merged.","target_url":"https://weld-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/Weld-pull-request-executor/2917/","context":"Weld Central CI","created_at":"2017-11-02T14:03:12Z","updated_at":"2017-11-02T14:03:12Z","creator":{"login":"WeldJenkins","id":29622038,"avatar_url":"https://avatars1.githubusercontent.com/u/29622038?v=4","gravatar_id":"","url":"https://api.github.com/users/WeldJenkins","html_url":"https://github.com/WeldJenkins","followers_url":"https://api.github.com/users/WeldJenkins/followers","following_url":"https://api.github.com/users/WeldJenkins/following{/other_user}","gists_url":"https://api.github.com/users/WeldJenkins/gists{/gist_id}","starred_url":"https://api.github.com/users/WeldJenkins/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/WeldJenkins/subscriptions","organizations_url":"https://api.github.com/users/WeldJenkins/orgs","repos_url":"https://api.github.com/users/WeldJenkins/repos","events_url":"https://api.github.com/users/WeldJenkins/events{/privacy}","received_events_url":"https://api.github.com/users/WeldJenkins/received_events","type":"User","site_admin":false}}
at org.kohsuke.github.Requester.parse(Requester.java:603)
... 12 more
Caused by: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (4298415167) out of range of int
at [Source: java.io.StringReader@7ad98388; line: 1, column: 114] (through reference chain: org.kohsuke.github.GHCommitStatus["id"])
at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:232)
at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:197)
at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.wrapAndThrow(BeanDeserializerBase.java:1311)
at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:297)
at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2888)
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2034)
at org.kohsuke.github.Requester.parse(Requester.java:601)
... 12 more
Caused by: com.fasterxml.jackson.core.JsonParseException: Numeric value (4298415167) out of range of int
at [Source: java.io.StringReader@7ad98388; line: 1, column: 114]
at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1369)
at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:532)
at com.fasterxml.jackson.core.base.ParserBase.convertNumberToInt(ParserBase.java:847)
at com.fasterxml.jackson.core.base.ParserBase.getIntValue(ParserBase.java:643)
at com.fasterxml.jackson.databind.deser.std.StdDeserializer._parseInteger(StdDeserializer.java:306)
at com.fasterxml.jackson.databind.deser.std.NumberDeserializers$IntegerDeserializer.deserialize(NumberDeserializers.java:319)
at com.fasterxml.jackson.databind.deser.std.NumberDeserializers$IntegerDeserializer.deserialize(NumberDeserializers.java:301)
at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:464)
at com.fasterxml.jackson.databind.deser.impl.FieldProperty.deserializeAndSet(FieldProperty.java:107)
at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:295)
... 16 more
[EnvInject] - Loading node environment variables.
Building remotely on Dedicated PR Executor-2614 (pull_request static) in workspace /mnt/hudson_workspace/workspace/Weld-pull-request-executor
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/weld/core.git # timeout=10
Fetching upstream changes from https://github.com/weld/core.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/weld/core.git +refs/pull/*:refs/remotes/origin/pr/*
> git rev-parse refs/remotes/origin/pr/1750/merge^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/pr/1750/merge^{commit} # timeout=10
Checking out Revision 837c157558ae7e2a032adc33aa8887ca2a5071a7 (refs/remotes/origin/pr/1750/merge)
> git config core.sparsecheckout # timeout=10
> git checkout -f 837c157558ae7e2a032adc33aa8887ca2a5071a7
> git rev-list cbb6e341879262fbb47c559c94bac327701024e4 # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[Weld-pull-request-executor] $ bash -xe /tmp/hudson7313341123169342896.sh
+ source /home/hudson/weld-jenkins/scripts/common-osprey.sh
+ setup-environment
+ export JAVA_HOME=/qa/tools/opt/x86_64/openjdk-1.8.0
+ JAVA_HOME=/qa/tools/opt/x86_64/openjdk-1.8.0
+ export M2_HOME=/qa/tools/opt/apache-maven-3.5.0
+ M2_HOME=/qa/tools/opt/apache-maven-3.5.0
+ export PATH=/qa/tools/opt/x86_64/openjdk-1.8.0/bin:/qa/tools/opt/apache-maven-3.5.0/bin:/qa/tools/opt/x86_64/openjdk-1.8.0/bin:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.151-2.6.11.1.el7_4.x86_64/bin/:/qa/tools/opt/x86_64/jdk1.7.0_last/bin/:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin
+ PATH=/qa/tools/opt/x86_64/openjdk-1.8.0/bin:/qa/tools/opt/apache-maven-3.5.0/bin:/qa/tools/opt/x86_64/openjdk-1.8.0/bin:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.151-2.6.11.1.el7_4.x86_64/bin/:/qa/tools/opt/x86_64/jdk1.7.0_last/bin/:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin
+ export 'MVN=/qa/tools/opt/apache-maven-3.5.0/bin/mvn -s /home/hudson/weld-jenkins/scripts/weld2-staging.xml'
+ MVN='/qa/tools/opt/apache-maven-3.5.0/bin/mvn -s /home/hudson/weld-jenkins/scripts/weld2-staging.xml'
+ /qa/tools/opt/apache-maven-3.5.0/bin/mvn -s /home/hudson/weld-jenkins/scripts/weld2-staging.xml -version
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T15:39:06-04:00)
Maven home: /qa/tools/opt/apache-maven-3.5.0
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home: /qa/tools/opt/x86_64/openjdk-1.8.0.131/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-693.el7.x86_64", arch: "amd64", family: "unix"
+ whoami
hudson
+ branch=master
+ [[ master == \m\a\s\t\e\r ]]
+ export CONTAINER_ZIP=/home/hudson/weld-jenkins/pull-request-executors/wildfly-10.1.0.Final-weld3.zip
+ CONTAINER_ZIP=/home/hudson/weld-jenkins/pull-request-executors/wildfly-10.1.0.Final-weld3.zip
+ [[ master == \2\.\4 ]]
+ [[ master == \2\.\3 ]]
+ [[ master == \2\.\2 ]]
+ [[ master == \1\.\1 ]]
+ [[ master == \e\a\p\6\.\2\.\x ]]
+ [[ -n /home/hudson/weld-jenkins/pull-request-executors/wildfly-10.1.0.Final-weld3.zip ]]
+ rm -rf container
+ mkdir container
+ unzip -q /home/hudson/weld-jenkins/pull-request-executors/wildfly-10.1.0.Final-weld3.zip -d container
++ pwd
+ JBOSS_HOME='/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/*'
++ echo /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final
+ export JBOSS_HOME=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final
+ JBOSS_HOME=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final
+ export 'BUILD_PARAMS=-Pupdate-jboss-as -Dtck'
+ BUILD_PARAMS='-Pupdate-jboss-as -Dtck'
+ /qa/tools/opt/apache-maven-3.5.0/bin/mvn -s /home/hudson/weld-jenkins/scripts/weld2-staging.xml clean install -fae -Pupdate-jboss-as -Dtck -Pfindbugs -Dfindbugs.failOnError=true -Dfindbugs.threshold=Default -U
[INFO] Scanning for projects...
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-api-bom/3.0.SP2-Beta2/weld-api-bom-3.0.SP2-Beta2.pom
Downloading: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-api-bom/3.0.SP2-Beta2/weld-api-bom-3.0.SP2-Beta2.pom
Progress (1): 1.0/5.1 kB Progress (1): 2.4/5.1 kB Progress (1): 3.7/5.1 kB Progress (1): 5.1/5.1 kB Progress (1): 5.1 kB Downloaded: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-api-bom/3.0.SP2-Beta2/weld-api-bom-3.0.SP2-Beta2.pom (5.1 kB at 5.0 kB/s)
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-api-parent/3.0.SP2-Beta2/weld-api-parent-3.0.SP2-Beta2.pom
Downloading: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-api-parent/3.0.SP2-Beta2/weld-api-parent-3.0.SP2-Beta2.pom
Progress (1): 1.0/8.7 kB Progress (1): 2.4/8.7 kB Progress (1): 3.7/8.7 kB Progress (1): 5.1/8.7 kB Progress (1): 6.4/8.7 kB Progress (1): 7.8/8.7 kB Progress (1): 8.7 kB Downloaded: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-api-parent/3.0.SP2-Beta2/weld-api-parent-3.0.SP2-Beta2.pom (8.7 kB at 19 kB/s)
[WARNING] The project org.jboss.weld:weld-core-parent:pom:3.0.2-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Weld Parent
[INFO] Weld Implementation (Core)
[INFO] Weld EJB
[INFO] Weld JSF
[INFO] Weld JTA
[INFO] Weld Web
[INFO] Weld Probe Parent
[INFO] Weld Probe Core
[INFO] Weld Test Utilities
[INFO] weld-probe-tests
[INFO] Weld Core BOM
[INFO] JBoss AS7 Updater
[INFO] Weld Porting Package for the CDI TCK
[INFO] Weld Unit Tests
[INFO] Weld Integration Tests (JBoss AS)
[INFO] AtInject TCK runner for Weld
[INFO] CDI TCK runner (2.0) for Weld (WildFly)
[INFO] Weld Environment Common
[INFO] Weld SE Parent
[INFO] Weld SE (Core)
[INFO] Weld SE (Uber Jar)
[INFO] Weld SE Tests
[INFO] Weld Servlet Parent
[INFO] Weld Servlet Core
[INFO] Weld Servlet (Uber Jar)
[INFO] Weld Servlet Integration Tests (Base)
[INFO] Weld Servlet Integration Tests (Tomcat)
[INFO] Weld Servlet Integration Tests (Jetty)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Parent 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-parent ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-parent ---
[INFO] Executing: /bin/sh -c cd '/mnt/hudson_workspace/workspace/Weld-pull-request-executor' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /mnt/hudson_workspace/workspace/Weld-pull-request-executor
[INFO] Storing buildNumber: 837c157558ae7e2a032adc33aa8887ca2a5071a7 at timestamp: November 2, 2017 10:03:21 AM EDT
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd '/mnt/hudson_workspace/workspace/Weld-pull-request-executor' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /mnt/hudson_workspace/workspace/Weld-pull-request-executor
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-parent ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-parent ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-parent ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core-parent <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-core-parent ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/weld-core-parent/3.0.2-SNAPSHOT/weld-core-parent-3.0.2-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Implementation (Core) 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-api/3.0.SP2-Beta2/weld-api-3.0.SP2-Beta2.pom
Downloading: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-api/3.0.SP2-Beta2/weld-api-3.0.SP2-Beta2.pom
Progress (1): 1.0/1.6 kB Progress (1): 1.6 kB Downloaded: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-api/3.0.SP2-Beta2/weld-api-3.0.SP2-Beta2.pom (1.6 kB at 3.1 kB/s)
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-spi/3.0.SP2-Beta2/weld-spi-3.0.SP2-Beta2.pom
Downloading: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-spi/3.0.SP2-Beta2/weld-spi-3.0.SP2-Beta2.pom
Progress (1): 1.0/2.6 kB Progress (1): 2.4/2.6 kB Progress (1): 2.6 kB Downloaded: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-spi/3.0.SP2-Beta2/weld-spi-3.0.SP2-Beta2.pom (2.6 kB at 4.6 kB/s)
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-api/3.0.SP2-Beta2/weld-api-3.0.SP2-Beta2.jar
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-spi/3.0.SP2-Beta2/weld-spi-3.0.SP2-Beta2.jar
Downloading: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-api/3.0.SP2-Beta2/weld-api-3.0.SP2-Beta2.jar
Downloading: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-spi/3.0.SP2-Beta2/weld-spi-3.0.SP2-Beta2.jar
Progress (1): 1.0/32 kB Progress (1): 2.4/32 kB Progress (1): 3.7/32 kB Progress (1): 5.1/32 kB Progress (1): 6.4/32 kB Progress (1): 7.8/32 kB Progress (1): 9.1/32 kB Progress (1): 10/32 kB Progress (1): 12/32 kB Progress (1): 13/32 kB Progress (1): 14/32 kB Progress (1): 16/32 kB Progress (1): 17/32 kB Progress (1): 19/32 kB Progress (1): 20/32 kB Progress (1): 21/32 kB Progress (1): 23/32 kB Progress (1): 24/32 kB Progress (1): 25/32 kB Progress (1): 27/32 kB Progress (1): 28/32 kB Progress (1): 29/32 kB Progress (1): 31/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Progress (2): 32 kB | 1.0/90 kB Progress (2): 32 kB | 2.4/90 kB Progress (2): 32 kB | 3.7/90 kB Progress (2): 32 kB | 5.1/90 kB Progress (2): 32 kB | 6.4/90 kB Progress (2): 32 kB | 7.8/90 kB Progress (2): 32 kB | 9.1/90 kB Progress (2): 32 kB | 10/90 kB Progress (2): 32 kB | 12/90 kB Progress (2): 32 kB | 13/90 kB Progress (2): 32 kB | 14/90 kB Progress (2): 32 kB | 16/90 kB Progress (2): 32 kB | 17/90 kB Progress (2): 32 kB | 19/90 kB Progress (2): 32 kB | 20/90 kB Progress (2): 32 kB | 21/90 kB Downloaded: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-api/3.0.SP2-Beta2/weld-api-3.0.SP2-Beta2.jar (32 kB at 59 kB/s)
Progress (1): 23/90 kB Progress (1): 24/90 kB Progress (1): 25/90 kB Progress (1): 27/90 kB Progress (1): 28/90 kB Progress (1): 29/90 kB Progress (1): 31/90 kB Progress (1): 32/90 kB Progress (1): 33/90 kB Progress (1): 35/90 kB Progress (1): 36/90 kB Progress (1): 37/90 kB Progress (1): 39/90 kB Progress (1): 40/90 kB Progress (1): 41/90 kB Progress (1): 43/90 kB Progress (1): 47/90 kB Progress (1): 51/90 kB Progress (1): 55/90 kB Progress (1): 56/90 kB Progress (1): 58/90 kB Progress (1): 59/90 kB Progress (1): 60/90 kB Progress (1): 62/90 kB Progress (1): 63/90 kB Progress (1): 64/90 kB Progress (1): 66/90 kB Progress (1): 67/90 kB Progress (1): 68/90 kB Progress (1): 70/90 kB Progress (1): 71/90 kB Progress (1): 72/90 kB Progress (1): 74/90 kB Progress (1): 75/90 kB Progress (1): 77/90 kB Progress (1): 81/90 kB Progress (1): 85/90 kB Progress (1): 89/90 kB Progress (1): 90 kB Downloaded: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-spi/3.0.SP2-Beta2/weld-spi-3.0.SP2-Beta2.jar (90 kB at 105 kB/s)
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-impl ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-impl ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-impl ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-impl ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-impl ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-impl ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-core-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-core-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 738 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target/classes
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/ReflectionFactoryProxyInstantiator.java:[27,19] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[26,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/ReflectionFactoryProxyInstantiator.java:[27,19] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[26,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/ReflectionFactoryProxyInstantiator.java:[27,19] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[26,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/ReflectionFactoryProxyInstantiator.java:[27,19] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[26,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/ReflectionFactoryProxyInstantiator.java:[38,19] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/ReflectionFactoryProxyInstantiator.java:[42,24] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[37,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[40,23] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[42,24] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java: Some input files use or override a deprecated API.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java: Recompile with -Xlint:deprecation for details.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/util/collections/ImmutableList.java: Some input files use unchecked or unsafe operations.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/util/collections/ImmutableList.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-impl ---
[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-core-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-core-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 109 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target/test-classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/test/java/org/jboss/weld/tests/unit/reflection/clazz/WeldClassTest.java: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/test/java/org/jboss/weld/tests/unit/reflection/clazz/WeldClassTest.java uses unchecked or unsafe operations.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/test/java/org/jboss/weld/tests/unit/reflection/clazz/WeldClassTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-core-impl ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.tests.unit.resolution.CovariantTypesTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in org.jboss.weld.tests.unit.resolution.CovariantTypesTest
Running org.jboss.weld.tests.unit.resolution.InvariantTypesTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.resolution.InvariantTypesTest
Running org.jboss.weld.tests.unit.util.cache.ReentrantComputingCacheTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.cache.ReentrantComputingCacheTest
Running org.jboss.weld.tests.unit.util.collections.ImmutableListTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableListTest
Running org.jboss.weld.tests.unit.util.collections.WeldCollectionsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.WeldCollectionsTest
Running org.jboss.weld.tests.unit.util.collections.SingletonListTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.unit.util.collections.SingletonListTest
Running org.jboss.weld.tests.unit.util.collections.TripletonTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.TripletonTest
Running org.jboss.weld.tests.unit.util.collections.EmptyListTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jboss.weld.tests.unit.util.collections.EmptyListTest
Running org.jboss.weld.tests.unit.util.collections.ImmutableSingletonMapTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableSingletonMapTest
Running org.jboss.weld.tests.unit.util.collections.IteratorsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.jboss.weld.tests.unit.util.collections.IteratorsTest
Running org.jboss.weld.tests.unit.util.collections.SingletonSetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.SingletonSetTest
Running org.jboss.weld.tests.unit.util.collections.ListMultimapTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.jboss.weld.tests.unit.util.collections.ListMultimapTest
Running org.jboss.weld.tests.unit.util.collections.ListViewTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.jboss.weld.tests.unit.util.collections.ListViewTest
Running org.jboss.weld.tests.unit.util.collections.SetsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.unit.util.collections.SetsTest
Running org.jboss.weld.tests.unit.util.collections.ImmutableArrayListTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableArrayListTest
Running org.jboss.weld.tests.unit.util.collections.ImmutableHashSetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableHashSetTest
Running org.jboss.weld.tests.unit.util.collections.SetMultimapTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jboss.weld.tests.unit.util.collections.SetMultimapTest
Running org.jboss.weld.tests.unit.util.collections.IterablesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.IterablesTest
Running org.jboss.weld.tests.unit.util.collections.ImmutableMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableMapTest
Running org.jboss.weld.tests.unit.util.collections.EmptySetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.EmptySetTest
Running org.jboss.weld.tests.unit.util.collections.ImmutableSetTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableSetTest
Running org.jboss.weld.tests.unit.util.collections.DoubletonTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.DoubletonTest
Running org.jboss.weld.tests.unit.util.reflection.FormatsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.jboss.weld.tests.unit.util.reflection.FormatsTest
Running org.jboss.weld.tests.unit.util.PrimitivesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.PrimitivesTest
Running org.jboss.weld.tests.unit.util.ProxiesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.ProxiesTest
Running org.jboss.weld.tests.unit.util.DeclaredMemberIndexerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.unit.util.DeclaredMemberIndexerTest
Running org.jboss.weld.tests.unit.util.DefaultsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.DefaultsTest
Running org.jboss.weld.tests.unit.hierarchy.discovery.interfaces.InterfaceHierarchyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.hierarchy.discovery.interfaces.InterfaceHierarchyTest
Running org.jboss.weld.tests.unit.hierarchy.discovery.classes.raw.RawTypeDiscoveryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.hierarchy.discovery.classes.raw.RawTypeDiscoveryTest
Running org.jboss.weld.tests.unit.hierarchy.discovery.classes.ClassHierarchyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.hierarchy.discovery.classes.ClassHierarchyTest
Running org.jboss.weld.tests.unit.hierarchy.discovery.combined.CombinedHierarchyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.hierarchy.discovery.combined.CombinedHierarchyTest
Running org.jboss.weld.tests.unit.hierarchy.discovery.event.EventTypeResolutionTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.unit.hierarchy.discovery.event.EventTypeResolutionTest
Running org.jboss.weld.tests.unit.reflection.clazz.WeldClassTest
Nov 02, 2017 10:03:39 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Nov 02, 2017 10:03:39 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec - in org.jboss.weld.tests.unit.reflection.clazz.WeldClassTest
Running org.jboss.weld.tests.unit.reflection.util.Weld1102Test
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 sec - in org.jboss.weld.tests.unit.reflection.util.Weld1102Test
Running org.jboss.weld.tests.unit.reflection.util.DelegateInjectionPointAssignabilityTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.jboss.weld.tests.unit.reflection.util.DelegateInjectionPointAssignabilityTest
Running org.jboss.weld.tests.unit.reflection.util.EventTypeAssignabilityTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.unit.reflection.util.EventTypeAssignabilityTest
Running org.jboss.weld.tests.unit.reflection.util.BeanTypeAssignabilityTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.jboss.weld.tests.unit.reflection.util.BeanTypeAssignabilityTest
Running org.jboss.weld.tests.unit.reflection.nested.NestedClassTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.reflection.nested.NestedClassTest
Running org.jboss.weld.tests.unit.reflection.annotation.AnnotationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.reflection.annotation.AnnotationTest
Running org.jboss.weld.tests.unit.security.ReflectionTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.jboss.weld.tests.unit.security.ReflectionTest
Running org.jboss.weld.tests.unit.security.SecurityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.security.SecurityTest
Running org.jboss.weld.tests.unit.exceptions.WeldExceptionListMessageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.exceptions.WeldExceptionListMessageTest
Running org.jboss.weld.tests.unit.selector.SelectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.jboss.weld.tests.unit.selector.SelectorTest
Running org.jboss.weld.tests.unit.VersionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.VersionTest
Running org.jboss.weld.tests.unit.config.ConfigurationKeyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.config.ConfigurationKeyTest
Running org.jboss.weld.tests.unit.metadata.BeansXmlMergeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.unit.metadata.BeansXmlMergeTest
Running org.jboss.weld.tests.unit.serialization.BeanIdentifierIndexTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.jboss.weld.tests.unit.serialization.BeanIdentifierIndexTest
Running org.jboss.weld.bootstrap.enablement.EnablementListViewTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jboss.weld.bootstrap.enablement.EnablementListViewTest
Running org.jboss.weld.bootstrap.BeanDeploymentsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.bootstrap.BeanDeploymentsTest
Results :
Tests run: 304, Failures: 0, Errors: 0, Skipped: 1
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (default) @ weld-core-impl ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-core-impl ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target/weld-core-impl-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core-impl >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-impl ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-impl ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-impl ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-impl ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core-impl <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core-impl ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target/weld-core-impl-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.0:check (default) > :findbugs @ weld-core-impl >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ weld-core-impl ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.0:check (default) < :findbugs @ weld-core-impl <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:check (default) @ weld-core-impl ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-core-impl ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target/weld-core-impl-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-impl/3.0.2-SNAPSHOT/weld-core-impl-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/weld-core-impl/3.0.2-SNAPSHOT/weld-core-impl-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target/weld-core-impl-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-impl/3.0.2-SNAPSHOT/weld-core-impl-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld EJB 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-ejb ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-ejb ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-ejb ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-ejb ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-ejb ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-ejb ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-ejb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-ejb ---
[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-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-ejb ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-ejb ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-ejb ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/target/weld-ejb-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-ejb >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-ejb ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-ejb ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-ejb ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-ejb ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-ejb <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-ejb ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/target/weld-ejb-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.0:check (default) > :findbugs @ weld-ejb >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ weld-ejb ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.0:check (default) < :findbugs @ weld-ejb <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:check (default) @ weld-ejb ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-ejb ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/target/weld-ejb-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/module/weld-ejb/3.0.2-SNAPSHOT/weld-ejb-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/module/weld-ejb/3.0.2-SNAPSHOT/weld-ejb-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/target/weld-ejb-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/module/weld-ejb/3.0.2-SNAPSHOT/weld-ejb-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld JSF 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-jsf ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-jsf ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-jsf ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-jsf ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-jsf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-jsf ---
[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-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-jsf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-jsf ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.tests.unit.jsf.JsfApiAbstractionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 sec - in org.jboss.weld.tests.unit.jsf.JsfApiAbstractionTest
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-jsf ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/target/weld-jsf-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-jsf >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-jsf ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-jsf ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-jsf <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-jsf ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/target/weld-jsf-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.0:check (default) > :findbugs @ weld-jsf >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ weld-jsf ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.0:check (default) < :findbugs @ weld-jsf <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:check (default) @ weld-jsf ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-jsf ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/target/weld-jsf-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/module/weld-jsf/3.0.2-SNAPSHOT/weld-jsf-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/module/weld-jsf/3.0.2-SNAPSHOT/weld-jsf-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/target/weld-jsf-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/module/weld-jsf/3.0.2-SNAPSHOT/weld-jsf-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld JTA 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-jta ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-jta ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-jta ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-jta ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-jta ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-jta ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-jta ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-jta ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-jta ---
[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-jta ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-jta ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-jta ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-jta ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/target/weld-jta-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-jta >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-jta ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-jta ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-jta ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-jta ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-jta <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-jta ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/target/weld-jta-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.0:check (default) > :findbugs @ weld-jta >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ weld-jta ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.0:check (default) < :findbugs @ weld-jta <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:check (default) @ weld-jta ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-jta ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/target/weld-jta-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/module/weld-jta/3.0.2-SNAPSHOT/weld-jta-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/module/weld-jta/3.0.2-SNAPSHOT/weld-jta-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/target/weld-jta-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/module/weld-jta/3.0.2-SNAPSHOT/weld-jta-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Web 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-web ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-web ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-web ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-web ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-web ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-web ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 45 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/target/classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/src/main/java/org/jboss/weld/module/web/HttpSessionBean.java: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/src/main/java/org/jboss/weld/module/web/HttpSessionBean.java uses or overrides a deprecated API.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/src/main/java/org/jboss/weld/module/web/HttpSessionBean.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-web ---
[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-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-web ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.tests.unit.el.WeldMethodExpressionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.jboss.weld.tests.unit.el.WeldMethodExpressionTest
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-web ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/target/weld-web-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-web >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-web ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-web ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-web ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-web ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-web <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-web ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/target/weld-web-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.0:check (default) > :findbugs @ weld-web >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ weld-web ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.0:check (default) < :findbugs @ weld-web <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:check (default) @ weld-web ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-web ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/target/weld-web-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/module/weld-web/3.0.2-SNAPSHOT/weld-web-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/module/weld-web/3.0.2-SNAPSHOT/weld-web-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/target/weld-web-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/module/weld-web/3.0.2-SNAPSHOT/weld-web-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Probe Parent 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-probe-parent ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-probe-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-probe-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-probe-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-probe-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-probe-parent ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-probe-parent ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-probe-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-probe-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-probe-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-probe-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-probe-parent ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-probe-parent <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-probe-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-probe-parent ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/probe/weld-probe-parent/3.0.2-SNAPSHOT/weld-probe-parent-3.0.2-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Probe Core 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-probe-core ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-probe-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-probe-core ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-probe-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/client
[INFO] Copying 8 resources to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/client
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-probe-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-probe-core ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- wro4j-maven-plugin:1.8.0:run (default) @ weld-probe-core ---
Downloading: https://repository.jboss.org/nexus/content/groups/staging/me/n4u/sass/sass-gems/maven-metadata.xml
Downloading: http://repository.jboss.org/nexus/content/groups/public/me/n4u/sass/sass-gems/maven-metadata.xml
Downloading: https://repo.maven.apache.org/maven2/me/n4u/sass/sass-gems/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/repositories/snapshots/me/n4u/sass/sass-gems/maven-metadata.xml
Progress (1): 518 B Downloaded: https://repo.maven.apache.org/maven2/me/n4u/sass/sass-gems/maven-metadata.xml (518 B at 4.6 kB/s)
Progress (1): 518 B Progress (2): 518 B | 209 B Downloaded: https://repository.jboss.org/nexus/content/groups/staging/me/n4u/sass/sass-gems/maven-metadata.xml (518 B at 2.6 kB/s)
Downloaded: http://repository.jboss.org/nexus/content/groups/public/me/n4u/sass/sass-gems/maven-metadata.xml (209 B at 1.0 kB/s)
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/client
[INFO] Executing the mojo:
[INFO] Wro4j Model path: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/src/main/client/wro.xml
[INFO] targetGroups: null
[INFO] minimize: true
[INFO] ignoreMissingResources: null
[INFO] parallelProcessing: false
[INFO] buildDirectory: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target
[INFO] destinationFolder: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/classes/META-INF/client
[INFO] The following groups will be processed: [probe]
[INFO] folder: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/classes/META-INF/client
[INFO] processing group: probe.css
[INFO] file size: probe.css -> 161075 bytes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/classes/META-INF/client/probe.css (161075 bytes)
[INFO] folder: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/classes/META-INF/client
[INFO] processing group: probe.js
[INFO] file size: probe.js -> 818630 bytes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/classes/META-INF/client/probe.js (818630 bytes)
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-probe-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-probe-core ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.probe.QueriesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in org.jboss.weld.probe.QueriesTest
Running org.jboss.weld.probe.HtmlTagTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.probe.HtmlTagTest
Running org.jboss.weld.probe.JsonObjectsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.probe.JsonObjectsTest
Running org.jboss.weld.probe.ParsersTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.probe.ParsersTest
Running org.jboss.weld.probe.StringsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.probe.StringsTest
Running org.jboss.weld.probe.JsonTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.probe.JsonTest
Running org.jboss.weld.probe.ProbeFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.probe.ProbeFilterTest
Running org.jboss.weld.probe.ResourceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.probe.ResourceTest
Results :
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-probe-core ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/weld-probe-core-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-probe-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-probe-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-probe-core ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-probe-core <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-probe-core ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/weld-probe-core-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.0:check (default) > :findbugs @ weld-probe-core >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (findbugs) @ weld-probe-core ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.0:check (default) < :findbugs @ weld-probe-core <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.0:check (default) @ weld-probe-core ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-probe-core ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/weld-probe-core-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/probe/weld-probe-core/3.0.2-SNAPSHOT/weld-probe-core-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/probe/weld-probe-core/3.0.2-SNAPSHOT/weld-probe-core-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/weld-probe-core-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/probe/weld-probe-core/3.0.2-SNAPSHOT/weld-probe-core-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Test Utilities 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-test-common ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-test-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-test-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-test-common ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-test-common ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-test-common ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-core-test-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-core-test-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/target/classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/src/main/java/org/jboss/weld/test/util/annotated/TestAnnotatedConstructor.java: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/src/main/java/org/jboss/weld/test/util/annotated/TestAnnotatedConstructor.java uses unchecked or unsafe operations.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/src/main/java/org/jboss/weld/test/util/annotated/TestAnnotatedConstructor.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-test-common ---
[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-core-test-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-core-test-common ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-core-test-common ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-core-test-common ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/target/weld-core-test-common-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core-test-common >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-test-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-test-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-test-common ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-test-common ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core-test-common <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core-test-common ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/target/weld-core-test-common-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-core-test-common ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/target/weld-core-test-common-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-common/3.0.2-SNAPSHOT/weld-core-test-common-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-common/3.0.2-SNAPSHOT/weld-core-test-common-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/target/weld-core-test-common-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-common/3.0.2-SNAPSHOT/weld-core-test-common-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building weld-probe-tests 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-probe-tests ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-probe-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-probe-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-probe-tests ---
[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-probe-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-probe-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target/test-classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeSessionBeansTest.java: Some input files use unchecked or unsafe operations.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeSessionBeansTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-probe-tests ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-probe-tests ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target/weld-probe-tests-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-probe-tests >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-probe-tests ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-probe-tests <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-probe-tests ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target/weld-probe-tests-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-probe-tests ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target/weld-probe-tests-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/probe/weld-probe-tests/3.0.2-SNAPSHOT/weld-probe-tests-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/probe/weld-probe-tests/3.0.2-SNAPSHOT/weld-probe-tests-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target/weld-probe-tests-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/probe/weld-probe-tests/3.0.2-SNAPSHOT/weld-probe-tests-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Core BOM 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ weld-core-bom ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ weld-core-bom ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bom/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/weld-core-bom/3.0.2-SNAPSHOT/weld-core-bom-3.0.2-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss AS7 Updater 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-jboss-as7-updater ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy-dependencies) @ weld-core-jboss-as7-updater ---
[INFO] Copying weld-web-3.0.2-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-web-3.0.2-SNAPSHOT.jar
[INFO] Copying cdi-tck-ext-lib-1.2.9.Final.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/cdi-tck-ext-lib-1.2.9.Final.jar
[INFO] Copying weld-core-impl-3.0.2-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-core-impl-3.0.2-SNAPSHOT.jar
[INFO] Copying weld-jsf-3.0.2-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-jsf-3.0.2-SNAPSHOT.jar
[INFO] Copying weld-ejb-3.0.2-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-ejb-3.0.2-SNAPSHOT.jar
[INFO] Copying cdi-api-2.0.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/cdi-api-2.0.jar
[INFO] Copying weld-spi-3.0.SP2-Beta2.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-spi-3.0.SP2-Beta2.jar
[INFO] Copying weld-probe-core-3.0.2-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-probe-core-3.0.2-SNAPSHOT.jar
[INFO] Copying weld-api-3.0.SP2-Beta2.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-api-3.0.SP2-Beta2.jar
[INFO] Copying weld-jta-3.0.2-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-jta-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-jboss-as7-updater ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core-jboss-as7-updater >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core-jboss-as7-updater <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (update-jboss-as) @ weld-core-jboss-as7-updater ---
[INFO] Executing tasks
main:
[echo] =========================================================================
[echo]
[echo] Updating Weld modules
[echo]
[echo] Weld version: 3.0.2-SNAPSHOT
[echo]
[echo] JBOSS_HOME: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final
[echo]
[echo] =========================================================================
[copy] Copying 4 files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/modules/system/layers/base/org/jboss/weld/core/main
[copy] Copying 1 file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/modules/system/layers/base/org/jboss/weld/probe/main
[copy] Copying 1 file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/modules/system/layers/base/org/jboss/weld/spi/main
[copy] Copying 1 file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/modules/system/layers/base/org/jboss/weld/api/main
[copy] Copying 1 file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/modules/system/layers/base/org/jboss/as/jsf-injection/main
[INFO] Executed tasks
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (install-cdi-tck-ext-lib) @ weld-core-jboss-as7-updater ---
[INFO] Executing tasks
main:
[copy] Copying 1 file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/standalone/lib/ext
[INFO] Executed tasks
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-core-jboss-as7-updater ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/weld-core-jboss-as7-updater/3.0.2-SNAPSHOT/weld-core-jboss-as7-updater-3.0.2-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Porting Package for the CDI TCK 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-porting-package-tck ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-porting-package-tck ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-porting-package-tck ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-porting-package-tck ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-porting-package-tck ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-porting-package-tck ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-porting-package-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-porting-package-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-porting-package-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-porting-package-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-porting-package-tck ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-porting-package-tck ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-porting-package-tck ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/target/weld-porting-package-tck-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-porting-package-tck >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-porting-package-tck ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-porting-package-tck ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-porting-package-tck ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-porting-package-tck ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-porting-package-tck <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-porting-package-tck ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/target/weld-porting-package-tck-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-porting-package-tck ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/target/weld-porting-package-tck-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-porting-package-tck/3.0.2-SNAPSHOT/weld-porting-package-tck-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/weld-porting-package-tck/3.0.2-SNAPSHOT/weld-porting-package-tck-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/target/weld-porting-package-tck-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-porting-package-tck/3.0.2-SNAPSHOT/weld-porting-package-tck-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Unit Tests 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-test ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-test ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-test ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-test ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-test ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-test ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-core-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-core-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/src/main/java/org/jboss/weld/mock/cluster/SwitchableCLProxyServices.java: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/src/main/java/org/jboss/weld/mock/cluster/SwitchableCLProxyServices.java uses or overrides a deprecated API.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/src/main/java/org/jboss/weld/mock/cluster/SwitchableCLProxyServices.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-test ---
[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-core-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-core-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 101 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-core-test ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running TestSuite
Nov 02, 2017 10:04:44 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:04:44 AM org.jboss.weld.xml.BeansXmlHandler error
WARN: WELD-001208: Error when validating file:/mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/test-classes/org/jboss/weld/tests/unit/bootstrap/xml/cdi11/cdi11-exclude-beans2.xml@16 against xsd. cvc-pattern-valid: Value 'com.acme.*.Foo.**' is not facet-valid with respect to pattern '([a-zA-Z_$][a-zA-Z\d_$]*\.)*([a-zA-Z_$][a-zA-Z\d_$]*|\*|\*\*)' for type '#AnonType_nameexcludescan'.
Nov 02, 2017 10:04:44 AM org.jboss.weld.xml.BeansXmlHandler error
WARN: WELD-001208: Error when validating file:/mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/test-classes/org/jboss/weld/tests/unit/bootstrap/xml/cdi11/cdi11-exclude-beans2.xml@16 against xsd. cvc-attribute.3: The value 'com.acme.*.Foo.**' of attribute 'name' on element 'exclude' is not valid with respect to its type, '#AnonType_nameexcludescan'.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:04:46 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.385 sec - in TestSuite
Results :
Tests run: 83, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-surefire-report-plugin:2.19.1:report-only (generate-test-report) @ weld-core-test ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-core-test ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/weld-core-test-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core-test >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-test ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-test ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-test ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-test ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core-test <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core-test ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/weld-core-test-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-core-test ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/weld-core-test-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test/3.0.2-SNAPSHOT/weld-core-test-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test/3.0.2-SNAPSHOT/weld-core-test-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/weld-core-test-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test/3.0.2-SNAPSHOT/weld-core-test-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Integration Tests (JBoss AS) 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-test-arquillian ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-core-test-arquillian ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-core-test-arquillian ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-test-arquillian ---
[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-core-test-arquillian ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 90 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-core-test-arquillian ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2999 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/target/test-classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/src/test/java/org/jboss/weld/tests/config/integrator/MyBootstrapConfiguration.java: Some input files use or override a deprecated API.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/src/test/java/org/jboss/weld/tests/config/integrator/MyBootstrapConfiguration.java: Recompile with -Xlint:deprecation for details.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld1766/CustomContext.java: Some input files use unchecked or unsafe operations.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld1766/CustomContext.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-core-test-arquillian ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.tests.accessibility.EarAccessibilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 sec - in org.jboss.weld.tests.accessibility.EarAccessibilityTest
Running org.jboss.weld.tests.beanManager.access.StandaloneTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec - in org.jboss.weld.tests.beanManager.access.StandaloneTest
Running org.jboss.weld.tests.beanManager.injectionTarget.mdb.MessageDrivenInjectionTargetTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.jboss.weld.tests.beanManager.injectionTarget.mdb.MessageDrivenInjectionTargetTest
Running org.jboss.weld.tests.beanManager.injectionTarget.InjectionTargetDecorationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in org.jboss.weld.tests.beanManager.injectionTarget.InjectionTargetDecorationTest
Running org.jboss.weld.tests.beanManager.injectionTarget.NonProducibleInjectionTargetTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.jboss.weld.tests.beanManager.injectionTarget.NonProducibleInjectionTargetTest
Running org.jboss.weld.tests.beanManager.injectionPoint.CreateInjectionPointTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.jboss.weld.tests.beanManager.injectionPoint.CreateInjectionPointTest
Running org.jboss.weld.tests.beanManager.beanAttributes.CreateBeanAttributesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.jboss.weld.tests.beanManager.beanAttributes.CreateBeanAttributesTest
Running org.jboss.weld.tests.beanManager.beanAttributes.weld1473.SessionBeanInherritanceAttributesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in org.jboss.weld.tests.beanManager.beanAttributes.weld1473.SessionBeanInherritanceAttributesTest
Running org.jboss.weld.tests.beanManager.bean.SyntheticBeanTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.jboss.weld.tests.beanManager.bean.SyntheticBeanTest
Running org.jboss.weld.tests.beanManager.extension.GetExtensionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.jboss.weld.tests.beanManager.extension.GetExtensionTest
Running org.jboss.weld.tests.beanManager.predestroy.BeanPreDestroyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.jboss.weld.tests.beanManager.predestroy.BeanPreDestroyTest
Running org.jboss.weld.tests.beanManager.isStereotype.BeanManagerIsStereotypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.jboss.weld.tests.beanManager.isStereotype.BeanManagerIsStereotypeTest
Running org.jboss.weld.tests.beanManager.bootstrap.unavailable.methods.UnavailableMethodsDuringApplicationInitializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.jboss.weld.tests.beanManager.bootstrap.unavailable.methods.UnavailableMethodsDuringApplicationInitializationTest
Running org.jboss.weld.tests.beanManager.bootstrap.GetBeansExtensionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.jboss.weld.tests.beanManager.bootstrap.GetBeansExtensionTest
Running org.jboss.weld.tests.beanManager.annotation.ManagerAnnotationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.jboss.weld.tests.beanManager.annotation.ManagerAnnotationTest
Running org.jboss.weld.tests.beanManager.producer.SyntheticProducerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.jboss.weld.tests.beanManager.producer.SyntheticProducerTest
Running org.jboss.weld.tests.beanManager.annotatedType.CreateAnnotatedTypeWithIdTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.jboss.weld.tests.beanManager.annotatedType.CreateAnnotatedTypeWithIdTest
Running org.jboss.weld.tests.beanManager.serializability.ManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.jboss.weld.tests.beanManager.serializability.ManagerTest
Running org.jboss.weld.tests.beanManager.BeanManagerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.jboss.weld.tests.beanManager.BeanManagerTest
Running org.jboss.weld.tests.builtinBeans.metadata.broken.disposer.PropagationOfBeanMetadataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.disposer.PropagationOfBeanMetadataTest
Running org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.InvalidBeanMetadataInjectionPoint1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.InvalidBeanMetadataInjectionPoint1Test
Running org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.InvalidBeanMetadataInjectionPoint2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.InvalidBeanMetadataInjectionPoint2Test
Running org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.InvalidBeanMetadataInjectionPoint3Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.InvalidBeanMetadataInjectionPoint3Test
Running org.jboss.weld.tests.builtinBeans.metadata.broken.decorator.InvalidBeanMetadataInjectionPoint3Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.decorator.InvalidBeanMetadataInjectionPoint3Test
Running org.jboss.weld.tests.builtinBeans.metadata.broken.decorator.InvalidBeanMetadataInjectionPoint2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.decorator.InvalidBeanMetadataInjectionPoint2Test
Running org.jboss.weld.tests.builtinBeans.metadata.broken.decorator.InvalidBeanMetadataInjectionPoint1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.decorator.InvalidBeanMetadataInjectionPoint1Test
Running org.jboss.weld.tests.builtinBeans.metadata.broken.InterceptorMetadataInjectionIntoBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.InterceptorMetadataInjectionIntoBeanTest
Running org.jboss.weld.tests.builtinBeans.metadata.broken.DecoratorMetadataInjectionIntoBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.DecoratorMetadataInjectionIntoBeanTest
Running org.jboss.weld.tests.builtinBeans.metadata.broken.DecoratedBeanMetadataInjectionIntoBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.DecoratedBeanMetadataInjectionIntoBeanTest
Running org.jboss.weld.tests.builtinBeans.metadata.broken.InterceptedBeanMetadataInjectionIntoBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.InterceptedBeanMetadataInjectionIntoBeanTest
Running org.jboss.weld.tests.builtinBeans.metadata.passivation.BeanMetadataPassivationCapableDependencyTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec - in org.jboss.weld.tests.builtinBeans.metadata.passivation.BeanMetadataPassivationCapableDependencyTest
Running org.jboss.weld.tests.builtinBeans.metadata.BuiltinMetadataBeanTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.jboss.weld.tests.builtinBeans.metadata.BuiltinMetadataBeanTest
Running org.jboss.weld.tests.builtinBeans.decorator.broken.NonPassivationCapableInstanceDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.builtinBeans.decorator.broken.NonPassivationCapableInstanceDecoratorTest
Running org.jboss.weld.tests.builtinBeans.decorator.broken.NonPassivationCapableEventDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.builtinBeans.decorator.broken.NonPassivationCapableEventDecoratorTest
Running org.jboss.weld.tests.builtinBeans.BuiltInBeanPassivationCapableTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in org.jboss.weld.tests.builtinBeans.BuiltInBeanPassivationCapableTest
Running org.jboss.weld.tests.builtinBeans.weld471.InstanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.builtinBeans.weld471.InstanceTest
Running org.jboss.weld.tests.builtinBeans.injectionPoint.disposer.broken.InjectionPointOnDisposerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.jboss.weld.tests.builtinBeans.injectionPoint.disposer.broken.InjectionPointOnDisposerTest
Running org.jboss.weld.tests.contexts.ApplicationScopedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.jboss.weld.tests.contexts.ApplicationScopedTest
Running org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingProducerParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingProducerParameterTest
Running org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingDecoratorConstructorParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingDecoratorConstructorParameterTest
Running org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingConstructorParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingConstructorParameterTest
Running org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingDecoratorInitializerParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingDecoratorInitializerParameterTest
Running org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingInitializerParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingInitializerParameterTest
Running org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingInterceptorConstructorParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingInterceptorConstructorParameterTest
Running org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingInterceptorInitializerParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingInterceptorInitializerParameterTest
Running org.jboss.weld.tests.contexts.passivating.injection.NonPassivatingInjectionIntoPassivatingBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.jboss.weld.tests.contexts.passivating.injection.NonPassivatingInjectionIntoPassivatingBeanTest
Running org.jboss.weld.tests.contexts.passivating.serialization.interception.PassivationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.jboss.weld.tests.contexts.passivating.serialization.interception.PassivationTest
Running org.jboss.weld.tests.contexts.passivating.serialization.PassivationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.jboss.weld.tests.contexts.passivating.serialization.PassivationTest
Running org.jboss.weld.tests.contexts.passivating.enterprise.broken.sessionBeanWithPassivatingScopeNotSerializable.NonPassivationCapableEjbTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.contexts.passivating.enterprise.broken.sessionBeanWithPassivatingScopeNotSerializable.NonPassivationCapableEjbTest
Running org.jboss.weld.tests.contexts.passivating.enterprise.NonPassivationCapableSessionBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.jboss.weld.tests.contexts.passivating.enterprise.NonPassivationCapableSessionBeanTest
Running org.jboss.weld.tests.contexts.passivating.custom.CustomPassivatingScopeCalledWithSerializableParametersTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.jboss.weld.tests.contexts.passivating.custom.CustomPassivatingScopeCalledWithSerializableParametersTest
Running org.jboss.weld.tests.contexts.passivating.validation.DecoratorWithNonPassivationCapableDependenciesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.jboss.weld.tests.contexts.passivating.validation.DecoratorWithNonPassivationCapableDependenciesTest
Running org.jboss.weld.tests.contexts.passivating.validation.InterceptorWithNonPassivationCapableDependenciesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.jboss.weld.tests.contexts.passivating.validation.InterceptorWithNonPassivationCapableDependenciesTest
Running org.jboss.weld.tests.contexts.creational.CreationalContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.contexts.creational.CreationalContextTest
Running org.jboss.weld.tests.contexts.ContextTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.contexts.ContextTest
Running org.jboss.weld.tests.contexts.PassivatingContextTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.contexts.PassivatingContextTest
Running org.jboss.weld.tests.contexts.alterable.AlterableContextTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.tests.contexts.alterable.AlterableContextTest
Running org.jboss.weld.tests.contexts.activator.request.RequestScopedActiveInterceptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.jboss.weld.tests.contexts.activator.request.RequestScopedActiveInterceptorTest
Running org.jboss.weld.tests.contexts.ParameterizedTypeScopedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.contexts.ParameterizedTypeScopedTest
Running org.jboss.weld.tests.ejb.interceptor.SessionBeanInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.ejb.interceptor.SessionBeanInterceptorTest
Running org.jboss.weld.tests.ejb.interceptor.serializable.SessionBeanInterceptorTrulySerializableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.ejb.interceptor.serializable.SessionBeanInterceptorTrulySerializableTest
Running org.jboss.weld.tests.ejb.EJBCallTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.086 sec - in org.jboss.weld.tests.ejb.EJBCallTest
Running org.jboss.weld.tests.el.resolver.ELResolverTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.jboss.weld.tests.el.resolver.ELResolverTest
Running org.jboss.weld.tests.event.observer.weld2338.ObserverInExtensionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.jboss.weld.tests.event.observer.weld2338.ObserverInExtensionTest
Running org.jboss.weld.tests.event.observer.validation.FiringArrayEventTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.event.observer.validation.FiringArrayEventTest
Running org.jboss.weld.tests.event.observer.validation.enterprise.InheritedObserverMethodNotInBusinessInterfaceValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.event.observer.validation.enterprise.InheritedObserverMethodNotInBusinessInterfaceValidationTest
Running org.jboss.weld.tests.event.observer.validation.ObserverMethodParameterInjectionValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.event.observer.validation.ObserverMethodParameterInjectionValidationTest
Running org.jboss.weld.tests.event.observer.superclass.SuperclassObservers1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.event.observer.superclass.SuperclassObservers1Test
Running org.jboss.weld.tests.event.observer.superclass.SuperclassObserversTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.jboss.weld.tests.event.observer.superclass.SuperclassObserversTest
Running org.jboss.weld.tests.event.observer.superclass.SuperclassObservers2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jboss.weld.tests.event.observer.superclass.SuperclassObservers2Test
Running org.jboss.weld.tests.event.observer.vetoreplace.ExperimentalProcessObserverMethodTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.event.observer.vetoreplace.ExperimentalProcessObserverMethodTest
Running org.jboss.weld.tests.event.async.executor.FireAsyncWithExecutorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in org.jboss.weld.tests.event.async.executor.FireAsyncWithExecutorTest
Running org.jboss.weld.tests.event.async.context.request.RequestContextActiveInAsyncObserverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.tests.event.async.context.request.RequestContextActiveInAsyncObserverTest
Running org.jboss.weld.tests.event.async.stage.FireAsyncCompletionStageTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.jboss.weld.tests.event.async.stage.FireAsyncCompletionStageTest
Running org.jboss.weld.tests.event.async.complex.ComplexAsyncEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.jboss.weld.tests.event.async.complex.ComplexAsyncEventTest
Running org.jboss.weld.tests.event.async.extension.ExtensionWithAsyncObserverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.event.async.extension.ExtensionWithAsyncObserverTest
Running org.jboss.weld.tests.event.async.extension.broken.ExtensionWithBrokenAsyncObserverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.event.async.extension.broken.ExtensionWithBrokenAsyncObserverTest
Running org.jboss.weld.tests.event.async.FireAsyncTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.jboss.weld.tests.event.async.FireAsyncTest
Running org.jboss.weld.tests.event.parameterized.ParameterizedEventTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.jboss.weld.tests.event.parameterized.ParameterizedEventTest
Running org.jboss.weld.tests.event.EventQualifierTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.jboss.weld.tests.event.EventQualifierTest
Running org.jboss.weld.tests.event.lifecycle.ordering.LifecycleEventOrderingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec - in org.jboss.weld.tests.event.lifecycle.ordering.LifecycleEventOrderingTest
Running org.jboss.weld.tests.event.lifecycle.concurrent.ContainerLifecycleEventDeliveryNotConcurrentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec - in org.jboss.weld.tests.event.lifecycle.concurrent.ContainerLifecycleEventDeliveryNotConcurrentTest
Running org.jboss.weld.tests.event.lifecycle.ContainerLifecycleEventNotFiredIntoBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.tests.event.lifecycle.ContainerLifecycleEventNotFiredIntoBeanTest
Running org.jboss.weld.tests.event.lifecycle.phase.ContainerLifecycleEventInvocationOutsideObserverTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.jboss.weld.tests.event.lifecycle.phase.ContainerLifecycleEventInvocationOutsideObserverTest
Running org.jboss.weld.tests.event.weld1361.RawEventTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.event.weld1361.RawEventTypeTest
Running org.jboss.weld.tests.event.weld1361.FiringNullEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.event.weld1361.FiringNullEventTest
Running org.jboss.weld.tests.event.subtype.EventSelectTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jboss.weld.tests.event.subtype.EventSelectTest
Running org.jboss.weld.tests.event.ordering.EventOrderingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.event.ordering.EventOrderingTest
Running org.jboss.weld.tests.event.SimpleEventTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.tests.event.SimpleEventTest
Running org.jboss.weld.tests.inheritance.generic.MemberLevelInheritanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.jboss.weld.tests.inheritance.generic.MemberLevelInheritanceTest
Running org.jboss.weld.tests.injectionPoint.observer.EventInjectionPointTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.jboss.weld.tests.injectionPoint.observer.EventInjectionPointTest
Running org.jboss.weld.tests.injectionPoint.custom.CustomBeanInjectionPointMetadataTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.jboss.weld.tests.injectionPoint.custom.CustomBeanInjectionPointMetadataTest
Running org.jboss.weld.tests.injectionPoint.weld1950.Weld1950InjectionPointTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jboss.weld.tests.injectionPoint.weld1950.Weld1950InjectionPointTest
Running org.jboss.weld.tests.injectionPoint.InjectionPointTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.jboss.weld.tests.injectionPoint.InjectionPointTest
Running org.jboss.weld.tests.injectionPoint.named.NamedParameterInjectionPointTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.injectionPoint.named.NamedParameterInjectionPointTest
Running org.jboss.weld.tests.injectionPoint.beanConfigurator.BeanConfiguratorInjectionPointMetadataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.jboss.weld.tests.injectionPoint.beanConfigurator.BeanConfiguratorInjectionPointMetadataTest
Running org.jboss.weld.tests.interceptors.aroundConstruct.basic.AroundConstructTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.jboss.weld.tests.interceptors.aroundConstruct.basic.AroundConstructTest
Running org.jboss.weld.tests.interceptors.aroundConstruct.extended.ConstructorInterceptionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.interceptors.aroundConstruct.extended.ConstructorInterceptionTest
Running org.jboss.weld.tests.interceptors.aroundConstruct.lifecycle.AroundConstructInterceptorLifecycleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jboss.weld.tests.interceptors.aroundConstruct.lifecycle.AroundConstructInterceptorLifecycleTest
Running org.jboss.weld.tests.interceptors.weld459.fccl.FinalClassClassLevelInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.interceptors.weld459.fccl.FinalClassClassLevelInterceptorTest
Running org.jboss.weld.tests.interceptors.weld459.fmcl.FinalMethodClassLevelInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.interceptors.weld459.fmcl.FinalMethodClassLevelInterceptorTest
Running org.jboss.weld.tests.interceptors.weld459.fcml.FinalClassMethodLevelInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.interceptors.weld459.fcml.FinalClassMethodLevelInterceptorTest
Running org.jboss.weld.tests.interceptors.weld459.fmml.FinalMethodMethodLevelInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.jboss.weld.tests.interceptors.weld459.fmml.FinalMethodMethodLevelInterceptorTest
Running org.jboss.weld.tests.interceptors.retrySimple.RetryInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.jboss.weld.tests.interceptors.retrySimple.RetryInterceptorTest
Running org.jboss.weld.tests.interceptors.singleInstance.SingleInterceptorInstancePerBeanInstanceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.interceptors.singleInstance.SingleInterceptorInstancePerBeanInstanceTest
Running org.jboss.weld.tests.interceptors.finalEquals.InterceptedBeanWithFinalEqualsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.jboss.weld.tests.interceptors.finalEquals.InterceptedBeanWithFinalEqualsTest
Running org.jboss.weld.tests.interceptors.producer.InterceptionFactoryTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.jboss.weld.tests.interceptors.producer.InterceptionFactoryTest
Running org.jboss.weld.tests.interceptors.circularInvocation.SelfInvokingClassTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.jboss.weld.tests.interceptors.circularInvocation.SelfInvokingClassTest
Running org.jboss.weld.tests.interceptors.context.bindings.InvocationContextInterceptorBindingsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.jboss.weld.tests.interceptors.context.bindings.InvocationContextInterceptorBindingsTest
Running org.jboss.weld.tests.interceptors.bridgemethods.hierarchy.InterceptorBridgeMethodTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.034 sec - in org.jboss.weld.tests.interceptors.bridgemethods.hierarchy.InterceptorBridgeMethodTest
Running org.jboss.weld.tests.interceptors.bridgemethods.managed.ManagedBeanBridgeMethodTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.jboss.weld.tests.interceptors.bridgemethods.managed.ManagedBeanBridgeMethodTest
Running org.jboss.weld.tests.interceptors.weld770.InterceptedBeanWithoutNoArgConstructorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.interceptors.weld770.InterceptedBeanWithoutNoArgConstructorTest
Running org.jboss.weld.tests.interceptors.signature.PostConstructInterceptorWithInvalidReturnTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.interceptors.signature.PostConstructInterceptorWithInvalidReturnTypeTest
Running org.jboss.weld.tests.interceptors.signature.TargetClassWithPostConstructWithInvalidParameterCountTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.interceptors.signature.TargetClassWithPostConstructWithInvalidParameterCountTest
Running org.jboss.weld.tests.interceptors.signature.AroundConstructInterceptorWithObjectReturnTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.interceptors.signature.AroundConstructInterceptorWithObjectReturnTypeTest
Running org.jboss.weld.tests.interceptors.signature.TargetClassWithPostConstructWithInvalidReturnTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.interceptors.signature.TargetClassWithPostConstructWithInvalidReturnTypeTest
Running org.jboss.weld.tests.interceptors.signature.AroundConstructInterceptorWithVoidReturnTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.interceptors.signature.AroundConstructInterceptorWithVoidReturnTypeTest
Running org.jboss.weld.tests.interceptors.signature.TargetClassWithAroundInvokeWithInvalidReturnTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.interceptors.signature.TargetClassWithAroundInvokeWithInvalidReturnTypeTest
Running org.jboss.weld.tests.interceptors.signature.PostConstructInterceptorWithInvalidParameterCountTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.interceptors.signature.PostConstructInterceptorWithInvalidParameterCountTest
Running org.jboss.weld.tests.interceptors.signature.PostConstructInterceptorWithObjectReturnTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.jboss.weld.tests.interceptors.signature.PostConstructInterceptorWithObjectReturnTypeTest
Running org.jboss.weld.tests.interceptors.signature.AroundInvokeInterceptorWithValidSignatureTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.interceptors.signature.AroundInvokeInterceptorWithValidSignatureTest
Running org.jboss.weld.tests.interceptors.signature.AroundInvokeInterceptorWithInvalidReturnTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.interceptors.signature.AroundInvokeInterceptorWithInvalidReturnTypeTest
Running org.jboss.weld.tests.interceptors.signature.TargetClassWithAroundConstructTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec - in org.jboss.weld.tests.interceptors.signature.TargetClassWithAroundConstructTest
Running org.jboss.weld.tests.interceptors.signature.TargetClassWithAroundInvokeWithInvalidParameterTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.jboss.weld.tests.interceptors.signature.TargetClassWithAroundInvokeWithInvalidParameterTypeTest
Running org.jboss.weld.tests.interceptors.signature.AroundInvokeInterceptorWithInvalidParameterTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.interceptors.signature.AroundInvokeInterceptorWithInvalidParameterTypeTest
Running org.jboss.weld.tests.interceptors.signature.AroundInvokeInterceptorWithInvalidParameterCountTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.interceptors.signature.AroundInvokeInterceptorWithInvalidParameterCountTest
Running org.jboss.weld.tests.interceptors.signature.PostConstructInterceptorWithoutParametersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.jboss.weld.tests.interceptors.signature.PostConstructInterceptorWithoutParametersTest
Running org.jboss.weld.tests.interceptors.signature.PostConstructInterceptorWithInvalidParameterTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.interceptors.signature.PostConstructInterceptorWithInvalidParameterTypeTest
Running org.jboss.weld.tests.interceptors.signature.PostConstructInterceptorWithVoidReturnTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.interceptors.signature.PostConstructInterceptorWithVoidReturnTypeTest
Running org.jboss.weld.tests.interceptors.signature.TargetClassWithAroundInvokeWithInvalidParameterCountTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.interceptors.signature.TargetClassWithAroundInvokeWithInvalidParameterCountTest
Running org.jboss.weld.tests.interceptors.signature.TargetClassWithPostConstructWithThrowsClauseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.interceptors.signature.TargetClassWithPostConstructWithThrowsClauseTest
Running org.jboss.weld.tests.interceptors.signature.TargetClassWithValidPostConstructTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.jboss.weld.tests.interceptors.signature.TargetClassWithValidPostConstructTest
Running org.jboss.weld.tests.interceptors.lifecycle.LifecycleInterceptorOrderingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.interceptors.lifecycle.LifecycleInterceptorOrderingTest
Running org.jboss.weld.tests.interceptors.weld1538.advanced.AdvancedInterceptorDelegatingChainTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.tests.interceptors.weld1538.advanced.AdvancedInterceptorDelegatingChainTest
Running org.jboss.weld.tests.interceptors.weld1538.InterceptorDelegatingChainTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.interceptors.weld1538.InterceptorDelegatingChainTest
Running org.jboss.weld.tests.interceptors.conflictingenablement.InterceptorConflictingEnablementTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.interceptors.conflictingenablement.InterceptorConflictingEnablementTest
Running org.jboss.weld.tests.interceptors.binding.array.ArrayBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.tests.interceptors.binding.array.ArrayBindingTest
Running org.jboss.weld.tests.interceptors.binding.inheritance.InheritedInterceptorBindingsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.interceptors.binding.inheritance.InheritedInterceptorBindingsTest
Running org.jboss.weld.tests.interceptors.binding.inheritance.broken.ConflictingInterceptorBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.jboss.weld.tests.interceptors.binding.inheritance.broken.ConflictingInterceptorBindingTest
Running org.jboss.weld.tests.interceptors.binding.transitivity.InterceptorBindingTransitivityTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.interceptors.binding.transitivity.InterceptorBindingTransitivityTest
Running org.jboss.weld.tests.interceptors.binding.validation.InterceptorBindingTargetCheckTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.interceptors.binding.validation.InterceptorBindingTargetCheckTest
Running org.jboss.weld.tests.interceptors.binding.overriding.InterceptorBindingOverridingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.interceptors.binding.overriding.InterceptorBindingOverridingTest
Running org.jboss.weld.tests.interceptors.thread.async.AsyncInterceptorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.interceptors.thread.async.AsyncInterceptorTest
Running org.jboss.weld.tests.interceptors.thread.InterceptorDispatchingToDiffferentThreadTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.jboss.weld.tests.interceptors.thread.InterceptorDispatchingToDiffferentThreadTest
Running org.jboss.weld.tests.interceptors.simple.SimpleInterceptorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.interceptors.simple.SimpleInterceptorTest
Running org.jboss.weld.tests.interceptors.ejb.EnterpriseBeanInterceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.interceptors.ejb.EnterpriseBeanInterceptionTest
Running org.jboss.weld.tests.interceptors.self.SelfInvocationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.interceptors.self.SelfInvocationTest
Running org.jboss.weld.tests.interceptors.tb.DAOTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.interceptors.tb.DAOTest
Running org.jboss.weld.tests.interceptors.extension.CustomInterceptorInvocationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.interceptors.extension.CustomInterceptorInvocationTest
Running org.jboss.weld.tests.interceptors.extension.CustomPrioritizedInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.interceptors.extension.CustomPrioritizedInterceptorTest
Running org.jboss.weld.tests.interceptors.extension.CustomInterceptorRegistrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.interceptors.extension.CustomInterceptorRegistrationTest
Running org.jboss.weld.tests.interceptors.ejb3model.Ejb3InterceptionModelTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.interceptors.ejb3model.Ejb3InterceptionModelTest
Running org.jboss.weld.tests.interceptors.no.binding.InterceptorWithNoBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.interceptors.no.binding.InterceptorWithNoBindingTest
Running org.jboss.weld.tests.interceptors.suicide.SuicidalInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jboss.weld.tests.interceptors.suicide.SuicidalInterceptorTest
Running org.jboss.weld.tests.interceptors.weld1174.InterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.interceptors.weld1174.InterceptorTest
Running org.jboss.weld.tests.interceptors.invalidContract.NotThrowingExceptionInterceptorInvalidContractTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.jboss.weld.tests.interceptors.invalidContract.NotThrowingExceptionInterceptorInvalidContractTest
Running org.jboss.weld.tests.interceptors.invalidContract.NoArgInterceptorInvalidContractTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.jboss.weld.tests.interceptors.invalidContract.NoArgInterceptorInvalidContractTest
Running org.jboss.weld.tests.interceptors.invalidContract.VoidInterceptorInvalidContractTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.025 sec - in org.jboss.weld.tests.interceptors.invalidContract.VoidInterceptorInvalidContractTest
Running org.jboss.weld.tests.interceptors.weld1391.InterceptorInvocationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.interceptors.weld1391.InterceptorInvocationTest
Running org.jboss.weld.tests.interceptors.weld760.DuplicateInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.interceptors.weld760.DuplicateInterceptorTest
Running org.jboss.weld.tests.interceptors.cache.CachedInterceptionDecorationContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.interceptors.cache.CachedInterceptionDecorationContextTest
Running org.jboss.weld.tests.interceptors.spi.TargetClassInterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.interceptors.spi.TargetClassInterceptorTest
Running org.jboss.weld.tests.interceptors.exceptions.InterceptorExceptionWrappingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.interceptors.exceptions.InterceptorExceptionWrappingTest
Running org.jboss.weld.tests.interceptors.weld1410.DuplicateInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.interceptors.weld1410.DuplicateInterceptorTest
Running org.jboss.weld.tests.interceptors.visibility.UnreachableInterceptedInterfaceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.jboss.weld.tests.interceptors.visibility.UnreachableInterceptedInterfaceTest
Running org.jboss.weld.tests.interceptors.initialization.block.InicializationBlockTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.interceptors.initialization.block.InicializationBlockTest
Running org.jboss.weld.tests.interceptors.finalMethod.InterceptedBeanWithFinalMethodTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.interceptors.finalMethod.InterceptedBeanWithFinalMethodTest
Running org.jboss.weld.tests.interceptors.exclusion.ExcludeClassInterceptorsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.interceptors.exclusion.ExcludeClassInterceptorsTest
Running org.jboss.weld.tests.interceptors.weld771.InterceptedBeanWithFinalMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.interceptors.weld771.InterceptedBeanWithFinalMethodTest
Running org.jboss.weld.tests.interceptors.generic.SimpleWeldClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.interceptors.generic.SimpleWeldClassTest
Running org.jboss.weld.tests.interceptors.passivation.broken.interceptorWithNonSerializableField.InterceptorWithNonSerializableFieldOnPassivatingBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.jboss.weld.tests.interceptors.passivation.broken.interceptorWithNonSerializableField.InterceptorWithNonSerializableFieldOnPassivatingBeanTest
Running org.jboss.weld.tests.interceptors.passivation.broken.nonSerializableInterceptor.NonPassivatingInterceptorOnPassivatingBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.interceptors.passivation.broken.nonSerializableInterceptor.NonPassivatingInterceptorOnPassivatingBeanTest
Running org.jboss.weld.tests.interceptors.nondependent.NonDependentInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.interceptors.nondependent.NonDependentInterceptorTest
Running org.jboss.weld.tests.interceptors.weld1019.Weld1019Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.interceptors.weld1019.Weld1019Test
Running org.jboss.weld.tests.interceptors.defaultmethod.InterfaceDefaultMethodInterceptedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.interceptors.defaultmethod.InterfaceDefaultMethodInterceptedTest
Running org.jboss.weld.tests.interceptors.delegation.InvocationContextProceedDelegationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.interceptors.delegation.InvocationContextProceedDelegationTest
Running org.jboss.weld.tests.interceptors.hierarchical.InterceptorsWithHierarchyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.interceptors.hierarchical.InterceptorsWithHierarchyTest
Running org.jboss.weld.tests.interceptors.InterceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.interceptors.InterceptionTest
Running org.jboss.weld.tests.jsf.JsfTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.jsf.JsfTest
Running org.jboss.weld.tests.nonContextual.ExampleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.nonContextual.ExampleTest
Running org.jboss.weld.tests.parser.ParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.parser.ParserTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.NestedWildcardProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.producer.field.broken.invalidBeanType.NestedWildcardProducerFieldTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.NestedTypeVariableProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.producer.field.broken.invalidBeanType.NestedTypeVariableProducerFieldTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.MultiDimensionalTypeVariableArrayProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.producer.field.broken.invalidBeanType.MultiDimensionalTypeVariableArrayProducerFieldTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.WildcardArrayProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.producer.field.broken.invalidBeanType.WildcardArrayProducerFieldTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.MultiDimensionalWildcardArrayProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.producer.field.broken.invalidBeanType.MultiDimensionalWildcardArrayProducerFieldTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.TypeVariableArrayProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.producer.field.broken.invalidBeanType.TypeVariableArrayProducerFieldTest
Running org.jboss.weld.tests.producer.field.nonPublicInterface.PackagePrivateInterfaceTypeProducerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.producer.field.nonPublicInterface.PackagePrivateInterfaceTypeProducerTest
Running org.jboss.weld.tests.producer.field.ParameterizedProducerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.jboss.weld.tests.producer.field.ParameterizedProducerTest
Running org.jboss.weld.tests.producer.field.ProducerBeanInvocationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.producer.field.ProducerBeanInvocationTest
Running org.jboss.weld.tests.producer.method.circular.StaticCircularInjectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.producer.method.circular.StaticCircularInjectionTest
Running org.jboss.weld.tests.producer.method.circular.weld1513.NonTrivialCircularInjectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.producer.method.circular.weld1513.NonTrivialCircularInjectionTest
Running org.jboss.weld.tests.producer.method.circular.CircularInjectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.producer.method.circular.CircularInjectionTest
Running org.jboss.weld.tests.producer.method.broken.invalidBeanType.NestedWildcardTypeProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.producer.method.broken.invalidBeanType.NestedWildcardTypeProducerMethodTest
Running org.jboss.weld.tests.producer.method.broken.invalidBeanType.WildcardTypeArrayProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.producer.method.broken.invalidBeanType.WildcardTypeArrayProducerMethodTest
Running org.jboss.weld.tests.producer.method.broken.invalidBeanType.MultiDimensionalWildcardTypeArrayProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.producer.method.broken.invalidBeanType.MultiDimensionalWildcardTypeArrayProducerMethodTest
Running org.jboss.weld.tests.producer.method.broken.invalidBeanType.TypeVariableArrayProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.jboss.weld.tests.producer.method.broken.invalidBeanType.TypeVariableArrayProducerMethodTest
Running org.jboss.weld.tests.producer.method.broken.invalidBeanType.MultiDimensionalTypeVariableArrayProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.producer.method.broken.invalidBeanType.MultiDimensionalTypeVariableArrayProducerMethodTest
Running org.jboss.weld.tests.producer.method.broken.invalidBeanType.NestedTypeVariableProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.producer.method.broken.invalidBeanType.NestedTypeVariableProducerMethodTest
Running org.jboss.weld.tests.producer.method.broken.disposalMethodWithInjectionPointParameter.DisposalMethodForNormalScopedBeanHasInjectionPointParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.producer.method.broken.disposalMethodWithInjectionPointParameter.DisposalMethodForNormalScopedBeanHasInjectionPointParameterTest
Running org.jboss.weld.tests.producer.method.parameterized.ParameterizedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.jboss.weld.tests.producer.method.parameterized.ParameterizedTest
Running org.jboss.weld.tests.producer.method.NamedProducerWithBindingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.jboss.weld.tests.producer.method.NamedProducerWithBindingTest
Running org.jboss.weld.tests.producer.method.InstanceCleanupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.tests.producer.method.InstanceCleanupTest
Running org.jboss.weld.tests.producer.method.DisposalMethodInjectionPointTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.producer.method.DisposalMethodInjectionPointTest
Running org.jboss.weld.tests.producer.method.NamedProducerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.tests.producer.method.NamedProducerTest
Running org.jboss.weld.tests.producer.method.DisposalMethodOnOtherBeanNotResolvedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.jboss.weld.tests.producer.method.DisposalMethodOnOtherBeanNotResolvedTest
Running org.jboss.weld.tests.producer.method.ProducerBeanInvocationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jboss.weld.tests.producer.method.ProducerBeanInvocationTest
Running org.jboss.weld.tests.producer.method.NullProducerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.producer.method.NullProducerTest
Running org.jboss.weld.tests.producer.method.ManagerProducerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.jboss.weld.tests.producer.method.ManagerProducerTest
Running org.jboss.weld.tests.producer.disposer.decorated.DecoratedProducerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.producer.disposer.decorated.DecoratedProducerMethodTest
Running org.jboss.weld.tests.producer.weld1368.Weld1368Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.jboss.weld.tests.producer.weld1368.Weld1368Test
Running org.jboss.weld.tests.producer.interception.InterceptedProducerMethodTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.producer.interception.InterceptedProducerMethodTest
Running org.jboss.weld.tests.producer.alternative.ProducesAlternativeInheritanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.producer.alternative.ProducesAlternativeInheritanceTest
Running org.jboss.weld.tests.producer.receiver.ReceiverBeanLifecycleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.producer.receiver.ReceiverBeanLifecycleTest
Running org.jboss.weld.tests.proxy.weld1141.VarargsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.proxy.weld1141.VarargsTest
Running org.jboss.weld.tests.proxy.synthetic.SyntheticProxyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.proxy.synthetic.SyntheticProxyTest
Running org.jboss.weld.tests.proxy.instantiator.PerDeploymentInstantiatorWOTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.proxy.instantiator.PerDeploymentInstantiatorWOTest
Running org.jboss.weld.tests.proxy.instantiator.unsafe.UnsafeInstantiatorClientProxyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.proxy.instantiator.unsafe.UnsafeInstantiatorClientProxyTest
Running org.jboss.weld.tests.proxy.instantiator.PerDeploymentInstantiatorWithTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.jboss.weld.tests.proxy.instantiator.PerDeploymentInstantiatorWithTest
Running org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationConversationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationConversationTest
Running org.jboss.weld.tests.proxy.client.optimization.dependent.MultipleInjectionPointsSameDependentBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.jboss.weld.tests.proxy.client.optimization.dependent.MultipleInjectionPointsSameDependentBeanTest
Running org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationDependentTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationDependentTest
Running org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationSessionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationSessionTest
Running org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationApplicationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationApplicationTest
Running org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationRequestTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationRequestTest
Running org.jboss.weld.tests.proxy.client.unproxyable.ClientProxyForObjectRequiredTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.proxy.client.unproxyable.ClientProxyForObjectRequiredTypeTest
Running org.jboss.weld.tests.proxy.client.serialization.ClientProxySerializationUnit
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.jboss.weld.tests.proxy.client.serialization.ClientProxySerializationUnit
Running org.jboss.weld.tests.proxy.client.privatemethods.ClientProxyPrivateMethodsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.proxy.client.privatemethods.ClientProxyPrivateMethodsTest
Running org.jboss.weld.tests.proxy.weld1766.ProducerProxyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.proxy.weld1766.ProducerProxyTest
Running org.jboss.weld.tests.proxy.weld1779.ProducerProxyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.proxy.weld1779.ProducerProxyTest
Running org.jboss.weld.tests.proxy.observer.ObserverInjectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.jboss.weld.tests.proxy.observer.ObserverInjectionTest
Running org.jboss.weld.tests.proxy.ignoreinvalidmethods.ProxyIgnoreInvalidMethodsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.proxy.ignoreinvalidmethods.ProxyIgnoreInvalidMethodsTest
Running org.jboss.weld.tests.proxy.superclass.named.Weld1827Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.proxy.superclass.named.Weld1827Test
Running org.jboss.weld.tests.proxy.superclass.SuperclassWithConstructorWithArgumentsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.proxy.superclass.SuperclassWithConstructorWithArgumentsTest
Running org.jboss.weld.tests.proxy.superclass.instance.Weld1834Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.proxy.superclass.instance.Weld1834Test
Running org.jboss.weld.tests.proxy.weld477.ProxiabilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.proxy.weld477.ProxiabilityTest
Running org.jboss.weld.tests.proxy.ProxyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.proxy.ProxyTest
Running org.jboss.weld.tests.proxy.weld1052.UnproxyableBeanTypeValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.proxy.weld1052.UnproxyableBeanTypeValidationTest
Running org.jboss.weld.tests.proxy.producer.ProxyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.proxy.producer.ProxyTest
Running org.jboss.weld.tests.proxy.enterprise.EnterpriseBeanProxyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.proxy.enterprise.EnterpriseBeanProxyTest
Running org.jboss.weld.tests.proxy.weld1664.InterfaceStaticMethodProxyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.proxy.weld1664.InterfaceStaticMethodProxyTest
Running org.jboss.weld.tests.proxy.modifiers.ClientProxyMethodModifiersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.proxy.modifiers.ClientProxyMethodModifiersTest
Running org.jboss.weld.tests.proxy.weld1558.StaticNestedClassesProxyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.proxy.weld1558.StaticNestedClassesProxyTest
Running org.jboss.weld.tests.resolution.circular.CircularDependencyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 sec - in org.jboss.weld.tests.resolution.circular.CircularDependencyTest
Running org.jboss.weld.tests.resolution.weld1723.RawBeanTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.resolution.weld1723.RawBeanTypeTest
Running org.jboss.weld.tests.resolution.wbri293.ContextualReferenceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.resolution.wbri293.ContextualReferenceTest
Running org.jboss.weld.tests.resolution.weld911.DecoratorCycleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.resolution.weld911.DecoratorCycleTest
Running org.jboss.weld.tests.resolution.weld911.DependentScopeInjectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.resolution.weld911.DependentScopeInjectionTest
Running org.jboss.weld.tests.resolution.wbri279.Weld279Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.resolution.wbri279.Weld279Test
Running org.jboss.weld.tests.resolution.weld1075.ResolutionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.resolution.weld1075.ResolutionTest
Running org.jboss.weld.tests.resolution.named.NamedBeanTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.jboss.weld.tests.resolution.named.NamedBeanTest
Running org.jboss.weld.tests.resolution.Weld256Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.resolution.Weld256Test
Running org.jboss.weld.tests.resolution.LookupInstanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.resolution.LookupInstanceTest
Running org.jboss.weld.tests.resolution.ResolutionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.resolution.ResolutionTest
Running org.jboss.weld.tests.resources.se.EEResourceInjectionIgnoredTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.resources.se.EEResourceInjectionIgnoredTest
Running org.jboss.weld.tests.servlet.ServletBeanTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.servlet.ServletBeanTest
Running org.jboss.weld.tests.specialization.weld1651.broken.GenericBeanRawSpecialization01Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.specialization.weld1651.broken.GenericBeanRawSpecialization01Test
Running org.jboss.weld.tests.specialization.weld1651.broken.GenericProducerMethodRawSpecializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.specialization.weld1651.broken.GenericProducerMethodRawSpecializationTest
Running org.jboss.weld.tests.specialization.weld1651.broken.GenericBeanRawSpecialization02Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.specialization.weld1651.broken.GenericBeanRawSpecialization02Test
Running org.jboss.weld.tests.specialization.weld1651.broken.GenericProducerMethodSpecialization01Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.specialization.weld1651.broken.GenericProducerMethodSpecialization01Test
Running org.jboss.weld.tests.specialization.weld1651.broken.GenericBeanSpecialization01Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.specialization.weld1651.broken.GenericBeanSpecialization01Test
Running org.jboss.weld.tests.specialization.weld1651.broken.GenericBeanRawSpecialization03Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.specialization.weld1651.broken.GenericBeanRawSpecialization03Test
Running org.jboss.weld.tests.specialization.weld1651.broken.GenericBeanSpecialization02Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.specialization.weld1651.broken.GenericBeanSpecialization02Test
Running org.jboss.weld.tests.specialization.weld1651.AdvancedGenericBeanSpecializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.specialization.weld1651.AdvancedGenericBeanSpecializationTest
Running org.jboss.weld.tests.specialization.weld1651.GenericBeanSpecializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.jboss.weld.tests.specialization.weld1651.GenericBeanSpecializationTest
Running org.jboss.weld.tests.specialization.extension.broken.DifferentNamesOfSpecializedBeansTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.specialization.extension.broken.DifferentNamesOfSpecializedBeansTest
Running org.jboss.weld.tests.specialization.extension.veto.UsingVetoToPreventInconsistentSpecializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.specialization.extension.veto.UsingVetoToPreventInconsistentSpecializationTest
Running org.jboss.weld.tests.specialization.extension.MultipleSpecializedClassesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.specialization.extension.MultipleSpecializedClassesTest
Running org.jboss.weld.tests.specialization.qualifiers.SpecializingBeanQualifiersTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.specialization.qualifiers.SpecializingBeanQualifiersTest
Running org.jboss.weld.tests.specialization.SpecializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.specialization.SpecializationTest
Running org.jboss.weld.tests.specialization.ExtSpecializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.specialization.ExtSpecializationTest
Running org.jboss.weld.tests.specialization.CyclicSpecializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.specialization.CyclicSpecializationTest
Running org.jboss.weld.tests.specialization.IndirectSpecializationNameInheritedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.specialization.IndirectSpecializationNameInheritedTest
Running org.jboss.weld.tests.veto.VetoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.veto.VetoTest
Running org.jboss.weld.tests.extensions.lifecycle.processBean.annotated.ProcessBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.extensions.lifecycle.processBean.annotated.ProcessBeanTest
Running org.jboss.weld.tests.extensions.lifecycle.processBean.passivationCapable.AddPassivationCapableBeanWithNullIdTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.extensions.lifecycle.processBean.passivationCapable.AddPassivationCapableBeanWithNullIdTest
Running org.jboss.weld.tests.extensions.lifecycle.BeforeShutdownExtTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.extensions.lifecycle.BeforeShutdownExtTest
Running org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.veto.VetoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.veto.VetoTest
Running org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.specialization.broken.TypeConflictDetectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.specialization.broken.TypeConflictDetectionTest
Running org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.specialization.VetoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.specialization.VetoTest
Running org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.specialization.SpecializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.specialization.SpecializationTest
Running org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.passivation.PassivationCapableDependencyErrorCausedByExtensionDetectedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.passivation.PassivationCapableDependencyErrorCausedByExtensionDetectedTest
Running org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.passivation.PassivationCapabilityErrorCausedByExtensionDetectedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.passivation.PassivationCapabilityErrorCausedByExtensionDetectedTest
Running org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.InvalidScopeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.InvalidScopeTest
Running org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.InvalidStereotypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.InvalidStereotypeTest
Running org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.InvalidQualifierTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.InvalidQualifierTest
Running org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.InvalidTypesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.InvalidTypesTest
Running org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.VerifyValuesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.VerifyValuesTest
Running org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.modify.SetBeanAttributesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.modify.SetBeanAttributesTest
Running org.jboss.weld.tests.extensions.lifecycle.processInjectionPoint.modify.InjectionPointOverridingTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.extensions.lifecycle.processInjectionPoint.modify.InjectionPointOverridingTest
Running org.jboss.weld.tests.extensions.lifecycle.processInjectionPoint.subclass.SubclassConstructorInjectionPointTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.extensions.lifecycle.processInjectionPoint.subclass.SubclassConstructorInjectionPointTest
Running org.jboss.weld.tests.extensions.lifecycle.processInjectionPoint.ProcessInjectionPointFiredTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.extensions.lifecycle.processInjectionPoint.ProcessInjectionPointFiredTest
Running org.jboss.weld.tests.extensions.lifecycle.processProducerField.GetDisposedParameterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.extensions.lifecycle.processProducerField.GetDisposedParameterTest
Running org.jboss.weld.tests.extensions.lifecycle.atd.prioritized.AfterTypeDiscoveryWithPrioritizedCustomBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 sec - in org.jboss.weld.tests.extensions.lifecycle.atd.prioritized.AfterTypeDiscoveryWithPrioritizedCustomBeanTest
Running org.jboss.weld.tests.extensions.lifecycle.atd.AfterTypeDiscoveryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.extensions.lifecycle.atd.AfterTypeDiscoveryTest
Running org.jboss.weld.tests.extensions.lifecycle.weld1884.EventsNotFiredForAnonymousClassTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.extensions.lifecycle.weld1884.EventsNotFiredForAnonymousClassTest
Running org.jboss.weld.tests.extensions.lifecycle.processSyntheticAnnotatedType.ProcessSyntheticAnnotatedTypeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.extensions.lifecycle.processSyntheticAnnotatedType.ProcessSyntheticAnnotatedTypeTest
Running org.jboss.weld.tests.extensions.annotatedType.withAnnotations.WithAnnotationsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.extensions.annotatedType.withAnnotations.WithAnnotationsTest
Running org.jboss.weld.tests.extensions.custombeans.BeanConfiguratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jboss.weld.tests.extensions.custombeans.BeanConfiguratorTest
Running org.jboss.weld.tests.extensions.custombeans.interceptor.InterceptorBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.extensions.custombeans.interceptor.InterceptorBuilderTest
Running org.jboss.weld.tests.extensions.custombeans.BeanConfiguratorWithNoCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.extensions.custombeans.BeanConfiguratorWithNoCallbackTest
Running org.jboss.weld.tests.extensions.custombeans.types.CustomBeanWithAbstractBeanTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.extensions.custombeans.types.CustomBeanWithAbstractBeanTypeTest
Running org.jboss.weld.tests.extensions.custombeans.BeanConfiguratorFailureTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.extensions.custombeans.BeanConfiguratorFailureTest
Running org.jboss.weld.tests.extensions.interceptors.annotated.SpiAddedInterceptorBindingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.extensions.interceptors.annotated.SpiAddedInterceptorBindingTest
Running org.jboss.weld.tests.extensions.validation.BeforeBeanDiscoveryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.extensions.validation.BeforeBeanDiscoveryTest
Running org.jboss.weld.tests.extensions.validation.WildcardObserverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.extensions.validation.WildcardObserverTest
Running org.jboss.weld.tests.extensions.validation.ProcessAnnotatedTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.extensions.validation.ProcessAnnotatedTypeTest
Running org.jboss.weld.tests.extensions.staticObserver.StaticLifecycleEventObserverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.extensions.staticObserver.StaticLifecycleEventObserverTest
Running org.jboss.weld.tests.extensions.staticObserver.StaticNonLifecycleEventObserverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.extensions.staticObserver.StaticNonLifecycleEventObserverTest
Running org.jboss.weld.tests.extensions.invalidBeanTypes.TypeVariableMultiDimensionalArrayBeanTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.extensions.invalidBeanTypes.TypeVariableMultiDimensionalArrayBeanTypeTest
Running org.jboss.weld.tests.extensions.invalidBeanTypes.NonDependentBeanWithParameterizedBeanTypeWithTypeVariableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.extensions.invalidBeanTypes.NonDependentBeanWithParameterizedBeanTypeWithTypeVariableTest
Running org.jboss.weld.tests.extensions.invalidBeanTypes.WildcardBeanTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.extensions.invalidBeanTypes.WildcardBeanTypeTest
Running org.jboss.weld.tests.extensions.invalidBeanTypes.WildcardArrayBeanTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.extensions.invalidBeanTypes.WildcardArrayBeanTypeTest
Running org.jboss.weld.tests.extensions.invalidBeanTypes.TypeVariableArrayBeanTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.extensions.invalidBeanTypes.TypeVariableArrayBeanTypeTest
Running org.jboss.weld.tests.extensions.invalidBeanTypes.TypeVariableBeanTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.extensions.invalidBeanTypes.TypeVariableBeanTypeTest
Running org.jboss.weld.tests.extensions.invalidBeanTypes.ComplexBeanTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.extensions.invalidBeanTypes.ComplexBeanTypeTest
Running org.jboss.weld.tests.extensions.invalidBeanTypes.WildcardMultiDimensionalArrayBeanTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in org.jboss.weld.tests.extensions.invalidBeanTypes.WildcardMultiDimensionalArrayBeanTypeTest
Running org.jboss.weld.tests.extensions.ExtensionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.jboss.weld.tests.extensions.ExtensionTest
Running org.jboss.weld.tests.extensions.qualifiers.annotated.SpiAddedQualifierTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.extensions.qualifiers.annotated.SpiAddedQualifierTest
Running org.jboss.weld.tests.extensions.qualifiers.SpiAddedQualifierTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.extensions.qualifiers.SpiAddedQualifierTest
Running org.jboss.weld.tests.extensions.supertypes.beans.SuperTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.extensions.supertypes.beans.SuperTypeTest
Running org.jboss.weld.tests.extensions.injection.InjectedExtensionIsPassivationCapableDependencyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.extensions.injection.InjectedExtensionIsPassivationCapableDependencyTest
Running org.jboss.weld.tests.extensions.injectionPointWithTypesAndQualifiersOnly.InjectionPointWithTypesAndQualifiersOnlyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in org.jboss.weld.tests.extensions.injectionPointWithTypesAndQualifiersOnly.InjectionPointWithTypesAndQualifiersOnlyTest
Running org.jboss.weld.tests.metadata.scanning.PackageNameExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.metadata.scanning.PackageNameExcludeTest
Running org.jboss.weld.tests.metadata.scanning.PatternIncludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.metadata.scanning.PatternIncludeTest
Running org.jboss.weld.tests.metadata.scanning.PackagePatternExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.metadata.scanning.PackagePatternExcludeTest
Running org.jboss.weld.tests.metadata.scanning.MultiplePackageNameIncludeExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.metadata.scanning.MultiplePackageNameIncludeExcludeTest
Running org.jboss.weld.tests.metadata.scanning.PackagePatternIncludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.metadata.scanning.PackagePatternIncludeTest
Running org.jboss.weld.tests.metadata.scanning.MultipleDeepPackagePatternIncludeExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.metadata.scanning.MultipleDeepPackagePatternIncludeExcludeTest
Running org.jboss.weld.tests.metadata.scanning.DeepPackageNameIncludeExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.metadata.scanning.DeepPackageNameIncludeExcludeTest
Running org.jboss.weld.tests.metadata.scanning.MultiplePatternIncludeExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.metadata.scanning.MultiplePatternIncludeExcludeTest
Running org.jboss.weld.tests.metadata.scanning.MultipleDeepPackageNameIncludeExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.metadata.scanning.MultipleDeepPackageNameIncludeExcludeTest
Running org.jboss.weld.tests.metadata.scanning.NameIncludeExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.metadata.scanning.NameIncludeExcludeTest
Running org.jboss.weld.tests.metadata.scanning.PatternExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.metadata.scanning.PatternExcludeTest
Running org.jboss.weld.tests.metadata.scanning.NonWildcardNameIncludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.metadata.scanning.NonWildcardNameIncludeTest
Running org.jboss.weld.tests.metadata.scanning.MultipleClassAvailableActivationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.metadata.scanning.MultipleClassAvailableActivationTest
Running org.jboss.weld.tests.metadata.scanning.NameIncludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.metadata.scanning.NameIncludeTest
Running org.jboss.weld.tests.metadata.scanning.ClassAvailableActivationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.metadata.scanning.ClassAvailableActivationTest
Running org.jboss.weld.tests.metadata.scanning.PackageNameIncludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.metadata.scanning.PackageNameIncludeTest
Running org.jboss.weld.tests.metadata.scanning.MultipleNameIncludeExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.metadata.scanning.MultipleNameIncludeExcludeTest
Running org.jboss.weld.tests.metadata.scanning.ClassAvailableAndSystemPropertyActivationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.metadata.scanning.ClassAvailableAndSystemPropertyActivationTest
Running org.jboss.weld.tests.metadata.scanning.NameExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.metadata.scanning.NameExcludeTest
Running org.jboss.weld.tests.metadata.scanning.NonWildcardNameExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.metadata.scanning.NonWildcardNameExcludeTest
Running org.jboss.weld.tests.metadata.scanning.SystemPropertyValueInvertedActivationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.metadata.scanning.SystemPropertyValueInvertedActivationTest
Running org.jboss.weld.tests.metadata.scanning.DeepPackageNameIncludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.metadata.scanning.DeepPackageNameIncludeTest
Running org.jboss.weld.tests.metadata.scanning.PackageNameIncludeExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.metadata.scanning.PackageNameIncludeExcludeTest
Running org.jboss.weld.tests.metadata.scanning.SystemPropertyValueActivationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.jboss.weld.tests.metadata.scanning.SystemPropertyValueActivationTest
Running org.jboss.weld.tests.metadata.scanning.PackagePatternIncludeExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.metadata.scanning.PackagePatternIncludeExcludeTest
Running org.jboss.weld.tests.metadata.scanning.SystemPropertyInvertedActivationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.metadata.scanning.SystemPropertyInvertedActivationTest
Running org.jboss.weld.tests.metadata.scanning.ClassAvailableInvertedActivationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.metadata.scanning.ClassAvailableInvertedActivationTest
Running org.jboss.weld.tests.metadata.scanning.PatternIncludeExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.metadata.scanning.PatternIncludeExcludeTest
Running org.jboss.weld.tests.metadata.scanning.SystemPropertyActivationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.metadata.scanning.SystemPropertyActivationTest
Running org.jboss.weld.tests.metadata.scanning.DeepPackageNameExcludeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.jboss.weld.tests.metadata.scanning.DeepPackageNameExcludeTest
Running org.jboss.weld.tests.metadata.beanattributes.qualifiers.DefaultQualifierTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.metadata.beanattributes.qualifiers.DefaultQualifierTest
Running org.jboss.weld.tests.metadata.beanattributes.BeanAttributesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.metadata.beanattributes.BeanAttributesTest
Running org.jboss.weld.tests.serialization.annotated.BackedAnnotatedTypeSerializationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.jboss.weld.tests.serialization.annotated.BackedAnnotatedTypeSerializationTest
Running org.jboss.weld.tests.serialization.annotated.UnbackedAnnotatedTypeSerializationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.serialization.annotated.UnbackedAnnotatedTypeSerializationTest
Running org.jboss.weld.tests.serialization.index.BeanIdentifierIndexTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.serialization.index.BeanIdentifierIndexTest
Running org.jboss.weld.tests.serialization.SerializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.serialization.SerializationTest
Running org.jboss.weld.tests.serialization.noncontextual.SerializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.serialization.noncontextual.SerializationTest
Running org.jboss.weld.tests.decorators.genericobserver.DecorateGenericObserverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.decorators.genericobserver.DecorateGenericObserverTest
Running org.jboss.weld.tests.decorators.resolution.BasicDecoratorResolutionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.decorators.resolution.BasicDecoratorResolutionTest
Running org.jboss.weld.tests.decorators.multidelegate.MultiDelegateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.decorators.multidelegate.MultiDelegateTest
Running org.jboss.weld.tests.decorators.custom.prioritized.CustomPrioritizedDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.decorators.custom.prioritized.CustomPrioritizedDecoratorTest
Running org.jboss.weld.tests.decorators.custom.CustomDecorator2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.decorators.custom.CustomDecorator2Test
Running org.jboss.weld.tests.decorators.custom.CustomDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.decorators.custom.CustomDecoratorTest
Running org.jboss.weld.tests.decorators.defaultmethod.DecoratedInteraceWithDefaultMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.jboss.weld.tests.decorators.defaultmethod.DecoratedInteraceWithDefaultMethodTest
Running org.jboss.weld.tests.decorators.weld1597.Weld1597Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.008 sec - in org.jboss.weld.tests.decorators.weld1597.Weld1597Test
Running org.jboss.weld.tests.decorators.builtin.validation.BuiltInBeanPassivationCapabilityValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.decorators.builtin.validation.BuiltInBeanPassivationCapabilityValidationTest
Running org.jboss.weld.tests.decorators.builtin.facade.EventDecorationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.decorators.builtin.facade.EventDecorationTest
Running org.jboss.weld.tests.decorators.weld1021.DecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.decorators.weld1021.DecoratorTest
Running org.jboss.weld.tests.decorators.decoratedTypes.TypedDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.decorators.decoratedTypes.TypedDecoratorTest
Running org.jboss.weld.tests.decorators.decoratedTypes.ExtendingDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.decorators.decoratedTypes.ExtendingDecoratorTest
Running org.jboss.weld.tests.decorators.decoratedTypes.PartialDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.decorators.decoratedTypes.PartialDecoratorTest
Running org.jboss.weld.tests.decorators.abstractDecorator.inherited.AbstractMethodInDecoratorHierarchyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.decorators.abstractDecorator.inherited.AbstractMethodInDecoratorHierarchyTest
Running org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorWithPrivateDelegateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorWithPrivateDelegateTest
Running org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorWithInitializerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorWithInitializerMethodTest
Running org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorWithAbstractMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorWithAbstractMethodTest
Running org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorWithCallToItselfTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorWithCallToItselfTest
Running org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorWithConstructorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorWithConstructorTest
Running org.jboss.weld.tests.decorators.abstractDecorator.broken.SimpleAbstractDecoratorWithInvalidAbstractMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.decorators.abstractDecorator.broken.SimpleAbstractDecoratorWithInvalidAbstractMethodTest
Running org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorTest
Running org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorWithAbstractMethodAndInitializerMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.decorators.abstractDecorator.SimpleAbstractDecoratorWithAbstractMethodAndInitializerMethodTest
Running org.jboss.weld.tests.decorators.proxyable.BeanWithoutNoArgsConstructorThrowsExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.decorators.proxyable.BeanWithoutNoArgsConstructorThrowsExceptionTest
Running org.jboss.weld.tests.decorators.proxyable.BeanWithPrivateNoArgsConstructorThrowsExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.jboss.weld.tests.decorators.proxyable.BeanWithPrivateNoArgsConstructorThrowsExceptionTest
Running org.jboss.weld.tests.decorators.exception.ExceptionThrownByDecoratedBeanTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.jboss.weld.tests.decorators.exception.ExceptionThrownByDecoratedBeanTest
Running org.jboss.weld.tests.decorators.weld1001.DecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.decorators.weld1001.DecoratorTest
Running org.jboss.weld.tests.decorators.interceptor.InterceptorAndDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.decorators.interceptor.InterceptorAndDecoratorTest
Running org.jboss.weld.tests.decorators.overloading.OverloadingDecoratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.decorators.overloading.OverloadingDecoratorTest
Running org.jboss.weld.tests.decorators.stackoverflow.StackOverFlowTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.decorators.stackoverflow.StackOverFlowTest
Running org.jboss.weld.tests.decorators.unwrapException.UnwrappingUncheckedExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.decorators.unwrapException.UnwrappingUncheckedExceptionTest
Running org.jboss.weld.tests.decorators.unwrapException.UnwrappingCheckedExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.decorators.unwrapException.UnwrappingCheckedExceptionTest
Running org.jboss.weld.tests.decorators.generic.extend.ExtendDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.decorators.generic.extend.ExtendDecoratorTest
Running org.jboss.weld.tests.decorators.generic.PartialDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.decorators.generic.PartialDecoratorTest
Running org.jboss.weld.tests.decorators.broken.normalScoped.NormalScopedDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.decorators.broken.normalScoped.NormalScopedDecoratorTest
Running org.jboss.weld.tests.decorators.broken.DecoratorWithNoDecoratedTypes1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.decorators.broken.DecoratorWithNoDecoratedTypes1Test
Running org.jboss.weld.tests.decorators.broken.DecoratorWithNoDecoratedTypes2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.decorators.broken.DecoratorWithNoDecoratedTypes2Test
Running org.jboss.weld.tests.decorators.broken.DecoratorWithNoDecoratedTypes3Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.decorators.broken.DecoratorWithNoDecoratedTypes3Test
Running org.jboss.weld.tests.decorators.SimpleDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.decorators.SimpleDecoratorTest
Running org.jboss.weld.tests.instance.enhanced.WeldInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.jboss.weld.tests.instance.enhanced.WeldInstanceTest
Running org.jboss.weld.tests.instance.destroy.normal.DestroyingNormalScopedInstanceTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.jboss.weld.tests.instance.destroy.normal.DestroyingNormalScopedInstanceTest
Running org.jboss.weld.tests.instance.destroy.dependent.DestroyingDependentInstanceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.instance.destroy.dependent.DestroyingDependentInstanceTest
Running org.jboss.weld.tests.instance.iterator.dependent.InstanceIteratorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.instance.iterator.dependent.InstanceIteratorTest
Running org.jboss.weld.tests.scope.unproxyable.array.GenericArrayProducerNotProxyableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.scope.unproxyable.array.GenericArrayProducerNotProxyableTest
Running org.jboss.weld.tests.scope.unproxyable.method.StaticFinalMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.scope.unproxyable.method.StaticFinalMethodTest
Running org.jboss.weld.tests.scope.unproxyable.method.PublicFinalMethodInjectViaInterfaceTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.scope.unproxyable.method.PublicFinalMethodInjectViaInterfaceTypeTest
Running org.jboss.weld.tests.scope.unproxyable.method.NonPrivateNonStaticFinalMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.scope.unproxyable.method.NonPrivateNonStaticFinalMethodTest
Running org.jboss.weld.tests.scope.unproxyable.method.PrivateFinalMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.scope.unproxyable.method.PrivateFinalMethodTest
Running org.jboss.weld.tests.scope.unproxyable.UnproxyableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.scope.unproxyable.UnproxyableTest
Running org.jboss.weld.tests.scope.ScopeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.scope.ScopeTest
Running org.jboss.weld.tests.internal.contructs.WeldInternalConstructsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.internal.contructs.WeldInternalConstructsTest
Running org.jboss.weld.tests.examples.MockExampleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.examples.MockExampleTest
Running org.jboss.weld.tests.examples.ExampleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.examples.ExampleTest
Running org.jboss.weld.tests.annotatedType.superclass.SuperclassModifiedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.jboss.weld.tests.annotatedType.superclass.SuperclassModifiedTest
Running org.jboss.weld.tests.annotatedType.superclass.SuperclassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.annotatedType.superclass.SuperclassTest
Running org.jboss.weld.tests.annotatedType.weld1144.Weld1144Test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.annotatedType.weld1144.Weld1144Test
Running org.jboss.weld.tests.annotatedType.interceptors.InterceptedAnnotatedTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.annotatedType.interceptors.InterceptedAnnotatedTypeTest
Running org.jboss.weld.tests.annotatedType.observers.AnnotatedTypeObserversTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.annotatedType.observers.AnnotatedTypeObserversTest
Running org.jboss.weld.tests.annotatedType.decoration.AnnotatedTypeDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.annotatedType.decoration.AnnotatedTypeDecoratorTest
Running org.jboss.weld.tests.annotatedType.ExampleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.annotatedType.ExampleTest
Running org.jboss.weld.tests.annotatedType.DeclaringTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.annotatedType.DeclaringTypeTest
Running org.jboss.weld.tests.annotatedType.annotation.SyntheticAnnotationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.annotatedType.annotation.SyntheticAnnotationTest
Running org.jboss.weld.tests.bridge.methods.ObserverBridgeMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.bridge.methods.ObserverBridgeMethodTest
Running org.jboss.weld.tests.bridge.methods.ProducerBridgeMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.jboss.weld.tests.bridge.methods.ProducerBridgeMethodTest
Running org.jboss.weld.tests.bridge.methods.DisposerBridgeMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.jboss.weld.tests.bridge.methods.DisposerBridgeMethodTest
Running org.jboss.weld.tests.observers.decoration.DecoratedObserverMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.observers.decoration.DecoratedObserverMethodTest
Running org.jboss.weld.tests.observers.inactivecontext.ObserverInInactiveContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.observers.inactivecontext.ObserverInInactiveContextTest
Running org.jboss.weld.tests.observers.pseudoscope.NotifyObserverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jboss.weld.tests.observers.pseudoscope.NotifyObserverTest
Running org.jboss.weld.tests.observers.inheritance.InheritanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.observers.inheritance.InheritanceTest
Running org.jboss.weld.tests.observers.extension.BeanManagerObserverNotificationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.observers.extension.BeanManagerObserverNotificationTest
Running org.jboss.weld.tests.observers.extension.EventBeanObserverNotificationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jboss.weld.tests.observers.extension.EventBeanObserverNotificationTest
Running org.jboss.weld.tests.observers.interception.InterceptedObserverMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.observers.interception.InterceptedObserverMethodTest
Running org.jboss.weld.tests.observers.custom.ObserverConfiguratorWithoutNotifyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.observers.custom.ObserverConfiguratorWithoutNotifyTest
Running org.jboss.weld.tests.observers.custom.CustomObserverSuperclassNotifyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.observers.custom.CustomObserverSuperclassNotifyTest
Running org.jboss.weld.tests.observers.custom.CustomObserverWithoutNotifyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.observers.custom.CustomObserverWithoutNotifyTest
Running org.jboss.weld.tests.observers.synthetic.SyntheticObserverIgnoredTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.observers.synthetic.SyntheticObserverIgnoredTest
Running org.jboss.weld.tests.managed.newBean.lookup.AnotherProgrammaticLookupOfNewBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.managed.newBean.lookup.AnotherProgrammaticLookupOfNewBeanTest
Running org.jboss.weld.tests.managed.newBean.lookup.ProgrammaticLookupOfNewBeanTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.managed.newBean.lookup.ProgrammaticLookupOfNewBeanTest
Running org.jboss.weld.tests.managed.newBean.NewSimpleBeanTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.managed.newBean.NewSimpleBeanTest
Running org.jboss.weld.tests.beanDeployment.managed.multiple.BootstrapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.beanDeployment.managed.multiple.BootstrapTest
Running org.jboss.weld.tests.beanDeployment.managed.single.BootstrapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.beanDeployment.managed.single.BootstrapTest
Running org.jboss.weld.tests.beanDeployment.session.multiple.BootstrapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.beanDeployment.session.multiple.BootstrapTest
Running org.jboss.weld.tests.beanDeployment.session.single.BootstrapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.tests.beanDeployment.session.single.BootstrapTest
Running org.jboss.weld.tests.beanDeployment.mixed.BootstrapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.jboss.weld.tests.beanDeployment.mixed.BootstrapTest
Running org.jboss.weld.tests.beanDeployment.producers.singleProducerMethod.BootstrapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.beanDeployment.producers.singleProducerMethod.BootstrapTest
Running org.jboss.weld.tests.beanDeployment.circular.DependentCircularInjectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.beanDeployment.circular.DependentCircularInjectionTest
Running org.jboss.weld.tests.beanDeployment.circular.DependentSelfInjectionProducerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.beanDeployment.circular.DependentSelfInjectionProducerTest
Running org.jboss.weld.tests.beanDeployment.circular.DependentSelfInjectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.beanDeployment.circular.DependentSelfInjectionTest
Running org.jboss.weld.tests.disposer.resolution.DisposedParameterWithNoRequiredQualifiersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.jboss.weld.tests.disposer.resolution.DisposedParameterWithNoRequiredQualifiersTest
Running org.jboss.weld.tests.disposer.broken.unresolved.DisposerMethodValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.disposer.broken.unresolved.DisposerMethodValidationTest
Running org.jboss.weld.tests.disposer.parameter.position.DisposedParameterPositionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.disposer.parameter.position.DisposedParameterPositionTest
Running org.jboss.weld.tests.disposer.specialization.DisposerMethodSpecializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.disposer.specialization.DisposerMethodSpecializationTest
Running org.jboss.weld.tests.disposer.exception.DisposerMethodThrowsExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.tests.disposer.exception.DisposerMethodThrowsExceptionTest
Running org.jboss.weld.tests.disposer.weld1894.DisposesMethodCalledOnceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.disposer.weld1894.DisposesMethodCalledOnceTest
Running org.jboss.weld.tests.disposer.withStaticProducer.DisposalMethodWithStaticProducerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.disposer.withStaticProducer.DisposalMethodWithStaticProducerTest
Running org.jboss.weld.tests.service.additional.AdditionalServiceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.service.additional.AdditionalServiceTest
Running org.jboss.weld.tests.named.ambiguous.case1.AmbiguousName1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jboss.weld.tests.named.ambiguous.case1.AmbiguousName1Test
Running org.jboss.weld.tests.named.ambiguous.case2.AmbiguousName2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.named.ambiguous.case2.AmbiguousName2Test
Running org.jboss.weld.tests.named.defaultname.DefaultBeanNameTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.named.defaultname.DefaultBeanNameTest
Running org.jboss.weld.tests.named.SmokeNamedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.named.SmokeNamedTest
Running org.jboss.weld.tests.alternatives.custom.CustomPrioritizedAlternativeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.alternatives.custom.CustomPrioritizedAlternativeTest
Running org.jboss.weld.tests.alternatives.weld930.Weld930Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.alternatives.weld930.Weld930Test
Running org.jboss.weld.tests.alternatives.Alternatives2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.alternatives.Alternatives2Test
Running org.jboss.weld.tests.alternatives.weld1286.EnabledClassWithAlternativeStereotypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.alternatives.weld1286.EnabledClassWithAlternativeStereotypeTest
Running org.jboss.weld.tests.alternatives.weld1438.broken.EnabledAlternativeValidatedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.alternatives.weld1438.broken.EnabledAlternativeValidatedTest
Running org.jboss.weld.tests.alternatives.weld1438.DisabledAlternativeNotValidatedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.alternatives.weld1438.DisabledAlternativeNotValidatedTest
Running org.jboss.weld.tests.alternatives.accessible.AccessibleAlternativesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.alternatives.accessible.AccessibleAlternativesTest
Running org.jboss.weld.tests.alternatives.accessible.AccessibleAlternatives2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.alternatives.accessible.AccessibleAlternatives2Test
Running org.jboss.weld.tests.alternatives.customBeanPriority.CustomBeanPriorityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.alternatives.customBeanPriority.CustomBeanPriorityTest
Running org.jboss.weld.tests.alternatives.AlternativesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.alternatives.AlternativesTest
Running org.jboss.weld.tests.nonportable.injectionpoint.NonPortableModeInjectionPointBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.nonportable.injectionpoint.NonPortableModeInjectionPointBeanTest
Running org.jboss.weld.tests.bootstrap.veto.VetoAnnotatedTypeWithoutBeanDefiningAnnotationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.bootstrap.veto.VetoAnnotatedTypeWithoutBeanDefiningAnnotationTest
Running org.jboss.weld.tests.config.integrator.BootstrapAndExternalConfigurationConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.config.integrator.BootstrapAndExternalConfigurationConfigTest
Running org.jboss.weld.tests.config.integrator.ExternalConfigurationConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.config.integrator.ExternalConfigurationConfigTest
Running org.jboss.weld.tests.config.integrator.BootstrapConfigurationConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.jboss.weld.tests.config.integrator.BootstrapConfigurationConfigTest
Running org.jboss.weld.tests.weld1192.Weld1192Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.weld1192.Weld1192Test
Running org.jboss.weld.tests.stereotypes.alternative.AlternativeStereotypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.stereotypes.alternative.AlternativeStereotypeTest
Running org.jboss.weld.tests.stereotypes.StereotypesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.jboss.weld.tests.stereotypes.StereotypesTest
Running org.jboss.weld.tests.xml.broken.parsing.BeansXmlTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.xml.broken.parsing.BeansXmlTest
Running org.jboss.weld.tests.xml.broken.clazz.BeansXmlTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.xml.broken.clazz.BeansXmlTest
Running org.jboss.weld.tests.xml.broken.stereotype.BeansXmlTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.xml.broken.stereotype.BeansXmlTest
Running org.jboss.weld.tests.arrays.test.AssignabilityTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.arrays.test.AssignabilityTest
Running org.jboss.weld.tests.arrays.ArrayInjectionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.arrays.ArrayInjectionTest
Running org.jboss.weld.tests.assignability.variable.TypeVariableAssignabilityTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.assignability.variable.TypeVariableAssignabilityTest
Running org.jboss.weld.tests.assignability.AssignabilityTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.assignability.AssignabilityTest
Running org.jboss.weld.tests.transientReference.metadata.BeanMetadataAvailableForTransientReferenceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.transientReference.metadata.BeanMetadataAvailableForTransientReferenceTest
Running org.jboss.weld.tests.transientReference.TransientReferenceDestroyedAfterInvocationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.tests.transientReference.TransientReferenceDestroyedAfterInvocationTest
Running org.jboss.weld.tests.repeatable.EventWithRepeatableQualifierTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.jboss.weld.tests.repeatable.EventWithRepeatableQualifierTest
Running org.jboss.weld.tests.repeatable.BeanWithRepeatableQualifierTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.repeatable.BeanWithRepeatableQualifierTest
Running org.jboss.weld.tests.repeatable.InterceptorWithRepeatableBindingsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.repeatable.InterceptorWithRepeatableBindingsTest
Running org.jboss.weld.tests.injectionTarget.InjectionTargetTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.injectionTarget.InjectionTargetTest
Running org.jboss.weld.tests.generic.GenericBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.tests.generic.GenericBeanTest
Running org.jboss.weld.tests.security.members.AccessibleMemberLeakTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.jboss.weld.tests.security.members.AccessibleMemberLeakTest
Running org.jboss.weld.tests.exceptions.ExceptionHandlingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.tests.exceptions.ExceptionHandlingTest
Running org.jboss.weld.tests.lambda.LambdaConstructsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.lambda.LambdaConstructsTest
Running org.jboss.weld.tests.annotations.weld1131.Weld1131Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.annotations.weld1131.Weld1131Test
Running org.jboss.weld.tests.lifecycle.predestroy.PreDestroyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jboss.weld.tests.lifecycle.predestroy.PreDestroyTest
Running org.jboss.weld.tests.smoke.SmokeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.jboss.weld.tests.smoke.SmokeTest
Results :
Tests run: 821, Failures: 0, Errors: 0, Skipped: 8
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-core-test-arquillian ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/target/weld-core-test-arquillian-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core-test-arquillian >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-test-arquillian ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core-test-arquillian <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core-test-arquillian ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/target/weld-core-test-arquillian-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-core-test-arquillian ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/target/weld-core-test-arquillian-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-arquillian/3.0.2-SNAPSHOT/weld-core-test-arquillian-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-arquillian/3.0.2-SNAPSHOT/weld-core-test-arquillian-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/target/weld-core-test-arquillian-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-arquillian/3.0.2-SNAPSHOT/weld-core-test-arquillian-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- exec-maven-plugin:1.5.0:java (default) @ weld-core-test-arquillian ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building AtInject TCK runner for Weld 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-inject-tck-runner ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-inject-tck-runner ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-inject-tck-runner ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-inject-tck-runner ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-inject-tck-runner ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-inject-tck-runner ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-inject-tck-runner ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-inject-tck-runner ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-inject-tck-runner ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-inject-tck-runner ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-inject-tck-runner ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-inject-tck-runner ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.atinject.tck.AtInjectTCK
Nov 02, 2017 10:05:11 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:05:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 sec - in org.jboss.weld.atinject.tck.AtInjectTCK
Results :
Tests run: 50, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-inject-tck-runner ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target/weld-inject-tck-runner-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ weld-inject-tck-runner ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target/weld-inject-tck-runner-3.0.2-SNAPSHOT-tests.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-inject-tck-runner >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-inject-tck-runner ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-inject-tck-runner ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-inject-tck-runner ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-inject-tck-runner ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-inject-tck-runner <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-inject-tck-runner ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target/weld-inject-tck-runner-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:test-jar (default) > generate-sources @ weld-inject-tck-runner >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-inject-tck-runner ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-inject-tck-runner ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-inject-tck-runner ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-inject-tck-runner ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:test-jar (default) < generate-sources @ weld-inject-tck-runner <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:test-jar (default) @ weld-inject-tck-runner ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target/weld-inject-tck-runner-3.0.2-SNAPSHOT-test-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-inject-tck-runner ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target/weld-inject-tck-runner-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-inject-tck-runner/3.0.2-SNAPSHOT/weld-inject-tck-runner-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/weld-inject-tck-runner/3.0.2-SNAPSHOT/weld-inject-tck-runner-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target/weld-inject-tck-runner-3.0.2-SNAPSHOT-tests.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-inject-tck-runner/3.0.2-SNAPSHOT/weld-inject-tck-runner-3.0.2-SNAPSHOT-tests.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target/weld-inject-tck-runner-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-inject-tck-runner/3.0.2-SNAPSHOT/weld-inject-tck-runner-3.0.2-SNAPSHOT-sources.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target/weld-inject-tck-runner-3.0.2-SNAPSHOT-test-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-inject-tck-runner/3.0.2-SNAPSHOT/weld-inject-tck-runner-3.0.2-SNAPSHOT-test-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building CDI TCK runner (2.0) for Weld (WildFly) 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-jboss-runner-tck ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target
[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]
[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-3.0.2-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target/dependency/lib/weld-porting-package-tck.jar
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-jboss-runner-tck ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17: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.5.1:testCompile (default-testCompile) @ weld-jboss-runner-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/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
Nov 02, 2017 10:05:19 AM org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener onStart
INFO: CDI-TCK Implementation version: 2.0.3.Final
Nov 02, 2017 10:05:19 AM org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener onStart
INFO: CDI-TCK Specification version: 1.2
Nov 02, 2017 10:05:20 AM org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener onStart
INFO: JSR 365 TCK Configuration
-----------------
Beans: org.jboss.weld.tck.BeansImpl@5f3f3d00
Contexts: org.jboss.weld.tck.ContextsImpl@1a6dc5ea
EL: org.jboss.weld.tck.ELImpl@31d4b3e8
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
Nov 02, 2017 10:05:20 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 1,242, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Nov 02, 2017 10:05:20 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 11 ms]
Nov 02, 2017 10:05:20 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 1,161, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Nov 02, 2017 10:05:20 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Nov 02, 2017 10:05:20 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder buildSupportLibrary
INFO: Support library built [time: 66 ms]
Nov 02, 2017 10:05:20 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder buildIncontainerLibrary
INFO: Incontainer library built [time: 20 ms]
Nov 02, 2017 10:05:20 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.aroundConstruct.ConstructorInterceptionTest, time: 28 ms]
Nov 02, 2017 10:05:20 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testConstructorLevelBinding: 1/1,242 Failed tests: 0 (1)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testMultipleConstructorLevelBinding: 2/1,242 Failed tests: 0 (1)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testOverridingTypeLevelBinding: 3/1,242 Failed tests: 0 (1)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testTypeLevelAndConstructorLevelBinding: 4/1,242 Failed tests: 0 (1)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testTypeLevelBinding: 5/1,242 Failed tests: 0 (1)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.broken.InvalidStereotypeInterceptorBindingAnnotationsTest, time: 10 ms]
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidStereotypeInterceptorBindingAnnotationsTest.testInterceptorBindingsWithConflictingAnnotationMembersNotOk: 6/1,242 Failed tests: 0 (2)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.broken.InvalidTransitiveInterceptorBindingAnnotationsTest, time: 8 ms]
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidTransitiveInterceptorBindingAnnotationsTest.testInterceptorBindingsWithConflictingAnnotationMembersNotOk: 7/1,242 Failed tests: 0 (3)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.members.InterceptorBindingTypeWithMemberTest, time: 10 ms]
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeMemberValuesComparedWithEquals: 8/1,242 Failed tests: 0 (4)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeWithMember: 9/1,242 Failed tests: 0 (4)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeWithNonBindingMember: 10/1,242 Failed tests: 0 (4)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.multiple.MultipleInterceptorBindingsTest, time: 9 ms]
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleInterceptorBindingsTest.testInterceptorAppliedToBeanWithAllBindings: 11/1,242 Failed tests: 0 (5)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleInterceptorBindingsTest.testInterceptorNotAppliedToBeanWithSomeBindings: 12/1,242 Failed tests: 0 (5)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleInterceptorBindingsTest.testMultipleInterceptorsOnMethod: 13/1,242 Failed tests: 0 (5)
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.overriding.InterceptorBindingOverridingTest, time: 10 ms]
Nov 02, 2017 10:05:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingOverridingTest.testInterceptorBindingOverriden: 14/1,242 Failed tests: 0 (6)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.aroundConstruct.AroundConstructTest, time: 10 ms]
Nov 02, 2017 10:05:22 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:22 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:22 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:22 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testExceptions: 15/1,242 Failed tests: 0 (7)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testInterceptorInvocation: 16/1,242 Failed tests: 0 (7)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testReplacingParameters: 17/1,242 Failed tests: 0 (7)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.aroundConstruct.bindings.AroundConstructTest, time: 10 ms]
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testExceptions: 18/1,242 Failed tests: 0 (8)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testInterceptorInvocation: 19/1,242 Failed tests: 0 (8)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testReplacingParameters: 20/1,242 Failed tests: 0 (8)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke.AroundInvokeAccessInterceptorTest, time: 11 ms]
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeAccessInterceptorTest.testPackagePrivateAroundInvokeInterceptor: 21/1,242 Failed tests: 0 (9)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeAccessInterceptorTest.testPrivateAroundInvokeInterceptor: 22/1,242 Failed tests: 0 (9)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeAccessInterceptorTest.testProtectedAroundInvokeInterceptor: 23/1,242 Failed tests: 0 (9)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke.bindings.AroundInvokeInterceptorTest, time: 9 ms]
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeInterceptorTest.testBusinessMethodIntercepted: 24/1,242 Failed tests: 0 (10)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.exceptions.aroundInvoke.ExceptionTest, time: 8 ms]
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExceptionTest.testExceptions1: 25/1,242 Failed tests: 0 (11)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExceptionTest.testExceptions2: 26/1,242 Failed tests: 0 (11)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.InterceptorLifeCycleTest, time: 10 ms]
Nov 02, 2017 10:05:22 AM 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 @javax.annotation.PreDestroy but it does not have zero parameters.
Nov 02, 2017 10:05:22 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:22 AM 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 @javax.annotation.PreDestroy but it does not have zero parameters.
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorLifeCycleTest.testInterceptorInstanceCreatedWhenTargetInstanceCreated: 27/1,242 Failed tests: 0 (12)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorLifeCycleTest.testInterceptorMethodsCalledAfterDependencyInjection: 28/1,242 Failed tests: 0 (12)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.AroundConstructLifeCycleTest, time: 8 ms]
Nov 02, 2017 10:05:22 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:22 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:22 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:22 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructLifeCycleTest.testAroundConstructInvokedAfterDependencyInjectionOnInterceptorClasses: 29/1,242 Failed tests: 0 (13)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructLifeCycleTest.testInstanceNotCreatedUnlessInvocationContextProceedCalled: 30/1,242 Failed tests: 0 (13)
Nov 02, 2017 10:05:22 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.returnValueIgnored.AroundConstructInterceptorReturnValueTest, time: 8 ms]
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructInterceptorReturnValueTest.testAroundConstructInvokedAfterDependencyInjectionOnInterceptorClasses: 31/1,242 Failed tests: 0 (14)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct.withAroundInvoke.SingleInterceptorInstanceTest, time: 8 ms]
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SingleInterceptorInstanceTest.testAroundConstructInvokedAfterDependencyInjectionOnInterceptorClasses: 32/1,242 Failed tests: 0 (15)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.environment.InterceptorEnvironmentTest, time: 9 ms]
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorEnvironmentTest.testInvocationContext: 33/1,242 Failed tests: 0 (16)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.invocationContext.InvocationContextTest, time: 8 ms]
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testBusinessMethodNotCalledWithoutProceedInvocation: 34/1,242 Failed tests: 0 (17)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testContextData: 35/1,242 Failed tests: 0 (17)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testCtxProceedForLifecycleCallbackInterceptorMethod: 36/1,242 Failed tests: 0 (17)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testGetMethodForAroundInvokeInterceptorMethod: 37/1,242 Failed tests: 0 (17)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testGetMethodForLifecycleCallbackInterceptorMethod: 38/1,242 Failed tests: 0 (17)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testGetTargetMethod: 39/1,242 Failed tests: 0 (17)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testGetTimerMethod: 40/1,242 Failed tests: 0 (17)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testIllegalNumberOfParameters: 41/1,242 Failed tests: 0 (17)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testIllegalTypeOfParameters: 42/1,242 Failed tests: 0 (17)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testMethodParameters: 43/1,242 Failed tests: 0 (17)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testProceedReturnsNullForVoidMethod: 44/1,242 Failed tests: 0 (17)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.LifecycleCallbackInterceptorTest, time: 13 ms]
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PreDestroy but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PreDestroy but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PreDestroy but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testAroundInvokeAndLifeCycleCallbackInterceptorsCanBeDefinedOnTheSameClass: 45/1,242 Failed tests: 0 (18)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testLifeCycleCallbackInterceptorNotInvokedForMethodLevelInterceptor: 46/1,242 Failed tests: 0 (18)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPackagePrivateLifecycleInterceptorMethod: 47/1,242 Failed tests: 0 (18)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPostConstructInterceptor: 48/1,242 Failed tests: 0 (18)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPreDestroyInterceptor: 49/1,242 Failed tests: 0 (18)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPrivateLifecycleInterceptorMethod: 50/1,242 Failed tests: 0 (18)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testProtectedLifecycleInterceptorMethod: 51/1,242 Failed tests: 0 (18)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPublicLifecycleInterceptorMethod: 52/1,242 Failed tests: 0 (18)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testSingleMethodInterposingMultipleLifecycleCallbackEvents: 53/1,242 Failed tests: 0 (18)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.bindings.LifecycleInterceptorDefinitionTest, time: 8 ms]
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PreDestroy but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleInterceptorDefinitionTest.testLifecycleInterception: 54/1,242 Failed tests: 0 (19)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleInterceptorDefinitionTest.testMultipleLifecycleInterceptors: 55/1,242 Failed tests: 0 (19)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.exceptions.LifecycleCallbackInterceptorExceptionTest, time: 8 ms]
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.annotation.PreDestroy but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorExceptionTest.testLifecycleCallbackInterceptorCanCatchException: 56/1,242 Failed tests: 0 (20)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorExceptionTest.testPostConstructCanThrowRuntimeException: 57/1,242 Failed tests: 0 (20)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorExceptionTest.testPreDestroyNotInvokedWhenInstanceDiscarded: 58/1,242 Failed tests: 0 (20)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.wrapped.LifecycleCallbackInterceptorTest, time: 8 ms]
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testLifecycleCallbackInterception: 59/1,242 Failed tests: 0 (21)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.method.MethodLevelInterceptorTest, time: 7 ms]
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MethodLevelInterceptorTest.testExcludeClassInterceptors: 60/1,242 Failed tests: 0 (22)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MethodLevelInterceptorTest.testInterceptorCanBeAppliedToMoreThanOneMethod: 61/1,242 Failed tests: 0 (22)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.AroundConstructOrderTest, time: 16 ms]
Nov 02, 2017 10:05:23 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM 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 @javax.interceptor.AroundConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructOrderTest.testInvocationOrder: 62/1,242 Failed tests: 0 (23)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.aroundInvoke.AroundInvokeOrderTest, time: 7 ms]
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeOrderTest.testInvocationOrder: 63/1,242 Failed tests: 0 (24)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.overriden.lifecycleCallback.OverridenLifecycleCallbackInterceptorTest, time: 7 ms]
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke OverridenLifecycleCallbackInterceptorTest.testCallbackOverridenByCallback: 64/1,242 Failed tests: 0 (25)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke OverridenLifecycleCallbackInterceptorTest.testCallbackOverridenByNonCallback: 65/1,242 Failed tests: 0 (25)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.overriden.lifecycleCallback.wrapped.OverridenLifecycleCallbackInterceptorTest, time: 7 ms]
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke OverridenLifecycleCallbackInterceptorTest.testCallbackOverridenByCallback: 66/1,242 Failed tests: 0 (26)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke OverridenLifecycleCallbackInterceptorTest.testCallbackOverridenByNonCallback: 67/1,242 Failed tests: 0 (26)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.AlternativeAvailabilityTest, time: 8 ms]
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testAlternativeAvailability: 68/1,242 Failed tests: 0 (27)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testAnyEnabledAlternativeStereotypeMakesAlternativeEnabled: 69/1,242 Failed tests: 0 (27)
Nov 02, 2017 10:05:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testIsAlternative: 70/1,242 Failed tests: 0 (27)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testProducerAlternativesOnMethodAndField: 71/1,242 Failed tests: 0 (27)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testProducersOnAlternativeClass: 72/1,242 Failed tests: 0 (27)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testStereotypeAlternativeOnProducerMethodAndField: 73/1,242 Failed tests: 0 (27)
Nov 02, 2017 10:05:24 AM 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]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NoClassWithSpecifiedNameTest.test: 74/1,242 Failed tests: 0 (28)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.broken.not.alternative.ClassIsNotAlternativeTest, time: 8 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClassIsNotAlternativeTest.test: 75/1,242 Failed tests: 0 (29)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.broken.not.alternative.stereotype.ClassIsNotAlternativeTest, time: 8 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClassIsNotAlternativeTest.test: 76/1,242 Failed tests: 0 (30)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.broken.same.type.twice.SameTypeListedTwiceTest, time: 8 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SameTypeListedTwiceTest.test: 77/1,242 Failed tests: 0 (31)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.resolution.qualifier.QualifierInheritedTest, time: 7 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierInheritedTest.testResolution: 78/1,242 Failed tests: 0 (32)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.resolution.qualifier.QualifierNotDeclaredTest, time: 7 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierNotDeclaredTest.testResolution: 79/1,242 Failed tests: 0 (33)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.resolution.qualifier.QualifierNotInheritedTest, time: 8 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierNotInheritedTest.testResolution: 80/1,242 Failed tests: 0 (34)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.selection.SelectedAlternative01Test, time: 76 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternative01Test.testAlternativeManagedBeanSelected: 81/1,242 Failed tests: 0 (35)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternative01Test.testAlternativeProducerSelected: 82/1,242 Failed tests: 0 (35)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.selection.SelectedAlternative02Test, time: 48 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternative02Test.testDependencyResolvable: 83/1,242 Failed tests: 0 (36)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.selection.stereotype.SelectedBeanWithUnselectedStereotypeTest, time: 9 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedBeanWithUnselectedStereotypeTest.testSingleAlternativeIsSelected: 84/1,242 Failed tests: 0 (37)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.veto.VetoedAlternativeTest, time: 8 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedAlternativeTest.alternativeStereotypeIsVetoed: 85/1,242 Failed tests: 0 (38)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedAlternativeTest.mockAlternativeIsVetoed: 86/1,242 Failed tests: 0 (38)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.ContextDestroysBeansTest, time: 10 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextDestroysBeansTest.testContextDestroysBeansWhenDestroyed: 87/1,242 Failed tests: 0 (39)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContext2Test, time: 9 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyForSameCreationalContext2Test.testDestroyForSameCreationalContextOnly: 88/1,242 Failed tests: 0 (40)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContextTest, time: 9 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyForSameCreationalContextTest.testDestroyForSameCreationalContextOnly: 89/1,242 Failed tests: 0 (41)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.DestroyedInstanceReturnedByGetTest, time: 9 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyedInstanceReturnedByGetTest.testDestroyedInstanceMustNotBeReturnedByGet: 90/1,242 Failed tests: 0 (42)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.GetFromContextualTest, time: 9 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetFromContextualTest.testGetMayNotCreateNewInstanceUnlessCreationalContextGiven: 91/1,242 Failed tests: 0 (43)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.GetFromContextualTest, time: 9 ms]
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetOnInactiveContextTest.testInvokingGetOnInactiveContextFails: 92/1,242 Failed tests: 0 (44)
Nov 02, 2017 10:05:24 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.GetWithNoCreationalContextTest, time: 9 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetWithNoCreationalContextTest.testGetWithoutCreationalContextReturnsNull: 93/1,242 Failed tests: 0 (45)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.NormalContextTest, time: 10 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalContextTest.testGetMayNotReturnNullUnlessContextualCreateReturnsNull: 94/1,242 Failed tests: 0 (46)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalContextTest.testGetReturnsExistingInstance: 95/1,242 Failed tests: 0 (46)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalContextTest.testGetWithCreationalContextReturnsNewInstance: 96/1,242 Failed tests: 0 (46)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalContextTest.testSameNormalScopeBeanInjectedEverywhere: 97/1,242 Failed tests: 0 (46)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.alterable.AlterableContextTest, time: 8 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlterableContextTest.testApplicationScopedComponent: 98/1,242 Failed tests: 0 (47)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlterableContextTest.testCustomScopedComponent: 99/1,242 Failed tests: 0 (47)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlterableContextTest.testNothingHappensIfNoInstanceToDestroy: 100/1,242 Failed tests: 0 (47)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlterableContextTest.testRequestScopedComponent: 101/1,242 Failed tests: 0 (47)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.application.disposer.ApplicationContextDisposerTest, time: 8 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ApplicationContextDisposerTest.testApplicationContextActiveDuringDispose: 102/1,242 Failed tests: 0 (48)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.application.postconstruct.SimpleBeanPostConstructCallbackTest, time: 7 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanPostConstructCallbackTest.testSimplePostConstructCallback: 103/1,242 Failed tests: 0 (49)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.application.predestroy.ApplicationContextPreDestroyTest, time: 7 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ApplicationContextPreDestroyTest.testApplicationContextActivePreDestroy: 104/1,242 Failed tests: 0 (50)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.dependent.DependentContextTest, time: 9 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testCallingCreationalContextReleaseDestroysDependents: 105/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextGetWithCreateFalseReturnsNull: 106/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextGetWithCreationalContextReturnsNewInstance: 107/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActive: 108/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveDuringBeanCreation: 109/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveDuringInjection: 110/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenCreatingObserverMethodInstance: 111/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenEvaluatingElExpression: 112/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenInvokingDisposalMethod: 113/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenInvokingProducerField: 114/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenInvokingProducerMethod: 115/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextScopeType: 116/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentBeanIsDependentObjectOfBeanInjectedInto: 117/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentScopedDecoratorsAreDependentObjectsOfBean: 118/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentScopedInterceptorsAreDependentObjectsOfBean: 119/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenDisposerMethodCompletes: 120/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenElEvaluationCompletes: 121/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenObserverMethodEvaluationCompletes: 122/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenProducerFieldCompletes: 123/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenProducerMethodCompletes: 124/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDestroyingManagedParentDestroysDependentsOfSameBean: 125/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDestroyingSimpleParentDestroysDependents: 126/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceNotSharedBetweenInjectionPoints: 127/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForDisposalMethodNotShared: 128/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForElEvaluationNotShared: 129/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForObserverMethodNotShared: 130/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForProducerFieldNotShared: 131/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForProducerMethodNotShared: 132/1,242 Failed tests: 0 (51)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.dependent.instance.BuiltinInstanceDependentObjectTest, time: 8 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceDependentObjectTest.testInstanceDependentObject: 133/1,242 Failed tests: 0 (52)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.dependent.transientreference.DependentTransientReferenceDestroyedTest, time: 8 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentTransientReferenceDestroyedTest.testConstructorAndInitializer: 134/1,242 Failed tests: 0 (53)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentTransientReferenceDestroyedTest.testProducerMethod: 135/1,242 Failed tests: 0 (53)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.PassivatingContextTest, time: 23 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testBeanWithNonSerializableImplementationInjectedIntoTransientFieldOK: 136/1,242 Failed tests: 0 (54)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testInjectionOfDependentPrimitiveProductIntoNormalBean: 137/1,242 Failed tests: 0 (54)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testInjectionOfDependentSerializableProductIntoNormalBean: 138/1,242 Failed tests: 0 (54)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testManagedBeanWithSerializableDecoratorOK: 139/1,242 Failed tests: 0 (54)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testManagedBeanWithSerializableImplementationClassOK: 140/1,242 Failed tests: 0 (54)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testManagedBeanWithSerializableInterceptorClassOK: 141/1,242 Failed tests: 0 (54)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testNonSerializableProducerFieldDeclaredPassivatingThrowsIllegalProductException: 142/1,242 Failed tests: 0 (54)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testPassivatingScopeProducerMethodReturnsUnserializableObjectNotOk: 143/1,242 Failed tests: 0 (54)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testPassivationCapableProducerFieldIsOK: 144/1,242 Failed tests: 0 (54)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testPassivationCapableProducerMethodIsOK: 145/1,242 Failed tests: 0 (54)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testPassivationOccurs: 146/1,242 Failed tests: 0 (54)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.NonPassivationManagedBeanHasPassivatingScopeTest, time: 9 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivationManagedBeanHasPassivatingScopeTest.testSimpleWebBeanWithNonSerializableImplementationClassFails: 147/1,242 Failed tests: 0 (55)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.constructor.NonPassivatingConstructorParamTest, time: 9 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivatingConstructorParamTest.testBeanWithNonSerializableImplementationInjectedIntoNonTransientFieldOfBeanWithPassivatingScopeFails: 148/1,242 Failed tests: 0 (56)
Nov 02, 2017 10:05:25 AM 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]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithNonPassivatingDecoratorTest.testManagedBeanWithNonPassivatingDecoratorFails: 149/1,242 Failed tests: 0 (57)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.field.NonPassivatingInjectedFieldTest, time: 8 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivatingInjectedFieldTest.testBeanWithNonSerializableImplementationInjectedIntoNonTransientFieldOfBeanWithPassivatingScopeFails: 150/1,242 Failed tests: 0 (58)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.initializer.NonPassivatingInitParamTest, time: 9 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivatingInitParamTest.testBeanWithNonSerializableImplementationInjectedIntoNonTransientFieldOfBeanWithPassivatingScopeFails: 151/1,242 Failed tests: 0 (59)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.interceptor.ManagedBeanWithNonSerializableInterceptorClassTest, time: 8 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithNonSerializableInterceptorClassTest.testManagedBeanWithNonSerializableInterceptorClassNotOK: 152/1,242 Failed tests: 0 (60)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.interceptor.field.PassivationCapableBeanWithNonPassivatingInterceptorTest, time: 9 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationCapableBeanWithNonPassivatingInterceptorTest.testPassivationCapableBeanWithNonPassivatingInterceptorFails: 153/1,242 Failed tests: 0 (61)
Nov 02, 2017 10:05:25 AM 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: 7 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivationCapableProducerFieldTest.testNonPassivationCapableProducerFieldNotOk: 154/1,242 Failed tests: 0 (62)
Nov 02, 2017 10:05:25 AM 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: 7 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testConstructorInjectionPointRequiringPassivationCapableDependency: 155/1,242 Failed tests: 0 (63)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testFieldInjectionPointRequiringPassivationCapableDependency: 156/1,242 Failed tests: 0 (63)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testSetterInjectionPointRequiringPassivationCapableDependency: 157/1,242 Failed tests: 0 (63)
Nov 02, 2017 10:05:25 AM 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: 8 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivationCapableProducerMethodTest.testNonPassivationCapableProducerMethodNotOk: 158/1,242 Failed tests: 0 (64)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.custom.CustomPassivatingScopeCalledWithSerializableParametersTest, time: 8 ms]
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomPassivatingScopeCalledWithSerializableParametersTest.testWithExtensionProvidedBean: 159/1,242 Failed tests: 0 (65)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomPassivatingScopeCalledWithSerializableParametersTest.testWithImplicitBean: 160/1,242 Failed tests: 0 (65)
Nov 02, 2017 10:05:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.dependency.builtin.BuiltinBeanPassivationDependencyTest, time: 7 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinBeanPassivationDependencyTest.testBeanManager: 161/1,242 Failed tests: 0 (66)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinBeanPassivationDependencyTest.testInjectionPoint: 162/1,242 Failed tests: 0 (66)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinBeanPassivationDependencyTest.testInstance: 163/1,242 Failed tests: 0 (66)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.injection.point.PassivationCapableInjectionPointTest, time: 8 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationCapableInjectionPointTest.testPassivationCapableInjectionPoints: 164/1,242 Failed tests: 0 (67)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.producer.ProducerMethodWithPrimitiveReturnTypePassivationTest, time: 8 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodWithPrimitiveReturnTypePassivationTest.testProducerMethodWithPrimitiveReturnType: 165/1,242 Failed tests: 0 (68)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.producer.ProducerWithPrimitiveFieldTypePassivationTest, time: 8 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerWithPrimitiveFieldTypePassivationTest.testProducerFieldWithPrimitiveType: 166/1,242 Failed tests: 0 (69)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.transientreference.TransientReferenceParameterTest, time: 8 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TransientReferenceParameterTest.testParamInjectionPoints: 167/1,242 Failed tests: 0 (70)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.validation.DecoratorWithNonPassivationCapableDependenciesTest, time: 8 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNonPassivationCapableDependenciesTest.testDeploymentValid: 168/1,242 Failed tests: 0 (71)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.validation.InterceptorWithNonPassivationCapableDependenciesTest, time: 8 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorWithNonPassivationCapableDependenciesTest.test: 169/1,242 Failed tests: 0 (72)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.beanmanager.BeanManagerDecoratorTest, time: 12 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerDecoratorTest.testDecoratorIsNotApplied: 170/1,242 Failed tests: 0 (73)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.conversation.BuiltinConversationDecoratorTest, time: 12 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinConversationDecoratorTest.testDecoratorIsInvoked: 171/1,242 Failed tests: 0 (74)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinConversationDecoratorTest.testDecoratorIsResolved: 172/1,242 Failed tests: 0 (74)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.event.BuiltinEventDecoratorTest, time: 12 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinEventDecoratorTest.testDecoratorIsInvoked: 173/1,242 Failed tests: 0 (75)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinEventDecoratorTest.testDecoratorIsResolved: 174/1,242 Failed tests: 0 (75)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinEventDecoratorTest.testMultipleDecorators: 175/1,242 Failed tests: 0 (75)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.event.complex.ComplexEventDecoratorTest, time: 8 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ComplexEventDecoratorTest.testOrderedEvents: 176/1,242 Failed tests: 0 (76)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.injectionpoint.BuiltinInjectionPointDecoratorTest, time: 11 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInjectionPointDecoratorTest.testDecoratorInvoked: 177/1,242 Failed tests: 0 (77)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInjectionPointDecoratorTest.testDecoratorIsResolved: 178/1,242 Failed tests: 0 (77)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.instance.BuiltinInstanceDecoratorTest, time: 11 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceDecoratorTest.testDecoratorIsInvoked: 179/1,242 Failed tests: 0 (78)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceDecoratorTest.testDecoratorIsResolved: 180/1,242 Failed tests: 0 (78)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.custom.CustomDecoratorTest, time: 6 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomDecoratorTest.testCustomImplementationOfDecoratorInterface: 181/1,242 Failed tests: 0 (79)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.custom.broken.finalBeanClass.CustomDecoratorMatchingBeanWithFinalClassTest, time: 7 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomDecoratorMatchingBeanWithFinalClassTest.testCustomDecoratorDecoratingFinalBean: 182/1,242 Failed tests: 0 (80)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.custom.broken.nodelegateinjectionpoint.CustomDecoratorWithNoDelegateInjectionPointTest, time: 7 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomDecoratorWithNoDelegateInjectionPointTest.testDeploymentFails: 183/1,242 Failed tests: 0 (81)
Nov 02, 2017 10:05:26 AM 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]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomDecoratorWithTooManyDelegateInjectionPointsTest.testDeploymentFails: 184/1,242 Failed tests: 0 (82)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.DecoratorDefinitionTest, time: 9 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testAbstractDecoratorNotImplementingMethodOfDecoratedType: 185/1,242 Failed tests: 0 (83)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDecoratedTypes: 186/1,242 Failed tests: 0 (83)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDecoratorDoesNotImplementDelegateType: 187/1,242 Failed tests: 0 (83)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDecoratorIsManagedBean: 188/1,242 Failed tests: 0 (83)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDecoratorOrdering: 189/1,242 Failed tests: 0 (83)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDelegateInjectionPoint: 190/1,242 Failed tests: 0 (83)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDuplicateBindingsOnResolveDecoratorsFails: 191/1,242 Failed tests: 0 (83)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testEmptyTypeSetOnResolveDecoratorsFails: 192/1,242 Failed tests: 0 (83)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testInstanceOfDecoratorForEachEnabled: 193/1,242 Failed tests: 0 (83)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testNonBindingsOnResolveDecoratorsFails: 194/1,242 Failed tests: 0 (83)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testNonEnabledDecoratorNotResolved: 195/1,242 Failed tests: 0 (83)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.decoratorListedTwiceInBeansXml.DecoratorListedTwiceInBeansXmlTest, time: 8 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorListedTwiceInBeansXmlTest.testDecoratorListedTwiceInBeansXmlNotOK: 196/1,242 Failed tests: 0 (84)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.enabledDecoratorIsNotDecorator.EnabledDecoratorNotADecoratorTest, time: 8 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledDecoratorNotADecoratorTest.testEnabledDecoratorNotADecoratorTest: 197/1,242 Failed tests: 0 (85)
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.finalBeanClass.FinalBeanClassTest, time: 7 ms]
Nov 02, 2017 10:05:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalBeanClassTest.testAppliesToFinalManagedBeanClass: 198/1,242 Failed tests: 0 (86)
Nov 02, 2017 10:05:26 AM 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]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalBeanMethodTest.testAppliesToFinalMethodOnManagedBeanClass: 199/1,242 Failed tests: 0 (87)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.invalidAbstractMethodOnDecorator.DecoratorWithInvalidAbstractMethodTest, time: 7 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithInvalidAbstractMethodTest.testAbstractMethodsNotDeclaredByDecoratedTypeNotOk: 200/1,242 Failed tests: 0 (88)
Nov 02, 2017 10:05:27 AM 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]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleDelegateInjectionPointsTest.testMultipleDelegateInjectionPoints: 201/1,242 Failed tests: 0 (89)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.noDelegateInjectionPoints.NoDelegateInjectionPointsTest, time: 9 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NoDelegateInjectionPointsTest.testNoDelegateInjectionPoints: 202/1,242 Failed tests: 0 (90)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nonDecoratorWithDecorates.NonDecoratorWithDecoratesTest, time: 7 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonDecoratorWithDecoratesTest.testNonDecoratorWithDecoratesAnnotationNotOK: 203/1,242 Failed tests: 0 (91)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nonDependent.NonDependentDecoratorTest, time: 32 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonDependentDecoratorTest.testDeploymentWithScopedDecorator: 204/1,242 Failed tests: 0 (92)
Nov 02, 2017 10:05:27 AM 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]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonExistantDecoratorClassInBeansXmlTest.testNonExistantDecoratorClassInBeansXmlNotOK: 205/1,242 Failed tests: 0 (93)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.notAllDecoratedTypesImplemented.NotAllDecoratedTypesImplementedTest, time: 8 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NotAllDecoratedTypesImplementedTest.testNotAllDecoratedTypesImplemented: 206/1,242 Failed tests: 0 (94)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.notAllDecoratedTypesImplemented.parameterized.TypeParametersNotTheSameTest, time: 8 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TypeParametersNotTheSameTest.testDeploymentFails: 207/1,242 Failed tests: 0 (95)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.observer.DecoratorWithAsyncObserverMethodTest, time: 8 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithAsyncObserverMethodTest.testDecoratorWithAsyncObserverMethodNotOk: 208/1,242 Failed tests: 0 (96)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.parameterizedTypesWithDifferentTypeParameters.DifferentTypeParametersTest, time: 8 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DifferentTypeParametersTest.testTypeParametersOnDecoratedTypeAndDelegateTypeDoNotMatch: 209/1,242 Failed tests: 0 (97)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.inject.delegateConstructor.DelegateInjectionPointTest, time: 7 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DelegateInjectionPointTest.testDecoratorDelegateInjectionPoints: 210/1,242 Failed tests: 0 (98)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.inject.delegateField.DelegateFieldInjectionPointTest, time: 7 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DelegateFieldInjectionPointTest.testDecoratorDelegateInjectionPoints: 211/1,242 Failed tests: 0 (99)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.inject.delegateInitializerMethod.DelegateInjectionPointTest, time: 7 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DelegateInjectionPointTest.testDecoratorDelegateInjectionPoints: 212/1,242 Failed tests: 0 (100)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.producer.DecoratorNotAppliedToResultOfProducerTest, time: 8 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorNotAppliedToResultOfProducerTest.testDecoratorNotAppliedToResultOfProducerField: 213/1,242 Failed tests: 0 (101)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorNotAppliedToResultOfProducerTest.testDecoratorNotAppliedToResultOfProducerMethod: 214/1,242 Failed tests: 0 (101)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.types.DelegateTypeImplementsParameterizedDecoratedTypeTest, time: 7 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DelegateTypeImplementsParameterizedDecoratedTypeTest.testDelegateTypeIsValid: 215/1,242 Failed tests: 0 (102)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest, time: 8 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorAndInterceptorTest.testLifecycleCallbacks: 216/1,242 Failed tests: 0 (103)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorAndInterceptorTest.testMethodCallbacks: 217/1,242 Failed tests: 0 (103)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.invocation.DecoratorInvocationTest, time: 8 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorInvocationTest.testChainedDecoratorInvocation: 218/1,242 Failed tests: 0 (104)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorInvocationTest.testDecoratorInvocation: 219/1,242 Failed tests: 0 (104)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.invocation.observer.DecoratorInvocationTest, time: 26 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorInvocationTest.testDecoratorInvocation: 220/1,242 Failed tests: 0 (105)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.invocation.producer.method.DecoratorInvocationTest, time: 7 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorInvocationTest.testDecoratorInvocation: 221/1,242 Failed tests: 0 (106)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.ordering.global.GlobalDecoratorOrderingTest, time: 49 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GlobalDecoratorOrderingTest.testDecoratorsInWebInfClasses: 222/1,242 Failed tests: 0 (107)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.resolution.DecoratorResolutionTest, time: 9 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testDelegateTypeVariableBeanActualType: 223/1,242 Failed tests: 0 (108)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testDelegateTypeVariableBeanTypeVariable: 224/1,242 Failed tests: 0 (108)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testDelegateWildcardBeanActualType: 225/1,242 Failed tests: 0 (108)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testDelegateWildcardBeanTypeVariable: 226/1,242 Failed tests: 0 (108)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testIdenticalTypeParamerters: 227/1,242 Failed tests: 0 (108)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testNestedIdenticalTypeParamerters: 228/1,242 Failed tests: 0 (108)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testObject: 229/1,242 Failed tests: 0 (108)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testUnboundedTypeVariables: 230/1,242 Failed tests: 0 (108)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testUnboundedTypeVariablesAndObject: 231/1,242 Failed tests: 0 (108)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.BeanDefinitionTest, time: 8 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testAbstractApiType: 232/1,242 Failed tests: 0 (109)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanClassOnSimpleBean: 233/1,242 Failed tests: 0 (109)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanClientCanCastBeanInstanceToAnyBeanType: 234/1,242 Failed tests: 0 (109)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanExtendsAnotherBean: 235/1,242 Failed tests: 0 (109)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanTypes: 236/1,242 Failed tests: 0 (109)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanTypesNonEmpty: 237/1,242 Failed tests: 0 (109)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testFinalApiType: 238/1,242 Failed tests: 0 (109)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testGenericBeanTypes: 239/1,242 Failed tests: 0 (109)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testHasScopeType: 240/1,242 Failed tests: 0 (109)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testMultipleStereotypes: 241/1,242 Failed tests: 0 (109)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testQualifiersNonEmpty: 242/1,242 Failed tests: 0 (109)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testRawBeanTypes: 243/1,242 Failed tests: 0 (109)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedManagedBeanTest, time: 7 ms]
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RestrictedManagedBeanTest.testInvalidTypedValueOnManagedBean: 244/1,242 Failed tests: 0 (110)
Nov 02, 2017 10:05:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedProducerFieldTest, time: 6 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RestrictedProducerFieldTest.testInvalidTypedValueOnProducerField: 245/1,242 Failed tests: 0 (111)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.custom.CustomBeanImplementationTest, time: 29 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testCustomBeanIsPassivationCapable: 246/1,242 Failed tests: 0 (112)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testCustomBeanIsPassivationCapableDependency: 247/1,242 Failed tests: 0 (112)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetBeanClassCalled: 248/1,242 Failed tests: 0 (112)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetBindingsCalled: 249/1,242 Failed tests: 0 (112)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetInjectionPointsCalled: 250/1,242 Failed tests: 0 (112)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetNameCalled: 251/1,242 Failed tests: 0 (112)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetScopeTypeCalled: 252/1,242 Failed tests: 0 (112)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetStereotypesCalled: 253/1,242 Failed tests: 0 (112)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetTypesCalled: 254/1,242 Failed tests: 0 (112)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testIsPolicyCalled: 255/1,242 Failed tests: 0 (112)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.genericbroken.GenericManagedBeanTest, time: 7 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GenericManagedBeanTest.testNonDependentGenericManagedBeanNotOk: 256/1,242 Failed tests: 0 (113)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.types.ManagedBeanTypesTest, time: 8 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanTypesTest.testGenericHierarchyBeanTypes: 257/1,242 Failed tests: 0 (114)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.types.illegal.BeanTypesWithIllegalTypeTest, time: 7 ms]
Nov 02, 2017 10:05:28 AM 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
Nov 02, 2017 10:05:28 AM 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
Nov 02, 2017 10:05:28 AM 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] @ProducedWithMethod @Produces public org.jboss.cdi.tck.tests.definition.bean.types.illegal.EagleProducer.createEagle()
Nov 02, 2017 10:05:28 AM 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
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypesWithIllegalTypeTest.beanSetOfBeanTypesContainsOnlyLegalTypes: 258/1,242 Failed tests: 0 (115)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypesWithIllegalTypeTest.producerFieldsetOfBeanTypesContainsOnlyLegalTypes: 259/1,242 Failed tests: 0 (115)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypesWithIllegalTypeTest.producerMethodsetOfBeanTypesContainsOnlyLegalTypes: 260/1,242 Failed tests: 0 (115)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.name.NameDefinitionTest, time: 8 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testDefaultNamed: 261/1,242 Failed tests: 0 (116)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNameStartingWithDollarCharacter: 262/1,242 Failed tests: 0 (116)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNameStartingWithLowerCaseCharacter: 263/1,242 Failed tests: 0 (116)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNameStartingWithMultipleUpperCaseCharacters: 264/1,242 Failed tests: 0 (116)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNameStartingWithUnderScoreCharacter: 265/1,242 Failed tests: 0 (116)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNamedNotDeclaredByBean: 266/1,242 Failed tests: 0 (116)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNamedNotDeclaredByStereotype: 267/1,242 Failed tests: 0 (116)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNonDefaultNamed: 268/1,242 Failed tests: 0 (116)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testStereotypeDefaultsName: 269/1,242 Failed tests: 0 (116)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.qualifier.QualifierDefinitionTest, time: 9 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testMultipleQualifiers: 270/1,242 Failed tests: 0 (117)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierDeclaredInheritedIsBlockedByIntermediateClass: 271/1,242 Failed tests: 0 (117)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierDeclaredInheritedIsIndirectlyInherited: 272/1,242 Failed tests: 0 (117)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierDeclaredInheritedIsInherited: 273/1,242 Failed tests: 0 (117)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierDeclaresBindingAnnotation: 274/1,242 Failed tests: 0 (117)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierNotDeclaredInheritedIsNotIndirectlyInherited: 275/1,242 Failed tests: 0 (117)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierNotDeclaredInheritedIsNotInherited: 276/1,242 Failed tests: 0 (117)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifiersDeclaredInJava: 277/1,242 Failed tests: 0 (117)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.qualifier.builtin.BuiltInQualifierDefinitionTest, time: 8 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testAnyBeanHasDefaultQualifier: 278/1,242 Failed tests: 0 (118)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testDefaultQualifierDeclaredInJava: 279/1,242 Failed tests: 0 (118)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testDefaultQualifierForInjectionPoint: 280/1,242 Failed tests: 0 (118)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testNamedAndAnyBeanHasDefaultQualifier: 281/1,242 Failed tests: 0 (118)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testNamedBeanHasDefaultQualifier: 282/1,242 Failed tests: 0 (118)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testProducedAnyBeanHasDefaultQualifier: 283/1,242 Failed tests: 0 (118)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testProducedNamedAndAnyBeanHasDefaultQualifier: 284/1,242 Failed tests: 0 (118)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltInQualifierDefinitionTest.testProducedNamedBeanHasDefaultQualifier: 285/1,242 Failed tests: 0 (118)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.qualifier.repeatable.RepeatableQualifiersTest, time: 8 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RepeatableQualifiersTest.resolutionWithRepeatableQualifiers: 286/1,242 Failed tests: 0 (119)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.scope.ScopeDefinitionTest, time: 8 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testDefaultScope: 287/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testMultipleCompatibleScopeStereotypes: 288/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testMultipleIncompatibleScopeStereotypesWithScopeSpecified: 289/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeDeclaredInJava: 290/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeSpecifiedAndStereotyped: 291/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeMarkedInherited: 292/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeNotMarkedInherited: 293/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaredInheritedIsIndirectlyInherited: 294/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaredInheritedIsInherited: 295/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaresScopeTypeAnnotation: 296/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeHasCorrectTarget: 297/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeNotDeclaredInheritedIsNotIndirectlyInherited: 298/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeNotDeclaredInheritedIsNotInherited: 299/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypesAreExtensible: 300/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testWebBeanScopeTypeOverridesStereotype: 301/1,242 Failed tests: 0 (120)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.scope.broken.tooManyScopes.TooManyScopesTest, time: 7 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TooManyScopesTest.testTooManyScopesSpecifiedInJava: 302/1,242 Failed tests: 0 (121)
Nov 02, 2017 10:05:28 AM 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: 7 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldTooManyScopesTest.testTooManyScopesSpecifiedInJava: 303/1,242 Failed tests: 0 (122)
Nov 02, 2017 10:05:28 AM 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: 6 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodTooManyScopesTest.testTooManyScopesSpecifiedInJava: 304/1,242 Failed tests: 0 (123)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.scope.inOtherBda.ScopeDefinedInOtherBDATest, time: 6 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinedInOtherBDATest.testCustomScopeInOtherBDAisBeanDefiningAnnotation: 305/1,242 Failed tests: 0 (124)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.StereotypeDefinitionTest, time: 8 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testExplicitScopeOverridesMergedScopesFromMultipleStereotype: 306/1,242 Failed tests: 0 (125)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testMultipleStereotypesAllowed: 307/1,242 Failed tests: 0 (125)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testOneStereotypeAllowed: 308/1,242 Failed tests: 0 (125)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeDeclaredInheritedIsIndirectlyInherited: 309/1,242 Failed tests: 0 (125)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeDeclaredInheritedIsInherited: 310/1,242 Failed tests: 0 (125)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeNotDeclaredInheritedIsNotIndirectlyInherited: 311/1,242 Failed tests: 0 (125)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeNotDeclaredInheritedIsNotInherited: 312/1,242 Failed tests: 0 (125)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeScopeIsOverriddenByIndirectlyInheritedScope: 313/1,242 Failed tests: 0 (125)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeScopeIsOverriddenByInheritedScope: 314/1,242 Failed tests: 0 (125)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeWithScopeType: 315/1,242 Failed tests: 0 (125)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeWithoutScopeType: 316/1,242 Failed tests: 0 (125)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.broken.nonEmptyNamed.NonEmptyNamedTest, time: 9 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonEmptyNamedTest.testStereotypeWithNonEmptyNamed: 317/1,242 Failed tests: 0 (126)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.broken.scopeConflict.IncompatibleStereotypesTest, time: 7 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke IncompatibleStereotypesTest.testMultipleIncompatibleScopeStereotypes: 318/1,242 Failed tests: 0 (127)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.broken.tooManyScopes.TooManyScopeTypesTest, time: 8 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TooManyScopeTypesTest.testStereotypeWithTooManyScopeTypes: 319/1,242 Failed tests: 0 (128)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.inheritance.StereotypeInheritenceTest, time: 7 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeInheritenceTest.testInheritence: 320/1,242 Failed tests: 0 (129)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.interceptor.StereotypeWithMultipleInterceptorBindingsTest, time: 7 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeWithMultipleInterceptorBindingsTest.testMultipleInterceptorBindings: 321/1,242 Failed tests: 0 (130)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.named.DefaultNamedTest, time: 7 ms]
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DefaultNamedTest.testStereotypeDeclaringNamed: 322/1,242 Failed tests: 0 (131)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DefaultNamedTest.testStereotypeNamedOverridenByBean: 323/1,242 Failed tests: 0 (131)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.discovery.BeanDiscoveryTest, time: 11 ms]
Nov 02, 2017 10:05:28 AM 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.
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDiscoveryTest.testExplicitBeanArchiveEmptyDescriptor: 324/1,242 Failed tests: 0 (132)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDiscoveryTest.testExplicitBeanArchiveLegacyDescriptor: 325/1,242 Failed tests: 0 (132)
Nov 02, 2017 10:05:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDiscoveryTest.testExplicitBeanArchiveModeAll: 326/1,242 Failed tests: 0 (132)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.exclude.ExcludeFiltersTest, time: 23 ms]
Nov 02, 2017 10:05:29 AM 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.
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExcludeFiltersTest.testExcludeClassActivators: 327/1,242 Failed tests: 0 (133)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExcludeFiltersTest.testTypeFcqnMatchesExcludeFilterName: 328/1,242 Failed tests: 0 (133)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExcludeFiltersTest.testTypePackageMatchesExcludeFilterName: 329/1,242 Failed tests: 0 (133)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.initialization.ApplicationInitializationLifecycleTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ApplicationInitializationLifecycleTest.testInitialization: 330/1,242 Failed tests: 0 (134)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.bundledLibrary.LibraryInWarTest, time: 12 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LibraryInWarTest.test: 331/1,242 Failed tests: 0 (135)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.bundledLibrary.LibraryMissingBeansXmlTest, time: 11 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LibraryMissingBeansXmlTest.test: 332/1,242 Failed tests: 0 (136)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.visibility.JarToJarAlphaVisibilityTest, time: 16 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke JarToJarAlphaVisibilityTest.testDeployment: 333/1,242 Failed tests: 0 (137)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.war.BeansDescriptorAlternativeLocationTest, time: 6 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeansDescriptorAlternativeLocationTest.testAlternativeLocation: 334/1,242 Failed tests: 0 (138)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.trimmed.TrimmedBeanArchiveTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TrimmedBeanArchiveTest.testDiscoveredBean: 335/1,242 Failed tests: 0 (139)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TrimmedBeanArchiveTest.testDiscoveredBeanWithStereoType: 336/1,242 Failed tests: 0 (139)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TrimmedBeanArchiveTest.testProducerNotDsicovered: 337/1,242 Failed tests: 0 (139)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.EventTest, time: 8 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testEventObjectContainsTypeVariablesWhenResolvingFails: 338/1,242 Failed tests: 0 (140)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testNonStaticObserverMethodIndirectlyInherited: 339/1,242 Failed tests: 0 (140)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testNonStaticObserverMethodInherited: 340/1,242 Failed tests: 0 (140)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testObserverCalledOnSpecializedBeanOnly: 341/1,242 Failed tests: 0 (140)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testObserverMethodNotifiedWhenQualifiersMatch: 342/1,242 Failed tests: 0 (140)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testObserverMethodParameterInjectionPoints: 343/1,242 Failed tests: 0 (140)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testPrivateObserverMethodInvoked: 344/1,242 Failed tests: 0 (140)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.bindingTypes.EventBindingTypesTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testEventAlwaysHasAnyBinding: 345/1,242 Failed tests: 0 (141)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testEventBindingTypeTargetsFieldParameterElementTypes: 346/1,242 Failed tests: 0 (141)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testEventBindingTypeTargetsMethodFieldParameterElementTypes: 347/1,242 Failed tests: 0 (141)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testFireEventWithNonBindingAnnotationsFails: 348/1,242 Failed tests: 0 (141)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testFireEventWithNonRuntimeBindingTypeFails: 349/1,242 Failed tests: 0 (141)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testNonRuntimeBindingTypeIsNotAnEventBindingType: 350/1,242 Failed tests: 0 (141)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.beanNotManaged.ObserverMethodOnIncorrectBeanTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodOnIncorrectBeanTest.testObserverMethodNotOnManagedOrSessionBeanFails: 351/1,242 Failed tests: 0 (142)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.bothObservesAnnotations.ObserverMethodParameterAnnotatedAsSyncAndAsyncTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodParameterAnnotatedAsSyncAndAsyncTest.observerMethodMustBeSyncOrAsync: 352/1,242 Failed tests: 0 (143)
Nov 02, 2017 10:05:29 AM 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]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentIsConditionalObserverTest.testDependentBeanWithConditionalObserverMethodIsDefinitionError: 353/1,242 Failed tests: 0 (144)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.isDisposer.ObserverMethodAnnotatedDisposesTest, time: 6 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodAnnotatedDisposesTest.testObserverMethodWithDisposesParamFails: 354/1,242 Failed tests: 0 (145)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.isProducer.ObserverMethodAnnotatedProducesTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodAnnotatedProducesTest.testObserverMethodAnnotatedProducesFails: 355/1,242 Failed tests: 0 (146)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.tooManyParameters.ObserverMethodWithObservesAndObservesAsyncParametersTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithObservesAndObservesAsyncParametersTest.testObserverMethodMustHaveOnlyOneEventParameter: 356/1,242 Failed tests: 0 (147)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventConstructorInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventConstructorInjectionTest.testDefinitionError: 357/1,242 Failed tests: 0 (148)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventDisposerInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventDisposerInjectionTest.testDefinitionError: 358/1,242 Failed tests: 0 (149)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventInitMethodInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventInitMethodInjectionTest.testDefinitionError: 359/1,242 Failed tests: 0 (150)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventObserverInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventObserverInjectionTest.testDefinitionError: 360/1,242 Failed tests: 0 (151)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventProcessInjectionPointTest, time: 19 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventProcessInjectionPointTest.testDefinitionError: 361/1,242 Failed tests: 0 (152)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventProducerMethodInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventProducerMethodInjectionTest.testDefinitionError: 362/1,242 Failed tests: 0 (153)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.eventTypes.EventTypesTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTypesTest.testEventTypeIncludesAllSuperclassesAndInterfacesOfEventObject: 363/1,242 Failed tests: 0 (154)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTypesTest.testEventTypeIsArray: 364/1,242 Failed tests: 0 (154)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTypesTest.testEventTypeIsConcreteTypeWithNoTypeVariables: 365/1,242 Failed tests: 0 (154)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.fires.FireEventTest, time: 13 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testBeanManagerFireEvent: 366/1,242 Failed tests: 0 (155)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testDuplicateBindingsToFireEventFails: 367/1,242 Failed tests: 0 (155)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testEventFireThrowsExceptionIfEventObjectTypeContainsUnresovableTypeVariable: 368/1,242 Failed tests: 0 (155)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testEventProvidesMethodForFiringEventsWithCombinationOfTypeAndBindings: 369/1,242 Failed tests: 0 (155)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testEventSelectedFiresAndObserversNotified: 370/1,242 Failed tests: 0 (155)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testFireContainerLifecycleEvent: 371/1,242 Failed tests: 0 (155)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testInjectedAnyEventCanFireEvent: 372/1,242 Failed tests: 0 (155)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testInjectedEventAcceptsEventObject: 373/1,242 Failed tests: 0 (155)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testInjectedEventCanHaveBindings: 374/1,242 Failed tests: 0 (155)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testInjectedEventCanSpecifyBindingsDynamically: 375/1,242 Failed tests: 0 (155)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testTypeVariableEventTypeFails: 376/1,242 Failed tests: 0 (155)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.fires.nonbinding.NonBindingTypePassedToFireTest, time: 8 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonBindingTypePassedToFireTest.testExceptionThrownIfNonBindingTypePassedToFire: 377/1,242 Failed tests: 0 (156)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.fires.sync.FireSyncEventTest, time: 7 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireSyncEventTest.testSyncObservesCalledInSameThread: 378/1,242 Failed tests: 0 (157)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.implicit.ImplicitEventTest, time: 8 ms]
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventExistsForEachEventType: 379/1,242 Failed tests: 0 (158)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventHasAllExplicitBindingTypes: 380/1,242 Failed tests: 0 (158)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventHasDependentScope: 381/1,242 Failed tests: 0 (158)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventHasImplementation: 382/1,242 Failed tests: 0 (158)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventHasNoName: 383/1,242 Failed tests: 0 (158)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventIsPassivationCapable: 384/1,242 Failed tests: 0 (158)
Nov 02, 2017 10:05:29 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.metadata.EventMetadataTest, time: 8 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataTest.testParameterizedResolvedType: 385/1,242 Failed tests: 0 (159)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataTest.testSimpleEvent: 386/1,242 Failed tests: 0 (159)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.metadata.broken.initializer.InvalidEventMetadataInjectionPointTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidEventMetadataInjectionPointTest.testDeployment: 387/1,242 Failed tests: 0 (160)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.metadata.injectionpoint.EventMetadataInjectionPointTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetAnnotatedType: 388/1,242 Failed tests: 0 (161)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetBean: 389/1,242 Failed tests: 0 (161)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetMember: 390/1,242 Failed tests: 0 (161)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetQualifiers: 391/1,242 Failed tests: 0 (161)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetType: 392/1,242 Failed tests: 0 (161)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testIsTransient: 393/1,242 Failed tests: 0 (161)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.abortProcessing.orderedObservers.ExceptionInOrderedObserversAbortsProcessingTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExceptionInOrderedObserversAbortsProcessingTest.testOrderedObserversAbortedCorrectly: 394/1,242 Failed tests: 0 (162)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.async.basic.MixedObserversTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MixedObserversTest.testAsyncObserversCalledInDifferentThread: 395/1,242 Failed tests: 0 (163)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MixedObserversTest.testQualifiedAsyncEventIsDeliveredOnlyToAsyncObservers: 396/1,242 Failed tests: 0 (163)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MixedObserversTest.testSyncEventIsDeliveredOnlyToSyncObservers: 397/1,242 Failed tests: 0 (163)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.async.executor.FireAsyncWithCustomExecutorTest, time: 8 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireAsyncWithCustomExecutorTest.testCustomExecutor: 398/1,242 Failed tests: 0 (164)
Nov 02, 2017 10:05:30 AM 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]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleExceptionsInObserversNotificationTest.testMultipleExceptionsDuringVariousObserversNotification: 399/1,242 Failed tests: 0 (165)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.broken.validation.ambiguous.ObserverMethodParameterInjectionValidationTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodParameterInjectionValidationTest.test: 400/1,242 Failed tests: 0 (166)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.broken.validation.unsatisfied.ObserverMethodParameterInjectionValidationTest, time: 8 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodParameterInjectionValidationTest.test: 401/1,242 Failed tests: 0 (167)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.checkedException.CheckedExceptionWrappedTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckedExceptionWrappedTest.testNonTransactionalObserverThrowsCheckedExceptionIsWrappedAndRethrown: 402/1,242 Failed tests: 0 (168)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.conditional.ConditionalObserverTest, time: 8 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConditionalObserverTest.testAsyncConditionalObserver: 403/1,242 Failed tests: 0 (169)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConditionalObserverTest.testConditionalObserver: 404/1,242 Failed tests: 0 (169)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConditionalObserverTest.testNotifyEnumerationContainsNotifyValues: 405/1,242 Failed tests: 0 (169)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConditionalObserverTest.testObserverMethodInvokedOnReturnedInstanceFromContext: 406/1,242 Failed tests: 0 (169)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.extension.BeanManagerObserverNotificationTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerObserverNotificationTest.testNotifyInvoked: 407/1,242 Failed tests: 0 (170)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.extension.EventBeanObserverNotificationTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBeanObserverNotificationTest.testNotifyInvoked: 408/1,242 Failed tests: 0 (171)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.inheritance.ObserverInheritanceTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverInheritanceTest.testNonStaticObserverMethodInherited: 409/1,242 Failed tests: 0 (172)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.method.ObserverMethodTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetBeanClassOnObserverMethod: 410/1,242 Failed tests: 0 (173)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetNotifyOnObserverMethod: 411/1,242 Failed tests: 0 (173)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetObservedQualifiersOnObserverMethod: 412/1,242 Failed tests: 0 (173)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetObservedTypeOnObserverMethod: 413/1,242 Failed tests: 0 (173)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetTransactionPhaseOnObserverMethod: 414/1,242 Failed tests: 0 (173)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testInstanceOfBeanForEveryEnabledObserverMethod: 415/1,242 Failed tests: 0 (173)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testNotifyOnObserverMethod: 416/1,242 Failed tests: 0 (173)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.param.modification.SyncEventModificationTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyncEventModificationTest.testModifiedEventParameterIsPropagated: 417/1,242 Failed tests: 0 (174)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.priority.Sunrise, time: 8 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testDefaultPriority: 418/1,242 Failed tests: 0 (175)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testFireEventLowerPriorityBeforeDefaultPriority: 419/1,242 Failed tests: 0 (175)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testFireEventToMultipleObserversWithPriority: 420/1,242 Failed tests: 0 (175)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testPrioritizedEventBaseclass: 421/1,242 Failed tests: 0 (175)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testPrioritizedEventSubclass: 422/1,242 Failed tests: 0 (175)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testProcessObserverMethodPriority: 423/1,242 Failed tests: 0 (175)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventObserverOrderingTest.testResolveObserversLowerPriorityBeforeDefaultPriority: 424/1,242 Failed tests: 0 (175)
Nov 02, 2017 10:05:30 AM 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]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ApplicationContextLifecycleEventObserverOrderingTest.testContextLifecycleEventOrdering: 425/1,242 Failed tests: 0 (176)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.resolve.ResolveEventObserversTest, time: 8 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testAsyncObserver: 426/1,242 Failed tests: 0 (177)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testBeanManagerResolveObserversSignature: 427/1,242 Failed tests: 0 (177)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testBeanManagerResolveObserversWithIllegalQualifier: 428/1,242 Failed tests: 0 (177)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testMethodWithParameterAnnotatedWithObservesRegistersObserverMethod: 429/1,242 Failed tests: 0 (177)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testMultipleObserverMethodsForSameEventPermissible: 430/1,242 Failed tests: 0 (177)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testMultipleObserverMethodsOnBeanPermissible: 431/1,242 Failed tests: 0 (177)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodAutomaticallyRegistered: 432/1,242 Failed tests: 0 (177)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodMayHaveMultipleBindingTypes: 433/1,242 Failed tests: 0 (177)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodNotAutomaticallyRegisteredForDisabledBeans: 434/1,242 Failed tests: 0 (177)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodRegistration: 435/1,242 Failed tests: 0 (177)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodWithoutBindingTypesObservesEventsWithoutBindingTypes: 436/1,242 Failed tests: 0 (177)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testSyncObserver: 437/1,242 Failed tests: 0 (177)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.runtimeException.ObserverExceptionRethrownTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverExceptionRethrownTest.testNonTransactionalObserverThrowsNonCheckedExceptionIsRethrown: 438/1,242 Failed tests: 0 (178)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.wildcardAndTypeVariable.ObserverMethodWithParametertizedTypeTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithParametertizedTypeTest.testObserverMethodCanObserveArrayTypeVariable: 439/1,242 Failed tests: 0 (179)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithParametertizedTypeTest.testObserverMethodCanObserveArrayWildcard: 440/1,242 Failed tests: 0 (179)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithParametertizedTypeTest.testObserverMethodCanObserveTypeVariable: 441/1,242 Failed tests: 0 (179)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithParametertizedTypeTest.testObserverMethodCanObserveWildcardType: 442/1,242 Failed tests: 0 (179)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.parameterized.ParameterizedEventTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testEventObjectTypeUsed: 443/1,242 Failed tests: 0 (180)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testSelectedEventTypeCombinedWithEventObjectRuntimeTypeForResolvingEventTypeArguments: 444/1,242 Failed tests: 0 (180)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testSelectedEventTypeCombinedWithEventObjectRuntimeTypeForResolvingEventTypeArguments2: 445/1,242 Failed tests: 0 (180)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testSelectedEventTypeUsedForResolvingEventTypeArguments: 446/1,242 Failed tests: 0 (180)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testSelectedEventTypeUsedForResolvingEventTypeArguments2: 447/1,242 Failed tests: 0 (180)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testUnresolvedTypeVariableDetected1: 448/1,242 Failed tests: 0 (180)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testUnresolvedTypeVariableDetected2: 449/1,242 Failed tests: 0 (180)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testUnresolvedTypeVariableDetected3: 450/1,242 Failed tests: 0 (180)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testWildcardIsResolvable: 451/1,242 Failed tests: 0 (180)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DuplicateBindingTypesWhenResolvingTest.testDuplicateBindingTypesWhenResolvingFails: 452/1,242 Failed tests: 0 (181)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.binding.ResolvingChecksBindingTypeMembersTest, time: 7 ms]
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolvingChecksBindingTypeMembersTest.testResolvingChecksBindingTypeMembers: 453/1,242 Failed tests: 0 (182)
Nov 02, 2017 10:05:30 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.nonbinding.NonBindingTypesWhenResolvingTest, time: 7 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonBindingTypesWhenResolvingTest.testNonBindingTypeAnnotationWhenResolvingFails: 454/1,242 Failed tests: 0 (183)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.typeWithParameters.CheckTypeParametersWhenResolvingObserversTest, time: 9 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testEventTypeAssignableToATypeVariable: 455/1,242 Failed tests: 0 (184)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testEventTypeResolution: 456/1,242 Failed tests: 0 (184)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testObservedEventTypeParameterIsActualType: 457/1,242 Failed tests: 0 (184)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testObservedEventTypeParameterIsActualTypeNested: 458/1,242 Failed tests: 0 (184)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testObservedEventTypeParameterIsTypeVariable: 459/1,242 Failed tests: 0 (184)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testObservedEventTypeParameterIsWildcard: 460/1,242 Failed tests: 0 (184)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testParameterizedEventTypeAssignableToRawType: 461/1,242 Failed tests: 0 (184)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testResolvingChecksTypeParameters: 462/1,242 Failed tests: 0 (184)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.typeWithParameters.ChecksEventTypeWhenResolvingTest, time: 9 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ChecksEventTypeWhenResolvingTest.testResolvingChecksEventType: 463/1,242 Failed tests: 0 (185)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.select.SelectEventTest, time: 7 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectReturnsEventOfSameType: 464/1,242 Failed tests: 0 (186)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectThrowsExceptionForDuplicateBindingType: 465/1,242 Failed tests: 0 (186)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectThrowsExceptionIfAnnotationIsNotBindingType: 466/1,242 Failed tests: 0 (186)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectThrowsExceptionIfEventTypeHasTypeVariable: 467/1,242 Failed tests: 0 (186)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectWithSubtypeThrowsExceptionForDuplicateBindingType: 468/1,242 Failed tests: 0 (186)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectWithSubtypeThrowsExceptionIfAnnotationIsNotBindingType: 469/1,242 Failed tests: 0 (186)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.afterBeanDiscovery.AfterBeanDiscoveryTest, time: 10 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testAddContext: 470/1,242 Failed tests: 0 (187)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testBeanIsAdded: 471/1,242 Failed tests: 0 (187)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testCustomDependentBeanInjectionPointIsAvailable: 472/1,242 Failed tests: 0 (187)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testObserverMethodRegistered: 473/1,242 Failed tests: 0 (187)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testProcessBeanIsFired: 474/1,242 Failed tests: 0 (187)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testProcessObserverMethodFiredWhileAddingObserverMethod: 475/1,242 Failed tests: 0 (187)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.deployment.AlternativeInLibraryWithExtensionTest, time: 40 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeInLibraryWithExtensionTest.testAlternative: 476/1,242 Failed tests: 0 (188)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.metadata.AlternativeMetadataTest, time: 9 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testContainerUsesOperationsOfAnnotatedNotReflectionApi: 477/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testDisposesIsAppliedToMethodParameter: 478/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testExtraQualifierAppliedToObservesMethodParameter: 479/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testExtraQualifierIsAppliedToInjectedField: 480/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetAnnotationUsedForGettingInterceptorInformation: 481/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetAnnotationUsedForGettingQualifierInformation: 482/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetAnnotationUsedForGettingScopeInformation: 483/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetAnnotationUsedForGettingStereotypeInformation: 484/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfConstructorInjectionPoint: 485/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfDisposalParameter: 486/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfDisposerInjectionPoint: 487/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfEventParameter: 488/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfInitializerInjectionPoint: 489/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfInjectionPoint: 490/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfObserverInjectionPoint: 491/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfProducerInjectionPoint: 492/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetTypeClosureUsed: 493/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetTypeClosureUsedToDetermineTypeOfProducerField: 494/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetTypeClosureUsedToDetermineTypeOfProducerMethod: 495/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetTypeClosureUsedToDetermineTypeOfSessionBean: 496/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testInjectCreatesInitializerMethod: 497/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testObserverMethod: 498/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testPreviouslyNonInjectAnnotatedConstructorIsUsed: 499/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testPreviouslyNonInjectAnnotatedFieldIsInjected: 500/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testProducesCreatesProducerField: 501/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testProducesCreatesProducerMethod: 502/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testQualifierAddedToInitializerParameter: 503/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testQualifierIsAppliedToProducerMethod: 504/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testQualifierIsAppliedToProducerMethodParameter: 505/1,242 Failed tests: 0 (189)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.metadata.annotated.AnnotatedTypeAnnotationsTest, time: 7 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeAnnotationsTest.testCreateAnnotatedType: 506/1,242 Failed tests: 0 (190)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeAnnotationsTest.testGetAnnotatedType: 507/1,242 Failed tests: 0 (190)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeAnnotationsTest.testGetAnnotatedTypes: 508/1,242 Failed tests: 0 (190)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeAnnotationsTest.testProcessAnnotatedType: 509/1,242 Failed tests: 0 (190)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.metadata.interceptor.AlternativeMetadataInterceptorInjectionTargetTest, time: 7 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataInterceptorInjectionTargetTest.testInterceptorInterceptsOnlyBindedClass: 510/1,242 Failed tests: 0 (191)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.metadata.interceptor.AlternativeMetadataInterceptorTest, time: 6 ms]
Nov 02, 2017 10:05:31 AM 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!
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataInterceptorTest.testInterceptorInterceptsOnlyBindedClass: 511/1,242 Failed tests: 0 (192)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.AlternativeMetaDataTest, time: 7 ms]
Nov 02, 2017 10:05:31 AM 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!
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testBaseType: 512/1,242 Failed tests: 0 (193)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testConstructors: 513/1,242 Failed tests: 0 (193)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testFields: 514/1,242 Failed tests: 0 (193)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testGetAnnotation: 515/1,242 Failed tests: 0 (193)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testGetAnnotations: 516/1,242 Failed tests: 0 (193)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testIsAnnotationPresent: 517/1,242 Failed tests: 0 (193)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testMethods: 518/1,242 Failed tests: 0 (193)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testTypeClosure: 519/1,242 Failed tests: 0 (193)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.ProcessAnnotatedTypeTest, time: 8 ms]
Nov 02, 2017 10:05:31 AM 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.
Nov 02, 2017 10:05:31 AM 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!
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testGetAnnotatedType: 520/1,242 Failed tests: 0 (194)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testProcessAnnotatedTypeEventsSent: 521/1,242 Failed tests: 0 (194)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testProcessAnnotatedTypeFiredForEnum: 522/1,242 Failed tests: 0 (194)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testSetAnnotatedType: 523/1,242 Failed tests: 0 (194)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testVeto: 524/1,242 Failed tests: 0 (194)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.broken.processAnnotatedObserverThrowsException.ProcessAnnotatedTypeEventThrowsExceptionTest, time: 7 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeEventThrowsExceptionTest.testProcessAnnotatedTypeEventThrowsExceptionNotOk: 525/1,242 Failed tests: 0 (195)
Nov 02, 2017 10:05:31 AM 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]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionTargetEventThrowsExceptionTest.testProcessInjectionTargetEventThrowsExceptionNotOk: 526/1,242 Failed tests: 0 (196)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.delivery.WithAnnotationsTest, time: 29 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WithAnnotationsTest.testDelivery: 527/1,242 Failed tests: 0 (197)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WithAnnotationsTest.testDeliveryMetaAnnotation: 528/1,242 Failed tests: 0 (197)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.delivery.broken.WithAnnotationsAppliedToIllegalContainerLifecycleEventParameterTest, time: 7 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WithAnnotationsAppliedToIllegalContainerLifecycleEventParameterTest.testDeploymentFails: 529/1,242 Failed tests: 0 (198)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.synthetic.ProcessSyntheticAnnotatedTypeTest, time: 9 ms]
Nov 02, 2017 10:05:31 AM 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.
Nov 02, 2017 10:05:31 AM 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.
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessSyntheticAnnotatedTypeTest.testEventsFired: 530/1,242 Failed tests: 0 (199)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessSyntheticAnnotatedTypeTest.testEventsSources: 531/1,242 Failed tests: 0 (199)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.bean.bytype.BeanByTypeTest, time: 7 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testGetBeans: 532/1,242 Failed tests: 0 (200)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testGetBeansDoesNotResolveAlternatives: 533/1,242 Failed tests: 0 (200)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testNoBindingImpliesCurrent: 534/1,242 Failed tests: 0 (200)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testNonBindingType: 535/1,242 Failed tests: 0 (200)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testSameBindingTwice: 536/1,242 Failed tests: 0 (200)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testTypeVariable: 537/1,242 Failed tests: 0 (200)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest, time: 12 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testAmbiguousDependencyNotResolved: 538/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testAmbiguousDependencyResolved: 539/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineInterceptorBindingType: 540/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineQualifierType: 541/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineScope: 542/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineScopeType: 543/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineStereotype: 544/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testGetELResolver: 545/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testGetExtension: 546/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testGetMetaAnnotationsForInterceptorBindingType: 547/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testGetMetaAnnotationsForStereotype: 548/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testObtainingAnnotatedType: 549/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testObtainingInjectionTarget: 550/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testObtainingInjectionTargetWithDefinitionError: 551/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testResolveWithEmptySet: 552/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testResolveWithNull: 553/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testValidateThrowsException: 554/1,242 Failed tests: 0 (201)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.PassivationIdTest, time: 9 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationIdTest.testGetPassivationCapableBeanById: 555/1,242 Failed tests: 0 (202)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.bean.SyntheticBeanTest, time: 7 ms]
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testRegisteredBean: 556/1,242 Failed tests: 0 (203)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSerializableBean: 557/1,242 Failed tests: 0 (203)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSyntheticBeanIntercepted: 558/1,242 Failed tests: 0 (203)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSyntheticDecorator: 559/1,242 Failed tests: 0 (203)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSyntheticProducerField: 560/1,242 Failed tests: 0 (203)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSyntheticProducerMethod: 561/1,242 Failed tests: 0 (203)
Nov 02, 2017 10:05:31 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.beanAttributes.CreateBeanAttributesTest, time: 7 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testBeanAttributesForField: 562/1,242 Failed tests: 0 (204)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testBeanAttributesForManagedBean: 563/1,242 Failed tests: 0 (204)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testBeanAttributesForManagedBeanWithModifiedAnnotatedType: 564/1,242 Failed tests: 0 (204)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testBeanAttributesForMethod: 565/1,242 Failed tests: 0 (204)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testInvalidMember: 566/1,242 Failed tests: 0 (204)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.bootstrap.unavailable.methods.UnavailableMethodsDuringApplicationInitializationTest, time: 8 ms]
Nov 02, 2017 10:05:32 AM 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.
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnavailableMethodsDuringApplicationInitializationTest.testUnavailableMethods: 567/1,242 Failed tests: 0 (205)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.broken.event.FireContainerLifecycleEventTest, time: 8 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireContainerLifecycleEventTest.testFireContainerLifecycleEvent: 568/1,242 Failed tests: 0 (206)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.el.WrapExpressionFactoryTest, time: 7 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WrapExpressionFactoryTest.testWrapping: 569/1,242 Failed tests: 0 (207)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.equivalence.interceptorbinding.InterceptorBindingEquivalenceTest, time: 7 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingEquivalenceTest.testAreInterceptorBindingsEquivalent: 570/1,242 Failed tests: 0 (208)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingEquivalenceTest.testGetInterceptorBindingHashCode: 571/1,242 Failed tests: 0 (208)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.equivalence.qualifier.QualifierEquivalenceTest, time: 8 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierEquivalenceTest.testAreQualifiersEquivalent: 572/1,242 Failed tests: 0 (209)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierEquivalenceTest.testGetQualifierHashCode: 573/1,242 Failed tests: 0 (209)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.injectionPoint.CreateInjectionPointTest, time: 7 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testConstructorParameter: 574/1,242 Failed tests: 0 (210)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testField: 575/1,242 Failed tests: 0 (210)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testInvalidField: 576/1,242 Failed tests: 0 (210)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testInvalidParameter: 577/1,242 Failed tests: 0 (210)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testMethodParameter: 578/1,242 Failed tests: 0 (210)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.producer.SyntheticProducerTest, time: 6 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerField1: 579/1,242 Failed tests: 0 (211)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerField2: 580/1,242 Failed tests: 0 (211)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerField3: 581/1,242 Failed tests: 0 (211)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerMethod1: 582/1,242 Failed tests: 0 (211)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerMethod2: 583/1,242 Failed tests: 0 (211)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testNonStaticProducerField: 584/1,242 Failed tests: 0 (211)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testNonStaticProducerMethod: 585/1,242 Failed tests: 0 (211)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testStaticProducerField: 586/1,242 Failed tests: 0 (211)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testStaticProducerMethod: 587/1,242 Failed tests: 0 (211)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.unmanaged.UnmanagedInstanceTest, time: 7 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnmanagedInstanceTest.testNonContextualInstanceIsIntercepted: 588/1,242 Failed tests: 0 (212)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnmanagedInstanceTest.testObtainNonContextualInstanceUsingCurrentBeanManager: 589/1,242 Failed tests: 0 (212)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.unmanaged.broken.UnamangedInstanceIllegalStatesTest, time: 7 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.disposeCallBeforeProduce: 590/1,242 Failed tests: 0 (213)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.disposeCalledOnAlreadyDisposedInstance: 591/1,242 Failed tests: 0 (213)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.injectCallBeforeProduce: 592/1,242 Failed tests: 0 (213)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.injectCalledOnAlreadyDisposedInstance: 593/1,242 Failed tests: 0 (213)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.posConstructCallBeforeProduce: 594/1,242 Failed tests: 0 (213)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.postConstructCalledOnAlreadyDisposedInstance: 595/1,242 Failed tests: 0 (213)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.preDeStroyCalledOnAlreadyDisposedInstance: 596/1,242 Failed tests: 0 (213)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.preDestroyCallBeforeProduce: 597/1,242 Failed tests: 0 (213)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.produceCalledOnAlreadyDisposedInstance: 598/1,242 Failed tests: 0 (213)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnamangedInstanceIllegalStatesTest.produceCalledOnAlreadyProducedInstance: 599/1,242 Failed tests: 0 (213)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.communication.ExtensionsCommunicationTest, time: 7 ms]
Nov 02, 2017 10:05:32 AM 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.
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionsCommunicationTest.testEvents: 600/1,242 Failed tests: 0 (214)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.BasicConfiguratorsTest, time: 18 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BasicConfiguratorsTest.configuratorReturnsAlwaysSameAnnotatedTypeConfigurator: 601/1,242 Failed tests: 0 (215)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BasicConfiguratorsTest.configuratorReturnsAlwaysSameBeanAttributesConfigurator: 602/1,242 Failed tests: 0 (215)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BasicConfiguratorsTest.configuratorReturnsAlwaysSameInjectionPointConfigurator: 603/1,242 Failed tests: 0 (215)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BasicConfiguratorsTest.configuratorReturnsAlwaysSameObserverMethodConfigurator: 604/1,242 Failed tests: 0 (215)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.annotatedTypeConfigurator.AnnotatedTypeConfiguratorTest, time: 12 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorTest.addMethodsOfAnnotationTypecConfigurator: 605/1,242 Failed tests: 0 (216)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorTest.annotatedTypesAndMemebersEqual: 606/1,242 Failed tests: 0 (216)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorTest.annotationsRemovedFromAnimalShelter: 607/1,242 Failed tests: 0 (216)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorTest.configuratorInitializedWithOriginalAT: 608/1,242 Failed tests: 0 (216)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorTest.configureAndTestConstructorAnnotatedParams: 609/1,242 Failed tests: 0 (216)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorTest.removeMethodsOfAnnotationTypeConfigurator: 610/1,242 Failed tests: 0 (216)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.bean.BeanConfiguratorTest, time: 8 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConfiguratorTest.processSynthethicBeanEventFired: 611/1,242 Failed tests: 0 (217)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConfiguratorTest.testCreationalAndDisposalMethods: 612/1,242 Failed tests: 0 (217)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConfiguratorTest.testDefaultScopeOfAddedBean: 613/1,242 Failed tests: 0 (217)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConfiguratorTest.testInjectionPoints: 614/1,242 Failed tests: 0 (217)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConfiguratorTest.testPassivationCapability: 615/1,242 Failed tests: 0 (217)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.beanAttributes.BeanAttributesConfiguratorTest, time: 8 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanAttributesConfiguratorTest.configuratorInitializedWithOriginalBeanAttributes: 616/1,242 Failed tests: 0 (218)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanAttributesConfiguratorTest.testMultiAdditionMethods: 617/1,242 Failed tests: 0 (218)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanAttributesConfiguratorTest.testReplacementMethods: 618/1,242 Failed tests: 0 (218)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanAttributesConfiguratorTest.testSingleAdditionMethods: 619/1,242 Failed tests: 0 (218)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.injectionPoint.InjectionPointConfiguratorTest, time: 7 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointConfiguratorTest.changeTypeAndAddQualifier: 620/1,242 Failed tests: 0 (219)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointConfiguratorTest.configuratorInitializedWithOriginalInjectionPoint: 621/1,242 Failed tests: 0 (219)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointConfiguratorTest.readFromFieldAndCheckTransientField: 622/1,242 Failed tests: 0 (219)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointConfiguratorTest.replaceQualifiersAndDelegate: 623/1,242 Failed tests: 0 (219)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.injectionTargetFactory.InjectionTargetFactoryConfigureTest, time: 7 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTargetFactoryConfigureTest.testInjectionTargetFactoryConfigure: 624/1,242 Failed tests: 0 (220)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.observerMethod.ObserverMethodConfiguratorTest, time: 12 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.addNewObserverMethodFromReadingExistingOne: 625/1,242 Failed tests: 0 (221)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.addQualifiersAndSetPriorityAndChangeToAsync: 626/1,242 Failed tests: 0 (221)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.configuratorInitializedWithOriginalObserverMethod: 627/1,242 Failed tests: 0 (221)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.defaultBeanClassIsExtensionClass: 628/1,242 Failed tests: 0 (221)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.notifyAcceptingConsumerNotified: 629/1,242 Failed tests: 0 (221)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.setReceptionAndTransactionPhase: 630/1,242 Failed tests: 0 (221)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodConfiguratorTest.syntheticEventInvokedAndReturningSourceTest: 631/1,242 Failed tests: 0 (221)
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.producer.ProducerConfiguratorTest, time: 6 ms]
Nov 02, 2017 10:05:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerConfiguratorTest.configuratorOptionsTest: 632/1,242 Failed tests: 0 (222)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.producer.broken.ModifyingProducerViaConfigureAndSetTest, time: 7 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ModifyingProducerViaConfigureAndSetTest.testDeploymentThrowsISE: 633/1,242 Failed tests: 0 (223)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.container.event.broken.processBeanObserverRegistersException.AddDefinitionErrorTest, time: 6 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDefinitionErrorTest.testAddDefinitionError: 634/1,242 Failed tests: 0 (224)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.container.event.broken.processBeanObserverThrowsException.ThrowExceptionInProcessBeanObserverTest, time: 7 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ThrowExceptionInProcessBeanObserverTest.testProcessBeanObserverThrowsException: 635/1,242 Failed tests: 0 (225)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptionFactory.InterceptionFactoryTest, time: 7 ms]
Nov 02, 2017 10:05:33 AM 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() - <unknown javax.enterprise.inject.spi.Bean instance>.
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptionFactoryTest.interceptionFactoryBeanIsAvailable: 636/1,242 Failed tests: 0 (226)
Nov 02, 2017 10:05:33 AM 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() - <unknown javax.enterprise.inject.spi.Bean instance>.
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptionFactoryTest.producedInstanceIsIntercepted: 637/1,242 Failed tests: 0 (226)
Nov 02, 2017 10:05:33 AM 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() - <unknown javax.enterprise.inject.spi.Bean instance>.
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptionFactoryTest.producedWithFinalMethodIsIntercepted: 638/1,242 Failed tests: 0 (226)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptionFactory.broken.BrokenInterceptedInstanceTest, time: 7 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BrokenInterceptedInstanceTest.illegalExceptionIsThrownForSubsequentCall: 639/1,242 Failed tests: 0 (227)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BrokenInterceptedInstanceTest.unproxyableExceptionIsThrown: 640/1,242 Failed tests: 0 (227)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptionFactory.broken.InvalidInterceptionFactoryInjectionPointTest, time: 7 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidInterceptionFactoryInjectionPointTest.noopTest: 641/1,242 Failed tests: 0 (228)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptionFactory.customBean.CustomBeanWithInterceptorTest, time: 21 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanWithInterceptorTest.customBeanIntercepted: 642/1,242 Failed tests: 0 (229)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptors.annotation.InterceptorAnnotationExtensionTest, time: 7 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorAnnotationExtensionTest.testInterceptorAddedByExtension: 643/1,242 Failed tests: 0 (230)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptors.custom.CustomInterceptorInvocationTest, time: 35 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorInvocationTest.testCustomInterceptorInvocation: 644/1,242 Failed tests: 0 (231)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptors.custom.CustomInterceptorRegistrationTest, time: 39 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorRegistrationTest.testCustomInterceptorRegistration: 645/1,242 Failed tests: 0 (232)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.ExtensionLifecycleTest, time: 6 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionLifecycleTest.testContainerDeliversEventNotifications: 646/1,242 Failed tests: 0 (233)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionLifecycleTest.testContainerInstantiatesSingleInstanceOfExtension: 647/1,242 Failed tests: 0 (233)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionLifecycleTest.testContainerProvidesBeanForExtension: 648/1,242 Failed tests: 0 (233)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.atd.AfterTypeDiscoveryTest, time: 27 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testAddAnnotatedType: 649/1,242 Failed tests: 0 (234)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testAddAnnotatedTypeWithConfigurator: 650/1,242 Failed tests: 0 (234)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testFinalAlternatives: 651/1,242 Failed tests: 0 (234)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testFinalDecorators: 652/1,242 Failed tests: 0 (234)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testFinalInterceptors: 653/1,242 Failed tests: 0 (234)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testInitialAlternatives: 654/1,242 Failed tests: 0 (234)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testInitialDecorators: 655/1,242 Failed tests: 0 (234)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testInitialInterceptors: 656/1,242 Failed tests: 0 (234)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testProcessProducerEventFiredForProducerField: 657/1,242 Failed tests: 0 (234)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testProcessProducerEventFiredForProducerMethod: 658/1,242 Failed tests: 0 (234)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.atd.broken.ThrowExceptionTest, time: 6 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ThrowExceptionTest.testDeployment: 659/1,242 Failed tests: 0 (235)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.BeforeBeanDiscoveryTest, time: 48 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddAnnotatedType: 660/1,242 Failed tests: 0 (236)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddAnnotatedTypeWithConfigurator: 661/1,242 Failed tests: 0 (236)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddingQualifierByAnnotatedType: 662/1,242 Failed tests: 0 (236)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddingQualifierByClass: 663/1,242 Failed tests: 0 (236)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddingScopeType: 664/1,242 Failed tests: 0 (236)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testBeforeBeanDiscoveryEventIsCalled: 665/1,242 Failed tests: 0 (236)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.DeploymentTest, time: 8 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DeploymentTest.testDeployedManagerEvent: 666/1,242 Failed tests: 0 (237)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DeploymentTest.testOnlyEnabledBeansDeployed: 667/1,242 Failed tests: 0 (237)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.broken.exception.BeforeBeanDiscoveryThrowsExceptionTest, time: 7 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryThrowsExceptionTest.testThrowsException: 668/1,242 Failed tests: 0 (238)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.broken.normalScope.AddingNormalScopeTest, time: 8 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddingNormalScopeTest.testAddingScopeType: 669/1,242 Failed tests: 0 (239)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.broken.passivatingScope.AddingPassivatingScopeTest, time: 7 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddingPassivatingScopeTest.testAddingScopeType: 670/1,242 Failed tests: 0 (240)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.addDeploymentProblem.AddDeploymentProblemTest, time: 9 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDeploymentProblemTest.testObserverDeploymentProblemTreatedAsDeploymentError: 671/1,242 Failed tests: 0 (241)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.exception.discovery.AfterBeanDiscoveryObserverExecutionFailureTest, time: 6 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryObserverExecutionFailureTest.testObserverFailureTreatedAsDefinitionError: 672/1,242 Failed tests: 0 (242)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.observerMethod.ObserverMethodWithoutNotifyMethodTest, time: 6 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomObserverMethodWithoutNotifyMethodTest.observerCustomMethodNotOverridingNotifyMethodTreatedAsDefinitionError: 673/1,242 Failed tests: 0 (243)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.observerMethod.ObserverMethodWithoutNotifyMethodTest, time: 6 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithoutNotifyMethodTest.unableToProcessObserverMethodConfigurator: 674/1,242 Failed tests: 0 (244)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.VerifyValuesTest, time: 8 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testDecoratorBeanAttributes: 675/1,242 Failed tests: 0 (245)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testInterceptorBeanAttributes: 676/1,242 Failed tests: 0 (245)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testManagedBeanAnnotated: 677/1,242 Failed tests: 0 (245)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testManagedBeanAttributes: 678/1,242 Failed tests: 0 (245)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testProducerFieldAnnotated: 679/1,242 Failed tests: 0 (245)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testProducerFieldBeanAttributes: 680/1,242 Failed tests: 0 (245)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testProducerMethodAnnotated: 681/1,242 Failed tests: 0 (245)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testProducerMethodBeanAttributes: 682/1,242 Failed tests: 0 (245)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testSessionBeanAnnotated: 683/1,242 Failed tests: 0 (245)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testSessionBeanAttributes: 684/1,242 Failed tests: 0 (245)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.AddDefinitionErrorTest, time: 7 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDefinitionErrorTest.testDeployment: 685/1,242 Failed tests: 0 (246)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.ThrowExceptionTest, time: 7 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ThrowExceptionTest.testDeployment: 686/1,242 Failed tests: 0 (247)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.invalid.InvalidScopeTest, time: 6 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidScopeTest.test: 687/1,242 Failed tests: 0 (248)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.invalid.InvalidStereotypeTest, time: 22 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidStereotypeTest.test: 688/1,242 Failed tests: 0 (249)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.invalid.InvalidTypesTest, time: 7 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidTypesTest.test: 689/1,242 Failed tests: 0 (250)
Nov 02, 2017 10:05:33 AM 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]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationCapabilityErrorTest.test: 690/1,242 Failed tests: 0 (251)
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.passivation.PassivationCapableDependencyErrorTest, time: 7 ms]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationCapableDependencyErrorTest.test: 691/1,242 Failed tests: 0 (252)
Nov 02, 2017 10:05:33 AM 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]
Nov 02, 2017 10:05:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanAttributesNotFiredForBuiltinBean.testProcessBeanAttributesNotFired: 692/1,242 Failed tests: 0 (253)
Nov 02, 2017 10:05:33 AM 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]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorProcessBeanAttributesTest.testAlphaDecoratorObserved: 693/1,242 Failed tests: 0 (254)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorProcessBeanAttributesTest.testBravoDecoratorObserved: 694/1,242 Failed tests: 0 (254)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.ignoreFinalMethods.IgnoreFinalMethodsTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke IgnoreFinalMethodsTest.testAppDeployedAndBeanIsAvailable: 695/1,242 Failed tests: 0 (255)
Nov 02, 2017 10:05:34 AM 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].
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.interceptor.InterceptorProcessBeanAttributesTest, time: 15 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorProcessBeanAttributesTest.testAlphaInterceptorObserved: 696/1,242 Failed tests: 0 (256)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorProcessBeanAttributesTest.testBravoInterceptorObserved: 697/1,242 Failed tests: 0 (256)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.modify.SetBeanAttributesTest, time: 8 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SetBeanAttributesTest.testBeanModified: 698/1,242 Failed tests: 0 (257)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SetBeanAttributesTest.testChangesAreNotPropagated: 699/1,242 Failed tests: 0 (257)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.modify.broken.SetBeanAttributesTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SetBeanAttributesTest.testBeanDefinitionIsValidated: 700/1,242 Failed tests: 0 (258)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.specialization.SpecializationTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationTest.testProcessBeanAttributesFiredProperlyForSpecializedBean: 701/1,242 Failed tests: 0 (259)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.specialization.VetoTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoTest.testSpecializedBeanAvailableAfterSpecializingBeanVetoed: 702/1,242 Failed tests: 0 (260)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.specialization.broken.TypeConflictDetectionTest, time: 24 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TypeConflictDetectionTest.testDeployment: 703/1,242 Failed tests: 0 (261)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.synthetic.ProcessBeanAttributesNotFiredForSyntheticBeanTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.weld.bootstrap.Validator validateCustomBean
WARN: WELD-001473: javax.enterprise.inject.spi.Bean implementation org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.synthetic.BicycleBean@4cf9fa3d declared a normal scope but does not implement javax.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.
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanAttributesNotFiredForSyntheticBeanTest.testProcessBeanAttributesNotFired: 704/1,242 Failed tests: 0 (262)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.veto.VetoTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoTest.testBeanVetoed: 705/1,242 Failed tests: 0 (263)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.ProcessInjectionPointFiredTest, time: 8 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testConstructorInjectionPoint: 706/1,242 Failed tests: 0 (264)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testDisposerMethodInjectionPoint: 707/1,242 Failed tests: 0 (264)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testFieldInjectionPoint: 708/1,242 Failed tests: 0 (264)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testInitializerInjectionPoint: 709/1,242 Failed tests: 0 (264)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testObserverMethodInjectionPoint: 710/1,242 Failed tests: 0 (264)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testProducerMethodInjectionPoint1: 711/1,242 Failed tests: 0 (264)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testProducerMethodInjectionPoint2: 712/1,242 Failed tests: 0 (264)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.broken.AddDefinitionErrorTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDefinitionErrorTest.testDeployment: 713/1,242 Failed tests: 0 (265)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.broken.ThrowExceptionTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ThrowExceptionTest.testDeployment: 714/1,242 Failed tests: 0 (266)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.observer.ProcessObserverMethodEventTest, time: 8 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.replaceWithSetObserverMethod: 715/1,242 Failed tests: 0 (267)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.testGetAnnotatedMethod: 716/1,242 Failed tests: 0 (267)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.testGetObserverMethod: 717/1,242 Failed tests: 0 (267)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.testProcessObserverMethodEventsSent: 718/1,242 Failed tests: 0 (267)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.vetoEventD: 719/1,242 Failed tests: 0 (267)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.observer.broken.definitionError.ProcessObserverMethodErrorTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodErrorTest.testAddDefinitionError: 720/1,242 Failed tests: 0 (268)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.observer.broken.exception.ProcessObserverMethodExceptionTest, time: 8 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodExceptionTest.testExceptionIsDefinitionError: 721/1,242 Failed tests: 0 (269)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.observer.priority.ExtensionObserverOrderingTest, time: 8 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionObserverOrderingTest.testEventOrdering: 722/1,242 Failed tests: 0 (270)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.processBean.ProcessBeanTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessBeanEvent: 723/1,242 Failed tests: 0 (271)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessBeanFiredForDecorator: 724/1,242 Failed tests: 0 (271)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessBeanFiredForInterceptor: 725/1,242 Failed tests: 0 (271)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessProducerFieldEvent: 726/1,242 Failed tests: 0 (271)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessProducerMethodEvent: 727/1,242 Failed tests: 0 (271)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.producer.ProducerTest, time: 11 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testDisposeDoesNothing: 728/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testGetAnnotatedTypeOnProcessInjectionTarget: 729/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testGetInjectionPointsForConstructorAndInitializer: 730/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testGetInjectionPointsForFields: 731/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInjectionPointsForProducerMethod: 732/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInjectionTargetInject: 733/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInjectionTargetPostConstruct: 734/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInjectionTargetPreDestroy: 735/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInterceptorAndDecoratorStackBuilt: 736/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testProduceAccessesProducerField: 737/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testProduceAndInjectCallsInitializerAndConstructor: 738/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testProduceCallsProducerMethod: 739/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testProducerForMethodDisposesProduct: 740/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testSetProducerOverridesProducer: 741/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testSettingInjectionTargetReplacesIt: 742/1,242 Failed tests: 0 (272)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.producer.broken.injectionTargetError.InjectionTargetDefinitionErrorTest, time: 8 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTargetDefinitionErrorTest.testAddingDefinitionError: 743/1,242 Failed tests: 0 (273)
Nov 02, 2017 10:05:34 AM 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]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerProcessingWithExceptionTest.testException: 744/1,242 Failed tests: 0 (274)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.stereotype.StereotypeExtensionTest, time: 6 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeExtensionTest.testStereotypeWorks: 745/1,242 Failed tests: 0 (275)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.BuiltinMetadataBeanTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinMetadataBeanTest.testBeanMetadata: 746/1,242 Failed tests: 0 (276)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinMetadataBeanTest.testDecoratorMetadata: 747/1,242 Failed tests: 0 (276)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinMetadataBeanTest.testInterceptorMetadata: 748/1,242 Failed tests: 0 (276)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinMetadataBeanTest.testProducerMethodMetadata: 749/1,242 Failed tests: 0 (276)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.BuiltinDecoratorInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinDecoratorInjectionTest.testDeploymentFails: 750/1,242 Failed tests: 0 (277)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.BuiltinInterceptorInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInterceptorInjectionTest.testDeploymentFails: 751/1,242 Failed tests: 0 (278)
Nov 02, 2017 10:05:34 AM 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: 6 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratedBeanFieldInjectionTest.testDeploymentFails: 752/1,242 Failed tests: 0 (279)
Nov 02, 2017 10:05:34 AM 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: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanConstructorInjectionTest.testDeploymentFails: 753/1,242 Failed tests: 0 (280)
Nov 02, 2017 10:05:34 AM 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: 6 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanFieldInjectionTest.testDeploymentFails: 754/1,242 Failed tests: 0 (281)
Nov 02, 2017 10:05:34 AM 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: 7 ms]
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanInitializerInjectionTest.testDeploymentFails: 755/1,242 Failed tests: 0 (282)
Nov 02, 2017 10:05:34 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamConstructorTest, time: 6 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamConstructorTest.testDeploymentFails: 756/1,242 Failed tests: 0 (283)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamDisposerTest, time: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamDisposerTest.testDeploymentFails: 757/1,242 Failed tests: 0 (284)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamFieldTest, time: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamFieldTest.testDeploymentFails: 758/1,242 Failed tests: 0 (285)
Nov 02, 2017 10:05:35 AM 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: 15 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamConstructorTest.testDeploymentFails: 759/1,242 Failed tests: 0 (286)
Nov 02, 2017 10:05:35 AM 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: 15 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamFieldTest.testDeploymentFails: 760/1,242 Failed tests: 0 (287)
Nov 02, 2017 10:05:35 AM 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: 16 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamFieldTest.testDeploymentFails: 761/1,242 Failed tests: 0 (288)
Nov 02, 2017 10:05:35 AM 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: 15 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamInitializerTest.testDeploymentFails: 762/1,242 Failed tests: 0 (289)
Nov 02, 2017 10:05:35 AM 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: 14 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorTypeParamFieldTest.testDeploymentFails: 763/1,242 Failed tests: 0 (290)
Nov 02, 2017 10:05:35 AM 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: 16 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorTypeParamInitializerTest.testDeploymentFails: 764/1,242 Failed tests: 0 (291)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.DisposalMethodDefinitionTest, time: 8 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testBindingTypesAppliedToDisposalMethodParameters: 765/1,242 Failed tests: 0 (292)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testDisposalMethodCalledForProducerField: 766/1,242 Failed tests: 0 (292)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testDisposalMethodForMultipleProducerMethods: 767/1,242 Failed tests: 0 (292)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testDisposalMethodOnNonBean: 768/1,242 Failed tests: 0 (292)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testDisposalMethodParametersGetInjected: 769/1,242 Failed tests: 0 (292)
Nov 02, 2017 10:05:35 AM 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: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InitializerUnallowedDefinitionTest.testInitializerUnallowed: 770/1,242 Failed tests: 0 (293)
Nov 02, 2017 10:05:35 AM 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]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleDisposeParametersDefinitionTest.testMultipleDisposeParameters: 771/1,242 Failed tests: 0 (294)
Nov 02, 2017 10:05:35 AM 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: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleDisposerMethodsForProducerMethodTest.testMultipleDisposerMethodsForProducerMethodNotAllowed: 772/1,242 Failed tests: 0 (295)
Nov 02, 2017 10:05:35 AM 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: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodWithAsyncObservesTest.testObserverParameterUnallowed: 773/1,242 Failed tests: 0 (296)
Nov 02, 2017 10:05:35 AM 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: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducesUnallowedDefinitionTest.testProducesUnallowed: 774/1,242 Failed tests: 0 (297)
Nov 02, 2017 10:05:35 AM 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: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnresolvedDisposalMethodDefinitionTest.testUnresolvedDisposalMethod: 775/1,242 Failed tests: 0 (298)
Nov 02, 2017 10:05:35 AM 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: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodParameterInjectionValidationTest.test: 776/1,242 Failed tests: 0 (299)
Nov 02, 2017 10:05:35 AM 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: 6 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodParameterInjectionValidationTest.test: 777/1,242 Failed tests: 0 (300)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.inheritance.DisposerMethodInheritanceTest, time: 27 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodInheritanceTest.testManagedBeanDisposerMethodNotInherited: 778/1,242 Failed tests: 0 (301)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.invocation.DisposesMethodCalledOnceTest, time: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposesMethodCalledOnceTest.testDisposerCalledOnce1: 779/1,242 Failed tests: 0 (302)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposesMethodCalledOnceTest.testDisposerCalledOnce2: 780/1,242 Failed tests: 0 (302)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposesMethodCalledOnceTest.testDisposerCalledOnce3: 781/1,242 Failed tests: 0 (302)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposesMethodCalledOnceTest.testDisposerCalledOnce4: 782/1,242 Failed tests: 0 (302)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposesMethodCalledOnceTest.testDisposerCalledOnce5: 783/1,242 Failed tests: 0 (302)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposesMethodCalledOnceTest.testDisposerCalledOnce6: 784/1,242 Failed tests: 0 (302)
Nov 02, 2017 10:05:35 AM 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]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposedParameterPositionTest.testDisposedParameterPosition: 785/1,242 Failed tests: 0 (303)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.InitializerMethodTest, time: 8 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InitializerMethodTest.testBindingTypeOnInitializerParameter: 786/1,242 Failed tests: 0 (304)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InitializerMethodTest.testMultipleInitializerMethodsAreCalled: 787/1,242 Failed tests: 0 (304)
Nov 02, 2017 10:05:35 AM 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]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GenericInitializerMethodTest.testGenericInitializerMethodNotAllowed: 788/1,242 Failed tests: 0 (305)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.broken.parameterAnnotatedAsyncObserves.ParameterAnnotatedAsyncObservesTest, time: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedAsyncObservesTest.testInitializerMethodHasParameterAnnotatedAsyncObserves: 789/1,242 Failed tests: 0 (306)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.broken.parameterAnnotatedDisposes.ParameterAnnotatedDisposesTest, time: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedDisposesTest.testInitializerMethodHasParameterAnnotatedDisposes: 790/1,242 Failed tests: 0 (307)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.broken.parameterAnnotatedObserves.ParameterAnnotatedObservesTest, time: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedObservesTest.testInitializerMethodHasParameterAnnotatedObserves: 791/1,242 Failed tests: 0 (308)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.definition.ProducerFieldDefinitionTest, time: 9 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testApiTypeForArrayTypeReturn: 792/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testApiTypeForClassReturn: 793/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testApiTypeForInterfaceReturn: 794/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testApiTypeForPrimitiveReturn: 795/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testBeanDeclaresMultipleProducerFields: 796/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testBindingType: 797/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testDefaultBindingType: 798/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testDefaultNamed: 799/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testDefaultNamedByStereotype: 800/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testNamedField: 801/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testNonStaticProducerFieldNotIndirectlyInherited: 802/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testNonStaticProducerFieldNotInherited: 803/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testParameterizedReturnType: 804/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testProducerFieldWithTypeVariable: 805/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testScopeType: 806/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testStereotype: 807/1,242 Failed tests: 0 (309)
Nov 02, 2017 10:05:35 AM 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: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldArrayWildcardTest.testBeanTypes: 808/1,242 Failed tests: 0 (310)
Nov 02, 2017 10:05:35 AM 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: 6 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldOnDecoratorTest.testProducerFieldNotAllowedOnDecorator: 809/1,242 Failed tests: 0 (311)
Nov 02, 2017 10:05:35 AM 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]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectAnnotatedProducerFieldTest.testInjectAnnotatedProducerFieldNotAllowed: 810/1,242 Failed tests: 0 (312)
Nov 02, 2017 10:05:35 AM 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: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldOnInterceptorTest.testProducerFieldNotAllowedOnInterceptor: 811/1,242 Failed tests: 0 (313)
Nov 02, 2017 10:05:35 AM 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: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldWithTypeVariableTest.testProducerFieldWithTypeOfTypeVariableNotAllowed: 812/1,242 Failed tests: 0 (314)
Nov 02, 2017 10:05:35 AM 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: 7 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RequestScopedProducerFieldWithTypeVariableTest.testRequestScopedProducerFieldParameterizedWithTypeVariableNotAllowed: 813/1,242 Failed tests: 0 (315)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.field.lifecycle.ProducerFieldLifecycleTest, time: 8 ms]
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldBeanCreate: 814/1,242 Failed tests: 0 (316)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldBeanDestroy: 815/1,242 Failed tests: 0 (316)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldForNullValueNotDependent: 816/1,242 Failed tests: 0 (316)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldFromSpecializingBeanUsed: 817/1,242 Failed tests: 0 (316)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldNotAnotherBean: 818/1,242 Failed tests: 0 (316)
Nov 02, 2017 10:05:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldReturnsNullIsDependent: 819/1,242 Failed tests: 0 (316)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldReturnsNullIsNotDependent: 820/1,242 Failed tests: 0 (316)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerStaticFieldBean: 821/1,242 Failed tests: 0 (316)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.interceptor.ProducerMethodOnInterceptorTest, time: 7 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodOnInterceptorTest.testProducerMethodNotAllowedOnInterceptor: 822/1,242 Failed tests: 0 (317)
Nov 02, 2017 10:05:36 AM 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]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedDisposesTest.testProducerMethodWithParameterAnnotatedDisposes: 823/1,242 Failed tests: 0 (318)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterAnnotatedObserves.ParameterAnnotatedObservesTest, time: 7 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedObservesTest.testProducerMethodWithParameterAnnotatedObserves: 824/1,242 Failed tests: 0 (319)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithTypeParameter.ParameterizedReturnTypeWithTypeVariableTest, time: 7 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedReturnTypeWithTypeVariableTest.testNonDependentScopedProducerMethodWithParameterizedTypeWithTypeVariable: 825/1,242 Failed tests: 0 (320)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithWildcard.ParameterizedTypeWithWildcardTest, time: 6 ms]
Nov 02, 2017 10:05:36 AM 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()
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypeWithWildcardTest.testParameterizedReturnTypeWithWildcard: 826/1,242 Failed tests: 0 (321)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithWildcard.ParametrizedTypeWithWildcard02Test, time: 7 ms]
Nov 02, 2017 10:05:36 AM 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()
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParametrizedTypeWithWildcard02Test.testParameterizedReturnTypeWithDoubleWildcard: 827/1,242 Failed tests: 0 (322)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.typeVariableReturnType.TypeVariableReturnTypeTest, time: 7 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TypeVariableReturnTypeTest.testTypeVariableNotAllowed: 828/1,242 Failed tests: 0 (323)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.definition.ProducerMethodDefinitionTest, time: 10 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testApiTypeForArrayTypeReturn: 829/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testApiTypeForClassReturn: 830/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testApiTypeForInterfaceReturn: 831/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testApiTypeForPrimitiveReturn: 832/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testBindingType: 833/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testBindingTypesAppliedToProducerMethodParameters: 834/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testDefaultBindingType: 835/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testDefaultNamedMethod: 836/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testDependentProducerReturnsNullValue: 837/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNamedMethod: 838/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNonDependentProducerReturnsNullValue: 839/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNonStaticDisposerMethodWithStaticProducer: 840/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNonStaticProducerMethodNotInherited: 841/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNonStaticProducerMethodNotInheritedBySpecializingSubclass: 842/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testParameterizedReturnType: 843/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testProducerOnNonBean: 844/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testScopeType: 845/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testStaticDisposerMethod: 846/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testStaticDisposerMethodWithNonStaticProducer: 847/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testStaticMethod: 848/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testStereotypeSpecifiesScope: 849/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testTypeVariableReturnType: 850/1,242 Failed tests: 0 (324)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.definition.name.ProducerMethodWithDefaultNameTest, time: 8 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodWithDefaultNameTest.testJavaBeansPropertyName: 851/1,242 Failed tests: 0 (325)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodWithDefaultNameTest.testMethodName: 852/1,242 Failed tests: 0 (325)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodWithDefaultNameTest.testProducerMethodQualifiers: 853/1,242 Failed tests: 0 (325)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.lifecycle.ProducerMethodLifecycleTest, time: 8 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testCreateFailsIfProducerReturnsNullAndNotDependent: 854/1,242 Failed tests: 0 (326)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testCreateRethrowsUncheckedException: 855/1,242 Failed tests: 0 (326)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testCreateReturnsNullIfProducerDoesAndDependent: 856/1,242 Failed tests: 0 (326)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testCreateWrapsCheckedExceptionAndRethrows: 857/1,242 Failed tests: 0 (326)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testProducerMethodBeanCreate: 858/1,242 Failed tests: 0 (326)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testProducerMethodBeanDestroy: 859/1,242 Failed tests: 0 (326)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testProducerMethodFromSpecializedBeanUsed: 860/1,242 Failed tests: 0 (326)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testProducerMethodInvokedOnCreate: 861/1,242 Failed tests: 0 (326)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testWhenApplicationInvokesProducerMethodParametersAreNotInjected: 862/1,242 Failed tests: 0 (326)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.SimpleBeanDefinitionTest, time: 28 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testAbstractClassDeclaredInJavaNotDiscovered: 863/1,242 Failed tests: 0 (327)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testDependentScopedBeanCanHaveNonStaticPublicField: 864/1,242 Failed tests: 0 (327)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testEmptyConstructorUsed: 865/1,242 Failed tests: 0 (327)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testExtensionNotDiscoveredAsSimpleBean: 866/1,242 Failed tests: 0 (327)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testInitializerAnnotatedConstructor: 867/1,242 Failed tests: 0 (327)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testInitializerAnnotatedConstructorUsedOverEmptyConstuctor: 868/1,242 Failed tests: 0 (327)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testInterfaceNotDiscoveredAsSimpleBean: 869/1,242 Failed tests: 0 (327)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testNonStaticInnerClassDeclaredInJavaNotDiscovered: 870/1,242 Failed tests: 0 (327)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testSimpleBeanOnlyIfConstructorIsInitializer: 871/1,242 Failed tests: 0 (327)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testSimpleBeanOnlyIfConstructorParameterless: 872/1,242 Failed tests: 0 (327)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testStaticInnerClassDeclaredInJavaAllowed: 873/1,242 Failed tests: 0 (327)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.broken.field.InjectedFieldAnnotatedWithProducesTest, time: 7 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectedFieldAnnotatedWithProducesTest.testDeployment: 874/1,242 Failed tests: 0 (328)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.constructorHasAsyncObservesParameter.ConstructorHasAsyncObservesParameterTest, time: 7 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorHasAsyncObservesParameterTest.testConstructorHasAsyncObservesParameter: 875/1,242 Failed tests: 0 (329)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.constructorHasDisposesParameter.ConstructorHasDisposesParameterTest, time: 7 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorHasDisposesParameterTest.testConstructorHasDisposesParameter: 876/1,242 Failed tests: 0 (330)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.constructorHasObservesParameter.ConstructorHasObservesParameterTest, time: 6 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorHasObservesParameterTest.testConstructorHasObservesParameter: 877/1,242 Failed tests: 0 (331)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.dependentWithPublicField.DependentWithPublicFieldTest, time: 6 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentWithPublicFieldTest.testNonDependentScopedBeanCanNotHavePublicField: 878/1,242 Failed tests: 0 (332)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.nonDependentWithPublicStaticField.NonDependentWithPublicStaticFieldTest, time: 6 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonDependentWithPublicStaticFieldTest.testNonDependentScopedBeanCanHavePublicStaticField: 879/1,242 Failed tests: 0 (333)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.tooManyInitializerAnnotatedConstructors.TooManyInitializerAnnotatedConstructorsTest, time: 7 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TooManyInitializerAnnotatedConstructorsTest.testTooManyInitializerAnnotatedConstructor: 880/1,242 Failed tests: 0 (334)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.lifecycle.SimpleBeanLifecycleTest, time: 8 ms]
Nov 02, 2017 10:05:36 AM org.jboss.weld.bootstrap.BeanDeployer createClassBean
WARN: WELD-000167: Class org.jboss.cdi.tck.tests.implementation.simple.lifecycle.TunaProducer$1 is annotated with @RequestScoped but it does not declare an appropriate constructor therefore is not registered as a bean!
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testBeanCreateInjectsDependenciesAndInvokesInitializerToInstantiateInstance: 881/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testContextCreatesNewInstanceForInjection: 882/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testContextualDestroyCatchesException: 883/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.weld.bean.ManagedBean destroy
ERROR: WELD-000019: Error destroying an instance org.jboss.cdi.tck.tests.implementation.simple.lifecycle.Cod@2d3a0c75 of Managed Bean [class org.jboss.cdi.tck.tests.implementation.simple.lifecycle.Cod] with qualifiers [@Any @Default]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testContextualDestroyDisposesWhenNecessary: 884/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testCreateInjectsFieldsDeclaredInJava: 885/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testCreateReturnsSameBeanPushed: 886/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testCreationExceptionWrapsCheckedExceptionThrownFromCreate: 887/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testDependentsDestroyedAfterPreDestroy: 888/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testIndirectSubClassInheritsPostConstructOnSuperclass: 889/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testIndirectSubClassInheritsPreDestroyOnSuperclass: 890/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testInjectionOfParametersIntoBeanConstructor: 891/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testManagedBean: 892/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testPostConstructPreDestroy: 893/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testQualifierTypeAnnotatedConstructor: 894/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSerializeRequestScoped: 895/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSerializeSessionScoped: 896/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSpecializedBeanExtendsManagedBean: 897/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSubClassDoesNotInheritPostConstructOnSuperclassBlockedByIntermediateClass: 898/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSubClassDoesNotInheritPreDestroyConstructOnSuperclassBlockedByIntermediateClass: 899/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSubClassInheritsPostConstructOnSuperclass: 900/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSubClassInheritsPreDestroyOnSuperclass: 901/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testUncheckedExceptionThrownFromCreateNotWrapped: 902/1,242 Failed tests: 0 (335)
Nov 02, 2017 10:05:36 AM 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]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanWithFinalClassResolution: 903/1,242 Failed tests: 0 (336)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanWithPackagePrivateFinalMethodResolution: 904/1,242 Failed tests: 0 (336)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanWithPrivateConstructorResolution: 905/1,242 Failed tests: 0 (336)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanWithProtectedFinalMethodResolution: 906/1,242 Failed tests: 0 (336)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanWithPublicFinalMethodResolution: 907/1,242 Failed tests: 0 (336)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean.NewSimpleBeanTest, time: 9 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testForEachSimpleBeanANewBeanExists: 908/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForConstructorInjectioAnPoint: 909/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForDisposerMethod: 910/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForFieldInjectionPoint: 911/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForInitializerInjectionPoint: 912/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForObserverMethod: 913/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForProducerMethod: 914/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoDisposerMethods: 915/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoObservers: 916/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoProducerFields: 917/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoProducerMethods: 918/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoStereotypes: 919/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasSameConstructor: 920/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasSameInitializers: 921/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasSameInjectedFields: 922/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasTheSameBeanTypes: 923/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasTheSameInterceptorBindings: 924/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanIsDependentScoped: 925/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanIsNotAlternative: 926/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanWithNoMemberValue: 927/1,242 Failed tests: 0 (337)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.generics.MemberLevelInheritanceTest, time: 8 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MemberLevelInheritanceTest.testInjectionPoint: 928/1,242 Failed tests: 0 (338)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MemberLevelInheritanceTest.testInjectionPointDefinition: 929/1,242 Failed tests: 0 (338)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MemberLevelInheritanceTest.testObserver: 930/1,242 Failed tests: 0 (338)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MemberLevelInheritanceTest.testObserverResolution: 931/1,242 Failed tests: 0 (338)
Nov 02, 2017 10:05:36 AM 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]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodSpecializationTest.testSpecializingBeanInjection: 932/1,242 Failed tests: 0 (339)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodSpecializationTest.testSpecializingProducerMethod: 933/1,242 Failed tests: 0 (339)
Nov 02, 2017 10:05:36 AM 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: 7 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke IndirectOverrideTest.testSpecializedMethodIndirectlyOverridesAnotherProducerMethod: 934/1,242 Failed tests: 0 (340)
Nov 02, 2017 10:05:36 AM 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: 7 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingAndSpecializedBeanHaveNameTest.testSpecializingAndSpecializedBeanHasName: 935/1,242 Failed tests: 0 (341)
Nov 02, 2017 10:05:36 AM 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: 7 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializesStaticMethodTest.testSpecializedStaticMethod: 936/1,242 Failed tests: 0 (342)
Nov 02, 2017 10:05:36 AM 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]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TwoBeansSpecializeTheSameBeanTest.testTwoBeansSpecializeTheSameBean: 937/1,242 Failed tests: 0 (343)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.qualifiers.SpecializingBeanQualifiersTest, time: 8 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanQualifiersTest.testQuailifiersOfSpecializingBean: 938/1,242 Failed tests: 0 (344)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanQualifiersTest.testQuailifiersOfSpecializingdNestedClass: 939/1,242 Failed tests: 0 (344)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanQualifiersTest.testQualifiersOfProducedSpecializingBean: 940/1,242 Failed tests: 0 (344)
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.SimpleBeanSpecializationTest, time: 7 ms]
Nov 02, 2017 10:05:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testIndirectSpecialization: 941/1,242 Failed tests: 0 (345)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testProducerMethodOnSpecializedBeanNotCalled: 942/1,242 Failed tests: 0 (345)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testSpecializingBeanHasNameOfSpecializedBean: 943/1,242 Failed tests: 0 (345)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testSpecializingBeanHasQualifiersOfSpecializedAndSpecializingBean: 944/1,242 Failed tests: 0 (345)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testSpecializingBeanInjection: 945/1,242 Failed tests: 0 (345)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.inconsistent.InconsistentSpecializationTest, time: 8 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InconsistentSpecializationTest.testInconsistentSpecialization: 946/1,242 Failed tests: 0 (346)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.names.SpecializingAndSpecializedBeanHasNameTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingAndSpecializedBeanHasNameTest.testSpecializingAndSpecializedBeanHasName: 947/1,242 Failed tests: 0 (347)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.noextend1.SpecializingBeanImplementsInterfaceOnly, time: 7 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanImplementsInterfaceOnly.testSpecializingClassImplementsInterfaceAndExtendsNothing: 948/1,242 Failed tests: 0 (348)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.noextend3.SpecializingClassExtendsNonSimpleBeanTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingClassExtendsNonSimpleBeanTest.testSpecializingClassExtendsNonSimpleBean: 949/1,242 Failed tests: 0 (349)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.types.SpecializingBeanWithoutBeanTypeOfSpecializedBeanTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanWithoutBeanTypeOfSpecializedBeanTest.testDeployment: 950/1,242 Failed tests: 0 (350)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest, time: 8 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInstanceOfInterceptorForEveryEnabledInterceptor: 951/1,242 Failed tests: 0 (351)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptionType: 952/1,242 Failed tests: 0 (351)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptorBindingAnnotation: 953/1,242 Failed tests: 0 (351)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptorBindingTypes: 954/1,242 Failed tests: 0 (351)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptorBindingsCanDeclareOtherInterceptorBindings: 955/1,242 Failed tests: 0 (351)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptorsImplementInterceptorInterface: 956/1,242 Failed tests: 0 (351)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testNoBindingTypesToResolveInterceptorsFails: 957/1,242 Failed tests: 0 (351)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testNonBindingTypeToResolveInterceptorsFails: 958/1,242 Failed tests: 0 (351)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testResolveInterceptorsReturnsOrderedList: 959/1,242 Failed tests: 0 (351)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testSameBindingTypesToResolveInterceptorsFails: 960/1,242 Failed tests: 0 (351)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testStereotypeInterceptorBindings: 961/1,242 Failed tests: 0 (351)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.DependentBeanFinalMethodInterceptorTest, time: 41 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentBeanFinalMethodInterceptorTest.testFinalMethodWithClassLevelInterceptor: 962/1,242 Failed tests: 0 (352)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassClassLevelInterceptorTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassClassLevelInterceptorTest.testFinalClassWithClassLevelInterceptor: 963/1,242 Failed tests: 0 (353)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassMethodLevelInterceptorTest, time: 6 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassMethodLevelInterceptorTest.testFinalClassWithMethodLevelInterceptor: 964/1,242 Failed tests: 0 (354)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.NormalScopedBeanFinalClassInterceptorTest, time: 6 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalScopedBeanFinalClassInterceptorTest.testFinalClassWithClassLevelInterceptor: 965/1,242 Failed tests: 0 (355)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.NormalScopedBeanFinalMethodInterceptorTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalScopedBeanFinalMethodInterceptorTest.testFinalMethodWithClassLevelInterceptor: 966/1,242 Failed tests: 0 (356)
Nov 02, 2017 10:05:37 AM 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]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorCanNotBeDecoratorTest.testInterceptorCanNotAlsoBeDecorator: 967/1,242 Failed tests: 0 (357)
Nov 02, 2017 10:05:37 AM 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]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonDependentInterceptorTest.testDeploymentWithScopedInterceptor: 968/1,242 Failed tests: 0 (358)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.nonExistantClassInBeansXml.NonExistantClassInBeansXmlTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonExistantClassInBeansXmlTest.testNonExistantClassInBeansXmlNotOk: 969/1,242 Failed tests: 0 (359)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.nonInterceptorClassInBeansXml.NonInterceptorClassInBeansXmlTest, time: 6 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonInterceptorClassInBeansXmlTest.testNonInterceptorClassInBeansXmlNotOk: 970/1,242 Failed tests: 0 (360)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.observer.InterceptorWithObserverMethodTest, time: 6 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorWithObserverMethodTest.testInterceptorWithObserverMethodNotOk: 971/1,242 Failed tests: 0 (361)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.conflictingenablement.InterceptorConflictingEnablementTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM 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.
Nov 02, 2017 10:05:37 AM 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.
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorConflictingEnablementTest.testInterception: 972/1,242 Failed tests: 0 (362)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.custom.CustomInterceptorTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomAroundInvokeInterceptor: 973/1,242 Failed tests: 0 (363)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomAroundTimeoutInterceptor: 974/1,242 Failed tests: 0 (363)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomPostActivateInterceptor: 975/1,242 Failed tests: 0 (363)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomPostConstructInterceptor: 976/1,242 Failed tests: 0 (363)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomPreDestroyInterceptor: 977/1,242 Failed tests: 0 (363)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomPrePassivateInterceptor: 978/1,242 Failed tests: 0 (363)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.inheritance.InterceptorBindingInheritanceTest, time: 8 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testInterceptorBindingDirectlyInheritedFromManagedBean: 979/1,242 Failed tests: 0 (364)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testInterceptorBindingIndirectlyInheritedFromManagedBean: 980/1,242 Failed tests: 0 (364)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testMethodInterceptorBindingDirectlyInheritedFromManagedBean: 981/1,242 Failed tests: 0 (364)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testMethodInterceptorBindingDirectlyNotInheritedFromManagedBean: 982/1,242 Failed tests: 0 (364)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testMethodInterceptorBindingIndirectlyInheritedFromManagedBean: 983/1,242 Failed tests: 0 (364)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testMethodInterceptorBindingIndirectlyNotInheritedFromManagedBean: 984/1,242 Failed tests: 0 (364)
Nov 02, 2017 10:05:37 AM 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]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassWithInheritedClassLevelInterceptorTest.testFinalClassWithInheritedClassLevelInterceptor: 985/1,242 Failed tests: 0 (365)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.FinalClassWithInheritedStereotypeInterceptorTest, time: 27 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassWithInheritedStereotypeInterceptorTest.testFinalMethodWithInheritedStereotypeInterceptor: 986/1,242 Failed tests: 0 (366)
Nov 02, 2017 10:05:37 AM 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]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalMethodWithInheritedClassLevelInterceptorTest.testFinalMethodWithInheritedClassLevelInterceptor: 987/1,242 Failed tests: 0 (367)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.FinalMethodWithInheritedStereotypeInterceptorTest, time: 6 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalMethodWithInheritedStereotypeInterceptorTest.testFinalClassWithInheritedStereotypeInterceptor: 988/1,242 Failed tests: 0 (368)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.interceptorCalledBeforeDecorator.InterceptorCalledBeforeDecoratorTest, time: 6 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorCalledBeforeDecoratorTest.testInterceptorCalledBeforeDecorator: 989/1,242 Failed tests: 0 (369)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.interceptorNotListedInBeansXml.InterceptorNotListedInBeansXmlNotEnabledTest, time: 6 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorNotListedInBeansXmlNotEnabledTest.testInterceptorNotListedInBeansXmlNotInvoked: 990/1,242 Failed tests: 0 (370)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.interceptorOrder.InterceptorOrderTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorOrderTest.testInterceptorsCalledInOrderDefinedByBeansXml: 991/1,242 Failed tests: 0 (371)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorOrderTest.testInterceptorsInvocationOrder: 992/1,242 Failed tests: 0 (371)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.order.LifecycleInterceptorOrderTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:37 AM 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 @javax.annotation.PreDestroy but it does not have zero parameters.
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleInterceptorOrderTest.testLifecycleCallbackInvocationOrder: 993/1,242 Failed tests: 0 (372)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.member.InterceptorBindingTypeWithMemberTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeWithMember: 994/1,242 Failed tests: 0 (373)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeWithNonBindingMember: 995/1,242 Failed tests: 0 (373)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.invocation.InterceptorInvocationTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testDisposerMethodsAreIntercepted: 996/1,242 Failed tests: 0 (374)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testInitializerMethodsNotIntercepted: 997/1,242 Failed tests: 0 (374)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testLifecycleCallbacksAreIntercepted: 998/1,242 Failed tests: 0 (374)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testManagedBeanIsIntercepted: 999/1,242 Failed tests: 0 (374)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testObjectMethodsAreNotIntercepted: 1,000/1,242 Failed tests: 0 (374)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testObserverMethodsAreIntercepted: 1,001/1,242 Failed tests: 0 (374)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testProducerMethodsAreIntercepted: 1,002/1,242 Failed tests: 0 (374)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.ordering.global.GlobalInterceptorOrderingTest, time: 39 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GlobalInterceptorOrderingTest.testOrderingInWebInfClasses: 1,003/1,242 Failed tests: 0 (375)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.binding.members.annotation.BindingAnnotationWithMemberTest, time: 6 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BindingAnnotationWithMemberTest.testAnnotationMemberWithNonBinding: 1,004/1,242 Failed tests: 0 (376)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.binding.members.array.BindingAnnotationWithMemberTest, time: 7 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BindingAnnotationWithMemberTest.testArrayMemberWithNonBinding: 1,005/1,242 Failed tests: 0 (377)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.ResolutionByNameTest, time: 6 ms]
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testAmbiguousELNamesResolved: 1,006/1,242 Failed tests: 0 (378)
Nov 02, 2017 10:05:37 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.ambiguous.AmbiguousELNamesTest, time: 6 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousELNamesTest.testAmbiguousELNamesResolved: 1,007/1,242 Failed tests: 0 (379)
Nov 02, 2017 10:05:38 AM 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]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DuplicitNameTest.testDuplicateNamedBeans: 1,008/1,242 Failed tests: 0 (380)
Nov 02, 2017 10:05:38 AM 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]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamedNonFieldInjectionPointTest.testNamedInitializerMethodInjectionPointNotAllowed: 1,009/1,242 Failed tests: 0 (381)
Nov 02, 2017 10:05:38 AM 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]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExpandedNamePrefix2Test.testDuplicateBeanNamePrefix: 1,010/1,242 Failed tests: 0 (382)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.prefix.ExpandedNamePrefixTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExpandedNamePrefixTest.testDuplicateBeanNamePrefix: 1,011/1,242 Failed tests: 0 (383)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.prefix.NamePrefixTest, time: 6 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamePrefixTest.testDuplicateBeanNamePrefix: 1,012/1,242 Failed tests: 0 (384)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.circular.CircularDependencyTest, time: 8 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testCircularInjectionOnOneNormalAndOneDependentBean: 1,013/1,242 Failed tests: 0 (385)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testCircularInjectionOnTwoNormalBeans: 1,014/1,242 Failed tests: 0 (385)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testNormalAndDependentCircularConstructors: 1,015/1,242 Failed tests: 0 (385)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testNormalCircularConstructors: 1,016/1,242 Failed tests: 0 (385)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testNormalProducerMethodDeclaredOnDependentBeanWhichInjectsProducedBean: 1,017/1,242 Failed tests: 0 (385)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testNormalProducerMethodDeclaredOnNormalBeanWhichInjectsProducedBean: 1,018/1,242 Failed tests: 0 (385)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testSelfConsumingConstructorsOnNormalBean: 1,019/1,242 Failed tests: 0 (385)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.ClientProxyTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testClientProxyInvocation: 1,020/1,242 Failed tests: 0 (386)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testClientProxyUsedForNormalScope: 1,021/1,242 Failed tests: 0 (386)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testSimpleBeanClientProxyIsSerializable: 1,022/1,242 Failed tests: 0 (386)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.array.ArrayTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ArrayTest.testInjectionPointWithArrayType: 1,023/1,242 Failed tests: 0 (387)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.beanConstructor.BeanConstructorWithParametersTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConstructorWithParametersTest.testDeployment: 1,024/1,242 Failed tests: 0 (388)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.decorator.DecoratoredBeanProxyTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanProxyTest.testClientProxyBeanWithAssociatedDecorator: 1,025/1,242 Failed tests: 0 (389)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalClass.FinalClassTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassTest.testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedBean: 1,026/1,242 Failed tests: 0 (390)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.NonPrivateNonStaticSuperclassMethodTest, time: 6 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPrivateNonStaticSuperclassMethodTest.testClassWithPublicFinalMethodCannotBeProxied: 1,027/1,242 Failed tests: 0 (391)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.PackagePrivateFinalMethodNotProxyableTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PackagePrivateFinalMethodNotProxyableTest.testClassWithPublicFinalMethodCannotBeProxied: 1,028/1,242 Failed tests: 0 (392)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.PublicFinalMethodNotProxyableTest, time: 6 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PublicFinalMethodNotProxyableTest.testClassWithPublicFinalMethodCannotBeProxied: 1,029/1,242 Failed tests: 0 (393)
Nov 02, 2017 10:05:38 AM 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]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableTest.testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedBean: 1,030/1,242 Failed tests: 0 (394)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.privateConstructor.PrivateConstructorTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PrivateConstructorTest.testClassWithPrivateConstructor: 1,031/1,242 Failed tests: 0 (395)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dependency.resolution.AmbiguousDependencyResolutionTest, time: 6 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousDependencyResolutionTest.testProducerFieldOnAlternativeIsNotEliminated: 1,032/1,242 Failed tests: 0 (396)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousDependencyResolutionTest.testProducerMethodOnAlternativeIsNotEliminated: 1,033/1,242 Failed tests: 0 (396)
Nov 02, 2017 10:05:38 AM 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]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousDependencyTest.testAmbiguousDependency: 1,034/1,242 Failed tests: 0 (397)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dependency.resolution.broken.unsatisfied.UnsatisfiedDependencyTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnsatisfiedDependencyTest.testUnsatisfiedDependency: 1,035/1,242 Failed tests: 0 (398)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.DynamicLookupTest, time: 8 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.beanManageCreateInstance: 1,036/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.cdiSelectLookup: 1,037/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testAlternatives: 1,038/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testAmbiguousDependencyThrowsException: 1,039/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testDuplicateBindingsThrowsException: 1,040/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testGetMethod: 1,041/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testIsAmbiguous: 1,042/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testIsUnsatisfied: 1,043/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testIteratorMethod: 1,044/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testNewBean: 1,045/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testNewBeanNotEnabledWithouInjectionPoint: 1,046/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testNonBindingThrowsException: 1,047/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testObtainsInjectsInstanceOfInstance: 1,048/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testStream: 1,049/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testUnsatisfiedDependencyThrowsException: 1,050/1,242 Failed tests: 0 (399)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceConstructorInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceConstructorInjectionTest.testDefinitionError: 1,051/1,242 Failed tests: 0 (400)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceDisposerInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceDisposerInjectionTest.testDefinitionError: 1,052/1,242 Failed tests: 0 (401)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceInitMethodInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceInitMethodInjectionTest.testDefinitionError: 1,053/1,242 Failed tests: 0 (402)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceObserverInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceObserverInjectionTest.testDefinitionError: 1,054/1,242 Failed tests: 0 (403)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProcessInjectionPointTest, time: 19 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProcessInjectionPointTest.testDefinitionError: 1,055/1,242 Failed tests: 0 (404)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.builtin.BuiltinInstanceTest, time: 8 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceTest.testInstanceIsPassivationCapable: 1,056/1,242 Failed tests: 0 (405)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceTest.testInstanceProvidedForEveryLegalBeanType: 1,057/1,242 Failed tests: 0 (405)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceTest.testNameOfBuiltinInstance: 1,058/1,242 Failed tests: 0 (405)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceTest.testScopeOfBuiltinInstance: 1,059/1,242 Failed tests: 0 (405)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.destroy.dependent.DestroyingDependentInstanceTest, time: 8 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingDependentInstanceTest.testDestroyingDependentInstances: 1,060/1,242 Failed tests: 0 (406)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingDependentInstanceTest.testDestroyingInterceptedDependentBean: 1,061/1,242 Failed tests: 0 (406)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.DestroyingNormalScopedInstanceTest, time: 8 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testApplicationScopedComponent: 1,062/1,242 Failed tests: 0 (407)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testContextDestroyCalled: 1,063/1,242 Failed tests: 0 (407)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testCustomScopedComponent: 1,064/1,242 Failed tests: 0 (407)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testNothingHappensIfNoInstanceToDestroy: 1,065/1,242 Failed tests: 0 (407)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testNullParameter: 1,066/1,242 Failed tests: 0 (407)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testRequestScopedComponent: 1,067/1,242 Failed tests: 0 (407)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable: 1,068/1,242 Failed tests: 0 (407)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.el.ResolutionByNameTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testBeanNameWithSeparatedListOfELIdentifiers: 1,069/1,242 Failed tests: 0 (408)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testContextCreatesNewInstanceForInjection: 1,070/1,242 Failed tests: 0 (408)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testELResolverReturnsContextualInstance: 1,071/1,242 Failed tests: 0 (408)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testQualifiedNameLookup: 1,072/1,242 Failed tests: 0 (408)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testUnresolvedNameReturnsNull: 1,073/1,242 Failed tests: 0 (408)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.InjectionTest, time: 8 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTest.testFieldDeclaredInIndirectSuperclassInjected: 1,074/1,242 Failed tests: 0 (409)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTest.testInjectionOfNamedBean: 1,075/1,242 Failed tests: 0 (409)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTest.testInjectionPerformsBoxingIfNecessary: 1,076/1,242 Failed tests: 0 (409)
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.any.AnyInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:38 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnyInjectionTest.testAnyInjectionIfExactlyOneBeanForType: 1,077/1,242 Failed tests: 0 (410)
Nov 02, 2017 10:05:38 AM 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]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreationalContextForNonContextualTest.testCreationalContext: 1,078/1,242 Failed tests: 0 (411)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithActualTypeTest, time: 8 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithActualTypeTest.testInjection: 1,079/1,242 Failed tests: 0 (412)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithTypeVariableTest, time: 7 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithTypeVariableTest.testInjection: 1,080/1,242 Failed tests: 0 (413)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithWildcardTest, time: 7 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithWildcardTest.testInjection: 1,081/1,242 Failed tests: 0 (414)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.multiple.bounds.ParameterizedTypesWithTypeVariableWithMultipleBoundsTest, time: 8 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesWithTypeVariableWithMultipleBoundsTest.testInjectionOfBeanWithTypeVariableWithMultipleBounds: 1,082/1,242 Failed tests: 0 (415)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesWithTypeVariableWithMultipleBoundsTest.testInjectionOfBeanWithTypeVariableWithMultipleBoundsToParameterizedTypeWithActualType: 1,083/1,242 Failed tests: 0 (415)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesWithTypeVariableWithMultipleBoundsTest.testInjectionOfBeanWithWildcardWithTypeVariableAsLowerBound: 1,084/1,242 Failed tests: 0 (415)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.InjectableReferenceTest, time: 8 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectableReferenceTest.testGetInjectableReferenceOnBeanManager: 1,085/1,242 Failed tests: 0 (416)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectableReferenceTest.testGetInjectableReferenceReturnsDelegateForDelegateInjectionPoint: 1,086/1,242 Failed tests: 0 (416)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.InjectionPointTest, time: 8 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testApiTypeInjectionPoint: 1,087/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testCurrentBinding: 1,088/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testDependentScope: 1,089/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetAnnotatedField: 1,090/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetAnnotatedParameter: 1,091/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetBean: 1,092/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetBindingTypes: 1,093/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetMemberConstructor: 1,094/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetMemberField: 1,095/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetMemberMethod: 1,096/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetType: 1,097/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testIsDelegate: 1,098/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testIsTransient: 1,099/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testNullInjectionPointInjectedIntoNonInjectedObject: 1,100/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testPassivationCapability: 1,101/1,242 Failed tests: 0 (417)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.disposer.DisposerInjectionPointMetadataTest, time: 7 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerInjectionPointMetadataTest.testDisposerWithInjectionPointMetadata: 1,102/1,242 Failed tests: 0 (418)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.UnsatisfiedInjectableReferenceTest, time: 7 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference: 1,103/1,242 Failed tests: 0 (419)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.dynamic.DynamicInjectionPointTest, time: 7 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetAnnotated: 1,104/1,242 Failed tests: 0 (420)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetBean: 1,105/1,242 Failed tests: 0 (420)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetMember: 1,106/1,242 Failed tests: 0 (420)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetQualifiers: 1,107/1,242 Failed tests: 0 (420)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetType: 1,108/1,242 Failed tests: 0 (420)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointIsDelegate: 1,109/1,242 Failed tests: 0 (420)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointIsTransient: 1,110/1,242 Failed tests: 0 (420)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.requiredtype.LegalRequiredTypeTest, time: 7 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LegalRequiredTypeTest.testLegalRequiredType: 1,111/1,242 Failed tests: 0 (421)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.ManagerTest, time: 7 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testContainerProvidesManagerBean: 1,112/1,242 Failed tests: 0 (422)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testGetReferenceReturnsContextualInstance: 1,113/1,242 Failed tests: 0 (422)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testGetReferenceWithIllegalBeanType: 1,114/1,242 Failed tests: 0 (422)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testInjectingManager: 1,115/1,242 Failed tests: 0 (422)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanHasCurrentBinding: 1,116/1,242 Failed tests: 0 (422)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanIsDependentScoped: 1,117/1,242 Failed tests: 0 (422)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanIsPassivationCapable: 1,118/1,242 Failed tests: 0 (422)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledManagedBeanInjectionAvailability02Test, time: 20 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledManagedBeanInjectionAvailability02Test.testInjection: 1,119/1,242 Failed tests: 0 (423)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerFieldInjectionAvailability02Test, time: 20 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerFieldInjectionAvailability02Test.testInjection: 1,120/1,242 Failed tests: 0 (424)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailability02Test, time: 20 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerMethodInjectionAvailability02Test.testInjection: 1,121/1,242 Failed tests: 0 (425)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolution02Test, time: 15 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleELResolution02Test.testEnabledManagedBeanAvailableForELResolution: 1,122/1,242 Failed tests: 0 (426)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookup02Test, time: 23 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleLookup02Test.testEnabledManagedBeanAvailableForInjection: 1,123/1,242 Failed tests: 0 (427)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailable02Test, time: 20 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedProducerMethodInjectionNotAvailable02Test.testManagedBeanInjection: 1,124/1,242 Failed tests: 0 (428)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization01Test, time: 31 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testEvent: 1,125/1,242 Failed tests: 0 (429)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testNotEnabledAlternativeDoesNotSpecialize: 1,126/1,242 Failed tests: 0 (429)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization02Test, time: 32 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization02Test.testEvent: 1,127/1,242 Failed tests: 0 (430)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization03Test, time: 32 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization03Test.testEvent: 1,128/1,242 Failed tests: 0 (431)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization04Test, time: 33 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEnabledAlternativeSpecializes: 1,129/1,242 Failed tests: 0 (432)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEvent: 1,130/1,242 Failed tests: 0 (432)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.ResolutionByTypeTest, time: 10 ms]
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testAllQualifiersSpecifiedForResolutionMustAppearOnBean: 1,131/1,242 Failed tests: 0 (433)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testBeanTypesOnManagedBean: 1,132/1,242 Failed tests: 0 (433)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testBeanTypesOnProducerField: 1,133/1,242 Failed tests: 0 (433)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testBeanTypesOnProducerMethod: 1,134/1,242 Failed tests: 0 (433)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testDefaultBindingTypeAssumed: 1,135/1,242 Failed tests: 0 (433)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testGenericBeanTypesOnManagedBean: 1,136/1,242 Failed tests: 0 (433)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testGenericBeanTypesOnProducerField: 1,137/1,242 Failed tests: 0 (433)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testGenericBeanTypesOnProducerMethod: 1,138/1,242 Failed tests: 0 (433)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testResolveByTypeWithArray: 1,139/1,242 Failed tests: 0 (433)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testResolveByTypeWithNonBindingMembers: 1,140/1,242 Failed tests: 0 (433)
Nov 02, 2017 10:05:39 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testResolveByTypeWithPrimitives: 1,141/1,242 Failed tests: 0 (433)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testResolveByTypeWithTypeParameter: 1,142/1,242 Failed tests: 0 (433)
Nov 02, 2017 10:05:40 AM 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: 7 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TypeVariableInjectionPointTest.testTypeVariableInjectionPoint: 1,143/1,242 Failed tests: 0 (434)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.decorator.DecoratorNotInjectedTest, time: 6 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorNotInjectedTest.testDecoratorNotResolved: 1,144/1,242 Failed tests: 0 (435)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.InterceptorNotResolvedInterModuleTest, time: 19 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorNotResolvedInterModuleTest.testInterceptorNotAvailableForInjection: 1,145/1,242 Failed tests: 0 (436)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.parameterized.AssignabilityOfRawAndParameterizedTypesTest, time: 10 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithActualTypes: 1,146/1,242 Failed tests: 0 (437)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcards: 1,147/1,242 Failed tests: 0 (437)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcardsAtInjectionPoint: 1,148/1,242 Failed tests: 0 (437)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariableWithMultipleBoundsToParameterizedTypeWithTypeVariable: 1,149/1,242 Failed tests: 0 (437)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithActualTypes: 1,150/1,242 Failed tests: 0 (437)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithTypeVariable: 1,151/1,242 Failed tests: 0 (437)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcardWithLowerBound: 1,152/1,242 Failed tests: 0 (437)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards: 1,153/1,242 Failed tests: 0 (437)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards2: 1,154/1,242 Failed tests: 0 (437)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesWithMultipleBoundsToParameterizedTypeWithActualTypes: 1,155/1,242 Failed tests: 0 (437)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityToRawType: 1,156/1,242 Failed tests: 0 (437)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.parameterized.raw.RawBeanTypeParameterizedRequiredTypeTest, time: 8 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawBeanTypeParameterizedRequiredTypeTest.testAssignableTypeParams: 1,157/1,242 Failed tests: 0 (438)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawBeanTypeParameterizedRequiredTypeTest.testNotAssignableTypeParams: 1,158/1,242 Failed tests: 0 (438)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.vetoed.VetoedTest, time: 20 ms]
Nov 02, 2017 10:05:40 AM 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.
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedTest.testAnnotatedTypeAddedByExtension: 1,159/1,242 Failed tests: 0 (439)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedTest.testClassLevelVeto: 1,160/1,242 Failed tests: 0 (439)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedTest.testPackageLevelVeto: 1,161/1,242 Failed tests: 0 (439)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 67, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.resolution.InterceptorBindingResolutionTest, time: 11 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingResolutionTest.testBusinessMethodInterceptorBindings: 1,162/1,242 Failed tests: 0 (440)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingResolutionTest.testConstructorInterceptorBindings: 1,163/1,242 Failed tests: 0 (440)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingResolutionTest.testLifecycleInterceptorBindings: 1,164/1,242 Failed tests: 0 (440)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.lifecycleCallback.PostConstructOrderTest, time: 7 ms]
Nov 02, 2017 10:05:40 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:40 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:40 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:40 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:40 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:40 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:40 AM 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 @javax.annotation.PostConstruct but it does not have zero parameters.
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PostConstructOrderTest.testInvocationOrder: 1,165/1,242 Failed tests: 0 (441)
Nov 02, 2017 10:05:40 AM 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]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NoAnnotationWithSpecifiedNameTest.test: 1,166/1,242 Failed tests: 0 (442)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.ContextTest, time: 8 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextTest.testBuiltInContexts: 1,167/1,242 Failed tests: 0 (443)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextTest.testGetContextWithNoRegisteredContextsFails: 1,168/1,242 Failed tests: 0 (443)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextTest.testGetContextWithTooManyActiveContextsFails: 1,169/1,242 Failed tests: 0 (443)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.decorator.field.DecoratorWithNonPassivatingInjectedFieldTest, time: 6 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNonPassivatingInjectedFieldTest.testPassivationCapableBeanWithNonPassivatingDecoratorInjectedFieldFails: 1,170/1,242 Failed tests: 0 (444)
Nov 02, 2017 10:05:40 AM 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: 7 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testConstructorInjectionPointRequiringPassivationCapableDependency: 1,171/1,242 Failed tests: 0 (445)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testFieldInjectionPointRequiringPassivationCapableDependency: 1,172/1,242 Failed tests: 0 (445)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testProducerMethodParamInjectionPointRequiringPassivationCapableDependency: 1,173/1,242 Failed tests: 0 (445)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithIllegalDependencyTest.testSetterInjectionPointRequiringPassivationCapableDependency: 1,174/1,242 Failed tests: 0 (445)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nodecoratedtypes.DecoratorWithNoDecoratedTypes1Test, time: 6 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNoDecoratedTypes2Test.testDeploymentFails: 1,175/1,242 Failed tests: 0 (446)
Nov 02, 2017 10:05:40 AM 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]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithObserverMethodTest.testDecoratorWithObserverMethodNotOk: 1,176/1,242 Failed tests: 0 (447)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedProducerMethodTest, time: 6 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RestrictedProducerMethodTest.testInvalidTypedValueOnProducerField: 1,177/1,242 Failed tests: 0 (448)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.visibility.JarToJarReverseAlphaVisibilityTest, time: 15 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke JarToJarReverseAlphaVisibilityTest.testDeployment: 1,178/1,242 Failed tests: 0 (449)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.tooManyParameters.ObserverMethodWithTwoEventParametersTest, time: 7 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithTwoEventParametersTest.testObserverMethodMustHaveOnlyOneEventParameter: 1,179/1,242 Failed tests: 0 (450)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventCustomBeanTest, time: 7 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventCustomBeanTest.testDefinitionError: 1,180/1,242 Failed tests: 0 (451)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventFieldInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventFieldInjectionTest.testDefinitionError: 1,181/1,242 Failed tests: 0 (452)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.abortProcessing.ObserverExceptionAbortsProcessingTest, time: 7 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverExceptionAbortsProcessingTest.testObserverThrowsExceptionAbortsNotifications: 1,182/1,242 Failed tests: 0 (453)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.afterBeanDiscovery.annotated.GetAnnotatedTypesTest, time: 7 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetAnnotatedTypesTest.testGetAnnotatedType: 1,183/1,242 Failed tests: 0 (454)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetAnnotatedTypesTest.testGetAnnotatedTypes: 1,184/1,242 Failed tests: 0 (454)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.delivery.broken.WithAnnotationsAppliedToIllegalEventParameterTest, time: 12 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WithAnnotationsAppliedToIllegalEventParameterTest.testDeploymentFails: 1,185/1,242 Failed tests: 0 (455)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.configurators.annotatedTypeConfigurator.beforeBeanDiscovery.AnnotatedTypeConfiguratorInBBDTest, time: 7 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorInBBDTest.testInterceptorBindingAddition: 1,186/1,242 Failed tests: 0 (456)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeConfiguratorInBBDTest.testQualifierAddition: 1,187/1,242 Failed tests: 0 (456)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.addDefinitionError.AddDefinitionErrorTest, time: 7 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDefinitionErrorTest.testObserverDefinitionErrorTreatedAsDefinitionError: 1,188/1,242 Failed tests: 0 (457)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.exception.validation.AfterDeploymentValidationObserverExecutionFailureTest, time: 6 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterDeploymentValidationObserverExecutionFailureTest.testObserverFailureTreatedAsDeploymentError: 1,189/1,242 Failed tests: 0 (458)
Nov 02, 2017 10:05:40 AM 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]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidQualifierTest.test: 1,190/1,242 Failed tests: 0 (459)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.modify.InjectionPointOverridingTest, time: 7 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointOverridingTest.testDelegateInjectionPoint: 1,191/1,242 Failed tests: 0 (460)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointOverridingTest.testNewInjectionPointDiscovered: 1,192/1,242 Failed tests: 0 (460)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointOverridingTest.testOverridingFieldInjectionPoint: 1,193/1,242 Failed tests: 0 (460)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.producer.broken.processing.ProducerProcessingWithDefinitionErrorTest, time: 6 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerProcessingWithDefinitionErrorTest.testExplicitDefinitionError: 1,194/1,242 Failed tests: 0 (461)
Nov 02, 2017 10:05:40 AM 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: 11 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratedBeanInitializerInjectionTest.testDeploymentFails: 1,195/1,242 Failed tests: 0 (462)
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamInitializerTest, time: 7 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamInitializerTest.testDeploymentFails: 1,196/1,242 Failed tests: 0 (463)
Nov 02, 2017 10:05:40 AM 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: 16 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamInitializerTest.testDeploymentFails: 1,197/1,242 Failed tests: 0 (464)
Nov 02, 2017 10:05:40 AM 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: 20 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamConstructorTest.testDeploymentFails: 1,198/1,242 Failed tests: 0 (465)
Nov 02, 2017 10:05:40 AM 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: 18 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamConstructorTest.testDeploymentFails: 1,199/1,242 Failed tests: 0 (466)
Nov 02, 2017 10:05:40 AM 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: 15 ms]
Nov 02, 2017 10:05:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorTypeParamConstructorTest.testDeploymentFails: 1,200/1,242 Failed tests: 0 (467)
Nov 02, 2017 10:05:40 AM 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: 15 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodOnDecoratorTest.testDisposerMethodNotAllowedOnDecorator: 1,201/1,242 Failed tests: 0 (468)
Nov 02, 2017 10:05:41 AM 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: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverParameterUnallowedDefinitionTest.testObserverParameterUnallowed: 1,202/1,242 Failed tests: 0 (469)
Nov 02, 2017 10:05:41 AM 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]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InitializerMethodAnnotatedProducesTest.testInitializerMethodAnnotatedProduces: 1,203/1,242 Failed tests: 0 (470)
Nov 02, 2017 10:05:41 AM 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: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldArrayTypeVariableTest.testBeanTypes: 1,204/1,242 Failed tests: 0 (471)
Nov 02, 2017 10:05:41 AM 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: 7 ms]
Nov 02, 2017 10:05:41 AM 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
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldTypeWithWildcardTest.testProducerFieldTypeWithWildcard: 1,205/1,242 Failed tests: 0 (472)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.array.ProducerMethodArrayWildcardTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodArrayWildcardTest.testBeanTypes: 1,206/1,242 Failed tests: 0 (473)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.decorator.ProducerMethodOnDecoratorTest, time: 8 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodOnDecoratorTest.testProducerMethodNotAllowedOnDecorator: 1,207/1,242 Failed tests: 0 (474)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterAnnotatedObservesAsync.ParameterAnnotatedAsyncObservesTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedAsyncObservesTest.testProducerMethodWithParameterAnnotatedAsyncObserves: 1,208/1,242 Failed tests: 0 (475)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithTypeParameter.ParametrizedReturnTypeWithTypeVariable02Test, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParametrizedReturnTypeWithTypeVariable02Test.testNonDependentScopedProducerMethodWithParameterizedTypeWithTypeVariable: 1,209/1,242 Failed tests: 0 (476)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.simple.broken.noextend2.SpecializingBeanExtendsNothingTest, time: 6 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanExtendsNothingTest.testSpecializingClassDirectlyExtendsNothing: 1,210/1,242 Failed tests: 0 (477)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.observer.async.InterceptorWithAsyncObserverMethodTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorWithAsyncObserverMethodTest.testInterceptorWithAsyncObserverMethodNotOk: 1,211/1,242 Failed tests: 0 (478)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.sameClassListedTwiceInBeansXml.SameClassListedTwiceInBeansXmlTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SameClassListedTwiceInBeansXmlTest.testSameInterceptorClassListedTwiceInBeansXmlNotOk: 1,212/1,242 Failed tests: 0 (479)
Nov 02, 2017 10:05:41 AM 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]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamedNonFieldInjectionPointTest.testNamedProducerInjectionPointNotAllowed: 1,213/1,242 Failed tests: 0 (480)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed2.NamedNonFieldInjectionPointTest, time: 8 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamedNonFieldInjectionPointTest.testNamedObserverMethodInjectionPointNotAllowed: 1,214/1,242 Failed tests: 0 (481)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.ProtectedFinalMethodNotProxyableTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProtectedFinalMethodNotProxyableTest.testClassWithPublicFinalMethodCannotBeProxied: 1,215/1,242 Failed tests: 0 (482)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.StaticFinalMethodTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StaticFinalMethodTest.testClassWithStaticFinalMethodCanBeProxied: 1,216/1,242 Failed tests: 0 (483)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.interceptor.InterceptedBeanProxyTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanProxyTest.testClientProxyBeanWithBoundInterceptor: 1,217/1,242 Failed tests: 0 (484)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceCustomBeanTest, time: 6 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceCustomBeanTest.testDefinitionError: 1,218/1,242 Failed tests: 0 (485)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceFieldInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceFieldInjectionTest.testDefinitionError: 1,219/1,242 Failed tests: 0 (486)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToRawTypeTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToRawTypeTest.testInjection: 1,220/1,242 Failed tests: 0 (487)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.broken.raw.ParameterizedTypesInjectionRawAmbiguousTest, time: 16 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionRawAmbiguousTest.testInjection: 1,221/1,242 Failed tests: 0 (488)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.visibility.InjectionVisibilityTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionVisibilityTest.testPackagePrivateSetMethodInjection: 1,222/1,242 Failed tests: 0 (489)
Nov 02, 2017 10:05:41 AM 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]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousInjectableReferenceTest.testUnsatisfiedReference: 1,223/1,242 Failed tests: 0 (490)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.named.NamedAtInjectionPointTest, time: 8 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamedAtInjectionPointTest.testFieldNameUsedAsBeanName: 1,224/1,242 Failed tests: 0 (491)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeManagedBeanInjectionAvailability02Test, time: 22 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternativeManagedBeanInjectionAvailability02Test.testInjection: 1,225/1,242 Failed tests: 0 (492)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity01Test, time: 27 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity01Test.testSpecialization: 1,226/1,242 Failed tests: 0 (493)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.broken.disabled.DisabledBeanNotAvailableForInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisabledBeanNotAvailableForInjectionTest.testDeployment: 1,227/1,242 Failed tests: 0 (494)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive.PrimitiveInjectionPointTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PrimitiveInjectionPointTest.testPrimitiveInjectionPointResolvedToNonPrimitiveProducerMethod: 1,228/1,242 Failed tests: 0 (495)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 13, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nodecoratedtypes.DecoratorWithNoDecoratedTypes1Test, time: 25 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNoDecoratedTypes3Test.testDeploymentFails: 1,229/1,242 Failed tests: 0 (496)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.inject.DeploymentFailureTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DeploymentFailureTest.testDeploymentFailsBeforeNotifyingObserversAfterBeanDiscovery: 1,230/1,242 Failed tests: 0 (497)
Nov 02, 2017 10:05:41 AM 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: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratedBeanConstructorInjectionTest.testDeploymentFails: 1,231/1,242 Failed tests: 0 (498)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamProducerTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamProducerTest.testDeploymentFails: 1,232/1,242 Failed tests: 0 (499)
Nov 02, 2017 10:05:41 AM 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: 15 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamInitializerTest.testDeploymentFails: 1,233/1,242 Failed tests: 0 (500)
Nov 02, 2017 10:05:41 AM 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: 16 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamFieldTest.testDeploymentFails: 1,234/1,242 Failed tests: 0 (501)
Nov 02, 2017 10:05:41 AM 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: 6 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodOnInterceptorTest.testDisposerMethodNotAllowedOnInterceptor: 1,235/1,242 Failed tests: 0 (502)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.array.ProducerMethodArrayTypeVariableTest, time: 6 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodArrayTypeVariableTest.testBeanTypes: 1,236/1,242 Failed tests: 0 (503)
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.PrivateFinalMethodTest, time: 7 ms]
Nov 02, 2017 10:05:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PrivateFinalMethodTest.testClassWithPrivateFinalMethodCanBeProxied: 1,237/1,242 Failed tests: 0 (504)
Nov 02, 2017 10:05:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProducerMethodInjectionTest, time: 7 ms]
Nov 02, 2017 10:05:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProducerMethodInjectionTest.testDefinitionError: 1,238/1,242 Failed tests: 0 (505)
Nov 02, 2017 10:05:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithTypeVariableUpperBoundTest, time: 7 ms]
Nov 02, 2017 10:05:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithTypeVariableUpperBoundTest.testInjection: 1,239/1,242 Failed tests: 0 (506)
Nov 02, 2017 10:05:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.normal.scope.NormalScopedBeanWithInjectionPoint, time: 7 ms]
Nov 02, 2017 10:05:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalScopedBeanWithInjectionPoint.testRequestScopedBeanWithInjectionPoint: 1,240/1,242 Failed tests: 0 (507)
Nov 02, 2017 10:05:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.InterceptorNotResolvedTest, time: 7 ms]
Nov 02, 2017 10:05:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorNotResolvedTest.testInterceptorNotAvailableForInjection: 1,241/1,242 Failed tests: 0 (508)
Nov 02, 2017 10:05:42 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 1, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Nov 02, 2017 10:05:42 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Nov 02, 2017 10:05:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nodecoratedtypes.DecoratorWithNoDecoratedTypes1Test, time: 7 ms]
Nov 02, 2017 10:05:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNoDecoratedTypes1Test.testDeploymentFails: 1,242/1,242 Failed tests: 0 (509)
Tests run: 1242, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.775 sec - in TestSuite
Results :
Tests run: 1242, 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] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-jboss-runner-tck ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target/weld-jboss-runner-tck-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-jboss-runner-tck >>>
[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]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-jboss-runner-tck <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-jboss-runner-tck ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target/weld-jboss-runner-tck-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (distribution) @ weld-jboss-runner-tck ---
[INFO] Reading assembly descriptor: src/main/assembly/assembly.xml
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /jboss-tck-runner
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /jboss-as
[INFO] Building zip: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target/weld-jboss-runner-tck-3.0.2-SNAPSHOT-3.0.2-SNAPSHOT-dist.zip
[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (make-assembly) @ weld-jboss-runner-tck ---
[INFO] Reading assembly descriptor: src/main/assembly/assembly.xml
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /jboss-tck-runner
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /jboss-as
[INFO] Building zip: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target/weld-jboss-runner-tck-3.0.2-SNAPSHOT-dist.zip
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-jboss-runner-tck ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target/weld-jboss-runner-tck-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-jboss-runner-tck/3.0.2-SNAPSHOT/weld-jboss-runner-tck-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/weld-jboss-runner-tck/3.0.2-SNAPSHOT/weld-jboss-runner-tck-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target/weld-jboss-runner-tck-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-jboss-runner-tck/3.0.2-SNAPSHOT/weld-jboss-runner-tck-3.0.2-SNAPSHOT-sources.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target/weld-jboss-runner-tck-3.0.2-SNAPSHOT-3.0.2-SNAPSHOT-dist.zip to /home/hudson/.m2/repository/org/jboss/weld/weld-jboss-runner-tck/3.0.2-SNAPSHOT/weld-jboss-runner-tck-3.0.2-SNAPSHOT-dist.zip
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target/weld-jboss-runner-tck-3.0.2-SNAPSHOT-dist.zip to /home/hudson/.m2/repository/org/jboss/weld/weld-jboss-runner-tck/3.0.2-SNAPSHOT/weld-jboss-runner-tck-3.0.2-SNAPSHOT-dist.zip
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Environment Common 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-environment-common ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/common/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-environment-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-environment-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-environment-common ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-environment-common ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-environment-common ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-environment-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/common/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-environment-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/common/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-environment-common ---
[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-environment-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/common/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-environment-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/common/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-environment-common ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.environment.util.BeanArchivesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec - in org.jboss.weld.environment.util.BeanArchivesTest
Running org.jboss.weld.environment.util.ReflectionsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.environment.util.ReflectionsTest
Results :
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-environment-common ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/common/target/weld-environment-common-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-environment-common >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-environment-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-environment-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-environment-common ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-environment-common ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-environment-common <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-environment-common ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/common/target/weld-environment-common-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-environment-common ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/common/target/weld-environment-common-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/environment/weld-environment-common/3.0.2-SNAPSHOT/weld-environment-common-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/common/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/environment/weld-environment-common/3.0.2-SNAPSHOT/weld-environment-common-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/common/target/weld-environment-common-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/environment/weld-environment-common/3.0.2-SNAPSHOT/weld-environment-common-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld SE Parent 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-se-parent ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-se-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-se-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-se-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-se-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-se-parent ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-se-parent ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-se-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-se-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-se-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-se-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-se-parent ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-se-parent <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-se-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-se-parent ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-parent/3.0.2-SNAPSHOT/weld-se-parent-3.0.2-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld SE (Core) 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-se-core ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-se-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-se-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-se-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-se-core ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-se-core ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-se-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ weld-se-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-se-core ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (compile) @ weld-se-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (test-compile) @ weld-se-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-se-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ weld-se-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 190 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/target/test-classes
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/src/test/java/org/jboss/weld/environment/se/test/inheritance/PostConstructInheritanceTest.java: Some input files use or override a deprecated API.
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/src/test/java/org/jboss/weld/environment/se/test/inheritance/PostConstructInheritanceTest.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-se-core ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.environment.se.test.groovy.collision.GroovyCollisionTest
Nov 02, 2017 10:05:51 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:05:51 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:51 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 70485cb4-ad7d-4b97-b4a5-c19bcc42d81f initialized
Nov 02, 2017 10:05:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 70485cb4-ad7d-4b97-b4a5-c19bcc42d81f shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.19 sec - in org.jboss.weld.environment.se.test.groovy.collision.GroovyCollisionTest
Running org.jboss.weld.environment.se.test.groovy.interceptors.GroovyInterceptorTest
Nov 02, 2017 10:05:52 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f403053b-b09f-4b91-b943-a7c4fafe2299 initialized
Nov 02, 2017 10:05:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f403053b-b09f-4b91-b943-a7c4fafe2299 shut down
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 sec - in org.jboss.weld.environment.se.test.groovy.interceptors.GroovyInterceptorTest
Running org.jboss.weld.environment.se.test.groovy.name.MalformedClassNameTest
Nov 02, 2017 10:05:52 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5f1140e0-49d5-48d2-854b-42925bab49f9 initialized
Nov 02, 2017 10:05:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5f1140e0-49d5-48d2-854b-42925bab49f9 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.jboss.weld.environment.se.test.groovy.name.MalformedClassNameTest
Running org.jboss.weld.environment.se.test.StartMainTest
Nov 02, 2017 10:05:52 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container STATIC_INSTANCE initialized
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container STATIC_INSTANCE shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 sec - in org.jboss.weld.environment.se.test.StartMainTest
Running org.jboss.weld.environment.se.test.beandiscovery.annotation.BeanDefiningAnnotationOutsideBeanArchiveTest
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 23ece03b-15f5-49f8-98be-cd0c4143a193 initialized
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 23ece03b-15f5-49f8-98be-cd0c4143a193 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.jboss.weld.environment.se.test.beandiscovery.annotation.BeanDefiningAnnotationOutsideBeanArchiveTest
Running org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryInjectionTest
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c78380e8-638d-46ae-b05c-5e90fd9b7a8b initialized
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c78380e8-638d-46ae-b05c-5e90fd9b7a8b shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryInjectionTest
Running org.jboss.weld.environment.se.test.beandiscovery.priority.DisabledIsolationPriorityTest
Nov 02, 2017 10:05:53 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.beandiscovery.priority.DisabledIsolationPriorityTest test" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:53 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.beandiscovery.priority.DisabledIsolationPriorityTest test" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:53 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.beandiscovery.priority.DisabledIsolationPriorityTest test" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 75d36419-e4c0-46df-8008-2c8b5755cc07 initialized
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 75d36419-e4c0-46df-8008-2c8b5755cc07 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.jboss.weld.environment.se.test.beandiscovery.priority.DisabledIsolationPriorityTest
Running org.jboss.weld.environment.se.test.beandiscovery.priority.PriorityTest
Nov 02, 2017 10:05:53 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.beandiscovery.priority.PriorityTest test" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:53 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.beandiscovery.priority.PriorityTest test" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:53 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.beandiscovery.priority.PriorityTest test" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bc38fdd2-a9f4-49f6-a189-4c3bd2e8b87e initialized
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bc38fdd2-a9f4-49f6-a189-4c3bd2e8b87e shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.jboss.weld.environment.se.test.beandiscovery.priority.PriorityTest
Running org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecorator03Test
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecorator03Test
Running org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecorator02Test
Nov 02, 2017 10:05:53 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecorator02Test testAllBeanDiscovery" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:53 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecorator02Test testAllBeanDiscovery" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:53 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecorator02Test testAllBeanDiscovery" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e2b9a36d-1901-4693-b7d8-8591c822ab3b initialized
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e2b9a36d-1901-4693-b7d8-8591c822ab3b shut down
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 67049b74-9d55-40c5-8c48-e5c95e096c21 initialized
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 67049b74-9d55-40c5-8c48-e5c95e096c21 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec - in org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecorator02Test
Running org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecoratorTest
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d38ca28-65f3-4ca5-ad63-c0564e6a92e6 initialized
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d38ca28-65f3-4ca5-ad63-c0564e6a92e6 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecoratorTest
Running org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptor02Test
Nov 02, 2017 10:05:53 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptor02Test testAllBeanDiscovery" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:53 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptor02Test testAllBeanDiscovery" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:53 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptor02Test testAllBeanDiscovery" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b6962303-a798-4762-93cf-f5b8d845343f initialized
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b6962303-a798-4762-93cf-f5b8d845343f shut down
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 06e0f7b3-d8b4-47af-9929-9b15b1bfef1b initialized
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 06e0f7b3-d8b4-47af-9929-9b15b1bfef1b shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec - in org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptor02Test
Running org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptorTest
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6f211eef-0862-425d-a108-7c3c7d21ebc8 initialized
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6f211eef-0862-425d-a108-7c3c7d21ebc8 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptorTest
Running org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptor03Test
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptor03Test
Running org.jboss.weld.environment.se.test.beandiscovery.stereotype.StereotypeDiscoveryTest
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f520deca-be06-4be5-bc8c-ce9ce4bf81eb initialized
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f520deca-be06-4be5-bc8c-ce9ce4bf81eb shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.jboss.weld.environment.se.test.beandiscovery.stereotype.StereotypeDiscoveryTest
Running org.jboss.weld.environment.se.test.beandiscovery.alternatives.BeanDiscoveryAlternativeTest
Nov 02, 2017 10:05:53 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bc6e2ded-cc39-4e45-aa6f-e15ad4ad496b initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bc6e2ded-cc39-4e45-aa6f-e15ad4ad496b shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.jboss.weld.environment.se.test.beandiscovery.alternatives.BeanDiscoveryAlternativeTest
Running org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryWithoutIsolationTest
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7f1af2c3-1efd-40f2-9b58-8a21b4f2f567 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7f1af2c3-1efd-40f2-9b58-8a21b4f2f567 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryWithoutIsolationTest
Running org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryWithJandexIndexTest
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.deployment.discovery.jandex.JandexIndexBeanArchiveHandler getIndex
WARN: Cannot get Jandex index from: /tmp/565f29ae-b765-4528-9ee3-9d86ac31a7276033966812530602132.jar
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a962328b-69bb-4773-a2dc-6a06da01a48b initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a962328b-69bb-4773-a2dc-6a06da01a48b shut down
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryWithJandexIndexTest
Running org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryEmtyBeansXmlTest
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5fa7b089-f57f-4e25-a6ec-533ffb621688 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5fa7b089-f57f-4e25-a6ec-533ffb621688 shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryEmtyBeansXmlTest
Running org.jboss.weld.environment.se.test.builder.containerlifecycle.ContainerLifecyleObserverTest
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 46e9a925-3456-4f20-b7ab-0ba8b36a08f3 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 46e9a925-3456-4f20-b7ab-0ba8b36a08f3 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0fdd2cc9-19ae-49e3-be94-b83fb30f06c6 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0fdd2cc9-19ae-49e3-be94-b83fb30f06c6 shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.jboss.weld.environment.se.test.builder.containerlifecycle.ContainerLifecyleObserverTest
Running org.jboss.weld.environment.se.test.builder.WeldBuilderTest
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4d9c20f6-b692-45c4-86c2-64efb660a4b5 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4d9c20f6-b692-45c4-86c2-64efb660a4b5 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3b8254cd-1dad-4118-86d1-6bfaeabf646c initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3b8254cd-1dad-4118-86d1-6bfaeabf646c shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b5cd4892-2872-4b24-8747-8d12fde05622 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b5cd4892-2872-4b24-8747-8d12fde05622 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1c9b111f-33c7-45eb-b3f9-4e682a839054 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1c9b111f-33c7-45eb-b3f9-4e682a839054 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ece56565-c370-45fb-9a77-d53d2b642394 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ece56565-c370-45fb-9a77-d53d2b642394 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4b7bea15-56be-46e5-85f4-c6cae2184c69 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4b7bea15-56be-46e5-85f4-c6cae2184c69 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 777bf443-033e-4260-8e8c-f45583504410 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 777bf443-033e-4260-8e8c-f45583504410 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fc039dd1-9839-4cba-bb20-156e3b89ee0d initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fc039dd1-9839-4cba-bb20-156e3b89ee0d shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 48af994d-728d-412c-aaf1-c6b0df46c6fd initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 48af994d-728d-412c-aaf1-c6b0df46c6fd shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c6ab1d2d-c667-4686-9491-dcdb6584cf22 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c6ab1d2d-c667-4686-9491-dcdb6584cf22 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl addAnnotatedType
WARN: WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.jboss.weld.environment.se.test.builder.Oof is deprecated from CDI 1.1!
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cbc55b5b-7a8c-4af1-a4a0-ed3ab1a713b7 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cbc55b5b-7a8c-4af1-a4a0-ed3ab1a713b7 shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl addAnnotatedType
WARN: WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.jboss.weld.environment.se.test.builder.Foo is deprecated from CDI 1.1!
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8429d234-ffdf-48f0-bf7b-5d22d8b0805a initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8429d234-ffdf-48f0-bf7b-5d22d8b0805a shut down
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7d948844-431e-428f-89ca-8e184ce6c55d initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7d948844-431e-428f-89ca-8e184ce6c55d shut down
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 sec - in org.jboss.weld.environment.se.test.builder.WeldBuilderTest
Running org.jboss.weld.environment.se.test.builder.scanning.ExplicitResourceLoaderScanningTest
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 80e0e84a-c25c-44c8-a49d-9f9ca223669a initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 80e0e84a-c25c-44c8-a49d-9f9ca223669a shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.jboss.weld.environment.se.test.builder.scanning.ExplicitResourceLoaderScanningTest
Running org.jboss.weld.environment.se.test.builder.scanning.ExplicitClassLoaderScanningTest
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8e488941-15a2-41d9-8c58-80834bd2cc75 initialized
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8e488941-15a2-41d9-8c58-80834bd2cc75 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.jboss.weld.environment.se.test.builder.scanning.ExplicitClassLoaderScanningTest
Running org.jboss.weld.environment.se.test.singleton.SingletonContextTest
Nov 02, 2017 10:05:54 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cda68945-de58-4f29-a994-1c38496f34e5 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cda68945-de58-4f29-a994-1c38496f34e5 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec - in org.jboss.weld.environment.se.test.singleton.SingletonContextTest
Running org.jboss.weld.environment.se.test.provider.custom.CustomCDIProviderTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 970a8bdd-8ace-4908-91cf-38793b0c5a43 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 970a8bdd-8ace-4908-91cf-38793b0c5a43 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec - in org.jboss.weld.environment.se.test.provider.custom.CustomCDIProviderTest
Running org.jboss.weld.environment.se.test.provider.MultiModuleCDIProviderTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7c3c00eb-d95f-4c23-bceb-e83601d6d48a initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7c3c00eb-d95f-4c23-bceb-e83601d6d48a shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.jboss.weld.environment.se.test.provider.MultiModuleCDIProviderTest
Running org.jboss.weld.environment.se.test.provider.BasicCDIProviderTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9966f574-e885-4f00-a0f4-80edc6f6796a initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9966f574-e885-4f00-a0f4-80edc6f6796a shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.jboss.weld.environment.se.test.provider.BasicCDIProviderTest
Running org.jboss.weld.environment.se.test.container.isolation.ContainerIsolationTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1 shut down
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec - in org.jboss.weld.environment.se.test.container.isolation.ContainerIsolationTest
Running org.jboss.weld.environment.se.test.container.current.WeldContainerCurrentTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 007 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 008 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 007 shut down
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 008 shut down
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 007 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 007 shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.environment.se.test.container.current.WeldContainerCurrentTest
Running org.jboss.weld.environment.se.test.container.provider.WeldSEProviderTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container foo initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bar initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldSEProvider getCDI
INFO: WELD-ENV-002006: Multiple containers running - CDI.current() may not work properly: [foo, bar]
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldSEProvider getCDI
INFO: WELD-ENV-002006: Multiple containers running - CDI.current() may not work properly: [foo, bar]
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldSEProvider getCDI
INFO: WELD-ENV-002006: Multiple containers running - CDI.current() may not work properly: [foo, bar]
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bar shut down
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container foo shut down
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d5f8f93c-79ba-4536-a9d1-bfe137848388 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d5f8f93c-79ba-4536-a9d1-bfe137848388 shut down
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c93ec4f3-9a30-468d-9bfc-0c4798612d69 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c93ec4f3-9a30-468d-9bfc-0c4798612d69 shut down
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 908695c5-f654-4b7b-ab54-48ab280aae9f initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 908695c5-f654-4b7b-ab54-48ab280aae9f shut down
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.jboss.weld.environment.se.test.container.provider.WeldSEProviderTest
Running org.jboss.weld.environment.se.test.container.events.ContainerEventsTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container EVENT initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container EVENT shut down
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 007 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 007 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.environment.se.test.container.events.ContainerEventsTest
Running org.jboss.weld.environment.se.test.container.instance.ContainerInstanceTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1c853408-669a-47a9-a479-cdfb82dc805f initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1c853408-669a-47a9-a479-cdfb82dc805f shut down
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0f4685e7-cbbb-4e36-a978-a7fa0be2db21 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0f4685e7-cbbb-4e36-a978-a7fa0be2db21 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.environment.se.test.container.instance.ContainerInstanceTest
Running org.jboss.weld.environment.se.test.injectionPoint.InjectionPointTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 424846ca-3815-4573-907e-5e8f1a43d6a7 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 424846ca-3815-4573-907e-5e8f1a43d6a7 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jboss.weld.environment.se.test.injectionPoint.InjectionPointTest
Running org.jboss.weld.environment.se.test.instance.SimpleInstanceTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8359f839-f4dc-4892-9521-8140a7494bbf initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8359f839-f4dc-4892-9521-8140a7494bbf shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in org.jboss.weld.environment.se.test.instance.SimpleInstanceTest
Running org.jboss.weld.environment.se.test.inheritance.PostConstructInheritanceTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8e943df2-7482-44bb-a2b3-24e7c9db5c8c initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8e943df2-7482-44bb-a2b3-24e7c9db5c8c shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in org.jboss.weld.environment.se.test.inheritance.PostConstructInheritanceTest
Running org.jboss.weld.environment.se.test.interceptors.enablement.InterceptorEnabledForAppAndArchiveTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.logging.ValidatorLogger lambda$static$6
WARN: WELD-001478: Interceptor class org.jboss.weld.environment.se.test.interceptors.enablement.TransactionalInterceptor is enabled for the application and for the bean archive org.jboss.weld.environment.deployment.WeldDeployment.synthetic. It will only be invoked in the @Priority part of the chain.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b815f4d4-2566-4082-992c-219f4f5b2b20 initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b815f4d4-2566-4082-992c-219f4f5b2b20 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.environment.se.test.interceptors.enablement.InterceptorEnabledForAppAndArchiveTest
Running org.jboss.weld.environment.se.test.interceptors.InterceptorsTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c2ec5656-4061-419f-aacc-85d850a9f205 initialized
Recording method: doSomethingRecorded
this should be recorded
Recording method: doSomethingRecordedAndAggregated
This should be aggregated
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c2ec5656-4061-419f-aacc-85d850a9f205 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.environment.se.test.interceptors.InterceptorsTest
Running org.jboss.weld.environment.se.test.decorators.DecoratorsTest
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 20747621-8a1c-4279-a1fe-cd2193c7725e initialized
AWOOGA
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 20747621-8a1c-4279-a1fe-cd2193c7725e shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.jboss.weld.environment.se.test.decorators.DecoratorsTest
Running org.jboss.weld.environment.se.test.isolation.IsolationDisabledTest
Nov 02, 2017 10:05:55 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.isolation.IsolationDisabledTest testAlternative" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:55 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.isolation.IsolationDisabledTest testAlternative" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:55 AM org.jboss.arquillian.container.test.impl.RunModeUtils isRunAsClient
WARNING: The test method "org.jboss.weld.environment.se.test.isolation.IsolationDisabledTest testAlternative" will run on the client side - there is no running deployment yet. Please use the annotation @RunAsClient
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cefc4c0c-dfc5-4bce-bcd5-aa461a797b1a initialized
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cefc4c0c-dfc5-4bce-bcd5-aa461a797b1a shut down
Nov 02, 2017 10:05:55 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bbf0ce97-d6f8-46ef-abdb-744d8eb549bc initialized
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bbf0ce97-d6f8-46ef-abdb-744d8eb549bc shut down
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 35634d56-e9c2-4887-a787-12e9e353a3cb initialized
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 35634d56-e9c2-4887-a787-12e9e353a3cb shut down
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 63feedb1-7e1f-486e-a759-943388f7b78a initialized
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 63feedb1-7e1f-486e-a759-943388f7b78a shut down
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec - in org.jboss.weld.environment.se.test.isolation.IsolationDisabledTest
Running org.jboss.weld.environment.se.test.beans.threading.ThreadContextTest
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fc08d197-5606-471a-96a9-5687e86c54f5 initialized
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fc08d197-5606-471a-96a9-5687e86c54f5 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.jboss.weld.environment.se.test.beans.threading.ThreadContextTest
Running org.jboss.weld.environment.se.test.beans.threading.ThreadContextImplicitBeanArchiveTest
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a05713d2-cd94-403a-814a-8055a6e32221 initialized
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a05713d2-cd94-403a-814a-8055a6e32221 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.environment.se.test.beans.threading.ThreadContextImplicitBeanArchiveTest
Running org.jboss.weld.environment.se.test.scopes.ScopesTest
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c7740761-67f4-4e53-8826-6485e89cab46 initialized
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c7740761-67f4-4e53-8826-6485e89cab46 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.environment.se.test.scopes.ScopesTest
Running org.jboss.weld.environment.se.test.context.session.BoundSessionContextTest
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:05:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:05:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e5067f97-11bf-45eb-84dd-202c211c26ae initialized
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e5067f97-11bf-45eb-84dd-202c211c26ae shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.08 sec - in org.jboss.weld.environment.se.test.context.session.BoundSessionContextTest
Running org.jboss.weld.environment.se.test.executor.DefaultExecutorTest
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:06:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a04a1420-504d-4dcd-b325-7d9b26da2ef8 initialized
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a04a1420-504d-4dcd-b325-7d9b26da2ef8 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.environment.se.test.executor.DefaultExecutorTest
Running org.jboss.weld.environment.se.test.unmanaged.UnmanagedTest
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:06:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0a3715d0-729c-470c-abde-9520b0bde7f4 initialized
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0a3715d0-729c-470c-abde-9520b0bde7f4 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.environment.se.test.unmanaged.UnmanagedTest
Running org.jboss.weld.environment.se.test.events.EventsTest
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:06:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3290f35e-d7c9-4188-af7d-8b7de57397c8 initialized
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3290f35e-d7c9-4188-af7d-8b7de57397c8 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.environment.se.test.events.EventsTest
Running org.jboss.weld.environment.se.test.StartMainEmptyArgsTest
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:06:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container STATIC_INSTANCE initialized
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container STATIC_INSTANCE shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.jboss.weld.environment.se.test.StartMainEmptyArgsTest
Running org.jboss.weld.environment.se.test.WeldMainTest
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:06:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2b5162bc-ca89-49a6-bf37-9c7b9cc83e3a initialized
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2b5162bc-ca89-49a6-bf37-9c7b9cc83e3a shut down
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:06:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0700d4ce-b4d1-4d38-a1e4-ded7940a3da4 initialized
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0700d4ce-b4d1-4d38-a1e4-ded7940a3da4 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec - in org.jboss.weld.environment.se.test.WeldMainTest
Running org.jboss.weld.environment.se.test.StartMainObserversTest
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Nov 02, 2017 10:06:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container STATIC_INSTANCE initialized
Nov 02, 2017 10:06:01 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container STATIC_INSTANCE shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.jboss.weld.environment.se.test.StartMainObserversTest
Results :
Tests run: 93, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-se-core ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/target/weld-se-core-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-se-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-se-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-se-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-se-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-se-core ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-se-core <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-se-core ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/target/weld-se-core-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-se-core ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/target/weld-se-core-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-core/3.0.2-SNAPSHOT/weld-se-core-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-core/3.0.2-SNAPSHOT/weld-se-core-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/target/weld-se-core-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-core/3.0.2-SNAPSHOT/weld-se-core-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld SE (Uber Jar) 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-se-shaded ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-se-shaded ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-se-shaded ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-se-shaded ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-se-shaded ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-se-shaded ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-se-shaded ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-se-shaded ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-se-shaded ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-se-shaded ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-se-shaded ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-se-shaded ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-se-shaded ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/weld-se-shaded-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-se-shaded >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-se-shaded ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-se-shaded ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-se-shaded ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-se-shaded ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-se-shaded <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-se-shaded ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/not-really-sources.jar
[INFO] NOT adding java-sources to attached artifacts list.
[INFO]
[INFO] --- maven-shade-plugin:2.3:shade (default) @ weld-se-shaded ---
[INFO] Including org.jboss.weld.se:weld-se-core:jar:3.0.2-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld.environment:weld-environment-common:jar:3.0.2-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld.probe:weld-probe-core:jar:3.0.2-SNAPSHOT in the shaded jar.
[INFO] Including javax.enterprise:cdi-api:jar:2.0 in the shaded jar.
[INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] Including org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.1.Final in the shaded jar.
[INFO] Including org.jboss.weld:weld-core-impl:jar:3.0.2-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld:weld-api:jar:3.0.SP2-Beta2 in the shaded jar.
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-api/3.0.SP2-Beta2/weld-api-3.0.SP2-Beta2-sources.jar
Downloading: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-api/3.0.SP2-Beta2/weld-api-3.0.SP2-Beta2-sources.jar
Progress (1): 1.0/41 kB Progress (1): 2.4/41 kB Progress (1): 3.7/41 kB Progress (1): 5.1/41 kB Progress (1): 6.4/41 kB Progress (1): 7.8/41 kB Progress (1): 9.1/41 kB Progress (1): 10/41 kB Progress (1): 12/41 kB Progress (1): 13/41 kB Progress (1): 14/41 kB Progress (1): 16/41 kB Progress (1): 17/41 kB Progress (1): 19/41 kB Progress (1): 20/41 kB Progress (1): 21/41 kB Progress (1): 23/41 kB Progress (1): 24/41 kB Progress (1): 25/41 kB Progress (1): 27/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 33/41 kB Progress (1): 35/41 kB Progress (1): 36/41 kB Progress (1): 37/41 kB Progress (1): 39/41 kB Progress (1): 40/41 kB Progress (1): 41 kB Downloaded: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-api/3.0.SP2-Beta2/weld-api-3.0.SP2-Beta2-sources.jar (41 kB at 110 kB/s)
[INFO] Including org.jboss.weld:weld-spi:jar:3.0.SP2-Beta2 in the shaded jar.
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-spi/3.0.SP2-Beta2/weld-spi-3.0.SP2-Beta2-sources.jar
Downloading: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-spi/3.0.SP2-Beta2/weld-spi-3.0.SP2-Beta2-sources.jar
Progress (1): 1.0/118 kB Progress (1): 2.4/118 kB Progress (1): 3.7/118 kB Progress (1): 5.1/118 kB Progress (1): 6.4/118 kB Progress (1): 7.8/118 kB Progress (1): 9.1/118 kB Progress (1): 10/118 kB Progress (1): 12/118 kB Progress (1): 13/118 kB Progress (1): 14/118 kB Progress (1): 16/118 kB Progress (1): 17/118 kB Progress (1): 19/118 kB Progress (1): 20/118 kB Progress (1): 21/118 kB Progress (1): 23/118 kB Progress (1): 24/118 kB Progress (1): 25/118 kB Progress (1): 27/118 kB Progress (1): 31/118 kB Progress (1): 32/118 kB Progress (1): 33/118 kB Progress (1): 35/118 kB Progress (1): 36/118 kB Progress (1): 37/118 kB Progress (1): 39/118 kB Progress (1): 40/118 kB Progress (1): 44/118 kB Progress (1): 48/118 kB Progress (1): 50/118 kB Progress (1): 51/118 kB Progress (1): 52/118 kB Progress (1): 54/118 kB Progress (1): 55/118 kB Progress (1): 56/118 kB Progress (1): 60/118 kB Progress (1): 64/118 kB Progress (1): 66/118 kB Progress (1): 67/118 kB Progress (1): 68/118 kB Progress (1): 70/118 kB Progress (1): 71/118 kB Progress (1): 72/118 kB Progress (1): 77/118 kB Progress (1): 81/118 kB Progress (1): 85/118 kB Progress (1): 86/118 kB Progress (1): 90/118 kB Progress (1): 91/118 kB Progress (1): 93/118 kB Progress (1): 94/118 kB Progress (1): 95/118 kB Progress (1): 97/118 kB Progress (1): 98/118 kB Progress (1): 102/118 kB Progress (1): 103/118 kB Progress (1): 105/118 kB Progress (1): 106/118 kB Progress (1): 108/118 kB Progress (1): 109/118 kB Progress (1): 110/118 kB Progress (1): 113/118 kB Progress (1): 114/118 kB Progress (1): 116/118 kB Progress (1): 117/118 kB Progress (1): 118/118 kB Progress (1): 118 kB Downloaded: https://repository.jboss.org/nexus/content/groups/staging/org/jboss/weld/weld-spi/3.0.SP2-Beta2/weld-spi-3.0.SP2-Beta2-sources.jar (118 kB at 235 kB/s)
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3 in the shaded jar.
[INFO] Including org.jboss.spec.javax.el:jboss-el-api_3.0_spec:jar:1.0.7.Final in the shaded jar.
[INFO] Including org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec:jar:1.0.0.Final in the shaded jar.
[INFO] Including org.jboss.logging:jboss-logging:jar:3.2.1.Final in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/weld-se-shaded-3.0.2-SNAPSHOT.jar with /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/weld-se-shaded-3.0.2-SNAPSHOT-shaded.jar
[INFO] Replacing original source artifact with shaded source artifact.
[INFO] Replacing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/weld-se-shaded-3.0.2-SNAPSHOT-sources.jar with /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/weld-se-shaded-3.0.2-SNAPSHOT-shaded-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-se-shaded ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/weld-se-shaded-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-shaded/3.0.2-SNAPSHOT/weld-se-shaded-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-shaded/3.0.2-SNAPSHOT/weld-se-shaded-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/weld-se-shaded-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-shaded/3.0.2-SNAPSHOT/weld-se-shaded-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld SE Tests 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-se-tests ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-se-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-se-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-se-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-se-tests ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-se-tests ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-se-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-se-tests ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-se-tests ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-se-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-se-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 112 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/test-classes
[INFO]
[INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy-weld-dependencies) @ weld-se-tests ---
[INFO] Copying hibernate-jpa-2.1-api-1.0.0.Final.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/classes/hibernate-jpa-2.1-api.jar
[INFO] Copying javax.json-1.0.4.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/classes/javax.json.jar
[INFO] Copying weld-se-shaded-3.0.2-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/classes/weld-se-shaded.jar
[INFO] Copying javax.el-3.0.0.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/classes/javax.el.jar
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-se-tests ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.environment.se.test.resource.EEResourceInjectionIgnoredTest
Nov 02, 2017 10:06:05 AM org.jboss.arquillian.container.se.managed.ManagedSEDeployableContainer readJarFilesFromDirectory
INFO: Add libraries from: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/classes
Nov 02, 2017 10:06:06 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:06 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:06 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:06 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 324751bf-2548-4587-bbb6-87d97692fd81 initialized
Nov 02, 2017 10:06:06 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 324751bf-2548-4587-bbb6-87d97692fd81 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.266 sec - in org.jboss.weld.environment.se.test.resource.EEResourceInjectionIgnoredTest
Running org.jboss.weld.environment.se.test.implicit.discovery.none.ImplicitScanBeanDiscoveryModeNoneTest
Nov 02, 2017 10:06:07 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:07 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:08 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Nov 02, 2017 10:06:08 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 090c3e86-070f-4599-a39d-b665df7ba2b8 initialized
Nov 02, 2017 10:06:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 090c3e86-070f-4599-a39d-b665df7ba2b8 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.879 sec - in org.jboss.weld.environment.se.test.implicit.discovery.none.ImplicitScanBeanDiscoveryModeNoneTest
Running org.jboss.weld.environment.se.test.implicit.ImplicitScanSmokeTest
Nov 02, 2017 10:06:09 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:09 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:09 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Nov 02, 2017 10:06:10 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1f6d4b34-03a6-4f02-9c80-534d92b5297f initialized
Nov 02, 2017 10:06:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1f6d4b34-03a6-4f02-9c80-534d92b5297f shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.871 sec - in org.jboss.weld.environment.se.test.implicit.ImplicitScanSmokeTest
Running org.jboss.weld.environment.se.test.implicit.disabled.ImplicitScanDisabledTest
Nov 02, 2017 10:06:11 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:11 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:11 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a45e9610-10cd-4d53-8792-123bc48e4ed8 initialized
Nov 02, 2017 10:06:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a45e9610-10cd-4d53-8792-123bc48e4ed8 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.44 sec - in org.jboss.weld.environment.se.test.implicit.disabled.ImplicitScanDisabledTest
Running org.jboss.weld.environment.se.test.implicit.directory.ImplicitScanBeanArchiveDirectoryTest
Nov 02, 2017 10:06:12 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:13 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:13 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Nov 02, 2017 10:06:13 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d754d2e9-0a62-4342-a56d-a3a26ee1e4bb initialized
Nov 02, 2017 10:06:13 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d754d2e9-0a62-4342-a56d-a3a26ee1e4bb shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.892 sec - in org.jboss.weld.environment.se.test.implicit.directory.ImplicitScanBeanArchiveDirectoryTest
Running org.jboss.weld.environment.se.test.implicit.ImplicitScanSystemPropertySmokeTest
Nov 02, 2017 10:06:14 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:14 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:15 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Nov 02, 2017 10:06:15 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 396ed78c-287e-46f3-82ff-2d7cf0ab1b98 initialized
Nov 02, 2017 10:06:15 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 396ed78c-287e-46f3-82ff-2d7cf0ab1b98 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.808 sec - in org.jboss.weld.environment.se.test.implicit.ImplicitScanSystemPropertySmokeTest
Running org.jboss.weld.environment.se.test.event.options.mode.NotificationModeTest
Nov 02, 2017 10:06:16 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:16 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:16 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9efe8b71-dacd-4e60-aa60-345d31cace8b initialized
Nov 02, 2017 10:06:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9efe8b71-dacd-4e60-aa60-345d31cace8b shut down
Nov 02, 2017 10:06:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 31722983-7e2e-4206-b3bd-87a9cb2a19a6 initialized
Nov 02, 2017 10:06:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 31722983-7e2e-4206-b3bd-87a9cb2a19a6 shut down
Nov 02, 2017 10:06:17 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:18 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d9d7f69f-186e-43c8-946f-18a625922868 initialized
Nov 02, 2017 10:06:18 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d9d7f69f-186e-43c8-946f-18a625922868 shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.311 sec - in org.jboss.weld.environment.se.test.event.options.mode.NotificationModeTest
Running org.jboss.weld.environment.se.test.event.options.timeout.NotificationTimeoutTest
Nov 02, 2017 10:06:18 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:19 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:19 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:19 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 255764a8-35fe-413d-9555-76a0657a390b initialized
Nov 02, 2017 10:06:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 255764a8-35fe-413d-9555-76a0657a390b shut down
Nov 02, 2017 10:06:22 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f1178c28-735b-4d0c-9025-f48660efcddb initialized
Nov 02, 2017 10:06:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f1178c28-735b-4d0c-9025-f48660efcddb shut down
Nov 02, 2017 10:06:23 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7f81159d-ae7a-4afc-a162-81a04909a710 initialized
Nov 02, 2017 10:06:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7f81159d-ae7a-4afc-a162-81a04909a710 shut down
Nov 02, 2017 10:06:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b6dcc013-cad9-485d-ba09-a21299c736e5 initialized
Nov 02, 2017 10:06:26 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b6dcc013-cad9-485d-ba09-a21299c736e5 shut down
Nov 02, 2017 10:06:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b8b2ed14-82af-47d7-891a-08f115bfd4ad initialized
Nov 02, 2017 10:06:26 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f8acb52a-29c4-4211-8e44-64f664471609 initialized
Nov 02, 2017 10:06:29 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f8acb52a-29c4-4211-8e44-64f664471609 shut down
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.213 sec - in org.jboss.weld.environment.se.test.event.options.timeout.NotificationTimeoutTest
Running org.jboss.weld.environment.se.test.event.enhanced.WeldEventTest
Nov 02, 2017 10:06:30 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:30 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8836d8d3-2154-41f5-a51f-d2e69724c610 initialized
Nov 02, 2017 10:06:30 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8836d8d3-2154-41f5-a51f-d2e69724c610 shut down
Nov 02, 2017 10:06:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dd10e175-3158-43b7-85af-4dd2fab4542f initialized
Nov 02, 2017 10:06:30 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dd10e175-3158-43b7-85af-4dd2fab4542f shut down
Nov 02, 2017 10:06:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5dde81ce-166e-4e11-a76b-004e475fa1d9 initialized
Nov 02, 2017 10:06:30 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5dde81ce-166e-4e11-a76b-004e475fa1d9 shut down
Nov 02, 2017 10:06:30 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ae83a21b-4b6d-4b7b-95cf-3b055c97787b initialized
Nov 02, 2017 10:06:30 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ae83a21b-4b6d-4b7b-95cf-3b055c97787b shut down
Nov 02, 2017 10:06:31 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f0059359-de6f-439d-8e49-485eea1c66fd initialized
Nov 02, 2017 10:06:31 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f0059359-de6f-439d-8e49-485eea1c66fd shut down
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.721 sec - in org.jboss.weld.environment.se.test.event.enhanced.WeldEventTest
Running org.jboss.weld.environment.se.test.scanning.ExplicitClassLoaderExtensionScanningTest
Nov 02, 2017 10:06:31 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:32 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:32 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:32 AM org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl addAnnotatedType
WARN: WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.jboss.weld.environment.se.test.scanning.Alpha is deprecated from CDI 1.1!
Nov 02, 2017 10:06:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 44ea4c7b-f66a-4c5a-9a9d-4ed9d89310bf initialized
Nov 02, 2017 10:06:32 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 44ea4c7b-f66a-4c5a-9a9d-4ed9d89310bf shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.447 sec - in org.jboss.weld.environment.se.test.scanning.ExplicitClassLoaderExtensionScanningTest
Running org.jboss.weld.environment.se.test.scanning.ExplicitResourceLoaderExtensionScanningTest
Nov 02, 2017 10:06:33 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:33 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:33 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:33 AM org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl addAnnotatedType
WARN: WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.jboss.weld.environment.se.test.scanning.Alpha is deprecated from CDI 1.1!
Nov 02, 2017 10:06:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container df5b1911-b365-463b-bc8a-dcef7c4089ac initialized
Nov 02, 2017 10:06:33 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container df5b1911-b365-463b-bc8a-dcef7c4089ac shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.441 sec - in org.jboss.weld.environment.se.test.scanning.ExplicitResourceLoaderExtensionScanningTest
Running org.jboss.weld.environment.se.test.synthethic.SyntheticBeanArchiveFromDirectoryTest
Nov 02, 2017 10:06:34 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:34 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 532c0416-9d19-4bc9-822d-2d8ad8c08030 initialized
Nov 02, 2017 10:06:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 532c0416-9d19-4bc9-822d-2d8ad8c08030 shut down
Nov 02, 2017 10:06:35 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7151b510-1015-4f31-9ad6-29682bab6485 initialized
Nov 02, 2017 10:06:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7151b510-1015-4f31-9ad6-29682bab6485 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.407 sec - in org.jboss.weld.environment.se.test.synthethic.SyntheticBeanArchiveFromDirectoryTest
Running org.jboss.weld.environment.se.test.discovery.isolation.IsolationDisabledTest
Nov 02, 2017 10:06:36 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:36 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:36 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 06f3bee3-44a9-4521-bd6f-9152c2b5a42c initialized
Nov 02, 2017 10:06:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 06f3bee3-44a9-4521-bd6f-9152c2b5a42c shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.446 sec - in org.jboss.weld.environment.se.test.discovery.isolation.IsolationDisabledTest
Running org.jboss.weld.environment.se.test.discovery.synthetic.bdm.SyntheticArchiveDiscoveryModeChangeTest
Nov 02, 2017 10:06:37 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:37 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:37 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 588d5474-6128-4129-b969-b55c3d247879 initialized
Nov 02, 2017 10:06:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 588d5474-6128-4129-b969-b55c3d247879 shut down
Nov 02, 2017 10:06:38 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:38 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 496dc95b-8295-4e38-8722-25f9278ad6a6 initialized
Nov 02, 2017 10:06:38 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 496dc95b-8295-4e38-8722-25f9278ad6a6 shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.453 sec - in org.jboss.weld.environment.se.test.discovery.synthetic.bdm.SyntheticArchiveDiscoveryModeChangeTest
Running org.jboss.weld.environment.se.test.discovery.disableJandex.JandexDiscoveryStrategyDisabledTest
Nov 02, 2017 10:06:39 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:39 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:39 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000040: Jandex discovery strategy was disabled.
Nov 02, 2017 10:06:39 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 44bb438a-bcbd-415c-b95f-4aea20c82d68 initialized
Nov 02, 2017 10:06:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 44bb438a-bcbd-415c-b95f-4aea20c82d68 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.707 sec - in org.jboss.weld.environment.se.test.discovery.disableJandex.JandexDiscoveryStrategyDisabledTest
Running org.jboss.weld.environment.se.test.decorator.invalid.DecoratorWithPrivateConstructorTest
Nov 02, 2017 10:06:40 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:40 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:41 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.425 sec - in org.jboss.weld.environment.se.test.decorator.invalid.DecoratorWithPrivateConstructorTest
Running org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookNotRegisteredSystemPropertyTest
Nov 02, 2017 10:06:41 AM org.xnio.Xnio <clinit>
INFO: XNIO version 3.3.1.Final
Nov 02, 2017 10:06:41 AM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.3.1.Final
Nov 02, 2017 10:06:42 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:42 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:42 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cc246374-6635-453a-82fb-719841a9eb07 initialized
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577 sec - in org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookNotRegisteredSystemPropertyTest
Running org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookRegisteredBeforeInitEventTest
Nov 02, 2017 10:06:43 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:43 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:44 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 05285698-f14b-485c-b501-4a11717e3047 initialized
Weld SE container 05285698-f14b-485c-b501-4a11717e3047 shut down by shutdown hook
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.586 sec - in org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookRegisteredBeforeInitEventTest
Running org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookNotRegisteredBuilderTest
Nov 02, 2017 10:06:45 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:45 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:45 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a75abc94-ddcc-4459-8436-92b1c58e1266 initialized
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.477 sec - in org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookNotRegisteredBuilderTest
Running org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookTest
Nov 02, 2017 10:06:46 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:47 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:47 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6fd01e87-8f13-49c5-b1f7-b446eb400fef initialized
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.495 sec - in org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookTest
Running org.jboss.weld.environment.se.test.instance.enhanced.selectType.WeldInstanceSelectTypeTest
Nov 02, 2017 10:06:48 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:48 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:48 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a3af603e-041f-42c1-8beb-da296260aae4 initialized
Nov 02, 2017 10:06:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a3af603e-041f-42c1-8beb-da296260aae4 shut down
Nov 02, 2017 10:06:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 426dd461-b06b-4a88-b1c5-a445ea55fb52 initialized
Nov 02, 2017 10:06:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 426dd461-b06b-4a88-b1c5-a445ea55fb52 shut down
Nov 02, 2017 10:06:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 47c8416d-2101-412e-968d-cfaf0558ccd8 initialized
Nov 02, 2017 10:06:49 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 47c8416d-2101-412e-968d-cfaf0558ccd8 shut down
Nov 02, 2017 10:06:49 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:49 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a1109d01-d7a1-4133-a036-5655b8d16edb initialized
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.753 sec - in org.jboss.weld.environment.se.test.instance.enhanced.selectType.WeldInstanceSelectTypeTest
Running org.jboss.weld.environment.se.test.instance.enhanced.WeldInstanceTest
Nov 02, 2017 10:06:49 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:50 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b0a37643-fdc7-4f10-9f45-68fb34a84dab initialized
Nov 02, 2017 10:06:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b0a37643-fdc7-4f10-9f45-68fb34a84dab shut down
Nov 02, 2017 10:06:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container be928a4a-094c-492f-b24d-f99ffffa98c1 initialized
Nov 02, 2017 10:06:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container be928a4a-094c-492f-b24d-f99ffffa98c1 shut down
Nov 02, 2017 10:06:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 84bad7b1-d4ae-43a9-b6ef-28b092dc5471 initialized
Nov 02, 2017 10:06:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 84bad7b1-d4ae-43a9-b6ef-28b092dc5471 shut down
Nov 02, 2017 10:06:50 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a810691d-e22a-4e8b-8503-3d61e51c0f78 initialized
Nov 02, 2017 10:06:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a810691d-e22a-4e8b-8503-3d61e51c0f78 shut down
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.685 sec - in org.jboss.weld.environment.se.test.instance.enhanced.WeldInstanceTest
Running org.jboss.weld.environment.se.test.service.AdditionalServiceTest
Nov 02, 2017 10:06:51 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:51 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6fcbf8f4-c610-4436-9756-270367d80163 initialized
Nov 02, 2017 10:06:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6fcbf8f4-c610-4436-9756-270367d80163 shut down
Nov 02, 2017 10:06:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fccecbcf-3be9-4a1a-b3c3-c02c59931f61 initialized
Nov 02, 2017 10:06:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fccecbcf-3be9-4a1a-b3c3-c02c59931f61 shut down
Nov 02, 2017 10:06:52 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fe8b7491-1198-4209-950b-162196f11875 initialized
Nov 02, 2017 10:06:52 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fe8b7491-1198-4209-950b-162196f11875 shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.565 sec - in org.jboss.weld.environment.se.test.service.AdditionalServiceTest
Running org.jboss.weld.environment.se.test.context.threadScope.ThreadScopedActiveInterceptorTest
Nov 02, 2017 10:06:53 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:53 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:53 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 320e6871-6fb7-45ca-b0b7-57ea9684fe96 initialized
Nov 02, 2017 10:06:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 320e6871-6fb7-45ca-b0b7-57ea9684fe96 shut down
Nov 02, 2017 10:06:54 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4a1e028e-a4ff-4534-b0c1-3de2f90fdd60 initialized
Nov 02, 2017 10:06:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4a1e028e-a4ff-4534-b0c1-3de2f90fdd60 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577 sec - in org.jboss.weld.environment.se.test.context.threadScope.ThreadScopedActiveInterceptorTest
Running org.jboss.weld.environment.se.test.context.requestScope.postConstruct.ContextEventsFiredForPostConstructTest
Nov 02, 2017 10:06:54 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:55 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:55 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5cf443c4-1101-4555-966a-0cc7a1c17384 initialized
Nov 02, 2017 10:06:55 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5cf443c4-1101-4555-966a-0cc7a1c17384 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.495 sec - in org.jboss.weld.environment.se.test.context.requestScope.postConstruct.ContextEventsFiredForPostConstructTest
Running org.jboss.weld.environment.se.test.context.requestScope.RequestScopedActiveInterceptorTest
Nov 02, 2017 10:06:56 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:56 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:56 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e59f7f3d-cd5e-4758-a9c2-7098f9a1286d initialized
Nov 02, 2017 10:06:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e59f7f3d-cd5e-4758-a9c2-7098f9a1286d shut down
Nov 02, 2017 10:06:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2825a3f1-f930-46be-8b9f-e853afa38f20 initialized
Nov 02, 2017 10:06:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2825a3f1-f930-46be-8b9f-e853afa38f20 shut down
Nov 02, 2017 10:06:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6971ae39-2993-4eb0-8a52-89913504d37a initialized
Nov 02, 2017 10:06:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6971ae39-2993-4eb0-8a52-89913504d37a shut down
Nov 02, 2017 10:06:57 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container da91b9ef-5c81-4878-ad89-753e51ddf39d initialized
Nov 02, 2017 10:06:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container da91b9ef-5c81-4878-ad89-753e51ddf39d shut down
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.704 sec - in org.jboss.weld.environment.se.test.context.requestScope.RequestScopedActiveInterceptorTest
Running org.jboss.weld.environment.se.test.devmode.DevelopmentModeDisabledSmokeTest
Nov 02, 2017 10:06:58 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:58 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:58 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:06:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 72f36f9a-9636-491e-a2cd-dd34ebe5932b initialized
Nov 02, 2017 10:06:58 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 72f36f9a-9636-491e-a2cd-dd34ebe5932b shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.448 sec - in org.jboss.weld.environment.se.test.devmode.DevelopmentModeDisabledSmokeTest
Running org.jboss.weld.environment.se.test.devmode.ProbeJmxIntegrationTest
Nov 02, 2017 10:06:59 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:06:59 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:06:59 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:07:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.weld.probe.ProbeExtension.processAnnotatedTypes(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Nov 02, 2017 10:07:00 AM org.jboss.weld.probe.ProbeExtension beforeBeanDiscovery
WARN: PROBE-000008:
=====================================
Weld Development Mode: ENABLED
------------------------------------
Disable this mode in production - it may have negative impact on performance and/or represent a potential security risk
=====================================
Nov 02, 2017 10:07:00 AM org.jboss.weld.probe.Probe init
INFO: PROBE-000002: Processing bean deployment archive: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/034557e9-94d1-4720-83a9-0cea8ea8c9c7.jar
Nov 02, 2017 10:07:00 AM org.jboss.weld.probe.Probe init
INFO: PROBE-000002: Processing bean deployment archive: org.jboss.weld.environment.deployment.WeldDeployment.additionalClasses
Nov 02, 2017 10:07:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a7a4fe59-8c59-48b9-b8b1-5cb856bbdd0e initialized
Nov 02, 2017 10:07:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a7a4fe59-8c59-48b9-b8b1-5cb856bbdd0e shut down
Nov 02, 2017 10:07:00 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:07:00 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.weld.probe.ProbeExtension.processAnnotatedTypes(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Nov 02, 2017 10:07:00 AM org.jboss.weld.probe.ProbeExtension beforeBeanDiscovery
WARN: PROBE-000008:
=====================================
Weld Development Mode: ENABLED
------------------------------------
Disable this mode in production - it may have negative impact on performance and/or represent a potential security risk
=====================================
Nov 02, 2017 10:07:00 AM org.jboss.weld.probe.Probe init
INFO: PROBE-000002: Processing bean deployment archive: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/034557e9-94d1-4720-83a9-0cea8ea8c9c7.jar
Nov 02, 2017 10:07:00 AM org.jboss.weld.probe.Probe init
INFO: PROBE-000002: Processing bean deployment archive: org.jboss.weld.environment.deployment.WeldDeployment.additionalClasses
Nov 02, 2017 10:07:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8e82a40c-7a28-45ce-bc90-6763ce7b4ffe initialized
Nov 02, 2017 10:07:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8e82a40c-7a28-45ce-bc90-6763ce7b4ffe shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.753 sec - in org.jboss.weld.environment.se.test.devmode.ProbeJmxIntegrationTest
Running org.jboss.weld.environment.se.test.devmode.DevelopmentModeEnabledSmokeTest
Nov 02, 2017 10:07:01 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Nov 02, 2017 10:07:01 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:07:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:07:01 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations
INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.weld.probe.ProbeExtension.processAnnotatedTypes(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Nov 02, 2017 10:07:01 AM org.jboss.weld.probe.ProbeExtension beforeBeanDiscovery
WARN: PROBE-000008:
=====================================
Weld Development Mode: ENABLED
------------------------------------
Disable this mode in production - it may have negative impact on performance and/or represent a potential security risk
=====================================
Nov 02, 2017 10:07:01 AM org.jboss.weld.probe.Probe init
INFO: PROBE-000002: Processing bean deployment archive: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/a8d00834-5b6b-47e1-8ec1-1990ac08c30c.jar
Nov 02, 2017 10:07:01 AM org.jboss.weld.probe.Probe init
INFO: PROBE-000002: Processing bean deployment archive: org.jboss.weld.environment.deployment.WeldDeployment.additionalClasses
Nov 02, 2017 10:07:01 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 805137f2-be4c-4dfb-8211-adc9e0300020 initialized
Nov 02, 2017 10:07:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 805137f2-be4c-4dfb-8211-adc9e0300020 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.513 sec - in org.jboss.weld.environment.se.test.devmode.DevelopmentModeEnabledSmokeTest
Results :
Tests run: 65, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-se-tests ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/weld-se-tests-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-se-tests >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-se-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-se-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-se-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-se-tests ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-se-tests <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-se-tests ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/weld-se-tests-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-se-tests ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/weld-se-tests-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-tests/3.0.2-SNAPSHOT/weld-se-tests-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-tests/3.0.2-SNAPSHOT/weld-se-tests-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/weld-se-tests-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-tests/3.0.2-SNAPSHOT/weld-se-tests-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Parent 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-servlet-parent ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-servlet-parent ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-servlet-parent ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-servlet-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet-parent ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-servlet-parent <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-servlet-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-servlet-parent ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-parent/3.0.2-SNAPSHOT/weld-servlet-parent-3.0.2-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Core 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-servlet-core ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet-core ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-servlet-core ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-servlet-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-servlet-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 39 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/target/classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/services/ServletResourceInjectionServices.java: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/services/ServletResourceInjectionServices.java uses or overrides a deprecated API.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/src/main/java/org/jboss/weld/environment/servlet/services/ServletResourceInjectionServices.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-servlet-core ---
[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-servlet-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-servlet-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/target/test-classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/src/test/java/org/jboss/weld/environment/servlet/deployment/ServletContextBeanArchiveHandlerTest.java: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/src/test/java/org/jboss/weld/environment/servlet/deployment/ServletContextBeanArchiveHandlerTest.java uses or overrides a deprecated API.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/src/test/java/org/jboss/weld/environment/servlet/deployment/ServletContextBeanArchiveHandlerTest.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-servlet-core ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.environment.servlet.deployment.ServletContextBeanArchiveHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec - in org.jboss.weld.environment.servlet.deployment.ServletContextBeanArchiveHandlerTest
Running org.jboss.weld.environment.servlet.undertow.UndertowSmokeTest
Nov 02, 2017 10:07:04 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001007: Initialize Weld using ServletContextListener
Nov 02, 2017 10:07:04 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:03)
Nov 02, 2017 10:07:04 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
2017-11-02 10:07:04.852:INFO::main: Logging initialized @601ms
Nov 02, 2017 10:07:04 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:07:05 AM org.jboss.weld.environment.servlet.WeldServletLifecycle findContainer
INFO: WELD-ENV-001002: Container detection skipped - custom container class loaded: org.jboss.weld.environment.undertow.UndertowContainer.
Nov 02, 2017 10:07:05 AM org.jboss.weld.environment.undertow.UndertowContainer initialize
INFO: WELD-ENV-001302: Undertow detected, CDI injection will be available in Servlets, Filters and Listeners.
Nov 02, 2017 10:07:05 AM org.xnio.Xnio <clinit>
INFO: XNIO version 3.3.1.Final
Nov 02, 2017 10:07:05 AM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.3.1.Final
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 sec - in org.jboss.weld.environment.servlet.undertow.UndertowSmokeTest
Results :
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-servlet-core ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/target/weld-servlet-core-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-servlet-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet-core ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-servlet-core <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-servlet-core ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/target/weld-servlet-core-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-servlet-core ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/target/weld-servlet-core-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-core/3.0.2-SNAPSHOT/weld-servlet-core-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-core/3.0.2-SNAPSHOT/weld-servlet-core-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/target/weld-servlet-core-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-core/3.0.2-SNAPSHOT/weld-servlet-core-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet (Uber Jar) 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-servlet-shaded ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet-shaded ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet-shaded ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet-shaded ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet-shaded ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-servlet-shaded ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-servlet-shaded ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-servlet-shaded ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-servlet-shaded ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-servlet-shaded ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-servlet-shaded ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-servlet-shaded ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-servlet-shaded ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/weld-servlet-shaded-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-servlet-shaded >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet-shaded ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet-shaded ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet-shaded ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet-shaded ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-servlet-shaded <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-servlet-shaded ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/not-really-sources.jar
[INFO] NOT adding java-sources to attached artifacts list.
[INFO]
[INFO] --- maven-shade-plugin:2.3:shade (default) @ weld-servlet-shaded ---
[INFO] Including org.jboss.weld.servlet:weld-servlet-core:jar:3.0.2-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld.environment:weld-environment-common:jar:3.0.2-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld:weld-spi:jar:3.0.SP2-Beta2 in the shaded jar.
[INFO] Including org.jboss.weld.probe:weld-probe-core:jar:3.0.2-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld.module:weld-web:jar:3.0.2-SNAPSHOT in the shaded jar.
[INFO] Excluding org.jboss.spec.javax.el:jboss-el-api_3.0_spec:jar:1.0.7.Final from the shaded jar.
[INFO] Including org.jboss.logging:jboss-logging:jar:3.2.1.Final in the shaded jar.
[INFO] Including org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.1.Final in the shaded jar.
[INFO] Including org.jboss.weld:weld-core-impl:jar:3.0.2-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld:weld-api:jar:3.0.SP2-Beta2 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3 in the shaded jar.
[INFO] Including org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec:jar:1.0.0.Final in the shaded jar.
[INFO] Including org.jboss.weld.module:weld-jsf:jar:3.0.2-SNAPSHOT in the shaded jar.
[INFO] Including javax.enterprise:cdi-api:jar:2.0 in the shaded jar.
[INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/weld-servlet-shaded-3.0.2-SNAPSHOT.jar with /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/weld-servlet-shaded-3.0.2-SNAPSHOT-shaded.jar
[INFO] Replacing original source artifact with shaded source artifact.
[INFO] Replacing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/weld-servlet-shaded-3.0.2-SNAPSHOT-sources.jar with /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/weld-servlet-shaded-3.0.2-SNAPSHOT-shaded-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-servlet-shaded ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/weld-servlet-shaded-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-shaded/3.0.2-SNAPSHOT/weld-servlet-shaded-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-shaded/3.0.2-SNAPSHOT/weld-servlet-shaded-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/weld-servlet-shaded-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-shaded/3.0.2-SNAPSHOT/weld-servlet-shaded-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Integration Tests (Base) 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-servlet-test-base ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/base/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet-test-base ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet-test-base ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet-test-base ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet-test-base ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-servlet-test-base ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-servlet-test-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/base/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-servlet-test-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 138 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/base/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-servlet-test-base ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-servlet-test-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/base/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-servlet-test-base ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-servlet-test-base ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-servlet-test-base ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/base/target/weld-servlet-test-base-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-servlet-test-base >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet-test-base ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet-test-base ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet-test-base ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet-test-base ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-servlet-test-base <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-servlet-test-base ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/base/target/weld-servlet-test-base-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-servlet-test-base ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/base/target/weld-servlet-test-base-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-base/3.0.2-SNAPSHOT/weld-servlet-test-base-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/base/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-base/3.0.2-SNAPSHOT/weld-servlet-test-base-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/base/target/weld-servlet-test-base-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-base/3.0.2-SNAPSHOT/weld-servlet-test-base-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Integration Tests (Tomcat) 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-servlet-test-tomcat ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/tomcat/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet-test-tomcat ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet-test-tomcat ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet-test-tomcat ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet-test-tomcat ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-servlet-test-tomcat ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-servlet-test-tomcat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/tomcat/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-servlet-test-tomcat ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-servlet-test-tomcat ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-servlet-test-tomcat ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-servlet-test-tomcat ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/tomcat/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-servlet-test-tomcat ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-surefire-report-plugin:2.19.1:report-only (generate-test-report) @ weld-servlet-test-tomcat ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-servlet-test-tomcat ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/tomcat/target/weld-servlet-test-tomcat-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-servlet-test-tomcat >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet-test-tomcat ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet-test-tomcat ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet-test-tomcat ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet-test-tomcat ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-servlet-test-tomcat <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-servlet-test-tomcat ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/tomcat/target/weld-servlet-test-tomcat-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-servlet-test-tomcat ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/tomcat/target/weld-servlet-test-tomcat-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/3.0.2-SNAPSHOT/weld-servlet-test-tomcat-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/tomcat/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/3.0.2-SNAPSHOT/weld-servlet-test-tomcat-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/tomcat/target/weld-servlet-test-tomcat-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/3.0.2-SNAPSHOT/weld-servlet-test-tomcat-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Integration Tests (Jetty) 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-servlet-test-jetty ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/jetty/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/jetty/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-servlet-test-jetty ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-servlet-test-jetty ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-servlet-test-jetty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/jetty/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-servlet-test-jetty ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-surefire-report-plugin:2.19.1:report-only (generate-test-report) @ weld-servlet-test-jetty ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-servlet-test-jetty ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/jetty/target/weld-servlet-test-jetty-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-servlet-test-jetty >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-servlet-test-jetty <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-servlet-test-jetty ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/jetty/target/weld-servlet-test-jetty-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-servlet-test-jetty ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/jetty/target/weld-servlet-test-jetty-3.0.2-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/3.0.2-SNAPSHOT/weld-servlet-test-jetty-3.0.2-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/jetty/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/3.0.2-SNAPSHOT/weld-servlet-test-jetty-3.0.2-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/jetty/target/weld-servlet-test-jetty-3.0.2-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/3.0.2-SNAPSHOT/weld-servlet-test-jetty-3.0.2-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ........................................ SUCCESS [ 2.268 s]
[INFO] Weld Implementation (Core) ......................... SUCCESS [ 38.669 s]
[INFO] Weld EJB ........................................... SUCCESS [ 6.198 s]
[INFO] Weld JSF ........................................... SUCCESS [ 5.139 s]
[INFO] Weld JTA ........................................... SUCCESS [ 4.436 s]
[INFO] Weld Web ........................................... SUCCESS [ 7.504 s]
[INFO] Weld Probe Parent .................................. SUCCESS [ 0.161 s]
[INFO] Weld Probe Core .................................... SUCCESS [ 12.712 s]
[INFO] Weld Test Utilities ................................ SUCCESS [ 0.852 s]
[INFO] weld-probe-tests ................................... SUCCESS [ 2.698 s]
[INFO] Weld Core BOM ...................................... SUCCESS [ 0.078 s]
[INFO] JBoss AS7 Updater .................................. SUCCESS [ 0.884 s]
[INFO] Weld Porting Package for the CDI TCK ............... SUCCESS [ 0.448 s]
[INFO] Weld Unit Tests .................................... SUCCESS [ 4.438 s]
[INFO] Weld Integration Tests (JBoss AS) .................. SUCCESS [ 23.167 s]
[INFO] AtInject TCK runner for Weld ....................... SUCCESS [ 2.117 s]
[INFO] CDI TCK runner (2.0) for Weld (WildFly) ............ SUCCESS [ 31.510 s]
[INFO] Weld Environment Common ............................ SUCCESS [ 1.626 s]
[INFO] Weld SE Parent ..................................... SUCCESS [ 0.184 s]
[INFO] Weld SE (Core) ..................................... SUCCESS [ 16.102 s]
[INFO] Weld SE (Uber Jar) ................................. SUCCESS [ 2.091 s]
[INFO] Weld SE Tests ...................................... SUCCESS [ 58.688 s]
[INFO] Weld Servlet Parent ................................ SUCCESS [ 0.206 s]
[INFO] Weld Servlet Core .................................. SUCCESS [ 2.884 s]
[INFO] Weld Servlet (Uber Jar) ............................ SUCCESS [ 1.274 s]
[INFO] Weld Servlet Integration Tests (Base) .............. SUCCESS [ 0.727 s]
[INFO] Weld Servlet Integration Tests (Tomcat) ............ SUCCESS [ 0.745 s]
[INFO] Weld Servlet Integration Tests (Jetty) ............. SUCCESS [ 0.309 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:50 min
[INFO] Finished at: 2017-11-02T10:07:08-04:00
[INFO] Final Memory: 120M/448M
[INFO] ------------------------------------------------------------------------
+ [[ master == \m\a\s\t\e\r ]]
+ /qa/tools/opt/apache-maven-3.5.0/bin/mvn -s /home/hudson/weld-jenkins/scripts/weld2-staging.xml clean verify -Dincontainer -f pom.xml
[INFO] Scanning for projects...
[WARNING] The project org.jboss.weld:weld-core-parent:pom:3.0.2-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Weld Parent
[INFO] Weld Implementation (Core)
[INFO] Weld EJB
[INFO] Weld JSF
[INFO] Weld JTA
[INFO] Weld Web
[INFO] Weld Probe Parent
[INFO] Weld Probe Core
[INFO] Weld Test Utilities
[INFO] weld-probe-tests
[INFO] Weld Core BOM
[INFO] Weld Porting Package for the CDI TCK
[INFO] Weld Unit Tests
[INFO] Weld Integration Tests (JBoss AS)
[INFO] AtInject TCK runner for Weld
[INFO] CDI TCK runner (2.0) for Weld (WildFly)
[INFO] Weld Environment Common
[INFO] Weld SE Parent
[INFO] Weld SE (Core)
[INFO] Weld SE (Uber Jar)
[INFO] Weld SE Tests
[INFO] Weld Servlet Parent
[INFO] Weld Servlet Core
[INFO] Weld Servlet (Uber Jar)
[INFO] Weld Servlet Integration Tests (Base)
[INFO] Weld Servlet Integration Tests (Tomcat)
[INFO] Weld Servlet Integration Tests (Jetty)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Parent 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-parent ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-parent ---
[INFO] Executing: /bin/sh -c cd '/mnt/hudson_workspace/workspace/Weld-pull-request-executor' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /mnt/hudson_workspace/workspace/Weld-pull-request-executor
[INFO] Storing buildNumber: 837c157558ae7e2a032adc33aa8887ca2a5071a7 at timestamp: November 2, 2017 10:07:12 AM EDT
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd '/mnt/hudson_workspace/workspace/Weld-pull-request-executor' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /mnt/hudson_workspace/workspace/Weld-pull-request-executor
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-parent ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-parent ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-parent ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core-parent <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core-parent ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Implementation (Core) 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-impl ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-impl ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-impl ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-impl ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-impl ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-impl ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-core-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-core-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 738 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target/classes
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/ReflectionFactoryProxyInstantiator.java:[27,19] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[26,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/ReflectionFactoryProxyInstantiator.java:[27,19] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[26,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/ReflectionFactoryProxyInstantiator.java:[27,19] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[26,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/ReflectionFactoryProxyInstantiator.java:[27,19] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[26,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/ReflectionFactoryProxyInstantiator.java:[38,19] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/ReflectionFactoryProxyInstantiator.java:[42,24] sun.reflect.ReflectionFactory is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[37,19] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[40,23] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/bean/proxy/UnsafeProxyInstantiator.java:[42,24] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java: Some input files use or override a deprecated API.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/config/WeldConfiguration.java: Recompile with -Xlint:deprecation for details.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/util/collections/ImmutableList.java: Some input files use unchecked or unsafe operations.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/main/java/org/jboss/weld/util/collections/ImmutableList.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-impl ---
[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-core-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-core-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 109 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target/test-classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/test/java/org/jboss/weld/tests/unit/reflection/clazz/WeldClassTest.java: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/test/java/org/jboss/weld/tests/unit/reflection/clazz/WeldClassTest.java uses unchecked or unsafe operations.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/test/java/org/jboss/weld/tests/unit/reflection/clazz/WeldClassTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-core-impl ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.tests.unit.resolution.CovariantTypesTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec - in org.jboss.weld.tests.unit.resolution.CovariantTypesTest
Running org.jboss.weld.tests.unit.resolution.InvariantTypesTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.resolution.InvariantTypesTest
Running org.jboss.weld.tests.unit.util.cache.ReentrantComputingCacheTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.cache.ReentrantComputingCacheTest
Running org.jboss.weld.tests.unit.util.collections.ImmutableListTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableListTest
Running org.jboss.weld.tests.unit.util.collections.WeldCollectionsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.WeldCollectionsTest
Running org.jboss.weld.tests.unit.util.collections.SingletonListTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.unit.util.collections.SingletonListTest
Running org.jboss.weld.tests.unit.util.collections.TripletonTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.TripletonTest
Running org.jboss.weld.tests.unit.util.collections.EmptyListTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jboss.weld.tests.unit.util.collections.EmptyListTest
Running org.jboss.weld.tests.unit.util.collections.ImmutableSingletonMapTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableSingletonMapTest
Running org.jboss.weld.tests.unit.util.collections.IteratorsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.IteratorsTest
Running org.jboss.weld.tests.unit.util.collections.SingletonSetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.SingletonSetTest
Running org.jboss.weld.tests.unit.util.collections.ListMultimapTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.jboss.weld.tests.unit.util.collections.ListMultimapTest
Running org.jboss.weld.tests.unit.util.collections.ListViewTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.ListViewTest
Running org.jboss.weld.tests.unit.util.collections.SetsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.SetsTest
Running org.jboss.weld.tests.unit.util.collections.ImmutableArrayListTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableArrayListTest
Running org.jboss.weld.tests.unit.util.collections.ImmutableHashSetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableHashSetTest
Running org.jboss.weld.tests.unit.util.collections.SetMultimapTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.SetMultimapTest
Running org.jboss.weld.tests.unit.util.collections.IterablesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.unit.util.collections.IterablesTest
Running org.jboss.weld.tests.unit.util.collections.ImmutableMapTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableMapTest
Running org.jboss.weld.tests.unit.util.collections.EmptySetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.EmptySetTest
Running org.jboss.weld.tests.unit.util.collections.ImmutableSetTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableSetTest
Running org.jboss.weld.tests.unit.util.collections.DoubletonTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.unit.util.collections.DoubletonTest
Running org.jboss.weld.tests.unit.util.reflection.FormatsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.jboss.weld.tests.unit.util.reflection.FormatsTest
Running org.jboss.weld.tests.unit.util.PrimitivesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.PrimitivesTest
Running org.jboss.weld.tests.unit.util.ProxiesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jboss.weld.tests.unit.util.ProxiesTest
Running org.jboss.weld.tests.unit.util.DeclaredMemberIndexerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.jboss.weld.tests.unit.util.DeclaredMemberIndexerTest
Running org.jboss.weld.tests.unit.util.DefaultsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.DefaultsTest
Running org.jboss.weld.tests.unit.hierarchy.discovery.interfaces.InterfaceHierarchyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.hierarchy.discovery.interfaces.InterfaceHierarchyTest
Running org.jboss.weld.tests.unit.hierarchy.discovery.classes.raw.RawTypeDiscoveryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.hierarchy.discovery.classes.raw.RawTypeDiscoveryTest
Running org.jboss.weld.tests.unit.hierarchy.discovery.classes.ClassHierarchyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.hierarchy.discovery.classes.ClassHierarchyTest
Running org.jboss.weld.tests.unit.hierarchy.discovery.combined.CombinedHierarchyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.jboss.weld.tests.unit.hierarchy.discovery.combined.CombinedHierarchyTest
Running org.jboss.weld.tests.unit.hierarchy.discovery.event.EventTypeResolutionTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.hierarchy.discovery.event.EventTypeResolutionTest
Running org.jboss.weld.tests.unit.reflection.clazz.WeldClassTest
Nov 02, 2017 10:07:27 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Nov 02, 2017 10:07:27 AM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in org.jboss.weld.tests.unit.reflection.clazz.WeldClassTest
Running org.jboss.weld.tests.unit.reflection.util.Weld1102Test
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.01 sec - in org.jboss.weld.tests.unit.reflection.util.Weld1102Test
Running org.jboss.weld.tests.unit.reflection.util.DelegateInjectionPointAssignabilityTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.unit.reflection.util.DelegateInjectionPointAssignabilityTest
Running org.jboss.weld.tests.unit.reflection.util.EventTypeAssignabilityTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.jboss.weld.tests.unit.reflection.util.EventTypeAssignabilityTest
Running org.jboss.weld.tests.unit.reflection.util.BeanTypeAssignabilityTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.unit.reflection.util.BeanTypeAssignabilityTest
Running org.jboss.weld.tests.unit.reflection.nested.NestedClassTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.jboss.weld.tests.unit.reflection.nested.NestedClassTest
Running org.jboss.weld.tests.unit.reflection.annotation.AnnotationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.jboss.weld.tests.unit.reflection.annotation.AnnotationTest
Running org.jboss.weld.tests.unit.security.ReflectionTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.jboss.weld.tests.unit.security.ReflectionTest
Running org.jboss.weld.tests.unit.security.SecurityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.jboss.weld.tests.unit.security.SecurityTest
Running org.jboss.weld.tests.unit.exceptions.WeldExceptionListMessageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.exceptions.WeldExceptionListMessageTest
Running org.jboss.weld.tests.unit.selector.SelectorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jboss.weld.tests.unit.selector.SelectorTest
Running org.jboss.weld.tests.unit.VersionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.VersionTest
Running org.jboss.weld.tests.unit.config.ConfigurationKeyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.jboss.weld.tests.unit.config.ConfigurationKeyTest
Running org.jboss.weld.tests.unit.metadata.BeansXmlMergeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.unit.metadata.BeansXmlMergeTest
Running org.jboss.weld.tests.unit.serialization.BeanIdentifierIndexTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.unit.serialization.BeanIdentifierIndexTest
Running org.jboss.weld.bootstrap.enablement.EnablementListViewTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.jboss.weld.bootstrap.enablement.EnablementListViewTest
Running org.jboss.weld.bootstrap.BeanDeploymentsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jboss.weld.bootstrap.BeanDeploymentsTest
Results :
Tests run: 304, Failures: 0, Errors: 0, Skipped: 1
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (default) @ weld-core-impl ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-core-impl ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target/weld-core-impl-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core-impl >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-impl ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-impl ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-impl ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-impl ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core-impl <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core-impl ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target/weld-core-impl-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld EJB 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-ejb ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-ejb ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-ejb ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-ejb ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-ejb ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-ejb ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-ejb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-ejb ---
[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-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-ejb ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-ejb ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-ejb ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/target/weld-ejb-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-ejb >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-ejb ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-ejb ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-ejb ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-ejb ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-ejb <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-ejb ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/ejb/target/weld-ejb-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld JSF 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-jsf ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-jsf ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-jsf ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-jsf ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-jsf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-jsf ---
[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-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-jsf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-jsf ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.tests.unit.jsf.JsfApiAbstractionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec - in org.jboss.weld.tests.unit.jsf.JsfApiAbstractionTest
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-jsf ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/target/weld-jsf-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-jsf >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-jsf ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-jsf ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-jsf <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-jsf ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jsf/target/weld-jsf-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld JTA 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-jta ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-jta ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-jta ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-jta ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-jta ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-jta ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-jta ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-jta ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-jta ---
[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-jta ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-jta ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-jta ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-jta ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/target/weld-jta-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-jta >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-jta ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-jta ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-jta ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-jta ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-jta <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-jta ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/jta/target/weld-jta-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Web 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-web ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-web ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-web ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-web ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-web ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-web ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 45 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/target/classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/src/main/java/org/jboss/weld/module/web/HttpSessionBean.java: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/src/main/java/org/jboss/weld/module/web/HttpSessionBean.java uses or overrides a deprecated API.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/src/main/java/org/jboss/weld/module/web/HttpSessionBean.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-web ---
[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-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-web ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-web ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.tests.unit.el.WeldMethodExpressionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in org.jboss.weld.tests.unit.el.WeldMethodExpressionTest
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-web ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/target/weld-web-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-web >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-web ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-web ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-web ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-web ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-web <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-web ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/modules/web/target/weld-web-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Probe Parent 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-probe-parent ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-probe-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-probe-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-probe-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-probe-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-probe-parent ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-probe-parent ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-probe-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-probe-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-probe-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-probe-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-probe-parent ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-probe-parent <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-probe-parent ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Probe Core 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-probe-core ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-probe-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-probe-core ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-probe-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/client
[INFO] Copying 8 resources to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/client
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-probe-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-probe-core ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- wro4j-maven-plugin:1.8.0:run (default) @ weld-probe-core ---
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/client
[INFO] Executing the mojo:
[INFO] Wro4j Model path: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/src/main/client/wro.xml
[INFO] targetGroups: null
[INFO] minimize: true
[INFO] ignoreMissingResources: null
[INFO] parallelProcessing: false
[INFO] buildDirectory: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target
[INFO] destinationFolder: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/classes/META-INF/client
[INFO] The following groups will be processed: [probe]
[INFO] folder: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/classes/META-INF/client
[INFO] processing group: probe.css
[INFO] file size: probe.css -> 161075 bytes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/classes/META-INF/client/probe.css (161075 bytes)
[INFO] folder: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/classes/META-INF/client
[INFO] processing group: probe.js
[INFO] file size: probe.js -> 818630 bytes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/classes/META-INF/client/probe.js (818630 bytes)
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-probe-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-probe-core ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.probe.QueriesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in org.jboss.weld.probe.QueriesTest
Running org.jboss.weld.probe.HtmlTagTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.probe.HtmlTagTest
Running org.jboss.weld.probe.JsonObjectsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.probe.JsonObjectsTest
Running org.jboss.weld.probe.ParsersTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.jboss.weld.probe.ParsersTest
Running org.jboss.weld.probe.StringsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.probe.StringsTest
Running org.jboss.weld.probe.JsonTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.probe.JsonTest
Running org.jboss.weld.probe.ProbeFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.probe.ProbeFilterTest
Running org.jboss.weld.probe.ResourceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.jboss.weld.probe.ResourceTest
Results :
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-probe-core ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/weld-probe-core-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-probe-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-probe-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-probe-core ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-probe-core <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-probe-core ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/weld-probe-core-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Test Utilities 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-test-common ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-test-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-test-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-test-common ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-test-common ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-test-common ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-core-test-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-core-test-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/target/classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/src/main/java/org/jboss/weld/test/util/annotated/TestAnnotatedConstructor.java: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/src/main/java/org/jboss/weld/test/util/annotated/TestAnnotatedConstructor.java uses unchecked or unsafe operations.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/src/main/java/org/jboss/weld/test/util/annotated/TestAnnotatedConstructor.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-test-common ---
[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-core-test-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-core-test-common ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-core-test-common ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-core-test-common ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/target/weld-core-test-common-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core-test-common >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-test-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-test-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-test-common ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-test-common ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core-test-common <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core-test-common ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/target/weld-core-test-common-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building weld-probe-tests 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-probe-tests ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-probe-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-probe-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-probe-tests ---
[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-probe-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-probe-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target/test-classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeSessionBeansTest.java: Some input files use unchecked or unsafe operations.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/src/test/java/org/jboss/weld/probe/tests/integration/ProbeSessionBeansTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-probe-tests ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Nov 02, 2017 10:07:41 AM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
WARNING: Bundles path is deprecated and no longer used.
Nov 02, 2017 10:07:41 AM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
INFO: Starting container with: [/qa/tools/opt/x86_64/openjdk-1.8.0/bin/java, -D[Standalone], -Xms64m, -Xmx512m, -Djava.net.preferIPv4Stack=true, -Djava.awt.headless=true, -Djboss.modules.system.pkgs=org.jboss.byteman, -Xms128m, -Xmx768m, -XX:MaxPermSize=256m, -ea, -Djboss.home.dir=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final, -Dorg.jboss.boot.log.file=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/standalone/log/server.log, -Dlogging.configuration=file:/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/standalone/configuration/logging.properties, -jar, /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/jboss-modules.jar, -mp, /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/modules, org.jboss.as.standalone, -Djboss.home.dir=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final, -Djboss.server.base.dir=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/standalone, -Djboss.server.log.dir=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/standalone/log, -Djboss.server.config.dir=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-10.1.0.Final/standalone/configuration, -c=standalone-full.xml]
Nov 02, 2017 10:07:41 AM org.xnio.Xnio <clinit>
INFO: XNIO version 3.3.1.Final
Nov 02, 2017 10:07:41 AM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.3.1.Final
Nov 02, 2017 10:07:41 AM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 4.0.9.Final
Nov 02, 2017 10:07:46 AM org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionPermanentFileStorage readStore
INFO: Reused session store is not available at /home/hudson/.drone-webdriver-session-store, a new one will be created.
Nov 02, 2017 10:07:48 AM org.jboss.remotingjmx.Util warnDeprecated
WARN: The protocol 'http-remoting-jmx' is deprecated, instead you should use 'remote+http'.
Running org.jboss.weld.probe.tests.integration.ProbeSessionBeansTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.729 sec - in org.jboss.weld.probe.tests.integration.ProbeSessionBeansTest
Running org.jboss.weld.probe.tests.integration.ProbeContextsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.582 sec - in org.jboss.weld.probe.tests.integration.ProbeContextsTest
Running org.jboss.weld.probe.tests.integration.ProbeDeploymentsTest
Nov 02, 2017 10:07:52 AM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[404] contentType=[text/html]
Nov 02, 2017 10:07:52 AM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: <html><head><title>Error</title></head><body>Not Found</body></html>
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 sec - in org.jboss.weld.probe.tests.integration.ProbeDeploymentsTest
Running org.jboss.weld.probe.tests.integration.ProbeExtensionsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 sec - in org.jboss.weld.probe.tests.integration.ProbeExtensionsTest
Running org.jboss.weld.probe.tests.integration.ProbeEventsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.794 sec - in org.jboss.weld.probe.tests.integration.ProbeEventsTest
Running org.jboss.weld.probe.tests.integration.ProbeInvocationsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 sec - in org.jboss.weld.probe.tests.integration.ProbeInvocationsTest
Running org.jboss.weld.probe.tests.integration.ProbeUnusedBeansTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 sec - in org.jboss.weld.probe.tests.integration.ProbeUnusedBeansTest
Running org.jboss.weld.probe.tests.integration.ProbeBeansTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.032 sec - in org.jboss.weld.probe.tests.integration.ProbeBeansTest
Running org.jboss.weld.probe.tests.integration.ProbeObserversTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec - in org.jboss.weld.probe.tests.integration.ProbeObserversTest
Running org.jboss.weld.probe.tests.integration.ProbeDefaultConfigurationPropertiesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 sec - in org.jboss.weld.probe.tests.integration.ProbeDefaultConfigurationPropertiesTest
Running org.jboss.weld.probe.tests.integration.ProbeConfigurationPropertiesTest
<body>
YPxXiuhFgPpgY5NlGZI-NOh6IDLGnPTfICz-w1EM
</body>
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 sec - in org.jboss.weld.probe.tests.integration.ProbeConfigurationPropertiesTest
Results :
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-probe-tests ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target/weld-probe-tests-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-probe-tests >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-probe-tests ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-probe-tests <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-probe-tests ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target/weld-probe-tests-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Core BOM 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ weld-core-bom ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Porting Package for the CDI TCK 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-porting-package-tck ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-porting-package-tck ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-porting-package-tck ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-porting-package-tck ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-porting-package-tck ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-porting-package-tck ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-porting-package-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-porting-package-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-porting-package-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-porting-package-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-porting-package-tck ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-porting-package-tck ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-porting-package-tck ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/target/weld-porting-package-tck-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-porting-package-tck >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-porting-package-tck ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-porting-package-tck ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-porting-package-tck ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-porting-package-tck ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-porting-package-tck <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-porting-package-tck ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/target/weld-porting-package-tck-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Unit Tests 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-test ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-test ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-test ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-test ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-test ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-test ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-core-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-core-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/src/main/java/org/jboss/weld/mock/cluster/SwitchableCLProxyServices.java: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/src/main/java/org/jboss/weld/mock/cluster/SwitchableCLProxyServices.java uses or overrides a deprecated API.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/src/main/java/org/jboss/weld/mock/cluster/SwitchableCLProxyServices.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-test ---
[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-core-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-core-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 101 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-core-test ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running TestSuite
Nov 02, 2017 10:08:00 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.2 (2017-11-02 14:07)
Nov 02, 2017 10:08:01 AM org.jboss.weld.xml.BeansXmlHandler error
WARN: WELD-001208: Error when validating file:/mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/test-classes/org/jboss/weld/tests/unit/bootstrap/xml/cdi11/cdi11-exclude-beans2.xml@16 against xsd. cvc-pattern-valid: Value 'com.acme.*.Foo.**' is not facet-valid with respect to pattern '([a-zA-Z_$][a-zA-Z\d_$]*\.)*([a-zA-Z_$][a-zA-Z\d_$]*|\*|\*\*)' for type '#AnonType_nameexcludescan'.
Nov 02, 2017 10:08:01 AM org.jboss.weld.xml.BeansXmlHandler error
WARN: WELD-001208: Error when validating file:/mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/test-classes/org/jboss/weld/tests/unit/bootstrap/xml/cdi11/cdi11-exclude-beans2.xml@16 against xsd. cvc-attribute.3: The value 'com.acme.*.Foo.**' of attribute 'name' on element 'exclude' is not valid with respect to its type, '#AnonType_nameexcludescan'.
Nov 02, 2017 10:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:01 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 02, 2017 10:08:02 AM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.781 sec - in TestSuite
Results :
Tests run: 83, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-surefire-report-plugin:2.19.1:report-only (generate-test-report) @ weld-core-test ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-core-test ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/weld-core-test-3.0.2-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core-test >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-test ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-test ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-test ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-test ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core-test <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core-test ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/weld-core-test-3.0.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Integration Tests (JBoss AS) 3.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-test-arquillian ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-core-test-arquillian ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-core-test-arquillian ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-test-arquillian ---
[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-core-test-arquillian ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 90 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-core-test-arquillian ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2999 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/target/test-classes
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/src/test/java/org/jboss/weld/tests/config/integrator/MyBootstrapConfiguration.java: Some input files use or override a deprecated API.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/src/test/java/org/jboss/weld/tests/config/integrator/MyBootstrapConfiguration.java: Recompile with -Xlint:deprecation for details.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld1766/CustomContext.java: Some input files use unchecked or unsafe operations.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld1766/CustomContext.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-core-test-arquillian ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.weld.tests.accessibility.WarAccessibilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.822 sec - in org.jboss.weld.tests.accessibility.WarAccessibilityTest
Running org.jboss.weld.tests.accessibility.EarAccessibilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 sec - in org.jboss.weld.tests.accessibility.EarAccessibilityTest
Running org.jboss.weld.tests.beanManager.access.IncontainerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 sec - in org.jboss.weld.tests.beanManager.access.IncontainerTest
Running org.jboss.weld.tests.beanManager.access.StandaloneTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 sec - in org.jboss.weld.tests.beanManager.access.StandaloneTest
Running org.jboss.weld.tests.beanManager.injectionTarget.mdb.MessageDrivenInjectionTargetTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.634 sec - in org.jboss.weld.tests.beanManager.injectionTarget.mdb.MessageDrivenInjectionTargetTest
Running org.jboss.weld.tests.beanManager.injectionTarget.ejb.InjectionTargetPostConstructTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.293 sec - in org.jboss.weld.tests.beanManager.injectionTarget.ejb.InjectionTargetPostConstructTest
Running org.jboss.weld.tests.beanManager.injectionTarget.InjectionTargetDecorationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec - in org.jboss.weld.tests.beanManager.injectionTarget.InjectionTargetDecorationTest
Running org.jboss.weld.tests.beanManager.injectionTarget.NonProducibleInjectionTargetTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec - in org.jboss.weld.tests.beanManager.injectionTarget.NonProducibleInjectionTargetTest
Running org.jboss.weld.tests.beanManager.injectionPoint.CreateInjectionPointTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 sec - in org.jboss.weld.tests.beanManager.injectionPoint.CreateInjectionPointTest
Running org.jboss.weld.tests.beanManager.beanAttributes.CreateBeanAttributesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 sec - in org.jboss.weld.tests.beanManager.beanAttributes.CreateBeanAttributesTest
Running org.jboss.weld.tests.beanManager.beanAttributes.weld1473.SessionBeanInherritanceAttributesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec - in org.jboss.weld.tests.beanManager.beanAttributes.weld1473.SessionBeanInherritanceAttributesTest
Running org.jboss.weld.tests.beanManager.bean.SyntheticBeanTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 sec - in org.jboss.weld.tests.beanManager.bean.SyntheticBeanTest
Running org.jboss.weld.tests.beanManager.extension.GetExtensionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.34 sec - in org.jboss.weld.tests.beanManager.extension.GetExtensionTest
Running org.jboss.weld.tests.beanManager.predestroy.BeanPreDestroyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 sec - in org.jboss.weld.tests.beanManager.predestroy.BeanPreDestroyTest
Running org.jboss.weld.tests.beanManager.isStereotype.BeanManagerIsStereotypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec - in org.jboss.weld.tests.beanManager.isStereotype.BeanManagerIsStereotypeTest
Running org.jboss.weld.tests.beanManager.bootstrap.unavailable.methods.UnavailableMethodsDuringApplicationInitializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec - in org.jboss.weld.tests.beanManager.bootstrap.unavailable.methods.UnavailableMethodsDuringApplicationInitializationTest
Running org.jboss.weld.tests.beanManager.bootstrap.GetBeansExtensionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec - in org.jboss.weld.tests.beanManager.bootstrap.GetBeansExtensionTest
Running org.jboss.weld.tests.beanManager.annotation.ManagerAnnotationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec - in org.jboss.weld.tests.beanManager.annotation.ManagerAnnotationTest
Running org.jboss.weld.tests.beanManager.producer.SyntheticProducerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 sec - in org.jboss.weld.tests.beanManager.producer.SyntheticProducerTest
Running org.jboss.weld.tests.beanManager.serializability.ManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec - in org.jboss.weld.tests.beanManager.serializability.ManagerTest
Running org.jboss.weld.tests.beanManager.BeanManagerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 sec - in org.jboss.weld.tests.beanManager.BeanManagerTest
Running org.jboss.weld.tests.builtinBeans.ee.servlet.ServletBeansTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.561 sec - in org.jboss.weld.tests.builtinBeans.ee.servlet.ServletBeansTest
Running org.jboss.weld.tests.builtinBeans.ee.servlet.context.ServletContextBeanTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec - in org.jboss.weld.tests.builtinBeans.ee.servlet.context.ServletContextBeanTest
Running org.jboss.weld.tests.builtinBeans.ee.servlet.session.EagerHttpSessionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.81 sec - in org.jboss.weld.tests.builtinBeans.ee.servlet.session.EagerHttpSessionTest
Running org.jboss.weld.tests.builtinBeans.ee.EEResourceProducerFieldPassivationCapableTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.273 sec - in org.jboss.weld.tests.builtinBeans.ee.EEResourceProducerFieldPassivationCapableTest
Running org.jboss.weld.tests.builtinBeans.metadata.broken.disposer.PropagationOfBeanMetadataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.disposer.PropagationOfBeanMetadataTest
Running org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.UnavailableInterceptedBeanMetadataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.UnavailableInterceptedBeanMetadataTest
Running org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.InvalidBeanMetadataInjectionPoint1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.InvalidBeanMetadataInjectionPoint1Test
Running org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.InvalidBeanMetadataInjectionPoint2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.InvalidBeanMetadataInjectionPoint2Test
Running org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.InvalidBeanMetadataInjectionPoint3Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.interceptor.InvalidBeanMetadataInjectionPoint3Test
Running org.jboss.weld.tests.builtinBeans.metadata.broken.decorator.InvalidBeanMetadataInjectionPoint3Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.decorator.InvalidBeanMetadataInjectionPoint3Test
Running org.jboss.weld.tests.builtinBeans.metadata.broken.decorator.InvalidBeanMetadataInjectionPoint2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.decorator.InvalidBeanMetadataInjectionPoint2Test
Running org.jboss.weld.tests.builtinBeans.metadata.broken.decorator.InvalidBeanMetadataInjectionPoint1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.decorator.InvalidBeanMetadataInjectionPoint1Test
Running org.jboss.weld.tests.builtinBeans.metadata.broken.InterceptorMetadataInjectionIntoBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.InterceptorMetadataInjectionIntoBeanTest
Running org.jboss.weld.tests.builtinBeans.metadata.broken.DecoratorMetadataInjectionIntoBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.DecoratorMetadataInjectionIntoBeanTest
Running org.jboss.weld.tests.builtinBeans.metadata.broken.DecoratedBeanMetadataInjectionIntoBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.DecoratedBeanMetadataInjectionIntoBeanTest
Running org.jboss.weld.tests.builtinBeans.metadata.broken.InterceptedBeanMetadataInjectionIntoBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec - in org.jboss.weld.tests.builtinBeans.metadata.broken.InterceptedBeanMetadataInjectionIntoBeanTest
Running org.jboss.weld.tests.builtinBeans.metadata.passivation.BeanMetadataPassivationCapableDependencyTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec - in org.jboss.weld.tests.builtinBeans.metadata.passivation.BeanMetadataPassivationCapableDependencyTest
Running org.jboss.weld.tests.builtinBeans.metadata.BuiltinMetadataBeanTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec - in org.jboss.weld.tests.builtinBeans.metadata.BuiltinMetadataBeanTest
Running org.jboss.weld.tests.builtinBeans.decorator.broken.NonPassivationCapableInstanceDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.jboss.weld.tests.builtinBeans.decorator.broken.NonPassivationCapableInstanceDecoratorTest
Running org.jboss.weld.tests.builtinBeans.decorator.broken.NonPassivationCapableEventDecoratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec - in org.jboss.weld.tests.builtinBeans.decorator.broken.NonPassivationCapableEventDecoratorTest
Running org.jboss.weld.tests.builtinBeans.BuiltInBeanPassivationCapableTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec - in org.jboss.weld.tests.builtinBeans.BuiltInBeanPassivationCapableTest
Running org.jboss.weld.tests.builtinBeans.weld471.InstanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec - in org.jboss.weld.tests.builtinBeans.weld471.InstanceTest
Running org.jboss.weld.tests.builtinBeans.injectionPoint.disposer.broken.InjectionPointOnDisposerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec - in org.jboss.weld.tests.builtinBeans.injectionPoint.disposer.broken.InjectionPointOnDisposerTest
Running org.jboss.weld.tests.contexts.conversation.alreadyActive.ConversationSupportsServletForwardsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 sec - in org.jboss.weld.tests.contexts.conversation.alreadyActive.ConversationSupportsServletForwardsTest
Running org.jboss.weld.tests.contexts.conversation.event.lazy.TransientConversationLifecycleEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec - in org.jboss.weld.tests.contexts.conversation.event.lazy.TransientConversationLifecycleEventTest
Running org.jboss.weld.tests.contexts.conversation.event.LongRunningConversationLifecycleEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 sec - in org.jboss.weld.tests.contexts.conversation.event.LongRunningConversationLifecycleEventTest
Running org.jboss.weld.tests.contexts.conversation.event.TransientConversationLifecycleEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec - in org.jboss.weld.tests.contexts.conversation.event.TransientConversationLifecycleEventTest
Running org.jboss.weld.tests.contexts.conversation.exceptionInPhaseListener.ClientConversationContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.933 sec - in org.jboss.weld.tests.contexts.conversation.exceptionInPhaseListener.ClientConversationContextTest
Running org.jboss.weld.tests.contexts.conversation.servlet.ServletConversationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 sec - in org.jboss.weld.tests.contexts.conversation.servlet.ServletConversationTest
Running org.jboss.weld.tests.contexts.conversation.timeout.concurrent.ConversationLockTimeoutTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.298 sec - in org.jboss.weld.tests.contexts.conversation.timeout.concurrent.ConversationLockTimeoutTest
Running org.jboss.weld.tests.contexts.conversation.timeout.ConversationTimeoutTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.343 sec - in org.jboss.weld.tests.contexts.conversation.timeout.ConversationTimeoutTest
Running org.jboss.weld.tests.contexts.conversation.weld1178.Weld1178Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec - in org.jboss.weld.tests.contexts.conversation.weld1178.Weld1178Test
Running org.jboss.weld.tests.contexts.conversation.weld1262.Weld1262Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec - in org.jboss.weld.tests.contexts.conversation.weld1262.Weld1262Test
Running org.jboss.weld.tests.contexts.conversation.weld1559.LazyConversationContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec - in org.jboss.weld.tests.contexts.conversation.weld1559.LazyConversationContextTest
Running org.jboss.weld.tests.contexts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment