Skip to content

Instantly share code, notes, and snippets.

@WeldJenkins
Created January 18, 2018 11:12
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/0e1aedd2ffb92c4c6f4645669a2c45e7 to your computer and use it in GitHub Desktop.
Save WeldJenkins/0e1aedd2ffb92c4c6f4645669a2c45e7 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
GitHub pull request #1778 of commit 83106237d7007dfc8099a1660b1aab0291a6d0e0, no merge conflicts.
Setting status of 83106237d7007dfc8099a1660b1aab0291a6d0e0 to PENDING with url https://weld-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/Weld-pull-request-executor/2962/ 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/83106237d7007dfc8099a1660b1aab0291a6d0e0
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/83106237d7007dfc8099a1660b1aab0291a6d0e0","id":4507150014,"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/2962/","context":"Weld Central CI","created_at":"2018-01-18T10:49:59Z","updated_at":"2018-01-18T10:49:59Z","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 (4507150014) out of range of int
at [Source: java.io.StringReader@3c495ace; 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 (4507150014) out of range of int
at [Source: java.io.StringReader@3c495ace; 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-7752 (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/1778/merge^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/pr/1778/merge^{commit} # timeout=10
Checking out Revision ba25ba1ec264cdf9e282f427794d478ed5c6cd05 (refs/remotes/origin/pr/1778/merge)
> git config core.sparsecheckout # timeout=10
> git checkout -f ba25ba1ec264cdf9e282f427794d478ed5c6cd05
First time build. Skipping changelog.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[Weld-pull-request-executor] $ bash -xe /tmp/hudson5085503102168193797.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_151, vendor: Oracle Corporation
Java home: /qa/tools/opt/x86_64/openjdk-1.8.0.151/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=2.4
+ [[ 2.4 == \m\a\s\t\e\r ]]
+ [[ 2.4 == \2\.\4 ]]
+ export CONTAINER_ZIP=/home/hudson/weld-jenkins/pull-request-executors/wildfly-11.0.0.Final.zip
+ CONTAINER_ZIP=/home/hudson/weld-jenkins/pull-request-executors/wildfly-11.0.0.Final.zip
+ [[ 2.4 == \2\.\3 ]]
+ [[ 2.4 == \2\.\2 ]]
+ [[ 2.4 == \1\.\1 ]]
+ [[ 2.4 == \e\a\p\6\.\2\.\x ]]
+ [[ -n /home/hudson/weld-jenkins/pull-request-executors/wildfly-11.0.0.Final.zip ]]
+ rm -rf container
+ mkdir container
+ unzip -q /home/hudson/weld-jenkins/pull-request-executors/wildfly-11.0.0.Final.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-11.0.0.Final
+ export JBOSS_HOME=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-11.0.0.Final
+ JBOSS_HOME=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-11.0.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...
[WARNING] The project org.jboss.weld:weld-core-parent:pom:2.4.7-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 Core - JSF
[INFO] Weld Implementation
[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 1.1
[INFO] Weld Unit Tests
[INFO] Weld Integration Tests (JBoss AS)
[INFO] AtInject TCK runner for Weld
[INFO] CDI TCK runner (1.1, 1.2) for Weld (WildFly)
[INFO] Weld Environment Common
[INFO] Weld SE (Core)
[INFO] Weld SE (Uber Jar)
[INFO] Weld SE Parent
[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 2.4.7-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: ba25ba1ec264cdf9e282f427794d478ed5c6cd05 at timestamp: January 18, 2018 5:50:04 AM EST
[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/2.4.7-SNAPSHOT/weld-core-parent-2.4.7-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Implementation (Core) 2.4.7-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 2 resources
[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 783 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/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:[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:[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
[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
[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/WeldCollections.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/WeldCollections.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 110 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/method/WeldMethodTest.java: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/test/java/org/jboss/weld/tests/unit/reflection/method/WeldMethodTest.java uses or overrides a deprecated API.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/test/java/org/jboss/weld/tests/unit/reflection/method/WeldMethodTest.java: Recompile with -Xlint:deprecation for details.
[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.08 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableListTest
Running org.jboss.weld.tests.unit.util.collections.WeldCollectionsTest
Tests run: 1, 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.018 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 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.007 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableSingletonMapTest
Running org.jboss.weld.tests.unit.util.collections.SingletonSetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.unit.util.collections.SingletonSetTest
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.ListMultimapTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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.001 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.036 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.001 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.024 sec - in org.jboss.weld.tests.unit.util.collections.SetMultimapTest
Running org.jboss.weld.tests.unit.util.collections.IterablesTest
Tests run: 1, 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.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: 3, 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 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.039 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.003 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.012 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.012 sec - in org.jboss.weld.tests.unit.hierarchy.discovery.event.EventTypeResolutionTest
Running org.jboss.weld.tests.unit.reflection.clazz.WeldClassTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.jboss.weld.tests.unit.reflection.clazz.WeldClassTest
Running org.jboss.weld.tests.unit.reflection.method.WeldMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jboss.weld.tests.unit.reflection.method.WeldMethodTest
Running org.jboss.weld.tests.unit.reflection.util.Weld1102Test
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 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.001 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.029 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.014 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.011 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 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.014 sec - in org.jboss.weld.tests.unit.metadata.BeansXmlMergeTest
Running org.jboss.weld.tests.unit.el.WeldMethodExpressionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.el.WeldMethodExpressionTest
Running org.jboss.weld.tests.unit.serialization.BeanIdentifierIndexTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.jboss.weld.tests.unit.serialization.BeanIdentifierIndexTest
Running org.jboss.weld.bootstrap.BeanDeploymentsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.jboss.weld.bootstrap.BeanDeploymentsTest
Results :
Tests run: 297, 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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-impl/2.4.7-SNAPSHOT/weld-core-impl-2.4.7-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/2.4.7-SNAPSHOT/weld-core-impl-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/target/weld-core-impl-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-impl/2.4.7-SNAPSHOT/weld-core-impl-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Core - JSF 2.4.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-jsf ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-jsf ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-jsf ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-jsf ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-core-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-core-jsf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-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-core-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-core-jsf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-core-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.202 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-core-jsf ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/target/weld-core-jsf-2.4.7-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core-jsf >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-jsf ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-jsf ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core-jsf <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core-jsf ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/target/weld-core-jsf-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-core-jsf ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/target/weld-core-jsf-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-jsf/2.4.7-SNAPSHOT/weld-core-jsf-2.4.7-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/pom.xml to /home/hudson/.m2/repository/org/jboss/weld/weld-core-jsf/2.4.7-SNAPSHOT/weld-core-jsf-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/target/weld-core-jsf-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-jsf/2.4.7-SNAPSHOT/weld-core-jsf-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Implementation 2.4.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-core ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-core ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/weld-core-2.4.7-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/not-really-sources.jar
[INFO] NOT adding java-sources to attached artifacts list.
[INFO]
[INFO] --- maven-shade-plugin:2.3:shade (default) @ weld-core ---
[INFO] Including org.jboss.weld:weld-core-impl:jar:2.4.7-SNAPSHOT in the shaded jar.
[INFO] Excluding javax.enterprise:cdi-api:jar:1.2 from the shaded jar.
[INFO] Excluding javax.inject:javax.inject:jar:1 from the shaded jar.
[INFO] Excluding org.jboss.weld:weld-api:jar:2.4.SP2 from the shaded jar.
[INFO] Excluding org.jboss.weld:weld-spi:jar:2.4.SP2 from the shaded jar.
[INFO] Excluding org.jboss.classfilewriter:jboss-classfilewriter:jar:1.1.2.Final from the shaded jar.
[INFO] Excluding org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.Final from the shaded jar.
[INFO] Excluding org.jboss.spec.javax.el:jboss-el-api_3.0_spec:jar:1.0.0.Alpha1 from the shaded jar.
[INFO] Excluding org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec:jar:1.0.0.Final from the shaded jar.
[INFO] Excluding org.jboss.logging:jboss-logging:jar:3.2.1.Final from the shaded jar.
[INFO] Including org.jboss.weld:weld-core-jsf:jar:2.4.7-SNAPSHOT in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/weld-core-2.4.7-SNAPSHOT.jar with /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/weld-core-2.4.7-SNAPSHOT-shaded.jar
[INFO] Replacing original source artifact with shaded source artifact.
[INFO] Replacing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/weld-core-2.4.7-SNAPSHOT-sources.jar with /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/weld-core-2.4.7-SNAPSHOT-shaded-sources.jar
[INFO] Dependency-reduced POM written at: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/dependency-reduced-pom.xml
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-core ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/weld-core-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core/2.4.7-SNAPSHOT/weld-core-2.4.7-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/dependency-reduced-pom.xml to /home/hudson/.m2/repository/org/jboss/weld/weld-core/2.4.7-SNAPSHOT/weld-core-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/weld-core-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core/2.4.7-SNAPSHOT/weld-core-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Probe Parent 2.4.7-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/2.4.7-SNAPSHOT/weld-probe-parent-2.4.7-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Probe Core 2.4.7-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: https://oss.sonatype.org/content/repositories/snapshots/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
Progress (1): 209 B Downloaded: http://repository.jboss.org/nexus/content/groups/public/me/n4u/sass/sass-gems/maven-metadata.xml (209 B at 741 B/s)
Progress (1): 518 B Downloaded: https://repo.maven.apache.org/maven2/me/n4u/sass/sass-gems/maven-metadata.xml (518 B at 1.6 kB/s)
Progress (1): 518 B Downloaded: https://repository.jboss.org/nexus/content/groups/staging/me/n4u/sass/sass-gems/maven-metadata.xml (518 B at 986 B/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.057 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 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.008 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.014 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.005 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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/probe/weld-probe-core/2.4.7-SNAPSHOT/weld-probe-core-2.4.7-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/2.4.7-SNAPSHOT/weld-probe-core-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/core/target/weld-probe-core-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/probe/weld-probe-core/2.4.7-SNAPSHOT/weld-probe-core-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Test Utilities 2.4.7-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 24 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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-common/2.4.7-SNAPSHOT/weld-core-test-common-2.4.7-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/2.4.7-SNAPSHOT/weld-core-test-common-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-common/target/weld-core-test-common-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-common/2.4.7-SNAPSHOT/weld-core-test-common-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building weld-probe-tests 2.4.7-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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/probe/weld-probe-tests/2.4.7-SNAPSHOT/weld-probe-tests-2.4.7-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/2.4.7-SNAPSHOT/weld-probe-tests-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/probe/tests/target/weld-probe-tests-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/probe/weld-probe-tests/2.4.7-SNAPSHOT/weld-probe-tests-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Core BOM 2.4.7-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/2.4.7-SNAPSHOT/weld-core-bom-2.4.7-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss AS7 Updater 2.4.7-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-api-2.4.SP2.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-api-2.4.SP2.jar
[INFO] Copying weld-spi-2.4.SP2.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-spi-2.4.SP2.jar
[INFO] Copying cdi-tck-ext-lib-1.2.10.Final.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/cdi-tck-ext-lib-1.2.10.Final.jar
[INFO] Copying cdi-api-1.2.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/cdi-api-1.2.jar
[INFO] Copying weld-core-impl-2.4.7-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-core-impl-2.4.7-SNAPSHOT.jar
[INFO] Copying weld-probe-core-2.4.7-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-probe-core-2.4.7-SNAPSHOT.jar
[INFO] Copying weld-core-2.4.7-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-core-2.4.7-SNAPSHOT.jar
[INFO] Copying weld-core-jsf-2.4.7-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-as/target/dependency/lib/weld-core-jsf-2.4.7-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: 2.4.7-SNAPSHOT
[echo]
[echo] JBOSS_HOME: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-11.0.0.Final
[echo]
[echo] =========================================================================
[copy] Copying 1 file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-11.0.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-11.0.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-11.0.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-11.0.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-11.0.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-11.0.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/2.4.7-SNAPSHOT/weld-core-jboss-as7-updater-2.4.7-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Porting Package for the CDI TCK 1.1 2.4.7-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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-porting-package-tck/2.4.7-SNAPSHOT/weld-porting-package-tck-2.4.7-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/2.4.7-SNAPSHOT/weld-porting-package-tck-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/porting-package/target/weld-porting-package-tck-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-porting-package-tck/2.4.7-SNAPSHOT/weld-porting-package-tck-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Unit Tests 2.4.7-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
Jan 18, 2018 5:51:04 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:51:04 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'.
Jan 18, 2018 5:51:04 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'.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51:05 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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Jan 18, 2018 5:51: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.
Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.415 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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test/2.4.7-SNAPSHOT/weld-core-test-2.4.7-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/2.4.7-SNAPSHOT/weld-core-test-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests/target/weld-core-test-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test/2.4.7-SNAPSHOT/weld-core-test-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Integration Tests (JBoss AS) 2.4.7-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.8:maven-version (default) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.8: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] --- build-helper-maven-plugin:1.8:add-test-source (add-test-source) @ weld-core-test-arquillian ---
[INFO] Test Source directory: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/src/test/java8 added.
[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 95 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 2924 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.267 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.064 sec - in org.jboss.weld.tests.beanManager.access.StandaloneTest
Running org.jboss.weld.tests.beanManager.injectionTarget.mdb.MessageDrivenInjectionTargetTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 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.064 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.071 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.081 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.093 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.186 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.097 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.031 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.047 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.046 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.017 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.051 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.045 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.091 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.029 sec - in org.jboss.weld.tests.beanManager.annotatedType.CreateAnnotatedTypeWithIdTest
Running org.jboss.weld.tests.beanManager.serializability.ManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 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.037 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.015 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.02 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.027 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.023 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.025 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.018 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.014 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.014 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.013 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.023 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.04 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.034 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.057 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.033 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.029 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.097 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.025 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.021 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.094 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.037 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.035 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.043 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.033 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.038 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.029 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.047 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.058 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.057 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.043 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.037 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.036 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.051 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.032 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.039 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.036 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.031 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.037 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.053 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.082 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.02 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.019 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.011 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.07 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.097 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.027 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.022 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.015 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.02 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.024 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.042 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.027 sec - in org.jboss.weld.tests.event.observer.superclass.SuperclassObservers2Test
Running org.jboss.weld.tests.event.parameterized.ParameterizedEventTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 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.037 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.449 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.09 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.042 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.043 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.021 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.032 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.03 sec - in org.jboss.weld.tests.event.subtype.EventSelectTest
Running org.jboss.weld.tests.event.SimpleEventTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 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.031 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.022 sec - in org.jboss.weld.tests.injectionPoint.observer.EventInjectionPointTest
Running org.jboss.weld.tests.injectionPoint.custom.CustomBeanInjectionPointMetadataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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.038 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.068 sec - in org.jboss.weld.tests.injectionPoint.InjectionPointTest
Running org.jboss.weld.tests.interceptors.aroundConstruct.basic.AroundConstructTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 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.03 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.018 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.015 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.018 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.015 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.021 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.04 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.026 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.044 sec - in org.jboss.weld.tests.interceptors.finalEquals.InterceptedBeanWithFinalEqualsTest
Running org.jboss.weld.tests.interceptors.circularInvocation.SelfInvokingClassTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 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.047 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.033 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.024 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.023 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.023 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.022 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.022 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.024 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.024 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.01 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.006 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.025 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.019 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.017 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.016 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.021 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.017 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.017 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.013 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.029 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.025 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.025 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.031 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.021 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.033 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.02 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.037 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.019 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.021 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.025 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.031 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.036 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.029 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.023 sec - in org.jboss.weld.tests.interceptors.ejb.EnterpriseBeanInterceptionTest
Running org.jboss.weld.tests.interceptors.self.SelfInvocationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 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.024 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.023 sec - in org.jboss.weld.tests.interceptors.extension.CustomInterceptorInvocationTest
Running org.jboss.weld.tests.interceptors.extension.CustomInterceptorRegistrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 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.043 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.017 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.029 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.012 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.01 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.021 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.019 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.022 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.023 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.022 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.02 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.031 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.024 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.031 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.02 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.029 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.018 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.016 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.028 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.021 sec - in org.jboss.weld.tests.interceptors.weld1019.Weld1019Test
Running org.jboss.weld.tests.interceptors.delegation.InvocationContextProceedDelegationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 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.022 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.024 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.017 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.055 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.02 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.013 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.009 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.011 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.013 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.011 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.018 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.032 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.03 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.034 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.011 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.011 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.017 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.017 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.002 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.01 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.018 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.007 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.019 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.036 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.04 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.031 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.026 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.025 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.026 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.026 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.026 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.042 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.042 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.017 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.017 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.015 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.015 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.018 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.049 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.014 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.054 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.019 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.029 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.011 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.031 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.027 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.025 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.018 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.033 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.02 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.02 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.016 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.031 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.025 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.027 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.028 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.025 sec - in org.jboss.weld.tests.proxy.superclass.instance.Weld1834Test
Running org.jboss.weld.tests.proxy.weld1664.InterfaceStaticMethodProxyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.proxy.weld1664.InterfaceStaticMethodProxyTest
Running org.jboss.weld.tests.proxy.weld477.ProxiabilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 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.037 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.022 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.018 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.029 sec - in org.jboss.weld.tests.proxy.enterprise.EnterpriseBeanProxyTest
Running org.jboss.weld.tests.proxy.modifiers.ClientProxyMethodModifiersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 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.012 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.008 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.017 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.016 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.018 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.016 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.017 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.033 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.02 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.017 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.029 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.018 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.02 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.018 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.019 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.017 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.013 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.012 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.016 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.012 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.015 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.013 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.019 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.018 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.017 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.023 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.014 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.018 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.016 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.041 sec - in org.jboss.weld.tests.specialization.IndirectSpecializationNameInheritedTest
Running org.jboss.weld.tests.packaging.beans.trimmed.TrimmedBeanArchiveTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.jboss.weld.tests.packaging.beans.trimmed.TrimmedBeanArchiveTest
Running org.jboss.weld.tests.veto.VetoTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.jboss.weld.tests.veto.VetoTest
Running org.jboss.weld.tests.activities.current.ELCurrentActivityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.jboss.weld.tests.activities.current.ELCurrentActivityTest
Running org.jboss.weld.tests.activities.current.EventCurrentActivityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.activities.current.EventCurrentActivityTest
Running org.jboss.weld.tests.activities.current.InstanceCurrentActivityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.jboss.weld.tests.activities.current.InstanceCurrentActivityTest
Running org.jboss.weld.tests.activities.current.InjectedManagerCurrentActivityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.activities.current.InjectedManagerCurrentActivityTest
Running org.jboss.weld.tests.activities.current.NonNormalScopeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.activities.current.NonNormalScopeTest
Running org.jboss.weld.tests.activities.current.InactiveScopeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.activities.current.InactiveScopeTest
Running org.jboss.weld.tests.activities.ActivitiesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.activities.ActivitiesTest
Running org.jboss.weld.tests.extensions.lifecycle.processBean.annotated.ProcessBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.045 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.023 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.012 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.031 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.021 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.015 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.012 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.014 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.012 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.011 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.011 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.026 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.019 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.031 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.019 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.026 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.017 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.031 sec - in org.jboss.weld.tests.extensions.lifecycle.processProducerField.GetDisposedParameterTest
Running org.jboss.weld.tests.extensions.lifecycle.atd.AfterTypeDiscoveryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.03 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.017 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.027 sec - in org.jboss.weld.tests.extensions.annotatedType.withAnnotations.WithAnnotationsTest
Running org.jboss.weld.tests.extensions.interceptors.annotated.SpiAddedInterceptorBindingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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 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.018 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.017 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.013 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.014 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.015 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.011 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.011 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.01 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.043 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.072 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.033 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.017 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.021 sec - in org.jboss.weld.tests.extensions.injection.InjectedExtensionIsPassivationCapableDependencyTest
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.injectionPointWithTypesAndQualifiersOnly.InjectionPointWithTypesAndQualifiersOnlyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 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.016 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.016 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.02 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.017 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.021 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.016 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.024 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.018 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.016 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.024 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.018 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.017 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.019 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.021 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.016 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.018 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.29 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.019 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.025 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.012 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.016 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.018 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.015 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.018 sec - in org.jboss.weld.tests.metadata.scanning.DeepPackageNameExcludeTest
Running org.jboss.weld.tests.metadata.beanattributes.BeanAttributesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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.035 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.021 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.026 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.019 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.013 sec - in org.jboss.weld.tests.serialization.noncontextual.SerializationTest
Running org.jboss.weld.tests.named.defaultname.DefaultBeanNameFollowJavaBeanRulesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.named.defaultname.DefaultBeanNameFollowJavaBeanRulesTest
Running org.jboss.weld.tests.named.defaultname.DefaultBeanNameTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jboss.weld.tests.named.defaultname.DefaultBeanNameTest
Running org.jboss.weld.tests.named.ambiguous.case1.AmbiguousName1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.011 sec - in org.jboss.weld.tests.named.ambiguous.case2.AmbiguousName2Test
Running org.jboss.weld.tests.named.SmokeNamedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.named.SmokeNamedTest
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.CustomDecorator2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 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.008 sec - in org.jboss.weld.tests.decorators.custom.CustomDecoratorTest
Running org.jboss.weld.tests.decorators.weld1597.Weld1597Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 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.026 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.017 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.028 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.016 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.024 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.033 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.027 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.022 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.031 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.026 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.013 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.024 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.026 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.013 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.013 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.029 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.028 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.031 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.02 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.027 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.02 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.02 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.018 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.013 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.001 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.001 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 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 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 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 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 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.015 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.013 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.014 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.019 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.011 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.014 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.014 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.022 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.017 sec - in org.jboss.weld.tests.scope.ScopeTest
Running org.jboss.weld.tests.examples.MockExampleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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.017 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.016 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.02 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.036 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.02 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.021 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.009 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.013 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.02 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.015 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.013 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.015 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.028 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.019 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.029 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.015 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.022 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.019 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.022 sec - in org.jboss.weld.tests.observers.extension.EventBeanObserverNotificationTest
Running org.jboss.weld.tests.observers.privateMethod.withInterception.PrivateObserverWithAnotherInterceptedMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.tests.observers.privateMethod.withInterception.PrivateObserverWithAnotherInterceptedMethodTest
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.synthetic.SyntheticObserverIgnoredTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.018 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.018 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.023 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.019 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.027 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.015 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.03 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.016 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.019 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.017 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.014 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.012 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.013 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.012 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.014 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.016 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.016 sec - in org.jboss.weld.tests.disposer.withStaticProducer.DisposalMethodWithStaticProducerTest
Running org.jboss.weld.tests.defaultmethod.decorated.DecoratedInteraceWithDefaultMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.defaultmethod.decorated.DecoratedInteraceWithDefaultMethodTest
Running org.jboss.weld.tests.defaultmethod.intercepted.InterfaceDefaultMethodInterceptedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.defaultmethod.intercepted.InterfaceDefaultMethodInterceptedTest
Running org.jboss.weld.tests.defaultmethod.SelfInvocationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jboss.weld.tests.defaultmethod.SelfInvocationTest
Running org.jboss.weld.tests.service.additional.AdditionalServiceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.jboss.weld.tests.service.additional.AdditionalServiceTest
Running org.jboss.weld.tests.lambda.LambdaConstructsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.tests.lambda.LambdaConstructsTest
Running org.jboss.weld.tests.nonportable.injectionpoint.NonPortableModeInjectionPointBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.nonportable.injectionpoint.NonPortableModeInjectionPointBeanTest
Running org.jboss.weld.tests.alternatives.weld930.Weld930Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 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.015 sec - in org.jboss.weld.tests.alternatives.Alternatives2Test
Running org.jboss.weld.tests.alternatives.weld2313.VetoedAlternativeWithoutPropertyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jboss.weld.tests.alternatives.weld2313.VetoedAlternativeWithoutPropertyTest
Running org.jboss.weld.tests.alternatives.weld2313.VetoedAlternativeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.alternatives.weld2313.VetoedAlternativeTest
Running org.jboss.weld.tests.alternatives.weld1286.EnabledClassWithAlternativeStereotypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.011 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.014 sec - in org.jboss.weld.tests.alternatives.accessible.AccessibleAlternatives2Test
Running org.jboss.weld.tests.alternatives.AlternativesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.jboss.weld.tests.alternatives.AlternativesTest
Running org.jboss.weld.tests.bootstrap.veto.VetoAnnotatedTypeWithoutBeanDefiningAnnotationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 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.023 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.011 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.014 sec - in org.jboss.weld.tests.weld1192.Weld1192Test
Running org.jboss.weld.tests.stereotypes.alternative.enablement.AlternativeStereotypeWithPriorityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.jboss.weld.tests.stereotypes.alternative.enablement.AlternativeStereotypeWithPriorityTest
Running org.jboss.weld.tests.stereotypes.alternative.AlternativeStereotypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.021 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.011 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.01 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.006 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.025 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.02 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.02 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.028 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.018 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.022 sec - in org.jboss.weld.tests.transientReference.TransientReferenceDestroyedAfterInvocationTest
Running org.jboss.weld.tests.injectionTarget.InjectionTargetTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 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.025 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.057 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.01 sec - in org.jboss.weld.tests.exceptions.ExceptionHandlingTest
Running org.jboss.weld.tests.annotations.weld1131.Weld1131Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 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.018 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.01 sec - in org.jboss.weld.tests.smoke.SmokeTest
Results :
Tests run: 791, 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-2.4.7-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.8:maven-version (default) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.8: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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-arquillian/2.4.7-SNAPSHOT/weld-core-test-arquillian-2.4.7-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/2.4.7-SNAPSHOT/weld-core-test-arquillian-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/target/weld-core-test-arquillian-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-arquillian/2.4.7-SNAPSHOT/weld-core-test-arquillian-2.4.7-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 2.4.7-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
Jan 18, 2018 5:51:30 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:51: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.
Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 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-2.4.7-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-2.4.7-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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-inject-tck-runner/2.4.7-SNAPSHOT/weld-inject-tck-runner-2.4.7-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/2.4.7-SNAPSHOT/weld-inject-tck-runner-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target/weld-inject-tck-runner-2.4.7-SNAPSHOT-tests.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-inject-tck-runner/2.4.7-SNAPSHOT/weld-inject-tck-runner-2.4.7-SNAPSHOT-tests.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target/weld-inject-tck-runner-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-inject-tck-runner/2.4.7-SNAPSHOT/weld-inject-tck-runner-2.4.7-SNAPSHOT-sources.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/inject-tck-runner/target/weld-inject-tck-runner-2.4.7-SNAPSHOT-test-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-inject-tck-runner/2.4.7-SNAPSHOT/weld-inject-tck-runner-2.4.7-SNAPSHOT-test-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building CDI TCK runner (1.1, 1.2) for Weld (WildFly) 2.4.7-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-2.4.7-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
Jan 18, 2018 5:51:39 AM org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener onStart
INFO: CDI-TCK Implementation version: 20160809-1103
Jan 18, 2018 5:51:39 AM org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener onStart
INFO: CDI-TCK Specification version: 1.2.10.Final
Jan 18, 2018 5:51:39 AM org.jboss.cdi.tck.impl.testng.ConfigurationLoggingListener onStart
INFO: JSR 346 TCK Configuration
-----------------
Beans: org.jboss.weld.tck.BeansImpl@33bdd01
Contexts: org.jboss.weld.tck.ContextsImpl@159ac15f
EL: org.jboss.weld.tck.ELImpl@7ac48f05
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
Jan 18, 2018 5:51:39 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 1,068, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Jan 18, 2018 5:51:39 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 10 ms]
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 1,018, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 1 ms]
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder buildSupportLibrary
INFO: Support library built [time: 61 ms]
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder buildIncontainerLibrary
INFO: Incontainer library built [time: 18 ms]
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.aroundConstruct.ConstructorInterceptionTest, time: 29 ms]
Jan 18, 2018 5:51:40 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testConstructorLevelBinding: 1/1,068 Failed tests: 0 (1)
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testMultipleConstructorLevelBinding: 2/1,068 Failed tests: 0 (1)
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testOverridingTypeLevelBinding: 3/1,068 Failed tests: 0 (1)
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testTypeLevelAndConstructorLevelBinding: 4/1,068 Failed tests: 0 (1)
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorInterceptionTest.testTypeLevelBinding: 5/1,068 Failed tests: 0 (1)
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.broken.InvalidStereotypeInterceptorBindingAnnotationsTest, time: 9 ms]
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidStereotypeInterceptorBindingAnnotationsTest.testInterceptorBindingsWithConflictingAnnotationMembersNotOk: 6/1,068 Failed tests: 0 (2)
Jan 18, 2018 5:51:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.broken.InvalidTransitiveInterceptorBindingAnnotationsTest, time: 9 ms]
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidTransitiveInterceptorBindingAnnotationsTest.testInterceptorBindingsWithConflictingAnnotationMembersNotOk: 7/1,068 Failed tests: 0 (3)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.members.InterceptorBindingTypeWithMemberTest, time: 8 ms]
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeMemberValuesComparedWithEquals: 8/1,068 Failed tests: 0 (4)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeWithMember: 9/1,068 Failed tests: 0 (4)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeWithNonBindingMember: 10/1,068 Failed tests: 0 (4)
Jan 18, 2018 5:51:41 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]
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleInterceptorBindingsTest.testInterceptorAppliedToBeanWithAllBindings: 11/1,068 Failed tests: 0 (5)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleInterceptorBindingsTest.testInterceptorNotAppliedToBeanWithSomeBindings: 12/1,068 Failed tests: 0 (5)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleInterceptorBindingsTest.testMultipleInterceptorsOnMethod: 13/1,068 Failed tests: 0 (5)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.overriding.InterceptorBindingOverridingTest, time: 7 ms]
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingOverridingTest.testInterceptorBindingOverriden: 14/1,068 Failed tests: 0 (6)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.bindings.resolution.InterceptorBindingResolutionTest, time: 10 ms]
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingResolutionTest.testBusinessMethodInterceptorBindings: 15/1,068 Failed tests: 0 (7)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingResolutionTest.testConstructorInterceptorBindings: 16/1,068 Failed tests: 0 (7)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingResolutionTest.testLifecycleInterceptorBindings: 17/1,068 Failed tests: 0 (7)
Jan 18, 2018 5:51:41 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]
Jan 18, 2018 5:51:41 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.
Jan 18, 2018 5:51:41 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.
Jan 18, 2018 5:51:41 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.
Jan 18, 2018 5:51:41 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.
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testExceptions: 18/1,068 Failed tests: 0 (8)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testInterceptorInvocation: 19/1,068 Failed tests: 0 (8)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testReplacingParameters: 20/1,068 Failed tests: 0 (8)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.aroundConstruct.bindings.AroundConstructTest, time: 8 ms]
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testExceptions: 21/1,068 Failed tests: 0 (9)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testInterceptorInvocation: 22/1,068 Failed tests: 0 (9)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructTest.testReplacingParameters: 23/1,068 Failed tests: 0 (9)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke.bindings.AroundInvokeInterceptorTest, time: 10 ms]
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeInterceptorTest.testBusinessMethodIntercepted: 24/1,068 Failed tests: 0 (10)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.exceptions.aroundInvoke.ExceptionTest, time: 9 ms]
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExceptionTest.testExceptions1: 25/1,068 Failed tests: 0 (11)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExceptionTest.testExceptions2: 26/1,068 Failed tests: 0 (11)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.InterceptorLifeCycleTest, time: 9 ms]
Jan 18, 2018 5:51:41 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.
Jan 18, 2018 5:51:41 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.
Jan 18, 2018 5:51:41 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.
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorLifeCycleTest.testInterceptorInstanceCreatedWhenTargetInstanceCreated: 27/1,068 Failed tests: 0 (12)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorLifeCycleTest.testInterceptorMethodsCalledAfterDependencyInjection: 28/1,068 Failed tests: 0 (12)
Jan 18, 2018 5:51:41 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]
Jan 18, 2018 5:51:41 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.
Jan 18, 2018 5:51:41 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.
Jan 18, 2018 5:51:41 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.
Jan 18, 2018 5:51:41 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.
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructLifeCycleTest.testAroundConstructInvokedAfterDependencyInjectionOnInterceptorClasses: 29/1,068 Failed tests: 0 (13)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructLifeCycleTest.testInstanceNotCreatedUnlessInvocationContextProceedCalled: 30/1,068 Failed tests: 0 (13)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.environment.InterceptorEnvironmentTest, time: 8 ms]
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorEnvironmentTest.testInvocationContext: 31/1,068 Failed tests: 0 (14)
Jan 18, 2018 5:51:41 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.invocationContext.InvocationContextTest, time: 10 ms]
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testBusinessMethodNotCalledWithoutProceedInvocation: 32/1,068 Failed tests: 0 (15)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testContextData: 33/1,068 Failed tests: 0 (15)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testCtxProceedForLifecycleCallbackInterceptorMethod: 34/1,068 Failed tests: 0 (15)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testGetMethodForAroundInvokeInterceptorMethod: 35/1,068 Failed tests: 0 (15)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testGetMethodForLifecycleCallbackInterceptorMethod: 36/1,068 Failed tests: 0 (15)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testGetTargetMethod: 37/1,068 Failed tests: 0 (15)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testGetTimerMethod: 38/1,068 Failed tests: 0 (15)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testIllegalNumberOfParameters: 39/1,068 Failed tests: 0 (15)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testIllegalTypeOfParameters: 40/1,068 Failed tests: 0 (15)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testMethodParameters: 41/1,068 Failed tests: 0 (15)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvocationContextTest.testProceedReturnsNullForVoidMethod: 42/1,068 Failed tests: 0 (15)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.LifecycleCallbackInterceptorTest, time: 9 ms]
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testAroundInvokeAndLifeCycleCallbackInterceptorsCanBeDefinedOnTheSameClass: 43/1,068 Failed tests: 0 (16)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testLifeCycleCallbackInterceptorNotInvokedForMethodLevelInterceptor: 44/1,068 Failed tests: 0 (16)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPackagePrivateLifecycleInterceptorMethod: 45/1,068 Failed tests: 0 (16)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPostConstructInterceptor: 46/1,068 Failed tests: 0 (16)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPreDestroyInterceptor: 47/1,068 Failed tests: 0 (16)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPrivateLifecycleInterceptorMethod: 48/1,068 Failed tests: 0 (16)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testProtectedLifecycleInterceptorMethod: 49/1,068 Failed tests: 0 (16)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testPublicLifecycleInterceptorMethod: 50/1,068 Failed tests: 0 (16)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testSingleMethodInterposingMultipleLifecycleCallbackEvents: 51/1,068 Failed tests: 0 (16)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.bindings.LifecycleInterceptorDefinitionTest, time: 7 ms]
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleInterceptorDefinitionTest.testLifecycleInterception: 52/1,068 Failed tests: 0 (17)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleInterceptorDefinitionTest.testMultipleLifecycleInterceptors: 53/1,068 Failed tests: 0 (17)
Jan 18, 2018 5:51:42 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]
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorTest.testLifecycleCallbackInterception: 54/1,068 Failed tests: 0 (18)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.method.MethodLevelInterceptorTest, time: 8 ms]
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MethodLevelInterceptorTest.testExcludeClassInterceptors: 55/1,068 Failed tests: 0 (19)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MethodLevelInterceptorTest.testInterceptorCanBeAppliedToMoreThanOneMethod: 56/1,068 Failed tests: 0 (19)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.aroundConstruct.AroundConstructOrderTest, time: 9 ms]
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundConstructOrderTest.testInvocationOrder: 57/1,068 Failed tests: 0 (20)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.aroundInvoke.AroundInvokeOrderTest, time: 13 ms]
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeOrderTest.testInvocationOrder: 58/1,068 Failed tests: 0 (21)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.lifecycleCallback.PostConstructOrderTest, time: 8 ms]
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 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.
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PostConstructOrderTest.testInvocationOrder: 59/1,068 Failed tests: 0 (22)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.order.overriden.lifecycleCallback.OverridenLifecycleCallbackInterceptorTest, time: 9 ms]
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke OverridenLifecycleCallbackInterceptorTest.testCallbackOverridenByCallback: 60/1,068 Failed tests: 0 (23)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke OverridenLifecycleCallbackInterceptorTest.testCallbackOverridenByNonCallback: 61/1,068 Failed tests: 0 (23)
Jan 18, 2018 5:51:42 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: 8 ms]
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke OverridenLifecycleCallbackInterceptorTest.testCallbackOverridenByCallback: 62/1,068 Failed tests: 0 (24)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke OverridenLifecycleCallbackInterceptorTest.testCallbackOverridenByNonCallback: 63/1,068 Failed tests: 0 (24)
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.broken.incorrect.name.NoClassWithSpecifiedNameTest, time: 10 ms]
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NoClassWithSpecifiedNameTest.test: 64/1,068 Failed tests: 0 (25)
Jan 18, 2018 5:51:42 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: 8 ms]
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NoAnnotationWithSpecifiedNameTest.test: 65/1,068 Failed tests: 0 (26)
Jan 18, 2018 5:51:42 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]
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClassIsNotAlternativeTest.test: 66/1,068 Failed tests: 0 (27)
Jan 18, 2018 5:51:42 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: 9 ms]
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClassIsNotAlternativeTest.test: 67/1,068 Failed tests: 0 (28)
Jan 18, 2018 5:51:42 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: 9 ms]
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SameTypeListedTwiceTest.test: 68/1,068 Failed tests: 0 (29)
Jan 18, 2018 5:51:42 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]
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierInheritedTest.testResolution: 69/1,068 Failed tests: 0 (30)
Jan 18, 2018 5:51:42 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]
Jan 18, 2018 5:51:42 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierNotDeclaredTest.testResolution: 70/1,068 Failed tests: 0 (31)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.resolution.qualifier.QualifierNotInheritedTest, time: 6 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierNotInheritedTest.testResolution: 71/1,068 Failed tests: 0 (32)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.selection.SelectedAlternative01Test, time: 43 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternative01Test.testAlternativeManagedBeanSelected: 72/1,068 Failed tests: 0 (33)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternative01Test.testAlternativeProducerSelected: 73/1,068 Failed tests: 0 (33)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.selection.SelectedAlternative02Test, time: 39 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternative02Test.testDependencyResolvable: 74/1,068 Failed tests: 0 (34)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.selection.stereotype.SelectedBeanWithUnselectedStereotypeTest, time: 7 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedBeanWithUnselectedStereotypeTest.testSingleAlternativeIsSelected: 75/1,068 Failed tests: 0 (35)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.ContextDestroysBeansTest, time: 8 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextDestroysBeansTest.testContextDestroysBeansWhenDestroyed: 76/1,068 Failed tests: 0 (36)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.ContextTest, time: 9 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextTest.testBuiltInContexts: 77/1,068 Failed tests: 0 (37)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextTest.testGetContextWithNoRegisteredContextsFails: 78/1,068 Failed tests: 0 (37)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ContextTest.testGetContextWithTooManyActiveContextsFails: 79/1,068 Failed tests: 0 (37)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContext2Test, time: 8 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyForSameCreationalContext2Test.testDestroyForSameCreationalContextOnly: 80/1,068 Failed tests: 0 (38)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContextTest, time: 9 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyForSameCreationalContextTest.testDestroyForSameCreationalContextOnly: 81/1,068 Failed tests: 0 (39)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.DestroyedInstanceReturnedByGetTest, time: 8 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyedInstanceReturnedByGetTest.testDestroyedInstanceMustNotBeReturnedByGet: 82/1,068 Failed tests: 0 (40)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.GetFromContextualTest, time: 7 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetFromContextualTest.testGetMayNotCreateNewInstanceUnlessCreationalContextGiven: 83/1,068 Failed tests: 0 (41)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.GetFromContextualTest, time: 8 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetOnInactiveContextTest.testInvokingGetOnInactiveContextFails: 84/1,068 Failed tests: 0 (42)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.GetWithNoCreationalContextTest, time: 10 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetWithNoCreationalContextTest.testGetWithoutCreationalContextReturnsNull: 85/1,068 Failed tests: 0 (43)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.NormalContextTest, time: 9 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalContextTest.testGetMayNotReturnNullUnlessContextualCreateReturnsNull: 86/1,068 Failed tests: 0 (44)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalContextTest.testGetReturnsExistingInstance: 87/1,068 Failed tests: 0 (44)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalContextTest.testGetWithCreationalContextReturnsNewInstance: 88/1,068 Failed tests: 0 (44)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalContextTest.testSameNormalScopeBeanInjectedEverywhere: 89/1,068 Failed tests: 0 (44)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.alterable.AlterableContextTest, time: 7 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlterableContextTest.testApplicationScopedComponent: 90/1,068 Failed tests: 0 (45)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlterableContextTest.testCustomScopedComponent: 91/1,068 Failed tests: 0 (45)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlterableContextTest.testNothingHappensIfNoInstanceToDestroy: 92/1,068 Failed tests: 0 (45)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlterableContextTest.testRequestScopedComponent: 93/1,068 Failed tests: 0 (45)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.application.disposer.ApplicationContextDisposerTest, time: 7 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ApplicationContextDisposerTest.testApplicationContextActiveDuringDispose: 94/1,068 Failed tests: 0 (46)
Jan 18, 2018 5:51:43 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]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanPostConstructCallbackTest.testSimplePostConstructCallback: 95/1,068 Failed tests: 0 (47)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.application.predestroy.ApplicationContextPreDestroyTest, time: 6 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ApplicationContextPreDestroyTest.testApplicationContextActivePreDestroy: 96/1,068 Failed tests: 0 (48)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.dependent.DependentContextTest, time: 8 ms]
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testCallingCreationalContextReleaseDestroysDependents: 97/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextGetWithCreateFalseReturnsNull: 98/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextGetWithCreationalContextReturnsNewInstance: 99/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActive: 100/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveDuringBeanCreation: 101/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveDuringInjection: 102/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenCreatingObserverMethodInstance: 103/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenEvaluatingElExpression: 104/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenInvokingDisposalMethod: 105/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenInvokingProducerField: 106/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextIsActiveWhenInvokingProducerMethod: 107/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testContextScopeType: 108/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentBeanIsDependentObjectOfBeanInjectedInto: 109/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentScopedDecoratorsAreDependentObjectsOfBean: 110/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:43 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentScopedInterceptorsAreDependentObjectsOfBean: 111/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenDisposerMethodCompletes: 112/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenElEvaluationCompletes: 113/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenObserverMethodEvaluationCompletes: 114/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenProducerFieldCompletes: 115/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDependentsDestroyedWhenProducerMethodCompletes: 116/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDestroyingManagedParentDestroysDependentsOfSameBean: 117/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testDestroyingSimpleParentDestroysDependents: 118/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceNotSharedBetweenInjectionPoints: 119/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForDisposalMethodNotShared: 120/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForElEvaluationNotShared: 121/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForObserverMethodNotShared: 122/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForProducerFieldNotShared: 123/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentContextTest.testInstanceUsedForProducerMethodNotShared: 124/1,068 Failed tests: 0 (49)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.dependent.instance.BuiltinInstanceDependentObjectTest, time: 7 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceDependentObjectTest.testInstanceDependentObject: 125/1,068 Failed tests: 0 (50)
Jan 18, 2018 5:51:44 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]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentTransientReferenceDestroyedTest.testConstructorAndInitializer: 126/1,068 Failed tests: 0 (51)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentTransientReferenceDestroyedTest.testProducerMethod: 127/1,068 Failed tests: 0 (51)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.PassivatingContextTest, time: 9 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testBeanWithNonSerializableImplementationInjectedIntoTransientFieldOK: 128/1,068 Failed tests: 0 (52)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testInjectionOfDependentPrimitiveProductIntoNormalBean: 129/1,068 Failed tests: 0 (52)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testInjectionOfDependentSerializableProductIntoNormalBean: 130/1,068 Failed tests: 0 (52)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testManagedBeanWithSerializableDecoratorOK: 131/1,068 Failed tests: 0 (52)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testManagedBeanWithSerializableImplementationClassOK: 132/1,068 Failed tests: 0 (52)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testManagedBeanWithSerializableInterceptorClassOK: 133/1,068 Failed tests: 0 (52)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testNonSerializableProducerFieldDeclaredPassivatingThrowsIllegalProductException: 134/1,068 Failed tests: 0 (52)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testPassivatingScopeProducerMethodReturnsUnserializableObjectNotOk: 135/1,068 Failed tests: 0 (52)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testPassivationCapableProducerFieldIsOK: 136/1,068 Failed tests: 0 (52)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testPassivationCapableProducerMethodIsOK: 137/1,068 Failed tests: 0 (52)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivatingContextTest.testPassivationOccurs: 138/1,068 Failed tests: 0 (52)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.NonPassivationManagedBeanHasPassivatingScopeTest, time: 8 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivationManagedBeanHasPassivatingScopeTest.testSimpleWebBeanWithNonSerializableImplementationClassFails: 139/1,068 Failed tests: 0 (53)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.constructor.NonPassivatingConstructorParamTest, time: 7 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivatingConstructorParamTest.testBeanWithNonSerializableImplementationInjectedIntoNonTransientFieldOfBeanWithPassivatingScopeFails: 140/1,068 Failed tests: 0 (54)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.decorator.ManagedBeanWithNonPassivatingDecoratorTest, time: 7 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithNonPassivatingDecoratorTest.testManagedBeanWithNonPassivatingDecoratorFails: 141/1,068 Failed tests: 0 (55)
Jan 18, 2018 5:51:44 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: 7 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNonPassivatingInjectedFieldTest.testPassivationCapableBeanWithNonPassivatingDecoratorInjectedFieldFails: 142/1,068 Failed tests: 0 (56)
Jan 18, 2018 5:51:44 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]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivatingInjectedFieldTest.testBeanWithNonSerializableImplementationInjectedIntoNonTransientFieldOfBeanWithPassivatingScopeFails: 143/1,068 Failed tests: 0 (57)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.initializer.NonPassivatingInitParamTest, time: 7 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivatingInitParamTest.testBeanWithNonSerializableImplementationInjectedIntoNonTransientFieldOfBeanWithPassivatingScopeFails: 144/1,068 Failed tests: 0 (58)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.interceptor.ManagedBeanWithNonSerializableInterceptorClassTest, time: 7 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanWithNonSerializableInterceptorClassTest.testManagedBeanWithNonSerializableInterceptorClassNotOK: 145/1,068 Failed tests: 0 (59)
Jan 18, 2018 5:51:44 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: 7 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationCapableBeanWithNonPassivatingInterceptorTest.testPassivationCapableBeanWithNonPassivatingInterceptorFails: 146/1,068 Failed tests: 0 (60)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.producer.field.NonPassivationCapableProducerFieldTest, time: 7 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivationCapableProducerFieldTest.testNonPassivationCapableProducerFieldNotOk: 147/1,068 Failed tests: 0 (61)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.broken.producer.method.NonPassivationCapableProducerMethodTest, time: 7 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPassivationCapableProducerMethodTest.testNonPassivationCapableProducerMethodNotOk: 148/1,068 Failed tests: 0 (62)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.custom.CustomPassivatingScopeCalledWithSerializableParametersTest, time: 7 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomPassivatingScopeCalledWithSerializableParametersTest.testWithExtensionProvidedBean: 149/1,068 Failed tests: 0 (63)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomPassivatingScopeCalledWithSerializableParametersTest.testWithImplicitBean: 150/1,068 Failed tests: 0 (63)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.dependency.builtin.BuiltinBeanPassivationDependencyTest, time: 10 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinBeanPassivationDependencyTest.testBeanManager: 151/1,068 Failed tests: 0 (64)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinBeanPassivationDependencyTest.testInstance: 152/1,068 Failed tests: 0 (64)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.injection.point.PassivationCapableInjectionPointTest, time: 7 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationCapableInjectionPointTest.testPassivationCapableInjectionPoints: 153/1,068 Failed tests: 0 (65)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.producer.ProducerMethodWithPrimitiveReturnTypePassivationTest, time: 7 ms]
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodWithPrimitiveReturnTypePassivationTest.testProducerMethodWithPrimitiveReturnType: 154/1,068 Failed tests: 0 (66)
Jan 18, 2018 5:51:44 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.producer.ProducerWithPrimitiveFieldTypePassivationTest, time: 7 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerWithPrimitiveFieldTypePassivationTest.testProducerFieldWithPrimitiveType: 155/1,068 Failed tests: 0 (67)
Jan 18, 2018 5:51:45 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]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TransientReferenceParameterTest.testParamInjectionPoints: 156/1,068 Failed tests: 0 (68)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.validation.DecoratorWithNonPassivationCapableDependenciesTest, time: 14 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNonPassivationCapableDependenciesTest.testDeploymentValid: 157/1,068 Failed tests: 0 (69)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.context.passivating.validation.InterceptorWithNonPassivationCapableDependenciesTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorWithNonPassivationCapableDependenciesTest.test: 158/1,068 Failed tests: 0 (70)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.beanmanager.BeanManagerDecoratorTest, time: 11 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerDecoratorTest.testDecoratorIsNotApplied: 159/1,068 Failed tests: 0 (71)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.conversation.BuiltinConversationDecoratorTest, time: 10 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinConversationDecoratorTest.testDecoratorIsInvoked: 160/1,068 Failed tests: 0 (72)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinConversationDecoratorTest.testDecoratorIsResolved: 161/1,068 Failed tests: 0 (72)
Jan 18, 2018 5:51:45 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]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinEventDecoratorTest.testDecoratorIsInvoked: 162/1,068 Failed tests: 0 (73)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinEventDecoratorTest.testDecoratorIsResolved: 163/1,068 Failed tests: 0 (73)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinEventDecoratorTest.testMultipleDecorators: 164/1,068 Failed tests: 0 (73)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.event.complex.ComplexEventDecoratorTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ComplexEventDecoratorTest.testOrderedEvents: 165/1,068 Failed tests: 0 (74)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.injectionpoint.BuiltinInjectionPointDecoratorTest, time: 10 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInjectionPointDecoratorTest.testDecoratorInvoked: 166/1,068 Failed tests: 0 (75)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInjectionPointDecoratorTest.testDecoratorIsResolved: 167/1,068 Failed tests: 0 (75)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.builtin.instance.BuiltinInstanceDecoratorTest, time: 10 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceDecoratorTest.testDecoratorIsInvoked: 168/1,068 Failed tests: 0 (76)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceDecoratorTest.testDecoratorIsResolved: 169/1,068 Failed tests: 0 (76)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.custom.CustomDecoratorTest, time: 5 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomDecoratorTest.testCustomImplementationOfDecoratorInterface: 170/1,068 Failed tests: 0 (77)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.custom.broken.finalBeanClass.CustomDecoratorMatchingBeanWithFinalClassTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomDecoratorMatchingBeanWithFinalClassTest.testCustomDecoratorDecoratingFinalBean: 171/1,068 Failed tests: 0 (78)
Jan 18, 2018 5:51:45 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]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomDecoratorWithNoDelegateInjectionPointTest.testDeploymentFails: 172/1,068 Failed tests: 0 (79)
Jan 18, 2018 5:51:45 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]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomDecoratorWithTooManyDelegateInjectionPointsTest.testDeploymentFails: 173/1,068 Failed tests: 0 (80)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.DecoratorDefinitionTest, time: 7 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testAbstractDecoratorNotImplementingMethodOfDecoratedType: 174/1,068 Failed tests: 0 (81)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDecoratedTypes: 175/1,068 Failed tests: 0 (81)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDecoratorDoesNotImplementDelegateType: 176/1,068 Failed tests: 0 (81)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDecoratorIsManagedBean: 177/1,068 Failed tests: 0 (81)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDecoratorOrdering: 178/1,068 Failed tests: 0 (81)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDelegateInjectionPoint: 179/1,068 Failed tests: 0 (81)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testDuplicateBindingsOnResolveDecoratorsFails: 180/1,068 Failed tests: 0 (81)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testEmptyTypeSetOnResolveDecoratorsFails: 181/1,068 Failed tests: 0 (81)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testInstanceOfDecoratorForEachEnabled: 182/1,068 Failed tests: 0 (81)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testNonBindingsOnResolveDecoratorsFails: 183/1,068 Failed tests: 0 (81)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorDefinitionTest.testNonEnabledDecoratorNotResolved: 184/1,068 Failed tests: 0 (81)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.decoratorListedTwiceInBeansXml.DecoratorListedTwiceInBeansXmlTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorListedTwiceInBeansXmlTest.testDecoratorListedTwiceInBeansXmlNotOK: 185/1,068 Failed tests: 0 (82)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.enabledDecoratorIsNotDecorator.EnabledDecoratorNotADecoratorTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledDecoratorNotADecoratorTest.testEnabledDecoratorNotADecoratorTest: 186/1,068 Failed tests: 0 (83)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.finalBeanClass.FinalBeanClassTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalBeanClassTest.testAppliesToFinalManagedBeanClass: 187/1,068 Failed tests: 0 (84)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.finalBeanMethod.FinalBeanMethodTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalBeanMethodTest.testAppliesToFinalMethodOnManagedBeanClass: 188/1,068 Failed tests: 0 (85)
Jan 18, 2018 5:51:45 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]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithInvalidAbstractMethodTest.testAbstractMethodsNotDeclaredByDecoratedTypeNotOk: 189/1,068 Failed tests: 0 (86)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.multipleDelegateInjectionPoints.MultipleDelegateInjectionPointsTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleDelegateInjectionPointsTest.testMultipleDelegateInjectionPoints: 190/1,068 Failed tests: 0 (87)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.noDelegateInjectionPoints.NoDelegateInjectionPointsTest, time: 5 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NoDelegateInjectionPointsTest.testNoDelegateInjectionPoints: 191/1,068 Failed tests: 0 (88)
Jan 18, 2018 5:51:45 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]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNoDecoratedTypes1Test.testDeploymentFails: 192/1,068 Failed tests: 0 (89)
Jan 18, 2018 5:51:45 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]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNoDecoratedTypes2Test.testDeploymentFails: 193/1,068 Failed tests: 0 (90)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nonDecoratorWithDecorates.NonDecoratorWithDecoratesTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonDecoratorWithDecoratesTest.testNonDecoratorWithDecoratesAnnotationNotOK: 194/1,068 Failed tests: 0 (91)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nonExistantClassInBeansXml.NonExistantDecoratorClassInBeansXmlTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonExistantDecoratorClassInBeansXmlTest.testNonExistantDecoratorClassInBeansXmlNotOK: 195/1,068 Failed tests: 0 (92)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.notAllDecoratedTypesImplemented.NotAllDecoratedTypesImplementedTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NotAllDecoratedTypesImplementedTest.testNotAllDecoratedTypesImplemented: 196/1,068 Failed tests: 0 (93)
Jan 18, 2018 5:51:45 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: 7 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TypeParametersNotTheSameTest.testDeploymentFails: 197/1,068 Failed tests: 0 (94)
Jan 18, 2018 5:51:45 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]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithObserverMethodTest.testDecoratorWithObserverMethodNotOk: 198/1,068 Failed tests: 0 (95)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.parameterizedTypesWithDifferentTypeParameters.DifferentTypeParametersTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DifferentTypeParametersTest.testTypeParametersOnDecoratedTypeAndDelegateTypeDoNotMatch: 199/1,068 Failed tests: 0 (96)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.inject.delegateConstructor.DelegateInjectionPointTest, time: 5 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DelegateInjectionPointTest.testDecoratorDelegateInjectionPoints: 200/1,068 Failed tests: 0 (97)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.inject.delegateField.DelegateFieldInjectionPointTest, time: 6 ms]
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DelegateFieldInjectionPointTest.testDecoratorDelegateInjectionPoints: 201/1,068 Failed tests: 0 (98)
Jan 18, 2018 5:51:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.inject.delegateInitializerMethod.DelegateInjectionPointTest, time: 5 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DelegateInjectionPointTest.testDecoratorDelegateInjectionPoints: 202/1,068 Failed tests: 0 (99)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.producer.DecoratorNotAppliedToResultOfProducerTest, time: 7 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorNotAppliedToResultOfProducerTest.testDecoratorNotAppliedToResultOfProducerField: 203/1,068 Failed tests: 0 (100)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorNotAppliedToResultOfProducerTest.testDecoratorNotAppliedToResultOfProducerMethod: 204/1,068 Failed tests: 0 (100)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.types.DelegateTypeImplementsParameterizedDecoratedTypeTest, time: 6 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DelegateTypeImplementsParameterizedDecoratedTypeTest.testDelegateTypeIsValid: 205/1,068 Failed tests: 0 (101)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.interceptor.DecoratorAndInterceptorTest, time: 6 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorAndInterceptorTest.testLifecycleCallbacks: 206/1,068 Failed tests: 0 (102)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorAndInterceptorTest.testMethodCallbacks: 207/1,068 Failed tests: 0 (102)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.invocation.DecoratorInvocationTest, time: 8 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorInvocationTest.testChainedDecoratorInvocation: 208/1,068 Failed tests: 0 (103)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorInvocationTest.testDecoratorInvocation: 209/1,068 Failed tests: 0 (103)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.invocation.observer.DecoratorInvocationTest, time: 6 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorInvocationTest.testDecoratorInvocation: 210/1,068 Failed tests: 0 (104)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.invocation.producer.method.DecoratorInvocationTest, time: 5 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorInvocationTest.testDecoratorInvocation: 211/1,068 Failed tests: 0 (105)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.ordering.global.GlobalDecoratorOrderingTest, time: 33 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GlobalDecoratorOrderingTest.testDecoratorsInWebInfClasses: 212/1,068 Failed tests: 0 (106)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.resolution.DecoratorResolutionTest, time: 7 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testDelegateTypeVariableBeanActualType: 213/1,068 Failed tests: 0 (107)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testDelegateTypeVariableBeanTypeVariable: 214/1,068 Failed tests: 0 (107)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testDelegateWildcardBeanActualType: 215/1,068 Failed tests: 0 (107)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testDelegateWildcardBeanTypeVariable: 216/1,068 Failed tests: 0 (107)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testIdenticalTypeParamerters: 217/1,068 Failed tests: 0 (107)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testNestedIdenticalTypeParamerters: 218/1,068 Failed tests: 0 (107)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testObject: 219/1,068 Failed tests: 0 (107)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testUnboundedTypeVariables: 220/1,068 Failed tests: 0 (107)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorResolutionTest.testUnboundedTypeVariablesAndObject: 221/1,068 Failed tests: 0 (107)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.BeanDefinitionTest, time: 7 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testAbstractApiType: 222/1,068 Failed tests: 0 (108)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanClassOnSimpleBean: 223/1,068 Failed tests: 0 (108)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanClientCanCastBeanInstanceToAnyBeanType: 224/1,068 Failed tests: 0 (108)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanExtendsAnotherBean: 225/1,068 Failed tests: 0 (108)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanTypes: 226/1,068 Failed tests: 0 (108)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testBeanTypesNonEmpty: 227/1,068 Failed tests: 0 (108)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testFinalApiType: 228/1,068 Failed tests: 0 (108)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testHasScopeType: 229/1,068 Failed tests: 0 (108)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testMultipleStereotypes: 230/1,068 Failed tests: 0 (108)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDefinitionTest.testQualifiersNonEmpty: 231/1,068 Failed tests: 0 (108)
Jan 18, 2018 5:51:46 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]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RestrictedManagedBeanTest.testInvalidTypedValueOnManagedBean: 232/1,068 Failed tests: 0 (109)
Jan 18, 2018 5:51:46 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]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RestrictedProducerMethodTest.testInvalidTypedValueOnProducerField: 233/1,068 Failed tests: 0 (110)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.custom.CustomBeanImplementationTest, time: 17 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetBeanClassCalled: 234/1,068 Failed tests: 0 (111)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetBindingsCalled: 235/1,068 Failed tests: 0 (111)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetInjectionPointsCalled: 236/1,068 Failed tests: 0 (111)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetNameCalled: 237/1,068 Failed tests: 0 (111)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetScopeTypeCalled: 238/1,068 Failed tests: 0 (111)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetStereotypesCalled: 239/1,068 Failed tests: 0 (111)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testGetTypesCalled: 240/1,068 Failed tests: 0 (111)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomBeanImplementationTest.testIsPolicyCalled: 241/1,068 Failed tests: 0 (111)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.genericbroken.GenericManagedBeanTest, time: 6 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GenericManagedBeanTest.testNonDependentGenericManagedBeanNotOk: 242/1,068 Failed tests: 0 (112)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.types.ManagedBeanTypesTest, time: 7 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagedBeanTypesTest.testGenericHierarchyBeanTypes: 243/1,068 Failed tests: 0 (113)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.name.NameDefinitionTest, time: 7 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testDefaultNamed: 244/1,068 Failed tests: 0 (114)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNamedNotDeclaredByBean: 245/1,068 Failed tests: 0 (114)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNamedNotDeclaredByStereotype: 246/1,068 Failed tests: 0 (114)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testNonDefaultNamed: 247/1,068 Failed tests: 0 (114)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NameDefinitionTest.testStereotypeDefaultsName: 248/1,068 Failed tests: 0 (114)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.qualifier.QualifierDefinitionTest, time: 8 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testDefaultQualifierDeclaredInJava: 249/1,068 Failed tests: 0 (115)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testDefaultQualifierForInjectionPoint: 250/1,068 Failed tests: 0 (115)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testMultipleQualifiers: 251/1,068 Failed tests: 0 (115)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierDeclaredInheritedIsBlockedByIntermediateClass: 252/1,068 Failed tests: 0 (115)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierDeclaredInheritedIsIndirectlyInherited: 253/1,068 Failed tests: 0 (115)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierDeclaredInheritedIsInherited: 254/1,068 Failed tests: 0 (115)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierDeclaresBindingAnnotation: 255/1,068 Failed tests: 0 (115)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierNotDeclaredInheritedIsNotIndirectlyInherited: 256/1,068 Failed tests: 0 (115)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifierNotDeclaredInheritedIsNotInherited: 257/1,068 Failed tests: 0 (115)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierDefinitionTest.testQualifiersDeclaredInJava: 258/1,068 Failed tests: 0 (115)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.scope.ScopeDefinitionTest, time: 8 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testDefaultScope: 259/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testMultipleCompatibleScopeStereotypes: 260/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testMultipleIncompatibleScopeStereotypesWithScopeSpecified: 261/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeDeclaredInJava: 262/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeSpecifiedAndStereotyped: 263/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeMarkedInherited: 264/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaredInheritedIsBlockedByIntermediateScopeTypeNotMarkedInherited: 265/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaredInheritedIsIndirectlyInherited: 266/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaredInheritedIsInherited: 267/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeDeclaresScopeTypeAnnotation: 268/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeHasCorrectTarget: 269/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeNotDeclaredInheritedIsNotIndirectlyInherited: 270/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypeNotDeclaredInheritedIsNotInherited: 271/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testScopeTypesAreExtensible: 272/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ScopeDefinitionTest.testWebBeanScopeTypeOverridesStereotype: 273/1,068 Failed tests: 0 (116)
Jan 18, 2018 5:51:46 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]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TooManyScopesTest.testTooManyScopesSpecifiedInJava: 274/1,068 Failed tests: 0 (117)
Jan 18, 2018 5:51:46 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: 6 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldTooManyScopesTest.testTooManyScopesSpecifiedInJava: 275/1,068 Failed tests: 0 (118)
Jan 18, 2018 5:51:46 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]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodTooManyScopesTest.testTooManyScopesSpecifiedInJava: 276/1,068 Failed tests: 0 (119)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.StereotypeDefinitionTest, time: 6 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testExplicitScopeOverridesMergedScopesFromMultipleStereotype: 277/1,068 Failed tests: 0 (120)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testMultipleStereotypesAllowed: 278/1,068 Failed tests: 0 (120)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testOneStereotypeAllowed: 279/1,068 Failed tests: 0 (120)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeDeclaredInheritedIsIndirectlyInherited: 280/1,068 Failed tests: 0 (120)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeDeclaredInheritedIsInherited: 281/1,068 Failed tests: 0 (120)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeNotDeclaredInheritedIsNotIndirectlyInherited: 282/1,068 Failed tests: 0 (120)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeNotDeclaredInheritedIsNotInherited: 283/1,068 Failed tests: 0 (120)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeScopeIsOverriddenByIndirectlyInheritedScope: 284/1,068 Failed tests: 0 (120)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeScopeIsOverriddenByInheritedScope: 285/1,068 Failed tests: 0 (120)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeWithScopeType: 286/1,068 Failed tests: 0 (120)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeDefinitionTest.testStereotypeWithoutScopeType: 287/1,068 Failed tests: 0 (120)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.broken.nonEmptyNamed.NonEmptyNamedTest, time: 6 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonEmptyNamedTest.testStereotypeWithNonEmptyNamed: 288/1,068 Failed tests: 0 (121)
Jan 18, 2018 5:51:46 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]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke IncompatibleStereotypesTest.testMultipleIncompatibleScopeStereotypes: 289/1,068 Failed tests: 0 (122)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.broken.tooManyScopes.TooManyScopeTypesTest, time: 6 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TooManyScopeTypesTest.testStereotypeWithTooManyScopeTypes: 290/1,068 Failed tests: 0 (123)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.inheritance.StereotypeInheritenceTest, time: 6 ms]
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeInheritenceTest.testInheritence: 291/1,068 Failed tests: 0 (124)
Jan 18, 2018 5:51:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.interceptor.StereotypeWithMultipleInterceptorBindingsTest, time: 6 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeWithMultipleInterceptorBindingsTest.testMultipleInterceptorBindings: 292/1,068 Failed tests: 0 (125)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.stereotype.named.DefaultNamedTest, time: 6 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DefaultNamedTest.testStereotypeDeclaringNamed: 293/1,068 Failed tests: 0 (126)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DefaultNamedTest.testStereotypeNamedOverridenByBean: 294/1,068 Failed tests: 0 (126)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.discovery.BeanDiscoveryTest, time: 11 ms]
Jan 18, 2018 5:51:47 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.
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDiscoveryTest.testExplicitBeanArchiveEmptyDescriptor: 295/1,068 Failed tests: 0 (127)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDiscoveryTest.testExplicitBeanArchiveLegacyDescriptor: 296/1,068 Failed tests: 0 (127)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanDiscoveryTest.testExplicitBeanArchiveModeAll: 297/1,068 Failed tests: 0 (127)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.exclude.ExcludeFiltersTest, time: 25 ms]
Jan 18, 2018 5:51:47 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.
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExcludeFiltersTest.testExcludeClassActivators: 298/1,068 Failed tests: 0 (128)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExcludeFiltersTest.testTypeFcqnMatchesExcludeFilterName: 299/1,068 Failed tests: 0 (128)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExcludeFiltersTest.testTypePackageMatchesExcludeFilterName: 300/1,068 Failed tests: 0 (128)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.bundledLibrary.LibraryInWarTest, time: 10 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LibraryInWarTest.test: 301/1,068 Failed tests: 0 (129)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.bundledLibrary.LibraryMissingBeansXmlTest, time: 10 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LibraryMissingBeansXmlTest.test: 302/1,068 Failed tests: 0 (130)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.visibility.JarToJarAlphaVisibilityTest, time: 14 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke JarToJarAlphaVisibilityTest.testDeployment: 303/1,068 Failed tests: 0 (131)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.deployment.packaging.visibility.JarToJarReverseAlphaVisibilityTest, time: 13 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke JarToJarReverseAlphaVisibilityTest.testDeployment: 304/1,068 Failed tests: 0 (132)
Jan 18, 2018 5:51:47 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]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeansDescriptorAlternativeLocationTest.testAlternativeLocation: 305/1,068 Failed tests: 0 (133)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.EventTest, time: 7 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testEventObjectContainsTypeVariablesWhenResolvingFails: 306/1,068 Failed tests: 0 (134)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testNonStaticObserverMethodIndirectlyInherited: 307/1,068 Failed tests: 0 (134)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testNonStaticObserverMethodInherited: 308/1,068 Failed tests: 0 (134)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testObserverCalledOnSpecializedBeanOnly: 309/1,068 Failed tests: 0 (134)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testObserverMethodNotifiedWhenQualifiersMatch: 310/1,068 Failed tests: 0 (134)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTest.testObserverMethodParameterInjectionPoints: 311/1,068 Failed tests: 0 (134)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.bindingTypes.EventBindingTypesTest, time: 7 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testEventAlwaysHasAnyBinding: 312/1,068 Failed tests: 0 (135)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testEventBindingTypeTargetsFieldParameterElementTypes: 313/1,068 Failed tests: 0 (135)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testEventBindingTypeTargetsMethodFieldParameterElementTypes: 314/1,068 Failed tests: 0 (135)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testFireEventWithNonBindingAnnotationsFails: 315/1,068 Failed tests: 0 (135)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testFireEventWithNonRuntimeBindingTypeFails: 316/1,068 Failed tests: 0 (135)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBindingTypesTest.testNonRuntimeBindingTypeIsNotAnEventBindingType: 317/1,068 Failed tests: 0 (135)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.beanNotManaged.ObserverMethodOnIncorrectBeanTest, time: 6 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodOnIncorrectBeanTest.testObserverMethodNotOnManagedOrSessionBeanFails: 318/1,068 Failed tests: 0 (136)
Jan 18, 2018 5:51:47 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]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentIsConditionalObserverTest.testDependentBeanWithConditionalObserverMethodIsDefinitionError: 319/1,068 Failed tests: 0 (137)
Jan 18, 2018 5:51:47 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]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DeploymentFailureTest.testDeploymentFailsBeforeNotifyingObserversAfterBeanDiscovery: 320/1,068 Failed tests: 0 (138)
Jan 18, 2018 5:51:47 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]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodAnnotatedProducesTest.testObserverMethodAnnotatedProducesFails: 321/1,068 Failed tests: 0 (139)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.tooManyParameters.ObserverMethodWithTwoEventParametersTest, time: 6 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithTwoEventParametersTest.testObserverMethodMustHaveOnlyOneEventParameter: 322/1,068 Failed tests: 0 (140)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventConstructorInjectionTest, time: 6 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventConstructorInjectionTest.testDefinitionError: 323/1,068 Failed tests: 0 (141)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventCustomBeanTest, time: 6 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventCustomBeanTest.testDefinitionError: 324/1,068 Failed tests: 0 (142)
Jan 18, 2018 5:51:47 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]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventDisposerInjectionTest.testDefinitionError: 325/1,068 Failed tests: 0 (143)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventFieldInjectionTest, time: 6 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventFieldInjectionTest.testDefinitionError: 326/1,068 Failed tests: 0 (144)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventInitMethodInjectionTest, time: 6 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventInitMethodInjectionTest.testDefinitionError: 327/1,068 Failed tests: 0 (145)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventObserverInjectionTest, time: 6 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventObserverInjectionTest.testDefinitionError: 328/1,068 Failed tests: 0 (146)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventProducerMethodInjectionTest, time: 6 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventProducerMethodInjectionTest.testDefinitionError: 329/1,068 Failed tests: 0 (147)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.eventTypes.EventTypesTest, time: 7 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTypesTest.testEventTypeIncludesAllSuperclassesAndInterfacesOfEventObject: 330/1,068 Failed tests: 0 (148)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTypesTest.testEventTypeIsArray: 331/1,068 Failed tests: 0 (148)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventTypesTest.testEventTypeIsConcreteTypeWithNoTypeVariables: 332/1,068 Failed tests: 0 (148)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.fires.FireEventTest, time: 12 ms]
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testBeanManagerFireEvent: 333/1,068 Failed tests: 0 (149)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testDuplicateBindingsToFireEventFails: 334/1,068 Failed tests: 0 (149)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testEventFireThrowsExceptionIfEventObjectTypeContainsUnresovableTypeVariable: 335/1,068 Failed tests: 0 (149)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testEventProvidesMethodForFiringEventsWithCombinationOfTypeAndBindings: 336/1,068 Failed tests: 0 (149)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testEventSelectedFiresAndObserversNotified: 337/1,068 Failed tests: 0 (149)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testFireContainerLifecycleEvent: 338/1,068 Failed tests: 0 (149)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testInjectedAnyEventCanFireEvent: 339/1,068 Failed tests: 0 (149)
Jan 18, 2018 5:51:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testInjectedEventAcceptsEventObject: 340/1,068 Failed tests: 0 (149)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testInjectedEventCanHaveBindings: 341/1,068 Failed tests: 0 (149)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testInjectedEventCanSpecifyBindingsDynamically: 342/1,068 Failed tests: 0 (149)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireEventTest.testTypeVariableEventTypeFails: 343/1,068 Failed tests: 0 (149)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.fires.nonbinding.NonBindingTypePassedToFireTest, time: 6 ms]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonBindingTypePassedToFireTest.testExceptionThrownIfNonBindingTypePassedToFire: 344/1,068 Failed tests: 0 (150)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.implicit.ImplicitEventTest, time: 7 ms]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventExistsForEachEventType: 345/1,068 Failed tests: 0 (151)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventHasAllExplicitBindingTypes: 346/1,068 Failed tests: 0 (151)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventHasDependentScope: 347/1,068 Failed tests: 0 (151)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventHasImplementation: 348/1,068 Failed tests: 0 (151)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventHasNoName: 349/1,068 Failed tests: 0 (151)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ImplicitEventTest.testImplicitEventIsPassivationCapable: 350/1,068 Failed tests: 0 (151)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.metadata.EventMetadataTest, time: 7 ms]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataTest.testParameterizedResolvedType: 351/1,068 Failed tests: 0 (152)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataTest.testSimpleEvent: 352/1,068 Failed tests: 0 (152)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.metadata.broken.initializer.InvalidEventMetadataInjectionPointTest, time: 6 ms]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidEventMetadataInjectionPointTest.testDeployment: 353/1,068 Failed tests: 0 (153)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.metadata.injectionpoint.EventMetadataInjectionPointTest, time: 6 ms]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetAnnotatedType: 354/1,068 Failed tests: 0 (154)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetBean: 355/1,068 Failed tests: 0 (154)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetMember: 356/1,068 Failed tests: 0 (154)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetQualifiers: 357/1,068 Failed tests: 0 (154)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testGetType: 358/1,068 Failed tests: 0 (154)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventMetadataInjectionPointTest.testIsTransient: 359/1,068 Failed tests: 0 (154)
Jan 18, 2018 5:51:48 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]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverExceptionAbortsProcessingTest.testObserverThrowsExceptionAbortsNotifications: 360/1,068 Failed tests: 0 (155)
Jan 18, 2018 5:51:48 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]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodParameterInjectionValidationTest.test: 361/1,068 Failed tests: 0 (156)
Jan 18, 2018 5:51:48 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: 6 ms]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodParameterInjectionValidationTest.test: 362/1,068 Failed tests: 0 (157)
Jan 18, 2018 5:51:48 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]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckedExceptionWrappedTest.testNonTransactionalObserverThrowsCheckedExceptionIsWrappedAndRethrown: 363/1,068 Failed tests: 0 (158)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.conditional.ConditionalObserverTest, time: 7 ms]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConditionalObserverTest.testConditionalObserver: 364/1,068 Failed tests: 0 (159)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConditionalObserverTest.testNotifyEnumerationContainsNotifyValues: 365/1,068 Failed tests: 0 (159)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConditionalObserverTest.testObserverMethodInvokedOnReturnedInstanceFromContext: 366/1,068 Failed tests: 0 (159)
Jan 18, 2018 5:51:48 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]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerObserverNotificationTest.testNotifyInvoked: 367/1,068 Failed tests: 0 (160)
Jan 18, 2018 5:51:48 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]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EventBeanObserverNotificationTest.testNotifyInvoked: 368/1,068 Failed tests: 0 (161)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.inheritance.ObserverInheritanceTest, time: 6 ms]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverInheritanceTest.testNonStaticObserverMethodInherited: 369/1,068 Failed tests: 0 (162)
Jan 18, 2018 5:51:48 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]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetBeanClassOnObserverMethod: 370/1,068 Failed tests: 0 (163)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetNotifyOnObserverMethod: 371/1,068 Failed tests: 0 (163)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetObservedQualifiersOnObserverMethod: 372/1,068 Failed tests: 0 (163)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetObservedTypeOnObserverMethod: 373/1,068 Failed tests: 0 (163)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testGetTransactionPhaseOnObserverMethod: 374/1,068 Failed tests: 0 (163)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testInstanceOfBeanForEveryEnabledObserverMethod: 375/1,068 Failed tests: 0 (163)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodTest.testNotifyOnObserverMethod: 376/1,068 Failed tests: 0 (163)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.observer.resolve.ResolveEventObserversTest, time: 7 ms]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testBeanManagerResolveObserversSignature: 377/1,068 Failed tests: 0 (164)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testBeanManagerResolveObserversWithIllegalQualifier: 378/1,068 Failed tests: 0 (164)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testMethodWithParameterAnnotatedWithObservesRegistersObserverMethod: 379/1,068 Failed tests: 0 (164)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testMultipleObserverMethodsForSameEventPermissible: 380/1,068 Failed tests: 0 (164)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testMultipleObserverMethodsOnBeanPermissible: 381/1,068 Failed tests: 0 (164)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodAutomaticallyRegistered: 382/1,068 Failed tests: 0 (164)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodMayHaveMultipleBindingTypes: 383/1,068 Failed tests: 0 (164)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodNotAutomaticallyRegisteredForDisabledBeans: 384/1,068 Failed tests: 0 (164)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodRegistration: 385/1,068 Failed tests: 0 (164)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolveEventObserversTest.testObserverMethodWithoutBindingTypesObservesEventsWithoutBindingTypes: 386/1,068 Failed tests: 0 (164)
Jan 18, 2018 5:51:48 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]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverExceptionRethrownTest.testNonTransactionalObserverThrowsNonCheckedExceptionIsRethrown: 387/1,068 Failed tests: 0 (165)
Jan 18, 2018 5:51:48 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]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithParametertizedTypeTest.testObserverMethodCanObserveArrayTypeVariable: 388/1,068 Failed tests: 0 (166)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithParametertizedTypeTest.testObserverMethodCanObserveArrayWildcard: 389/1,068 Failed tests: 0 (166)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithParametertizedTypeTest.testObserverMethodCanObserveTypeVariable: 390/1,068 Failed tests: 0 (166)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodWithParametertizedTypeTest.testObserverMethodCanObserveWildcardType: 391/1,068 Failed tests: 0 (166)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.parameterized.ParameterizedEventTest, time: 7 ms]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testEventObjectTypeUsed: 392/1,068 Failed tests: 0 (167)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testSelectedEventTypeCombinedWithEventObjectRuntimeTypeForResolvingEventTypeArguments: 393/1,068 Failed tests: 0 (167)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testSelectedEventTypeCombinedWithEventObjectRuntimeTypeForResolvingEventTypeArguments2: 394/1,068 Failed tests: 0 (167)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testSelectedEventTypeUsedForResolvingEventTypeArguments: 395/1,068 Failed tests: 0 (167)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testSelectedEventTypeUsedForResolvingEventTypeArguments2: 396/1,068 Failed tests: 0 (167)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testUnresolvedTypeVariableDetected1: 397/1,068 Failed tests: 0 (167)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testUnresolvedTypeVariableDetected2: 398/1,068 Failed tests: 0 (167)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedEventTest.testUnresolvedTypeVariableDetected3: 399/1,068 Failed tests: 0 (167)
Jan 18, 2018 5:51:48 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]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonBindingTypesWhenResolvingTest.testNonBindingTypeAnnotationWhenResolvingFails: 400/1,068 Failed tests: 0 (168)
Jan 18, 2018 5:51:48 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]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testEventTypeAssignableToATypeVariable: 401/1,068 Failed tests: 0 (169)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testEventTypeResolution: 402/1,068 Failed tests: 0 (169)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testObservedEventTypeParameterIsActualType: 403/1,068 Failed tests: 0 (169)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testObservedEventTypeParameterIsActualTypeNested: 404/1,068 Failed tests: 0 (169)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testObservedEventTypeParameterIsTypeVariable: 405/1,068 Failed tests: 0 (169)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testObservedEventTypeParameterIsWildcard: 406/1,068 Failed tests: 0 (169)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testParameterizedEventTypeAssignableToRawType: 407/1,068 Failed tests: 0 (169)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CheckTypeParametersWhenResolvingObserversTest.testResolvingChecksTypeParameters: 408/1,068 Failed tests: 0 (169)
Jan 18, 2018 5:51:48 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]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ChecksEventTypeWhenResolvingTest.testResolvingChecksEventType: 409/1,068 Failed tests: 0 (170)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.select.SelectEventTest, time: 7 ms]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectReturnsEventOfSameType: 410/1,068 Failed tests: 0 (171)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectThrowsExceptionForDuplicateBindingType: 411/1,068 Failed tests: 0 (171)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectThrowsExceptionIfAnnotationIsNotBindingType: 412/1,068 Failed tests: 0 (171)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectThrowsExceptionIfEventTypeHasTypeVariable: 413/1,068 Failed tests: 0 (171)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectWithSubtypeThrowsExceptionForDuplicateBindingType: 414/1,068 Failed tests: 0 (171)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectEventTest.testEventSelectWithSubtypeThrowsExceptionIfAnnotationIsNotBindingType: 415/1,068 Failed tests: 0 (171)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.afterBeanDiscovery.AfterBeanDiscoveryTest, time: 9 ms]
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testAddContext: 416/1,068 Failed tests: 0 (172)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testBeanIsAdded: 417/1,068 Failed tests: 0 (172)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testCustomDependentBeanInjectionPointIsAvailable: 418/1,068 Failed tests: 0 (172)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testObserverMethodRegistered: 419/1,068 Failed tests: 0 (172)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testProcessBeanIsFired: 420/1,068 Failed tests: 0 (172)
Jan 18, 2018 5:51:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryTest.testProcessObserverMethodFiredWhileAddingObserverMethod: 421/1,068 Failed tests: 0 (172)
Jan 18, 2018 5:51:48 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]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetAnnotatedTypesTest.testGetAnnotatedType: 422/1,068 Failed tests: 0 (173)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GetAnnotatedTypesTest.testGetAnnotatedTypes: 423/1,068 Failed tests: 0 (173)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.deployment.AlternativeInLibraryWithExtensionTest, time: 21 ms]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeInLibraryWithExtensionTest.testAlternative: 424/1,068 Failed tests: 0 (174)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.metadata.AlternativeMetadataTest, time: 8 ms]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testContainerUsesOperationsOfAnnotatedNotReflectionApi: 425/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testExtraQualifierAppliedToObservesMethodParameter: 426/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testExtraQualifierIsAppliedToInjectedField: 427/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetAnnotationUsedForGettingInterceptorInformation: 428/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetAnnotationUsedForGettingQualifierInformation: 429/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetAnnotationUsedForGettingScopeInformation: 430/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetAnnotationUsedForGettingStereotypeInformation: 431/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfInitializerInjectionPoint: 432/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetBaseTypeUsedToDetermineTypeOfInjectionPoint: 433/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testGetTypeClosureUsed: 434/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testInjectCreatesInitializerMethod: 435/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testObserverMethod: 436/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testPreviouslyNonInjectAnnotatedConstructorIsUsed: 437/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testPreviouslyNonInjectAnnotatedFieldIsInjected: 438/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testProducesCreatesProducerField: 439/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testProducesCreatesProducerMethod: 440/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testQualifierAddedToInitializerParameter: 441/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testQualifierIsAppliedToProducerMethod: 442/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataTest.testQualifierIsAppliedToProducerMethodParameter: 443/1,068 Failed tests: 0 (175)
Jan 18, 2018 5:51:49 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]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeAnnotationsTest.testCreateAnnotatedType: 444/1,068 Failed tests: 0 (176)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeAnnotationsTest.testGetAnnotatedType: 445/1,068 Failed tests: 0 (176)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeAnnotationsTest.testGetAnnotatedTypes: 446/1,068 Failed tests: 0 (176)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnnotatedTypeAnnotationsTest.testProcessAnnotatedType: 447/1,068 Failed tests: 0 (176)
Jan 18, 2018 5:51:49 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]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataInterceptorTest.testInterceptorInterceptsOnlyBindedClass: 448/1,068 Failed tests: 0 (177)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.AlternativeMetaDataTest, time: 7 ms]
Jan 18, 2018 5:51:49 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!
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testBaseType: 449/1,068 Failed tests: 0 (178)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testConstructors: 450/1,068 Failed tests: 0 (178)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testFields: 451/1,068 Failed tests: 0 (178)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testGetAnnotation: 452/1,068 Failed tests: 0 (178)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testGetAnnotations: 453/1,068 Failed tests: 0 (178)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testIsAnnotationPresent: 454/1,068 Failed tests: 0 (178)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testMethods: 455/1,068 Failed tests: 0 (178)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetaDataTest.testTypeClosure: 456/1,068 Failed tests: 0 (178)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.ProcessAnnotatedTypeTest, time: 8 ms]
Jan 18, 2018 5:51:49 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.
Jan 18, 2018 5:51:49 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!
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testGetAnnotatedType: 457/1,068 Failed tests: 0 (179)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testProcessAnnotatedTypeEventsSent: 458/1,068 Failed tests: 0 (179)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testProcessAnnotatedTypeFiredForEnum: 459/1,068 Failed tests: 0 (179)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testSetAnnotatedType: 460/1,068 Failed tests: 0 (179)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeTest.testVeto: 461/1,068 Failed tests: 0 (179)
Jan 18, 2018 5:51:49 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]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessAnnotatedTypeEventThrowsExceptionTest.testProcessAnnotatedTypeEventThrowsExceptionNotOk: 462/1,068 Failed tests: 0 (180)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.broken.processInjectionTargetThrowsException.ProcessInjectionTargetEventThrowsExceptionTest, time: 6 ms]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionTargetEventThrowsExceptionTest.testProcessInjectionTargetEventThrowsExceptionNotOk: 463/1,068 Failed tests: 0 (181)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.delivery.WithAnnotationsTest, time: 6 ms]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WithAnnotationsTest.testDelivery: 464/1,068 Failed tests: 0 (182)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WithAnnotationsTest.testDeliveryMetaAnnotation: 465/1,068 Failed tests: 0 (182)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.delivery.broken.WithAnnotationsAppliedToIllegalContainerLifecycleEventParameterTest, time: 6 ms]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WithAnnotationsAppliedToIllegalContainerLifecycleEventParameterTest.testDeploymentFails: 466/1,068 Failed tests: 0 (183)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.synthetic.ProcessSyntheticAnnotatedTypeTest, time: 8 ms]
Jan 18, 2018 5:51:49 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.
Jan 18, 2018 5:51:49 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.
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessSyntheticAnnotatedTypeTest.testEventsFired: 467/1,068 Failed tests: 0 (184)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessSyntheticAnnotatedTypeTest.testEventsSources: 468/1,068 Failed tests: 0 (184)
Jan 18, 2018 5:51:49 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]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testGetBeans: 469/1,068 Failed tests: 0 (185)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testGetBeansDoesNotResolveAlternatives: 470/1,068 Failed tests: 0 (185)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testNoBindingImpliesCurrent: 471/1,068 Failed tests: 0 (185)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testNonBindingType: 472/1,068 Failed tests: 0 (185)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testSameBindingTwice: 473/1,068 Failed tests: 0 (185)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanByTypeTest.testTypeVariable: 474/1,068 Failed tests: 0 (185)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.BeanManagerTest, time: 8 ms]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testAmbiguousDependencyNotResolved: 475/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testAmbiguousDependencyResolved: 476/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineInterceptorBindingType: 477/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineQualifierType: 478/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineScope: 479/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineScopeType: 480/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testDetermineStereotype: 481/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testGetELResolver: 482/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testGetExtension: 483/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testGetMetaAnnotationsForInterceptorBindingType: 484/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testGetMetaAnnotationsForStereotype: 485/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testObtainingAnnotatedType: 486/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testObtainingInjectionTarget: 487/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testObtainingInjectionTargetWithDefinitionError: 488/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testResolveWithEmptySet: 489/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testResolveWithNull: 490/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanManagerTest.testValidateThrowsException: 491/1,068 Failed tests: 0 (186)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.PassivationIdTest, time: 8 ms]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationIdTest.testGetPassivationCapableBeanById: 492/1,068 Failed tests: 0 (187)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.bean.SyntheticBeanTest, time: 8 ms]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testRegisteredBean: 493/1,068 Failed tests: 0 (188)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSerializableBean: 494/1,068 Failed tests: 0 (188)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSyntheticBeanIntercepted: 495/1,068 Failed tests: 0 (188)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSyntheticDecorator: 496/1,068 Failed tests: 0 (188)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSyntheticProducerField: 497/1,068 Failed tests: 0 (188)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticBeanTest.testSyntheticProducerMethod: 498/1,068 Failed tests: 0 (188)
Jan 18, 2018 5:51:49 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]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testBeanAttributesForField: 499/1,068 Failed tests: 0 (189)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testBeanAttributesForManagedBean: 500/1,068 Failed tests: 0 (189)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testBeanAttributesForManagedBeanWithModifiedAnnotatedType: 501/1,068 Failed tests: 0 (189)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testBeanAttributesForMethod: 502/1,068 Failed tests: 0 (189)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateBeanAttributesTest.testInvalidMember: 503/1,068 Failed tests: 0 (189)
Jan 18, 2018 5:51:49 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]
Jan 18, 2018 5:51:49 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.
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnavailableMethodsDuringApplicationInitializationTest.testUnavailableMethods: 504/1,068 Failed tests: 0 (190)
Jan 18, 2018 5:51:49 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]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FireContainerLifecycleEventTest.testFireContainerLifecycleEvent: 505/1,068 Failed tests: 0 (191)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.el.WrapExpressionFactoryTest, time: 6 ms]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WrapExpressionFactoryTest.testWrapping: 506/1,068 Failed tests: 0 (192)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.equivalence.interceptorbinding.InterceptorBindingEquivalenceTest, time: 6 ms]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingEquivalenceTest.testAreInterceptorBindingsEquivalent: 507/1,068 Failed tests: 0 (193)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingEquivalenceTest.testGetInterceptorBindingHashCode: 508/1,068 Failed tests: 0 (193)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.equivalence.qualifier.QualifierEquivalenceTest, time: 7 ms]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierEquivalenceTest.testAreQualifiersEquivalent: 509/1,068 Failed tests: 0 (194)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke QualifierEquivalenceTest.testGetQualifierHashCode: 510/1,068 Failed tests: 0 (194)
Jan 18, 2018 5:51:49 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]
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testConstructorParameter: 511/1,068 Failed tests: 0 (195)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testField: 512/1,068 Failed tests: 0 (195)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testInvalidField: 513/1,068 Failed tests: 0 (195)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testInvalidParameter: 514/1,068 Failed tests: 0 (195)
Jan 18, 2018 5:51:49 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreateInjectionPointTest.testMethodParameter: 515/1,068 Failed tests: 0 (195)
Jan 18, 2018 5:51:49 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]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerField1: 516/1,068 Failed tests: 0 (196)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerField2: 517/1,068 Failed tests: 0 (196)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerField3: 518/1,068 Failed tests: 0 (196)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerMethod1: 519/1,068 Failed tests: 0 (196)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testInvalidProducerMethod2: 520/1,068 Failed tests: 0 (196)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testNonStaticProducerField: 521/1,068 Failed tests: 0 (196)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testNonStaticProducerMethod: 522/1,068 Failed tests: 0 (196)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testStaticProducerField: 523/1,068 Failed tests: 0 (196)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SyntheticProducerTest.testStaticProducerMethod: 524/1,068 Failed tests: 0 (196)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.beanManager.unmanaged.UnmanagedInstanceTest, time: 6 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnmanagedInstanceTest.testNonContextualInstanceIsIntercepted: 525/1,068 Failed tests: 0 (197)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnmanagedInstanceTest.testObtainNonContextualInstance: 526/1,068 Failed tests: 0 (197)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.communication.ExtensionsCommunicationTest, time: 7 ms]
Jan 18, 2018 5:51:50 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.
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionsCommunicationTest.testEvents: 527/1,068 Failed tests: 0 (198)
Jan 18, 2018 5:51:50 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: 7 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDefinitionErrorTest.testAddDefinitionError: 528/1,068 Failed tests: 0 (199)
Jan 18, 2018 5:51:50 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]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ThrowExceptionInProcessBeanObserverTest.testProcessBeanObserverThrowsException: 529/1,068 Failed tests: 0 (200)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptors.annotation.InterceptorAnnotationExtensionTest, time: 6 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorAnnotationExtensionTest.testInterceptorAddedByExtension: 530/1,068 Failed tests: 0 (201)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptors.custom.CustomInterceptorInvocationTest, time: 65 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorInvocationTest.testCustomInterceptorInvocation: 531/1,068 Failed tests: 0 (202)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.interceptors.custom.CustomInterceptorRegistrationTest, time: 36 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorRegistrationTest.testCustomInterceptorRegistration: 532/1,068 Failed tests: 0 (203)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.ExtensionLifecycleTest, time: 7 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionLifecycleTest.testContainerDeliversEventNotifications: 533/1,068 Failed tests: 0 (204)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionLifecycleTest.testContainerInstantiatesSingleInstanceOfExtension: 534/1,068 Failed tests: 0 (204)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ExtensionLifecycleTest.testContainerProvidesBeanForExtension: 535/1,068 Failed tests: 0 (204)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.atd.AfterTypeDiscoveryTest, time: 22 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testAddAnnotatedType: 536/1,068 Failed tests: 0 (205)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testFinalAlternatives: 537/1,068 Failed tests: 0 (205)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testFinalDecorators: 538/1,068 Failed tests: 0 (205)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testFinalInterceptors: 539/1,068 Failed tests: 0 (205)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testInitialAlternatives: 540/1,068 Failed tests: 0 (205)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testInitialDecorators: 541/1,068 Failed tests: 0 (205)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testInitialInterceptors: 542/1,068 Failed tests: 0 (205)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testProcessProducerEventFiredForProducerField: 543/1,068 Failed tests: 0 (205)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterTypeDiscoveryTest.testProcessProducerEventFiredForProducerMethod: 544/1,068 Failed tests: 0 (205)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.atd.broken.ThrowExceptionTest, time: 7 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ThrowExceptionTest.testDeployment: 545/1,068 Failed tests: 0 (206)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.BeforeBeanDiscoveryTest, time: 23 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddAnnotatedType: 546/1,068 Failed tests: 0 (207)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddingQualifierByAnnotatedType: 547/1,068 Failed tests: 0 (207)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddingQualifierByClass: 548/1,068 Failed tests: 0 (207)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testAddingScopeType: 549/1,068 Failed tests: 0 (207)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryTest.testBeforeBeanDiscoveryEventIsCalled: 550/1,068 Failed tests: 0 (207)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.DeploymentTest, time: 7 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DeploymentTest.testDeployedManagerEvent: 551/1,068 Failed tests: 0 (208)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DeploymentTest.testOnlyEnabledBeansDeployed: 552/1,068 Failed tests: 0 (208)
Jan 18, 2018 5:51:50 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: 6 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddingNormalScopeTest.testAddingScopeType: 553/1,068 Failed tests: 0 (209)
Jan 18, 2018 5:51:50 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]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddingPassivatingScopeTest.testAddingScopeType: 554/1,068 Failed tests: 0 (210)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.addDefinitionError.AddDefinitionErrorTest, time: 6 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDefinitionErrorTest.testObserverDefinitionErrorTreatedAsDefinitionError: 555/1,068 Failed tests: 0 (211)
Jan 18, 2018 5:51:50 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]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterBeanDiscoveryObserverExecutionFailureTest.testObserverFailureTreatedAsDefinitionError: 556/1,068 Failed tests: 0 (212)
Jan 18, 2018 5:51:50 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]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AfterDeploymentValidationObserverExecutionFailureTest.testObserverFailureTreatedAsDeploymentError: 557/1,068 Failed tests: 0 (213)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.VerifyValuesTest, time: 9 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testDecoratorBeanAttributes: 558/1,068 Failed tests: 0 (214)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testInterceptorBeanAttributes: 559/1,068 Failed tests: 0 (214)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testManagedBeanAnnotated: 560/1,068 Failed tests: 0 (214)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testManagedBeanAttributes: 561/1,068 Failed tests: 0 (214)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testProducerFieldAnnotated: 562/1,068 Failed tests: 0 (214)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testProducerFieldBeanAttributes: 563/1,068 Failed tests: 0 (214)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testProducerMethodAnnotated: 564/1,068 Failed tests: 0 (214)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testProducerMethodBeanAttributes: 565/1,068 Failed tests: 0 (214)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testSessionBeanAnnotated: 566/1,068 Failed tests: 0 (214)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VerifyValuesTest.testSessionBeanAttributes: 567/1,068 Failed tests: 0 (214)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.AddDefinitionErrorTest, time: 6 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDefinitionErrorTest.testDeployment: 568/1,068 Failed tests: 0 (215)
Jan 18, 2018 5:51:50 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]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidScopeTest.test: 569/1,068 Failed tests: 0 (216)
Jan 18, 2018 5:51:50 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: 6 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidStereotypeTest.test: 570/1,068 Failed tests: 0 (217)
Jan 18, 2018 5:51:50 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]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidTypesTest.test: 571/1,068 Failed tests: 0 (218)
Jan 18, 2018 5:51:50 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]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationCapabilityErrorTest.test: 572/1,068 Failed tests: 0 (219)
Jan 18, 2018 5:51:50 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: 6 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PassivationCapableDependencyErrorTest.test: 573/1,068 Failed tests: 0 (220)
Jan 18, 2018 5:51:50 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]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanAttributesNotFiredForBuiltinBean.testProcessBeanAttributesNotFired: 574/1,068 Failed tests: 0 (221)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.decorator.DecoratorProcessBeanAttributesTest, time: 14 ms]
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorProcessBeanAttributesTest.testAlphaDecoratorObserved: 575/1,068 Failed tests: 0 (222)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorProcessBeanAttributesTest.testBravoDecoratorObserved: 576/1,068 Failed tests: 0 (222)
Jan 18, 2018 5:51:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.interceptor.InterceptorProcessBeanAttributesTest, time: 14 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorProcessBeanAttributesTest.testAlphaInterceptorObserved: 577/1,068 Failed tests: 0 (223)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorProcessBeanAttributesTest.testBravoInterceptorObserved: 578/1,068 Failed tests: 0 (223)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.modify.SetBeanAttributesTest, time: 7 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SetBeanAttributesTest.testBeanModified: 579/1,068 Failed tests: 0 (224)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SetBeanAttributesTest.testChangesAreNotPropagated: 580/1,068 Failed tests: 0 (224)
Jan 18, 2018 5:51:51 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: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SetBeanAttributesTest.testBeanDefinitionIsValidated: 581/1,068 Failed tests: 0 (225)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.specialization.SpecializationTest, time: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationTest.testProcessBeanAttributesFiredProperlyForSpecializedBean: 582/1,068 Failed tests: 0 (226)
Jan 18, 2018 5:51:51 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]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoTest.testSpecializedBeanAvailableAfterSpecializingBeanVetoed: 583/1,068 Failed tests: 0 (227)
Jan 18, 2018 5:51:51 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: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TypeConflictDetectionTest.testDeployment: 584/1,068 Failed tests: 0 (228)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.synthetic.ProcessBeanAttributesNotFiredForSyntheticBeanTest, time: 6 ms]
Jan 18, 2018 5:51:51 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@4e80e1b5 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.
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanAttributesNotFiredForSyntheticBeanTest.testProcessBeanAttributesNotFired: 585/1,068 Failed tests: 0 (229)
Jan 18, 2018 5:51:51 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]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoTest.testBeanVetoed: 586/1,068 Failed tests: 0 (230)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.ProcessInjectionPointFiredTest, time: 7 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testConstructorInjectionPoint: 587/1,068 Failed tests: 0 (231)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testFieldInjectionPoint: 588/1,068 Failed tests: 0 (231)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testInitializerInjectionPoint: 589/1,068 Failed tests: 0 (231)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testProducerMethodInjectionPoint1: 590/1,068 Failed tests: 0 (231)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessInjectionPointFiredTest.testProducerMethodInjectionPoint2: 591/1,068 Failed tests: 0 (231)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.broken.AddDefinitionErrorTest, time: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDefinitionErrorTest.testDeployment: 592/1,068 Failed tests: 0 (232)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.broken.ThrowExceptionTest, time: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ThrowExceptionTest.testDeployment: 593/1,068 Failed tests: 0 (233)
Jan 18, 2018 5:51:51 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]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointOverridingTest.testDelegateInjectionPoint: 594/1,068 Failed tests: 0 (234)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointOverridingTest.testNewInjectionPointDiscovered: 595/1,068 Failed tests: 0 (234)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointOverridingTest.testOverridingFieldInjectionPoint: 596/1,068 Failed tests: 0 (234)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.observer.ProcessObserverMethodEventTest, time: 7 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.testGetAnnotatedMethod: 597/1,068 Failed tests: 0 (235)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.testGetObserverMethod: 598/1,068 Failed tests: 0 (235)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodEventTest.testProcessObserverMethodEventsSent: 599/1,068 Failed tests: 0 (235)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.observer.broken.definitionError.ProcessObserverMethodErrorTest, time: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodErrorTest.testAddDefinitionError: 600/1,068 Failed tests: 0 (236)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.observer.broken.exception.ProcessObserverMethodExceptionTest, time: 22 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessObserverMethodExceptionTest.testExceptionIsDefinitionError: 601/1,068 Failed tests: 0 (237)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.processBean.ProcessBeanTest, time: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessBeanEvent: 602/1,068 Failed tests: 0 (238)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessProducerFieldEvent: 603/1,068 Failed tests: 0 (238)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProcessBeanTest.testProcessProducerMethodEvent: 604/1,068 Failed tests: 0 (238)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.producer.ProducerTest, time: 7 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testDisposeDoesNothing: 605/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testGetAnnotatedTypeOnProcessInjectionTarget: 606/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testGetInjectionPointsForConstructorAndInitializer: 607/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testGetInjectionPointsForFields: 608/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInjectionPointsForProducerMethod: 609/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInjectionTargetInject: 610/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInjectionTargetPostConstruct: 611/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testInjectionTargetPreDestroy: 612/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testProduceAccessesProducerField: 613/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testProduceAndInjectCallsInitializerAndConstructor: 614/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testProduceCallsProducerMethod: 615/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testProducerForMethodDisposesProduct: 616/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testSetProducerOverridesProducer: 617/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerTest.testSettingInjectionTargetReplacesIt: 618/1,068 Failed tests: 0 (239)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.producer.broken.injectionTargetError.InjectionTargetDefinitionErrorTest, time: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTargetDefinitionErrorTest.testAddingDefinitionError: 619/1,068 Failed tests: 0 (240)
Jan 18, 2018 5:51:51 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]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerProcessingWithDefinitionErrorTest.testExplicitDefinitionError: 620/1,068 Failed tests: 0 (241)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.producer.broken.processing.ProducerProcessingWithExceptionTest, time: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerProcessingWithExceptionTest.testException: 621/1,068 Failed tests: 0 (242)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.stereotype.StereotypeExtensionTest, time: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StereotypeExtensionTest.testStereotypeWorks: 622/1,068 Failed tests: 0 (243)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.BuiltinMetadataBeanTest, time: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinMetadataBeanTest.testBeanMetadata: 623/1,068 Failed tests: 0 (244)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinMetadataBeanTest.testDecoratorMetadata: 624/1,068 Failed tests: 0 (244)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinMetadataBeanTest.testInterceptorMetadata: 625/1,068 Failed tests: 0 (244)
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinMetadataBeanTest.testProducerMethodMetadata: 626/1,068 Failed tests: 0 (244)
Jan 18, 2018 5:51:51 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: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinDecoratorInjectionTest.testDeploymentFails: 627/1,068 Failed tests: 0 (245)
Jan 18, 2018 5:51:51 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: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratedBeanConstructorInjectionTest.testDeploymentFails: 628/1,068 Failed tests: 0 (246)
Jan 18, 2018 5:51:51 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]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratedBeanFieldInjectionTest.testDeploymentFails: 629/1,068 Failed tests: 0 (247)
Jan 18, 2018 5:51:51 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: 5 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratedBeanInitializerInjectionTest.testDeploymentFails: 630/1,068 Failed tests: 0 (248)
Jan 18, 2018 5:51:51 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: 6 ms]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanInitializerInjectionTest.testDeploymentFails: 631/1,068 Failed tests: 0 (249)
Jan 18, 2018 5:51:51 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]
Jan 18, 2018 5:51:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamFieldTest.testDeploymentFails: 632/1,068 Failed tests: 0 (250)
Jan 18, 2018 5:51:51 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: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamInitializerTest.testDeploymentFails: 633/1,068 Failed tests: 0 (251)
Jan 18, 2018 5:51:52 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: 30 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamConstructorTest.testDeploymentFails: 634/1,068 Failed tests: 0 (252)
Jan 18, 2018 5:51:52 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: 14 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamInitializerTest.testDeploymentFails: 635/1,068 Failed tests: 0 (253)
Jan 18, 2018 5:51:52 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]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamFieldTest.testDeploymentFails: 636/1,068 Failed tests: 0 (254)
Jan 18, 2018 5:51:52 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: 13 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorTypeParamConstructorTest.testDeploymentFails: 637/1,068 Failed tests: 0 (255)
Jan 18, 2018 5:51:52 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]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorTypeParamFieldTest.testDeploymentFails: 638/1,068 Failed tests: 0 (256)
Jan 18, 2018 5:51:52 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: 15 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorTypeParamInitializerTest.testDeploymentFails: 639/1,068 Failed tests: 0 (257)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.DisposalMethodDefinitionTest, time: 7 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testBindingTypesAppliedToDisposalMethodParameters: 640/1,068 Failed tests: 0 (258)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testDisposalMethodCalledForProducerField: 641/1,068 Failed tests: 0 (258)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testDisposalMethodForMultipleProducerMethods: 642/1,068 Failed tests: 0 (258)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testDisposalMethodOnNonBean: 643/1,068 Failed tests: 0 (258)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposalMethodDefinitionTest.testDisposalMethodParametersGetInjected: 644/1,068 Failed tests: 0 (258)
Jan 18, 2018 5:51:52 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: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodOnDecoratorTest.testDisposerMethodNotAllowedOnDecorator: 645/1,068 Failed tests: 0 (259)
Jan 18, 2018 5:51:52 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: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InitializerUnallowedDefinitionTest.testInitializerUnallowed: 646/1,068 Failed tests: 0 (260)
Jan 18, 2018 5:51:52 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]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodOnInterceptorTest.testDisposerMethodNotAllowedOnInterceptor: 647/1,068 Failed tests: 0 (261)
Jan 18, 2018 5:51:52 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: 5 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleDisposeParametersDefinitionTest.testMultipleDisposeParameters: 648/1,068 Failed tests: 0 (262)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.observesUnallowed.ObserverParameterUnallowedDefinitionTest, time: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverParameterUnallowedDefinitionTest.testObserverParameterUnallowed: 649/1,068 Failed tests: 0 (263)
Jan 18, 2018 5:51:52 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: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducesUnallowedDefinitionTest.testProducesUnallowed: 650/1,068 Failed tests: 0 (264)
Jan 18, 2018 5:51:52 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: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnresolvedDisposalMethodDefinitionTest.testUnresolvedDisposalMethod: 651/1,068 Failed tests: 0 (265)
Jan 18, 2018 5:51:52 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: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodParameterInjectionValidationTest.test: 652/1,068 Failed tests: 0 (266)
Jan 18, 2018 5:51:52 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]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodParameterInjectionValidationTest.test: 653/1,068 Failed tests: 0 (267)
Jan 18, 2018 5:51:52 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: 7 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerMethodInheritanceTest.testManagedBeanDisposerMethodNotInherited: 654/1,068 Failed tests: 0 (268)
Jan 18, 2018 5:51:52 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]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposedParameterPositionTest.testDisposedParameterPosition: 655/1,068 Failed tests: 0 (269)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.InitializerMethodTest, time: 8 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InitializerMethodTest.testBindingTypeOnInitializerParameter: 656/1,068 Failed tests: 0 (270)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InitializerMethodTest.testMultipleInitializerMethodsAreCalled: 657/1,068 Failed tests: 0 (270)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.broken.generic.GenericInitializerMethodTest, time: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GenericInitializerMethodTest.testGenericInitializerMethodNotAllowed: 658/1,068 Failed tests: 0 (271)
Jan 18, 2018 5:51:52 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]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InitializerMethodAnnotatedProducesTest.testInitializerMethodAnnotatedProduces: 659/1,068 Failed tests: 0 (272)
Jan 18, 2018 5:51:52 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]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedDisposesTest.testInitializerMethodHasParameterAnnotatedDisposes: 660/1,068 Failed tests: 0 (273)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.initializer.broken.parameterAnnotatedObserves.ParameterAnnotatedObservesTest, time: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedObservesTest.testInitializerMethodHasParameterAnnotatedObserves: 661/1,068 Failed tests: 0 (274)
Jan 18, 2018 5:51:52 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]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testApiTypeForArrayTypeReturn: 662/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testApiTypeForClassReturn: 663/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testApiTypeForInterfaceReturn: 664/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testApiTypeForPrimitiveReturn: 665/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testBeanDeclaresMultipleProducerFields: 666/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testBindingType: 667/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testDefaultBindingType: 668/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testDefaultNamed: 669/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testDefaultNamedByStereotype: 670/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testNamedField: 671/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testNonStaticProducerFieldNotIndirectlyInherited: 672/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testNonStaticProducerFieldNotInherited: 673/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testParameterizedReturnType: 674/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testProducerFieldWithTypeVariable: 675/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testScopeType: 676/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldDefinitionTest.testStereotype: 677/1,068 Failed tests: 0 (275)
Jan 18, 2018 5:51:52 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: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldArrayTypeVariableTest.testBeanTypes: 678/1,068 Failed tests: 0 (276)
Jan 18, 2018 5:51:52 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]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldArrayWildcardTest.testBeanTypes: 679/1,068 Failed tests: 0 (277)
Jan 18, 2018 5:51:52 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]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldOnDecoratorTest.testProducerFieldNotAllowedOnDecorator: 680/1,068 Failed tests: 0 (278)
Jan 18, 2018 5:51:52 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: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectAnnotatedProducerFieldTest.testInjectAnnotatedProducerFieldNotAllowed: 681/1,068 Failed tests: 0 (279)
Jan 18, 2018 5:51:52 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: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldOnInterceptorTest.testProducerFieldNotAllowedOnInterceptor: 682/1,068 Failed tests: 0 (280)
Jan 18, 2018 5:51:52 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: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldWithTypeVariableTest.testProducerFieldWithTypeOfTypeVariableNotAllowed: 683/1,068 Failed tests: 0 (281)
Jan 18, 2018 5:51:52 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: 24 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RequestScopedProducerFieldWithTypeVariableTest.testRequestScopedProducerFieldParameterizedWithTypeVariableNotAllowed: 684/1,068 Failed tests: 0 (282)
Jan 18, 2018 5:51:52 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: 6 ms]
Jan 18, 2018 5:51:52 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
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldTypeWithWildcardTest.testProducerFieldTypeWithWildcard: 685/1,068 Failed tests: 0 (283)
Jan 18, 2018 5:51:52 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]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldBeanCreate: 686/1,068 Failed tests: 0 (284)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldBeanDestroy: 687/1,068 Failed tests: 0 (284)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldForNullValueNotDependent: 688/1,068 Failed tests: 0 (284)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldFromSpecializingBeanUsed: 689/1,068 Failed tests: 0 (284)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldNotAnotherBean: 690/1,068 Failed tests: 0 (284)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldReturnsNullIsDependent: 691/1,068 Failed tests: 0 (284)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerFieldReturnsNullIsNotDependent: 692/1,068 Failed tests: 0 (284)
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerFieldLifecycleTest.testProducerStaticFieldBean: 693/1,068 Failed tests: 0 (284)
Jan 18, 2018 5:51:52 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]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodArrayTypeVariableTest.testBeanTypes: 694/1,068 Failed tests: 0 (285)
Jan 18, 2018 5:51:52 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: 6 ms]
Jan 18, 2018 5:51:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodArrayWildcardTest.testBeanTypes: 695/1,068 Failed tests: 0 (286)
Jan 18, 2018 5:51:52 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodOnDecoratorTest.testProducerMethodNotAllowedOnDecorator: 696/1,068 Failed tests: 0 (287)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodOnInterceptorTest.testProducerMethodNotAllowedOnInterceptor: 697/1,068 Failed tests: 0 (288)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedObservesTest.testProducerMethodWithParameterAnnotatedObserves: 698/1,068 Failed tests: 0 (289)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedReturnTypeWithTypeVariableTest.testNonDependentScopedProducerMethodWithParameterizedTypeWithTypeVariable: 699/1,068 Failed tests: 0 (290)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParametrizedReturnTypeWithTypeVariable02Test.testNonDependentScopedProducerMethodWithParameterizedTypeWithTypeVariable: 700/1,068 Failed tests: 0 (291)
Jan 18, 2018 5:51:53 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]
Jan 18, 2018 5:51:53 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()
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypeWithWildcardTest.testParameterizedReturnTypeWithWildcard: 701/1,068 Failed tests: 0 (292)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 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()
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParametrizedTypeWithWildcard02Test.testParameterizedReturnTypeWithDoubleWildcard: 702/1,068 Failed tests: 0 (293)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TypeVariableReturnTypeTest.testTypeVariableNotAllowed: 703/1,068 Failed tests: 0 (294)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.definition.ProducerMethodDefinitionTest, time: 9 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testApiTypeForArrayTypeReturn: 704/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testApiTypeForClassReturn: 705/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testApiTypeForInterfaceReturn: 706/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testApiTypeForPrimitiveReturn: 707/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testBindingType: 708/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testBindingTypesAppliedToProducerMethodParameters: 709/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testDefaultBindingType: 710/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testDefaultNamedMethod: 711/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testDependentProducerReturnsNullValue: 712/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNamedMethod: 713/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNonDependentProducerReturnsNullValue: 714/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNonStaticProducerMethodNotInherited: 715/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testNonStaticProducerMethodNotInheritedBySpecializingSubclass: 716/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testParameterizedReturnType: 717/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testProducerOnNonBean: 718/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testScopeType: 719/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testStaticDisposerMethod: 720/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testStaticMethod: 721/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testStereotypeSpecifiesScope: 722/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodDefinitionTest.testTypeVariableReturnType: 723/1,068 Failed tests: 0 (295)
Jan 18, 2018 5:51:53 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: 7 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodWithDefaultNameTest.testJavaBeansPropertyName: 724/1,068 Failed tests: 0 (296)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodWithDefaultNameTest.testMethodName: 725/1,068 Failed tests: 0 (296)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodWithDefaultNameTest.testProducerMethodQualifiers: 726/1,068 Failed tests: 0 (296)
Jan 18, 2018 5:51:53 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]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testCreateFailsIfProducerReturnsNullAndNotDependent: 727/1,068 Failed tests: 0 (297)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testCreateRethrowsUncheckedException: 728/1,068 Failed tests: 0 (297)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testCreateReturnsNullIfProducerDoesAndDependent: 729/1,068 Failed tests: 0 (297)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testCreateWrapsCheckedExceptionAndRethrows: 730/1,068 Failed tests: 0 (297)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testProducerMethodBeanCreate: 731/1,068 Failed tests: 0 (297)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testProducerMethodBeanDestroy: 732/1,068 Failed tests: 0 (297)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testProducerMethodFromSpecializedBeanUsed: 733/1,068 Failed tests: 0 (297)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testProducerMethodInvokedOnCreate: 734/1,068 Failed tests: 0 (297)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodLifecycleTest.testWhenApplicationInvokesProducerMethodParametersAreNotInjected: 735/1,068 Failed tests: 0 (297)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.SimpleBeanDefinitionTest, time: 8 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testAbstractClassDeclaredInJavaNotDiscovered: 736/1,068 Failed tests: 0 (298)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testDependentScopedBeanCanHaveNonStaticPublicField: 737/1,068 Failed tests: 0 (298)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testEmptyConstructorUsed: 738/1,068 Failed tests: 0 (298)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testExtensionNotDiscoveredAsSimpleBean: 739/1,068 Failed tests: 0 (298)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testInitializerAnnotatedConstructor: 740/1,068 Failed tests: 0 (298)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testInitializerAnnotatedConstructorUsedOverEmptyConstuctor: 741/1,068 Failed tests: 0 (298)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testInterfaceNotDiscoveredAsSimpleBean: 742/1,068 Failed tests: 0 (298)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testNonStaticInnerClassDeclaredInJavaNotDiscovered: 743/1,068 Failed tests: 0 (298)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testSimpleBeanOnlyIfConstructorIsInitializer: 744/1,068 Failed tests: 0 (298)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testSimpleBeanOnlyIfConstructorParameterless: 745/1,068 Failed tests: 0 (298)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanDefinitionTest.testStaticInnerClassDeclaredInJavaAllowed: 746/1,068 Failed tests: 0 (298)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectedFieldAnnotatedWithProducesTest.testDeployment: 747/1,068 Failed tests: 0 (299)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.constructorHasDisposesParameter.ConstructorHasDisposesParameterTest, time: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorHasDisposesParameterTest.testConstructorHasDisposesParameter: 748/1,068 Failed tests: 0 (300)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.constructorHasObservesParameter.ConstructorHasObservesParameterTest, time: 5 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ConstructorHasObservesParameterTest.testConstructorHasObservesParameter: 749/1,068 Failed tests: 0 (301)
Jan 18, 2018 5:51:53 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]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DependentWithPublicFieldTest.testNonDependentScopedBeanCanNotHavePublicField: 750/1,068 Failed tests: 0 (302)
Jan 18, 2018 5:51:53 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]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonDependentWithPublicStaticFieldTest.testNonDependentScopedBeanCanHavePublicStaticField: 751/1,068 Failed tests: 0 (303)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.definition.tooManyInitializerAnnotatedConstructors.TooManyInitializerAnnotatedConstructorsTest, time: 5 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TooManyInitializerAnnotatedConstructorsTest.testTooManyInitializerAnnotatedConstructor: 752/1,068 Failed tests: 0 (304)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.lifecycle.SimpleBeanLifecycleTest, time: 7 ms]
Jan 18, 2018 5:51:53 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!
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testBeanCreateInjectsDependenciesAndInvokesInitializerToInstantiateInstance: 753/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testContextCreatesNewInstanceForInjection: 754/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testContextualDestroyCatchesException: 755/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.weld.bean.ManagedBean destroy
ERROR: WELD-000019: Error destroying an instance org.jboss.cdi.tck.tests.implementation.simple.lifecycle.Cod@2dfb9368 of Managed Bean [class org.jboss.cdi.tck.tests.implementation.simple.lifecycle.Cod] with qualifiers [@Any @Default]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testContextualDestroyDisposesWhenNecessary: 756/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testCreateInjectsFieldsDeclaredInJava: 757/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testCreateReturnsSameBeanPushed: 758/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testCreationExceptionWrapsCheckedExceptionThrownFromCreate: 759/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testDependentsDestroyedAfterPreDestroy: 760/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testIndirectSubClassInheritsPostConstructOnSuperclass: 761/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testIndirectSubClassInheritsPreDestroyOnSuperclass: 762/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testInjectionOfParametersIntoBeanConstructor: 763/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testManagedBean: 764/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testPostConstructPreDestroy: 765/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testQualifierTypeAnnotatedConstructor: 766/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSerializeRequestScoped: 767/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSerializeSessionScoped: 768/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSpecializedBeanExtendsManagedBean: 769/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSubClassDoesNotInheritPostConstructOnSuperclassBlockedByIntermediateClass: 770/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSubClassDoesNotInheritPreDestroyConstructOnSuperclassBlockedByIntermediateClass: 771/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSubClassInheritsPostConstructOnSuperclass: 772/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testSubClassInheritsPreDestroyOnSuperclass: 773/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanLifecycleTest.testUncheckedExceptionThrownFromCreateNotWrapped: 774/1,068 Failed tests: 0 (305)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest, time: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanResolution: 775/1,068 Failed tests: 0 (306)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.newSimpleBean.NewSimpleBeanTest, time: 8 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testForEachSimpleBeanANewBeanExists: 776/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForConstructorInjectioAnPoint: 777/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForDisposerMethod: 778/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForFieldInjectionPoint: 779/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForInitializerInjectionPoint: 780/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForObserverMethod: 781/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanCreatedForProducerMethod: 782/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoDisposerMethods: 783/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoObservers: 784/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoProducerFields: 785/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoProducerMethods: 786/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasNoStereotypes: 787/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasSameConstructor: 788/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasSameInitializers: 789/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasSameInjectedFields: 790/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasTheSameBeanTypes: 791/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanHasTheSameInterceptorBindings: 792/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanIsDependentScoped: 793/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanIsNotAlternative: 794/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NewSimpleBeanTest.testNewBeanWithNoMemberValue: 795/1,068 Failed tests: 0 (307)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.generics.MemberLevelInheritanceTest, time: 7 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MemberLevelInheritanceTest.testInjectionPoint: 796/1,068 Failed tests: 0 (308)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MemberLevelInheritanceTest.testInjectionPointDefinition: 797/1,068 Failed tests: 0 (308)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MemberLevelInheritanceTest.testObserver: 798/1,068 Failed tests: 0 (308)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MemberLevelInheritanceTest.testObserverResolution: 799/1,068 Failed tests: 0 (308)
Jan 18, 2018 5:51:53 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]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodSpecializationTest.testSpecializingBeanInjection: 800/1,068 Failed tests: 0 (309)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ProducerMethodSpecializationTest.testSpecializingProducerMethod: 801/1,068 Failed tests: 0 (309)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke IndirectOverrideTest.testSpecializedMethodIndirectlyOverridesAnotherProducerMethod: 802/1,068 Failed tests: 0 (310)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingAndSpecializedBeanHaveNameTest.testSpecializingAndSpecializedBeanHasName: 803/1,068 Failed tests: 0 (311)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializesStaticMethodTest.testSpecializedStaticMethod: 804/1,068 Failed tests: 0 (312)
Jan 18, 2018 5:51:53 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]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testIndirectSpecialization: 805/1,068 Failed tests: 0 (313)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testProducerMethodOnSpecializedBeanNotCalled: 806/1,068 Failed tests: 0 (313)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testSpecializingBeanHasNameOfSpecializedBean: 807/1,068 Failed tests: 0 (313)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testSpecializingBeanHasQualifiersOfSpecializedAndSpecializingBean: 808/1,068 Failed tests: 0 (313)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SimpleBeanSpecializationTest.testSpecializingBeanInjection: 809/1,068 Failed tests: 0 (313)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InconsistentSpecializationTest.testInconsistentSpecialization: 810/1,068 Failed tests: 0 (314)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingAndSpecializedBeanHasNameTest.testSpecializingAndSpecializedBeanHasName: 811/1,068 Failed tests: 0 (315)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanImplementsInterfaceOnly.testSpecializingClassImplementsInterfaceAndExtendsNothing: 812/1,068 Failed tests: 0 (316)
Jan 18, 2018 5:51:53 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]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanExtendsNothingTest.testSpecializingClassDirectlyExtendsNothing: 813/1,068 Failed tests: 0 (317)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingClassExtendsNonSimpleBeanTest.testSpecializingClassExtendsNonSimpleBean: 814/1,068 Failed tests: 0 (318)
Jan 18, 2018 5:51:53 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: 6 ms]
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializingBeanWithoutBeanTypeOfSpecializedBeanTest.testDeployment: 815/1,068 Failed tests: 0 (319)
Jan 18, 2018 5:51:53 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest, time: 7 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInstanceOfInterceptorForEveryEnabledInterceptor: 816/1,068 Failed tests: 0 (320)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptionType: 817/1,068 Failed tests: 0 (320)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptorBindingAnnotation: 818/1,068 Failed tests: 0 (320)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptorBindingTypes: 819/1,068 Failed tests: 0 (320)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptorBindingsCanDeclareOtherInterceptorBindings: 820/1,068 Failed tests: 0 (320)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testInterceptorsImplementInterceptorInterface: 821/1,068 Failed tests: 0 (320)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testNoBindingTypesToResolveInterceptorsFails: 822/1,068 Failed tests: 0 (320)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testNonBindingTypeToResolveInterceptorsFails: 823/1,068 Failed tests: 0 (320)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testResolveInterceptorsReturnsOrderedList: 824/1,068 Failed tests: 0 (320)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testSameBindingTypesToResolveInterceptorsFails: 825/1,068 Failed tests: 0 (320)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorDefinitionTest.testStereotypeInterceptorBindings: 826/1,068 Failed tests: 0 (320)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassClassLevelInterceptorTest, time: 6 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassClassLevelInterceptorTest.testFinalClassWithClassLevelInterceptor: 827/1,068 Failed tests: 0 (321)
Jan 18, 2018 5:51:54 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]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassMethodLevelInterceptorTest.testFinalClassWithMethodLevelInterceptor: 828/1,068 Failed tests: 0 (322)
Jan 18, 2018 5:51:54 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]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorCanNotBeDecoratorTest.testInterceptorCanNotAlsoBeDecorator: 829/1,068 Failed tests: 0 (323)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.nonExistantClassInBeansXml.NonExistantClassInBeansXmlTest, time: 5 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonExistantClassInBeansXmlTest.testNonExistantClassInBeansXmlNotOk: 830/1,068 Failed tests: 0 (324)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.nonInterceptorClassInBeansXml.NonInterceptorClassInBeansXmlTest, time: 5 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonInterceptorClassInBeansXmlTest.testNonInterceptorClassInBeansXmlNotOk: 831/1,068 Failed tests: 0 (325)
Jan 18, 2018 5:51:54 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]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorWithObserverMethodTest.testInterceptorWithObserverMethodNotOk: 832/1,068 Failed tests: 0 (326)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.sameClassListedTwiceInBeansXml.SameClassListedTwiceInBeansXmlTest, time: 6 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SameClassListedTwiceInBeansXmlTest.testSameInterceptorClassListedTwiceInBeansXmlNotOk: 833/1,068 Failed tests: 0 (327)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.custom.CustomInterceptorTest, time: 6 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomAroundInvokeInterceptor: 834/1,068 Failed tests: 0 (328)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomAroundTimeoutInterceptor: 835/1,068 Failed tests: 0 (328)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomPostActivateInterceptor: 836/1,068 Failed tests: 0 (328)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomPostConstructInterceptor: 837/1,068 Failed tests: 0 (328)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomPreDestroyInterceptor: 838/1,068 Failed tests: 0 (328)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CustomInterceptorTest.testCustomPrePassivateInterceptor: 839/1,068 Failed tests: 0 (328)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.inheritance.InterceptorBindingInheritanceTest, time: 7 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testInterceptorBindingDirectlyInheritedFromManagedBean: 840/1,068 Failed tests: 0 (329)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testInterceptorBindingIndirectlyInheritedFromManagedBean: 841/1,068 Failed tests: 0 (329)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testMethodInterceptorBindingDirectlyInheritedFromManagedBean: 842/1,068 Failed tests: 0 (329)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testMethodInterceptorBindingDirectlyNotInheritedFromManagedBean: 843/1,068 Failed tests: 0 (329)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testMethodInterceptorBindingIndirectlyInheritedFromManagedBean: 844/1,068 Failed tests: 0 (329)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingInheritanceTest.testMethodInterceptorBindingIndirectlyNotInheritedFromManagedBean: 845/1,068 Failed tests: 0 (329)
Jan 18, 2018 5:51:54 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]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassWithInheritedClassLevelInterceptorTest.testFinalClassWithInheritedClassLevelInterceptor: 846/1,068 Failed tests: 0 (330)
Jan 18, 2018 5:51:54 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: 5 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassWithInheritedStereotypeInterceptorTest.testFinalMethodWithInheritedStereotypeInterceptor: 847/1,068 Failed tests: 0 (331)
Jan 18, 2018 5:51:54 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]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalMethodWithInheritedClassLevelInterceptorTest.testFinalMethodWithInheritedClassLevelInterceptor: 848/1,068 Failed tests: 0 (332)
Jan 18, 2018 5:51:54 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]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalMethodWithInheritedStereotypeInterceptorTest.testFinalClassWithInheritedStereotypeInterceptor: 849/1,068 Failed tests: 0 (333)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.interceptorCalledBeforeDecorator.InterceptorCalledBeforeDecoratorTest, time: 5 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorCalledBeforeDecoratorTest.testInterceptorCalledBeforeDecorator: 850/1,068 Failed tests: 0 (334)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.interceptorNotListedInBeansXml.InterceptorNotListedInBeansXmlNotEnabledTest, time: 5 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorNotListedInBeansXmlNotEnabledTest.testInterceptorNotListedInBeansXmlNotInvoked: 851/1,068 Failed tests: 0 (335)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.interceptorOrder.InterceptorOrderTest, time: 6 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorOrderTest.testInterceptorsCalledInOrderDefinedByBeansXml: 852/1,068 Failed tests: 0 (336)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorOrderTest.testInterceptorsInvocationOrder: 853/1,068 Failed tests: 0 (336)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.lifecycle.order.LifecycleInterceptorOrderTest, time: 6 ms]
Jan 18, 2018 5:51:54 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.
Jan 18, 2018 5:51:54 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.
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleInterceptorOrderTest.testLifecycleCallbackInvocationOrder: 854/1,068 Failed tests: 0 (337)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.member.InterceptorBindingTypeWithMemberTest, time: 6 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeWithMember: 855/1,068 Failed tests: 0 (338)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorBindingTypeWithMemberTest.testInterceptorBindingTypeWithNonBindingMember: 856/1,068 Failed tests: 0 (338)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.invocation.InterceptorInvocationTest, time: 7 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testDisposerMethodsAreIntercepted: 857/1,068 Failed tests: 0 (339)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testInitializerMethodsNotIntercepted: 858/1,068 Failed tests: 0 (339)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testLifecycleCallbacksAreIntercepted: 859/1,068 Failed tests: 0 (339)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testManagedBeanIsIntercepted: 860/1,068 Failed tests: 0 (339)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testObjectMethodsAreNotIntercepted: 861/1,068 Failed tests: 0 (339)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testObserverMethodsAreIntercepted: 862/1,068 Failed tests: 0 (339)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorInvocationTest.testProducerMethodsAreIntercepted: 863/1,068 Failed tests: 0 (339)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.ordering.global.GlobalInterceptorOrderingTest, time: 44 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke GlobalInterceptorOrderingTest.testOrderingInWebInfClasses: 864/1,068 Failed tests: 0 (340)
Jan 18, 2018 5:51:54 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]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BindingAnnotationWithMemberTest.testAnnotationMemberWithNonBinding: 865/1,068 Failed tests: 0 (341)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.ResolutionByNameTest, time: 6 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testAmbiguousELNamesResolved: 866/1,068 Failed tests: 0 (342)
Jan 18, 2018 5:51:54 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]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DuplicitNameTest.testDuplicateNamedBeans: 867/1,068 Failed tests: 0 (343)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed.NamedNonFieldInjectionPointTest, time: 5 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamedNonFieldInjectionPointTest.testNamedProducerInjectionPointNotAllowed: 868/1,068 Failed tests: 0 (344)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed2.NamedNonFieldInjectionPointTest, time: 6 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamedNonFieldInjectionPointTest.testNamedObserverMethodInjectionPointNotAllowed: 869/1,068 Failed tests: 0 (345)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed3.NamedNonFieldInjectionPointTest, time: 5 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamedNonFieldInjectionPointTest.testNamedInitializerMethodInjectionPointNotAllowed: 870/1,068 Failed tests: 0 (346)
Jan 18, 2018 5:51:54 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]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamePrefixTest.testDuplicateBeanNamePrefix: 871/1,068 Failed tests: 0 (347)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.circular.CircularDependencyTest, time: 7 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testCircularInjectionOnOneNormalAndOneDependentBean: 872/1,068 Failed tests: 0 (348)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testCircularInjectionOnTwoNormalBeans: 873/1,068 Failed tests: 0 (348)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testNormalAndDependentCircularConstructors: 874/1,068 Failed tests: 0 (348)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testNormalCircularConstructors: 875/1,068 Failed tests: 0 (348)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testNormalProducerMethodDeclaredOnDependentBeanWhichInjectsProducedBean: 876/1,068 Failed tests: 0 (348)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testNormalProducerMethodDeclaredOnNormalBeanWhichInjectsProducedBean: 877/1,068 Failed tests: 0 (348)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CircularDependencyTest.testSelfConsumingConstructorsOnNormalBean: 878/1,068 Failed tests: 0 (348)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.ClientProxyTest, time: 6 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testClientProxyInvocation: 879/1,068 Failed tests: 0 (349)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testClientProxyUsedForNormalScope: 880/1,068 Failed tests: 0 (349)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testSimpleBeanClientProxyIsSerializable: 881/1,068 Failed tests: 0 (349)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.array.ArrayTest, time: 6 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ArrayTest.testInjectionPointWithArrayType: 882/1,068 Failed tests: 0 (350)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.beanConstructor.BeanConstructorWithParametersTest, time: 6 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanConstructorWithParametersTest.testDeployment: 883/1,068 Failed tests: 0 (351)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.decorator.DecoratoredBeanProxyTest, time: 6 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanProxyTest.testClientProxyBeanWithAssociatedDecorator: 884/1,068 Failed tests: 0 (352)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalClass.FinalClassTest, time: 6 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke FinalClassTest.testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedBean: 885/1,068 Failed tests: 0 (353)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.NonPrivateNonStaticSuperclassMethodTest, time: 5 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPrivateNonStaticSuperclassMethodTest.testClassWithPublicFinalMethodCannotBeProxied: 886/1,068 Failed tests: 0 (354)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.PrivateFinalMethodTest, time: 5 ms]
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PrivateFinalMethodTest.testClassWithPrivateFinalMethodCanBeProxied: 887/1,068 Failed tests: 0 (355)
Jan 18, 2018 5:51:54 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.StaticFinalMethodTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StaticFinalMethodTest.testClassWithStaticFinalMethodCanBeProxied: 888/1,068 Failed tests: 0 (356)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.interceptor.InterceptedBeanProxyTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanProxyTest.testClientProxyBeanWithBoundInterceptor: 889/1,068 Failed tests: 0 (357)
Jan 18, 2018 5:51:55 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]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnproxyableTest.testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedBean: 890/1,068 Failed tests: 0 (358)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.privateConstructor.PrivateConstructorTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PrivateConstructorTest.testClassWithPrivateConstructor: 891/1,068 Failed tests: 0 (359)
Jan 18, 2018 5:51:55 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]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousDependencyResolutionTest.testProducerFieldOnAlternativeIsNotEliminated: 892/1,068 Failed tests: 0 (360)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousDependencyResolutionTest.testProducerMethodOnAlternativeIsNotEliminated: 893/1,068 Failed tests: 0 (360)
Jan 18, 2018 5:51:55 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: 7 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousDependencyTest.testAmbiguousDependency: 894/1,068 Failed tests: 0 (361)
Jan 18, 2018 5:51:55 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]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnsatisfiedDependencyTest.testUnsatisfiedDependency: 895/1,068 Failed tests: 0 (362)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.DynamicLookupTest, time: 7 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testAlternatives: 896/1,068 Failed tests: 0 (363)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testAmbiguousDependencyThrowsException: 897/1,068 Failed tests: 0 (363)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testDuplicateBindingsThrowsException: 898/1,068 Failed tests: 0 (363)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testGetMethod: 899/1,068 Failed tests: 0 (363)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testIsAmbiguous: 900/1,068 Failed tests: 0 (363)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testIsUnsatisfied: 901/1,068 Failed tests: 0 (363)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testIteratorMethod: 902/1,068 Failed tests: 0 (363)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testNewBean: 903/1,068 Failed tests: 0 (363)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testNewBeanNotEnabledWithouInjectionPoint: 904/1,068 Failed tests: 0 (363)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testNonBindingThrowsException: 905/1,068 Failed tests: 0 (363)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testObtainsInjectsInstanceOfInstance: 906/1,068 Failed tests: 0 (363)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicLookupTest.testUnsatisfiedDependencyThrowsException: 907/1,068 Failed tests: 0 (363)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceConstructorInjectionTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceConstructorInjectionTest.testDefinitionError: 908/1,068 Failed tests: 0 (364)
Jan 18, 2018 5:51:55 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]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceCustomBeanTest.testDefinitionError: 909/1,068 Failed tests: 0 (365)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceFieldInjectionTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceFieldInjectionTest.testDefinitionError: 910/1,068 Failed tests: 0 (366)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceInitMethodInjectionTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceInitMethodInjectionTest.testDefinitionError: 911/1,068 Failed tests: 0 (367)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceObserverInjectionTest, time: 5 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceObserverInjectionTest.testDefinitionError: 912/1,068 Failed tests: 0 (368)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProducerMethodInjectionTest, time: 5 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProducerMethodInjectionTest.testDefinitionError: 913/1,068 Failed tests: 0 (369)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.builtin.BuiltinInstanceTest, time: 7 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceTest.testInstanceIsPassivationCapable: 914/1,068 Failed tests: 0 (370)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceTest.testInstanceProvidedForEveryLegalBeanType: 915/1,068 Failed tests: 0 (370)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceTest.testNameOfBuiltinInstance: 916/1,068 Failed tests: 0 (370)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInstanceTest.testScopeOfBuiltinInstance: 917/1,068 Failed tests: 0 (370)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.destroy.dependent.DestroyingDependentInstanceTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingDependentInstanceTest.testDestroyingDependentInstances: 918/1,068 Failed tests: 0 (371)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingDependentInstanceTest.testDestroyingInterceptedDependentBean: 919/1,068 Failed tests: 0 (371)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.DestroyingNormalScopedInstanceTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testApplicationScopedComponent: 920/1,068 Failed tests: 0 (372)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testContextDestroyCalled: 921/1,068 Failed tests: 0 (372)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testCustomScopedComponent: 922/1,068 Failed tests: 0 (372)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testNothingHappensIfNoInstanceToDestroy: 923/1,068 Failed tests: 0 (372)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testNullParameter: 924/1,068 Failed tests: 0 (372)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testRequestScopedComponent: 925/1,068 Failed tests: 0 (372)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DestroyingNormalScopedInstanceTest.testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable: 926/1,068 Failed tests: 0 (372)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.el.ResolutionByNameTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testContextCreatesNewInstanceForInjection: 927/1,068 Failed tests: 0 (373)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testELResolverReturnsContextualInstance: 928/1,068 Failed tests: 0 (373)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testQualifiedNameLookup: 929/1,068 Failed tests: 0 (373)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByNameTest.testUnresolvedNameReturnsNull: 930/1,068 Failed tests: 0 (373)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.InjectionTest, time: 7 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTest.testFieldDeclaredInIndirectSuperclassInjected: 931/1,068 Failed tests: 0 (374)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTest.testInjectionOfNamedBean: 932/1,068 Failed tests: 0 (374)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionTest.testInjectionPerformsBoxingIfNecessary: 933/1,068 Failed tests: 0 (374)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.any.AnyInjectionTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AnyInjectionTest.testAnyInjectionIfExactlyOneBeanForType: 934/1,068 Failed tests: 0 (375)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.non.contextual.CreationalContextForNonContextualTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreationalContextForNonContextualTest.testCreationalContext: 935/1,068 Failed tests: 0 (376)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithActualTypeTest, time: 5 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithActualTypeTest.testInjection: 936/1,068 Failed tests: 0 (377)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithTypeVariableTest, time: 5 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithTypeVariableTest.testInjection: 937/1,068 Failed tests: 0 (378)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithTypeVariableUpperBoundTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithTypeVariableUpperBoundTest.testInjection: 938/1,068 Failed tests: 0 (379)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToParameterizedWithWildcardTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToParameterizedWithWildcardTest.testInjection: 939/1,068 Failed tests: 0 (380)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.ParameterizedTypesInjectionToRawTypeTest, time: 6 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionToRawTypeTest.testInjection: 940/1,068 Failed tests: 0 (381)
Jan 18, 2018 5:51:55 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]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionVisibilityTest.testPackagePrivateSetMethodInjection: 941/1,068 Failed tests: 0 (382)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.InjectableReferenceTest, time: 8 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectableReferenceTest.testGetInjectableReferenceOnBeanManager: 942/1,068 Failed tests: 0 (383)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectableReferenceTest.testGetInjectableReferenceReturnsDelegateForDelegateInjectionPoint: 943/1,068 Failed tests: 0 (383)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.InjectionPointTest, time: 10 ms]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testApiTypeInjectionPoint: 944/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testCurrentBinding: 945/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testDependentScope: 946/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetAnnotatedField: 947/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetAnnotatedParameter: 948/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetBean: 949/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetBindingTypes: 950/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetMemberConstructor: 951/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetMemberField: 952/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetMemberMethod: 953/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testGetType: 954/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testIsDelegate: 955/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testIsTransient: 956/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testNullInjectionPointInjectedIntoNonInjectedObject: 957/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InjectionPointTest.testPassivationCapability: 958/1,068 Failed tests: 0 (384)
Jan 18, 2018 5:51:55 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]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisposerInjectionPointMetadataTest.testDisposerWithInjectionPointMetadata: 959/1,068 Failed tests: 0 (385)
Jan 18, 2018 5:51:55 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]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalScopedBeanWithInjectionPoint.testRequestScopedBeanWithInjectionPoint: 960/1,068 Failed tests: 0 (386)
Jan 18, 2018 5:51:55 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]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousInjectableReferenceTest.testUnsatisfiedReference: 961/1,068 Failed tests: 0 (387)
Jan 18, 2018 5:51:55 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]
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference: 962/1,068 Failed tests: 0 (388)
Jan 18, 2018 5:51:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.dynamic.DynamicInjectionPointTest, time: 6 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetAnnotated: 963/1,068 Failed tests: 0 (389)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetBean: 964/1,068 Failed tests: 0 (389)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetMember: 965/1,068 Failed tests: 0 (389)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetQualifiers: 966/1,068 Failed tests: 0 (389)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointGetType: 967/1,068 Failed tests: 0 (389)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointIsDelegate: 968/1,068 Failed tests: 0 (389)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DynamicInjectionPointTest.testInjectionPointIsTransient: 969/1,068 Failed tests: 0 (389)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.named.NamedAtInjectionPointTest, time: 7 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NamedAtInjectionPointTest.testFieldNameUsedAsBeanName: 970/1,068 Failed tests: 0 (390)
Jan 18, 2018 5:51:56 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]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LegalRequiredTypeTest.testLegalRequiredType: 971/1,068 Failed tests: 0 (391)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.ManagerTest, time: 7 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testContainerProvidesManagerBean: 972/1,068 Failed tests: 0 (392)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testGetReferenceReturnsContextualInstance: 973/1,068 Failed tests: 0 (392)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testGetReferenceWithIllegalBeanType: 974/1,068 Failed tests: 0 (392)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testInjectingManager: 975/1,068 Failed tests: 0 (392)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanHasCurrentBinding: 976/1,068 Failed tests: 0 (392)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanIsDependentScoped: 977/1,068 Failed tests: 0 (392)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerBeanIsPassivationCapable: 978/1,068 Failed tests: 0 (392)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledManagedBeanInjectionAvailability02Test, time: 19 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledManagedBeanInjectionAvailability02Test.testInjection: 979/1,068 Failed tests: 0 (393)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerFieldInjectionAvailability02Test, time: 18 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerFieldInjectionAvailability02Test.testInjection: 980/1,068 Failed tests: 0 (394)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolution02Test, time: 14 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleELResolution02Test.testEnabledManagedBeanAvailableForELResolution: 981/1,068 Failed tests: 0 (395)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeManagedBeanInjectionAvailability02Test, time: 19 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternativeManagedBeanInjectionAvailability02Test.testInjection: 982/1,068 Failed tests: 0 (396)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity01Test, time: 26 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity01Test.testSpecialization: 983/1,068 Failed tests: 0 (397)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization01Test, time: 40 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testEvent: 984/1,068 Failed tests: 0 (398)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testNotEnabledAlternativeDoesNotSpecialize: 985/1,068 Failed tests: 0 (398)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization02Test, time: 30 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization02Test.testEvent: 986/1,068 Failed tests: 0 (399)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization03Test, time: 31 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization03Test.testEvent: 987/1,068 Failed tests: 0 (400)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.ResolutionByTypeTest, time: 23 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testAllQualifiersSpecifiedForResolutionMustAppearOnBean: 988/1,068 Failed tests: 0 (401)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testBeanTypesOnManagedBean: 989/1,068 Failed tests: 0 (401)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testBeanTypesOnProducerField: 990/1,068 Failed tests: 0 (401)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testBeanTypesOnProducerMethod: 991/1,068 Failed tests: 0 (401)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testDefaultBindingTypeAssumed: 992/1,068 Failed tests: 0 (401)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testGenericBeanTypesOnManagedBean: 993/1,068 Failed tests: 0 (401)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testGenericBeanTypesOnProducerField: 994/1,068 Failed tests: 0 (401)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testGenericBeanTypesOnProducerMethod: 995/1,068 Failed tests: 0 (401)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testResolveByTypeWithArray: 996/1,068 Failed tests: 0 (401)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testResolveByTypeWithNonBindingMembers: 997/1,068 Failed tests: 0 (401)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testResolveByTypeWithPrimitives: 998/1,068 Failed tests: 0 (401)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolutionByTypeTest.testResolveByTypeWithTypeParameter: 999/1,068 Failed tests: 0 (401)
Jan 18, 2018 5:51:56 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: 6 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisabledBeanNotAvailableForInjectionTest.testDeployment: 1,000/1,068 Failed tests: 0 (402)
Jan 18, 2018 5:51:56 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: 6 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TypeVariableInjectionPointTest.testTypeVariableInjectionPoint: 1,001/1,068 Failed tests: 0 (403)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.decorator.DecoratorNotInjectedTest, time: 5 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorNotInjectedTest.testDecoratorNotResolved: 1,002/1,068 Failed tests: 0 (404)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.InterceptorNotResolvedInterModuleTest, time: 17 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorNotResolvedInterModuleTest.testInterceptorNotAvailableForInjection: 1,003/1,068 Failed tests: 0 (405)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.InterceptorNotResolvedTest, time: 6 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptorNotResolvedTest.testInterceptorNotAvailableForInjection: 1,004/1,068 Failed tests: 0 (406)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.parameterized.AssignabilityOfRawAndParameterizedTypesTest, time: 7 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithActualTypes: 1,005/1,068 Failed tests: 0 (407)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcards: 1,006/1,068 Failed tests: 0 (407)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcardsAtInjectionPoint: 1,007/1,068 Failed tests: 0 (407)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeTypeVariable: 1,008/1,068 Failed tests: 0 (407)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithActualTypes: 1,009/1,068 Failed tests: 0 (407)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards: 1,010/1,068 Failed tests: 0 (407)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards2: 1,011/1,068 Failed tests: 0 (407)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityToRawType: 1,012/1,068 Failed tests: 0 (407)
Jan 18, 2018 5:51:56 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: 6 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawBeanTypeParameterizedRequiredTypeTest.testAssignableTypeParams: 1,013/1,068 Failed tests: 0 (408)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawBeanTypeParameterizedRequiredTypeTest.testNotAssignableTypeParams: 1,014/1,068 Failed tests: 0 (408)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive.PrimitiveInjectionPointTest, time: 6 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke PrimitiveInjectionPointTest.testPrimitiveInjectionPointResolvedToNonPrimitiveProducerMethod: 1,015/1,068 Failed tests: 0 (409)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.vetoed.VetoedTest, time: 17 ms]
Jan 18, 2018 5:51:56 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.
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedTest.testAnnotatedTypeAddedByExtension: 1,016/1,068 Failed tests: 0 (410)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedTest.testClassLevelVeto: 1,017/1,068 Failed tests: 0 (410)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke VetoedTest.testPackageLevelVeto: 1,018/1,068 Failed tests: 0 (410)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 42, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke.AroundInvokeAccessInterceptorTest, time: 7 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeAccessInterceptorTest.testPackagePrivateAroundInvokeInterceptor: 1,019/1,068 Failed tests: 0 (411)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeAccessInterceptorTest.testPrivateAroundInvokeInterceptor: 1,020/1,068 Failed tests: 0 (411)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AroundInvokeAccessInterceptorTest.testProtectedAroundInvokeInterceptor: 1,021/1,068 Failed tests: 0 (411)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.exceptions.LifecycleCallbackInterceptorExceptionTest, time: 7 ms]
Jan 18, 2018 5:51:56 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.
Jan 18, 2018 5:51:56 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.
Jan 18, 2018 5:51:56 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.
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorExceptionTest.testLifecycleCallbackInterceptorCanCatchException: 1,022/1,068 Failed tests: 0 (412)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorExceptionTest.testPostConstructCanThrowRuntimeException: 1,023/1,068 Failed tests: 0 (412)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke LifecycleCallbackInterceptorExceptionTest.testPreDestroyNotInvokedWhenInstanceDiscarded: 1,024/1,068 Failed tests: 0 (412)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.alternative.AlternativeAvailabilityTest, time: 7 ms]
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testAlternativeAvailability: 1,025/1,068 Failed tests: 0 (413)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testAnyEnabledAlternativeStereotypeMakesAlternativeEnabled: 1,026/1,068 Failed tests: 0 (413)
Jan 18, 2018 5:51:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testIsAlternative: 1,027/1,068 Failed tests: 0 (413)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testProducerAlternativesOnMethodAndField: 1,028/1,068 Failed tests: 0 (413)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testProducersOnAlternativeClass: 1,029/1,068 Failed tests: 0 (413)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeAvailabilityTest.testStereotypeAlternativeOnProducerMethodAndField: 1,030/1,068 Failed tests: 0 (413)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.decorators.definition.broken.nodecoratedtypes.DecoratorWithNoDecoratedTypes1Test, time: 20 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorWithNoDecoratedTypes3Test.testDeploymentFails: 1,031/1,068 Failed tests: 0 (414)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.definition.bean.broken.restricted.RestrictedProducerFieldTest, time: 5 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RestrictedProducerFieldTest.testInvalidTypedValueOnProducerField: 1,032/1,068 Failed tests: 0 (415)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.observer.isDisposer.ObserverMethodAnnotatedDisposesTest, time: 5 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ObserverMethodAnnotatedDisposesTest.testObserverMethodWithDisposesParamFails: 1,033/1,068 Failed tests: 0 (416)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.broken.raw.RawEventProcessInjectionPointTest, time: 16 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawEventProcessInjectionPointTest.testDefinitionError: 1,034/1,068 Failed tests: 0 (417)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.binding.ResolvingChecksBindingTypeMembersTest, time: 6 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResolvingChecksBindingTypeMembersTest.testResolvingChecksBindingTypeMembers: 1,035/1,068 Failed tests: 0 (418)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.alternative.metadata.interceptor.AlternativeMetadataInterceptorInjectionTargetTest, time: 6 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AlternativeMetadataInterceptorInjectionTargetTest.testInterceptorInterceptsOnlyBindedClass: 1,036/1,068 Failed tests: 0 (419)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.annotated.delivery.broken.WithAnnotationsAppliedToIllegalEventParameterTest, time: 6 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke WithAnnotationsAppliedToIllegalEventParameterTest.testDeploymentFails: 1,037/1,068 Failed tests: 0 (420)
Jan 18, 2018 5:51:57 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: 6 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeforeBeanDiscoveryThrowsExceptionTest.testThrowsException: 1,038/1,068 Failed tests: 0 (421)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.broken.addDeploymentProblem.AddDeploymentProblemTest, time: 6 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AddDeploymentProblemTest.testObserverDeploymentProblemTreatedAsDeploymentError: 1,039/1,068 Failed tests: 0 (422)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.broken.ThrowExceptionTest, time: 5 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ThrowExceptionTest.testDeployment: 1,040/1,068 Failed tests: 0 (423)
Jan 18, 2018 5:51:57 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: 6 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InvalidQualifierTest.test: 1,041/1,068 Failed tests: 0 (424)
Jan 18, 2018 5:51:57 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: 5 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BuiltinInterceptorInjectionTest.testDeploymentFails: 1,042/1,068 Failed tests: 0 (425)
Jan 18, 2018 5:51:57 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]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamConstructorTest.testDeploymentFails: 1,043/1,068 Failed tests: 0 (426)
Jan 18, 2018 5:51:57 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: 5 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamDisposerTest.testDeploymentFails: 1,044/1,068 Failed tests: 0 (427)
Jan 18, 2018 5:51:57 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: 13 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamConstructorTest.testDeploymentFails: 1,045/1,068 Failed tests: 0 (428)
Jan 18, 2018 5:51:57 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: 13 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamConstructorTest.testDeploymentFails: 1,046/1,068 Failed tests: 0 (429)
Jan 18, 2018 5:51:57 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: 13 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanTypeParamInitializerTest.testDeploymentFails: 1,047/1,068 Failed tests: 0 (430)
Jan 18, 2018 5:51:57 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: 6 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke MultipleDisposerMethodsForProducerMethodTest.testMultipleDisposerMethodsForProducerMethodNotAllowed: 1,048/1,068 Failed tests: 0 (431)
Jan 18, 2018 5:51:57 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: 5 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedDisposesTest.testProducerMethodWithParameterAnnotatedDisposes: 1,049/1,068 Failed tests: 0 (432)
Jan 18, 2018 5:51:57 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]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TwoBeansSpecializeTheSameBeanTest.testTwoBeansSpecializeTheSameBean: 1,050/1,068 Failed tests: 0 (433)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.binding.members.array.BindingAnnotationWithMemberTest, time: 5 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BindingAnnotationWithMemberTest.testArrayMemberWithNonBinding: 1,051/1,068 Failed tests: 0 (434)
Jan 18, 2018 5:51:57 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]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousELNamesTest.testAmbiguousELNamesResolved: 1,052/1,068 Failed tests: 0 (435)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.NonPrivateNonStaticMethodTest, time: 5 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPrivateNonStaticMethodTest.testClassWithPublicFinalMethodCannotBeProxied: 1,053/1,068 Failed tests: 0 (436)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceDisposerInjectionTest, time: 5 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceDisposerInjectionTest.testDefinitionError: 1,054/1,068 Failed tests: 0 (437)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProcessInjectionPointTest, time: 16 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProcessInjectionPointTest.testDefinitionError: 1,055/1,068 Failed tests: 0 (438)
Jan 18, 2018 5:51:57 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: 13 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionRawAmbiguousTest.testInjection: 1,056/1,068 Failed tests: 0 (439)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookup02Test, time: 13 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleLookup02Test.testEnabledManagedBeanAvailableForInjection: 1,057/1,068 Failed tests: 0 (440)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailable02Test, time: 17 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedProducerMethodInjectionNotAvailable02Test.testManagedBeanInjection: 1,058/1,068 Failed tests: 0 (441)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization04Test, time: 28 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEnabledAlternativeSpecializes: 1,059/1,068 Failed tests: 0 (442)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEvent: 1,060/1,068 Failed tests: 0 (442)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 5, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest, time: 6 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DuplicateBindingTypesWhenResolvingTest.testDuplicateBindingTypesWhenResolvingFails: 1,061/1,068 Failed tests: 0 (443)
Jan 18, 2018 5:51:57 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: 5 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanFieldInjectionTest.testDeploymentFails: 1,062/1,068 Failed tests: 0 (444)
Jan 18, 2018 5:51:57 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: 6 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamProducerTest.testDeploymentFails: 1,063/1,068 Failed tests: 0 (445)
Jan 18, 2018 5:51:57 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: 12 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamFieldTest.testDeploymentFails: 1,064/1,068 Failed tests: 0 (446)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailability02Test, time: 17 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerMethodInjectionAvailability02Test.testInjection: 1,065/1,068 Failed tests: 0 (447)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 2, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Jan 18, 2018 5:51:57 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: 6 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanConstructorInjectionTest.testDeploymentFails: 1,066/1,068 Failed tests: 0 (448)
Jan 18, 2018 5:51:57 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: 13 ms]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamFieldTest.testDeploymentFails: 1,067/1,068 Failed tests: 0 (449)
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 1, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Jan 18, 2018 5:51:57 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]
Jan 18, 2018 5:51:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamInitializerTest.testDeploymentFails: 1,068/1,068 Failed tests: 0 (450)
Tests run: 1068, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.743 sec - in TestSuite
Results :
Tests run: 1068, 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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-jboss-runner-tck/2.4.7-SNAPSHOT/weld-jboss-runner-tck-2.4.7-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/2.4.7-SNAPSHOT/weld-jboss-runner-tck-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target/weld-jboss-runner-tck-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/weld-jboss-runner-tck/2.4.7-SNAPSHOT/weld-jboss-runner-tck-2.4.7-SNAPSHOT-sources.jar
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target/weld-jboss-runner-tck-2.4.7-SNAPSHOT-2.4.7-SNAPSHOT-dist.zip to /home/hudson/.m2/repository/org/jboss/weld/weld-jboss-runner-tck/2.4.7-SNAPSHOT/weld-jboss-runner-tck-2.4.7-SNAPSHOT-dist.zip
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jboss-tck-runner/target/weld-jboss-runner-tck-2.4.7-SNAPSHOT-dist.zip to /home/hudson/.m2/repository/org/jboss/weld/weld-jboss-runner-tck/2.4.7-SNAPSHOT/weld-jboss-runner-tck-2.4.7-SNAPSHOT-dist.zip
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Environment Common 2.4.7-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] Copying 1 resource
[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 4 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.114 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.001 sec - in org.jboss.weld.environment.util.ReflectionsTest
Running org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyTest
Jan 18, 2018 5:52:01 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000040: Jandex discovery strategy was disabled.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyTest
Results :
Tests run: 4, 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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/environment/weld-environment-common/2.4.7-SNAPSHOT/weld-environment-common-2.4.7-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/2.4.7-SNAPSHOT/weld-environment-common-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/common/target/weld-environment-common-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/environment/weld-environment-common/2.4.7-SNAPSHOT/weld-environment-common-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld SE (Core) 2.4.7-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 2 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 21 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 21 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 178 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.
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/src/test/java/org/jboss/weld/environment/se/test/container/provider/WeldSEProviderTest.java: Some input files use unchecked or unsafe operations.
[WARNING] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/src/test/java/org/jboss/weld/environment/se/test/container/provider/WeldSEProviderTest.java: Recompile with -Xlint:unchecked 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.builder.scanning.ExplicitClassLoaderScanningTest
Jan 18, 2018 5:52:07 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52:07 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:07 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.
Jan 18, 2018 5:52:07 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 713537c8-66e3-4913-8f80-6e684f0d02ce initialized
Jan 18, 2018 5:52:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 713537c8-66e3-4913-8f80-6e684f0d02ce shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 sec - in org.jboss.weld.environment.se.test.builder.scanning.ExplicitClassLoaderScanningTest
Running org.jboss.weld.environment.se.test.builder.scanning.ExplicitResourceLoaderScanningTest
Jan 18, 2018 5:52:07 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:07 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.
Jan 18, 2018 5:52:07 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2def73c9-f98d-4df9-b429-873bcd220f2b initialized
Jan 18, 2018 5:52:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2def73c9-f98d-4df9-b429-873bcd220f2b shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.jboss.weld.environment.se.test.builder.scanning.ExplicitResourceLoaderScanningTest
Running org.jboss.weld.environment.se.test.builder.WeldBuilderTest
Jan 18, 2018 5:52:07 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.
Jan 18, 2018 5:52:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:07 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52:07 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.
Jan 18, 2018 5:52:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0 initialized
Jan 18, 2018 5:52:07 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.
Jan 18, 2018 5:52:07 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1 initialized
Jan 18, 2018 5:52:07 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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2 initialized
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3 initialized
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4 initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0 shut down
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1 shut down
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2 shut down
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3 shut down
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container FOO initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container FOO shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b26ad9f2-86fa-4113-8445-de40f59ffe04 initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b26ad9f2-86fa-4113-8445-de40f59ffe04 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 69127723-c497-4a18-b370-0f5f5913d02b initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 69127723-c497-4a18-b370-0f5f5913d02b shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b0bfe22d-9aa4-44b5-9c28-edc12cce5f95 initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b0bfe22d-9aa4-44b5-9c28-edc12cce5f95 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8f89c23e-e025-4b47-90bf-58d0e56fd59e initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8f89c23e-e025-4b47-90bf-58d0e56fd59e shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fddf2daa-3f60-4b74-9ef3-66946cff1b18 initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fddf2daa-3f60-4b74-9ef3-66946cff1b18 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6baa6703-d4dc-49ae-bbd3-f5082dace74b initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6baa6703-d4dc-49ae-bbd3-f5082dace74b shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 05e4cb8e-3661-45dd-bf44-8587c32398bd initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 05e4cb8e-3661-45dd-bf44-8587c32398bd shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8cbfd311-b5d4-40b7-8197-6cb9671c2634 initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8cbfd311-b5d4-40b7-8197-6cb9671c2634 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 40494de0-391c-4ff4-8064-9c15d11e327b initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 40494de0-391c-4ff4-8064-9c15d11e327b shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5d304df6-4d8e-4385-a7ab-d4080a2e1787 initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5d304df6-4d8e-4385-a7ab-d4080a2e1787 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 77a0e4e2-201f-4fac-8ae1-06842d5ee7c7 initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 77a0e4e2-201f-4fac-8ae1-06842d5ee7c7 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8cde95bf-c017-4f15-a7df-74d3317b6e16 initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8cde95bf-c017-4f15-a7df-74d3317b6e16 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 34a63efd-2bc3-4494-b7a8-c11e84d82622 initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 34a63efd-2bc3-4494-b7a8-c11e84d82622 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a6aa5f1f-8345-43d2-9e9c-2e5350bbb9b1 initialized
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a6aa5f1f-8345-43d2-9e9c-2e5350bbb9b1 shut down
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.867 sec - in org.jboss.weld.environment.se.test.builder.WeldBuilderTest
Running org.jboss.weld.environment.se.test.beans.threading.ThreadContextTest
Jan 18, 2018 5:52:08 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:09 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.
Jan 18, 2018 5:52:09 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 71b3dc85-6b1e-456a-8831-03915155c354 initialized
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 71b3dc85-6b1e-456a-8831-03915155c354 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec - in org.jboss.weld.environment.se.test.beans.threading.ThreadContextTest
Running org.jboss.weld.environment.se.test.beans.threading.ThreadContextImplicitBeanArchiveTest
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:09 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.
Jan 18, 2018 5:52:09 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f14402ee-e5ca-4e88-8ba1-87b37049a9dd initialized
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f14402ee-e5ca-4e88-8ba1-87b37049a9dd shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.jboss.weld.environment.se.test.beans.threading.ThreadContextImplicitBeanArchiveTest
Running org.jboss.weld.environment.se.test.interceptors.InterceptorsTest
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:09 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.
Jan 18, 2018 5:52:09 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 331579b7-e441-418c-8fe8-59d7354b2de6 initialized
Recording method: doSomethingRecorded
this should be recorded
Recording method: doSomethingRecordedAndAggregated
This should be aggregated
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 331579b7-e441-418c-8fe8-59d7354b2de6 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.jboss.weld.environment.se.test.interceptors.InterceptorsTest
Running org.jboss.weld.environment.se.test.interceptors.enablement.InterceptorEnabledForAppAndArchiveTest
Jan 18, 2018 5:52:09 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.
Jan 18, 2018 5:52:09 AM org.jboss.weld.logging.ValidatorLogger$7 log
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.
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8540fff8-c39b-4a68-b346-b556c37f9e17 initialized
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8540fff8-c39b-4a68-b346-b556c37f9e17 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.jboss.weld.environment.se.test.interceptors.enablement.InterceptorEnabledForAppAndArchiveTest
Running org.jboss.weld.environment.se.test.groovy.collision.GroovyCollisionTest
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:09 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.
Jan 18, 2018 5:52:09 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7cefeba5-6d17-41fc-8417-8403e21bafe7 initialized
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7cefeba5-6d17-41fc-8417-8403e21bafe7 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.environment.se.test.groovy.collision.GroovyCollisionTest
Running org.jboss.weld.environment.se.test.groovy.interceptors.GroovyInterceptorTest
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:09 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.
Jan 18, 2018 5:52:09 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 02935b48-5a3c-409e-8b44-d74de3a67c2e initialized
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 02935b48-5a3c-409e-8b44-d74de3a67c2e shut down
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec - in org.jboss.weld.environment.se.test.groovy.interceptors.GroovyInterceptorTest
Running org.jboss.weld.environment.se.test.groovy.name.MalformedClassNameTest
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:09 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.
Jan 18, 2018 5:52:09 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0cb675a1-28ff-46a0-bc4d-d51bedaf0844 initialized
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0cb675a1-28ff-46a0-bc4d-d51bedaf0844 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.jboss.weld.environment.se.test.groovy.name.MalformedClassNameTest
Running org.jboss.weld.environment.se.test.StartMainTest
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:09 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.
Jan 18, 2018 5:52:09 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container STATIC_INSTANCE initialized
Jan 18, 2018 5:52:09 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.265 sec - in org.jboss.weld.environment.se.test.StartMainTest
Running org.jboss.weld.environment.se.test.isolation.IsolationDisabledTest
Jan 18, 2018 5:52:09 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9a2c5913-e820-4ed3-8592-ca6bead1432d initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9a2c5913-e820-4ed3-8592-ca6bead1432d shut down
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e26549a6-5369-4ba4-9ed0-3e380bb9ba6c initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e26549a6-5369-4ba4-9ed0-3e380bb9ba6c shut down
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d7a3c0e9-5bd2-457f-8a4d-f30e881f5099 initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d7a3c0e9-5bd2-457f-8a4d-f30e881f5099 shut down
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4090908d-1a17-41c2-a9c8-4370ec851567 initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4090908d-1a17-41c2-a9c8-4370ec851567 shut down
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec - in org.jboss.weld.environment.se.test.isolation.IsolationDisabledTest
Running org.jboss.weld.environment.se.test.beandiscovery.annotation.BeanDefiningAnnotationOutsideBeanArchiveTest
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5bef7734-24f5-4192-bdbd-56076303c36a initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5bef7734-24f5-4192-bdbd-56076303c36a shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.jboss.weld.environment.se.test.beandiscovery.annotation.BeanDefiningAnnotationOutsideBeanArchiveTest
Running org.jboss.weld.environment.se.test.beandiscovery.priority.DisabledIsolationPriorityTest
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container dbfdb06b-6bf1-4568-be7c-09bb766b1730 initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container dbfdb06b-6bf1-4568-be7c-09bb766b1730 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.jboss.weld.environment.se.test.beandiscovery.priority.DisabledIsolationPriorityTest
Running org.jboss.weld.environment.se.test.beandiscovery.priority.PriorityTest
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d408a4e6-db34-4785-a711-db06b0d22b03 initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d408a4e6-db34-4785-a711-db06b0d22b03 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.jboss.weld.environment.se.test.beandiscovery.priority.PriorityTest
Running org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryInjectionTest
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 7a2acfaf-2cc5-4f25-bf1d-7d1f1a313f73 initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 7a2acfaf-2cc5-4f25-bf1d-7d1f1a313f73 shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryInjectionTest
Running org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptorTest
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 979e89e2-72e5-4082-a4d4-a74b8ec7605e initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 979e89e2-72e5-4082-a4d4-a74b8ec7605e shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptorTest
Running org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptor03Test
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptor03Test
Running org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptor02Test
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0039b092-e608-4a37-a8ab-8390ba9f7a2a initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0039b092-e608-4a37-a8ab-8390ba9f7a2a shut down
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 004b08a0-7f60-4364-9699-8945e8fa8dd9 initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 004b08a0-7f60-4364-9699-8945e8fa8dd9 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in org.jboss.weld.environment.se.test.beandiscovery.interceptors.BeanDiscoveryInterceptor02Test
Running org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecorator03Test
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecorator03Test
Running org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecorator02Test
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f6f84570-169e-4b8e-afc3-afa2c543b262 initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f6f84570-169e-4b8e-afc3-afa2c543b262 shut down
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ff51c141-26d6-44b9-8fda-890016742333 initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ff51c141-26d6-44b9-8fda-890016742333 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecorator02Test
Running org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecoratorTest
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1e7461ec-a191-4243-b938-fbc372443d6f initialized
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1e7461ec-a191-4243-b938-fbc372443d6f shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.jboss.weld.environment.se.test.beandiscovery.decorators.BeanDiscoveryDecoratorTest
Running org.jboss.weld.environment.se.test.beandiscovery.alternatives.BeanDiscoveryAlternativeTest
Jan 18, 2018 5:52:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c2fbcc7f-ffcf-45e9-9e8a-491204ad8f5a initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c2fbcc7f-ffcf-45e9-9e8a-491204ad8f5a shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.jboss.weld.environment.se.test.beandiscovery.alternatives.BeanDiscoveryAlternativeTest
Running org.jboss.weld.environment.se.test.beandiscovery.stereotype.StereotypeDiscoveryTest
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bed4a9a2-051d-45f0-a3b5-fe8b825c4a95 initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bed4a9a2-051d-45f0-a3b5-fe8b825c4a95 shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jboss.weld.environment.se.test.beandiscovery.stereotype.StereotypeDiscoveryTest
Running org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryWithJandexIndexTest
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.jandex.JandexIndexBeanArchiveHandler getIndex
WARN: Cannot get Jandex index from: /tmp/81701537-c6e8-4e5c-83a9-e00abe56917f1440905878551184887.jar
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cec19947-d65b-4857-9da4-f4f5bebe7e84 initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cec19947-d65b-4857-9da4-f4f5bebe7e84 shut down
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryWithJandexIndexTest
Running org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryEmtyBeansXmlTest
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 486fd663-595e-4a45-8338-5c1eb0e22673 initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 486fd663-595e-4a45-8338-5c1eb0e22673 shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryEmtyBeansXmlTest
Running org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryWithoutIsolationTest
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8b69559b-0b58-4f20-9c78-ce6b3ced1cbc initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8b69559b-0b58-4f20-9c78-ce6b3ced1cbc shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.jboss.weld.environment.se.test.beandiscovery.BeanDiscoveryWithoutIsolationTest
Running org.jboss.weld.environment.se.test.unmanaged.UnmanagedTest
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9148eb0e-06e8-4848-a6c8-9bf09170310f initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9148eb0e-06e8-4848-a6c8-9bf09170310f shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.jboss.weld.environment.se.test.unmanaged.UnmanagedTest
Running org.jboss.weld.environment.se.test.events.EventsTest
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3ac7d634-a26a-4254-9d16-f43740563e97 initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3ac7d634-a26a-4254-9d16-f43740563e97 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.jboss.weld.environment.se.test.events.EventsTest
Running org.jboss.weld.environment.se.test.singleton.SingletonContextTest
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8985e366-f330-4d82-8801-f22313827c5f initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8985e366-f330-4d82-8801-f22313827c5f shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec - in org.jboss.weld.environment.se.test.singleton.SingletonContextTest
Running org.jboss.weld.environment.se.test.provider.MultiModuleCDIProviderTest
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8733524b-a7e8-452a-9ae8-3b4cd52258bb initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8733524b-a7e8-452a-9ae8-3b4cd52258bb shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.jboss.weld.environment.se.test.provider.MultiModuleCDIProviderTest
Running org.jboss.weld.environment.se.test.provider.BasicCDIProviderTest
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f8c4c71e-b969-4636-beb8-247362685714 initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f8c4c71e-b969-4636-beb8-247362685714 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.jboss.weld.environment.se.test.provider.BasicCDIProviderTest
Running org.jboss.weld.environment.se.test.provider.custom.CustomCDIProviderTest
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9244b0d9-5e3f-41e6-a216-48306102d5ce initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9244b0d9-5e3f-41e6-a216-48306102d5ce shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in org.jboss.weld.environment.se.test.provider.custom.CustomCDIProviderTest
Running org.jboss.weld.environment.se.test.container.isolation.ContainerIsolationTest
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1 initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2 initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1 shut down
Jan 18, 2018 5:52:11 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.177 sec - in org.jboss.weld.environment.se.test.container.isolation.ContainerIsolationTest
Running org.jboss.weld.environment.se.test.container.provider.WeldSEProviderTest
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container foo initialized
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bar initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldSEProvider getCDI
INFO: WELD-ENV-002006: Multiple containers running - CDI.current() may not work properly: [foo, bar]
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldSEProvider getCDI
INFO: WELD-ENV-002006: Multiple containers running - CDI.current() may not work properly: [foo, bar]
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldSEProvider getCDI
INFO: WELD-ENV-002006: Multiple containers running - CDI.current() may not work properly: [foo, bar]
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bar shut down
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container foo shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 09001cec-f3bc-4a5b-a6ec-dcac37a240e5 initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 09001cec-f3bc-4a5b-a6ec-dcac37a240e5 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d18e9ce1-4dac-4a3c-a8df-af5114cb535c initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d18e9ce1-4dac-4a3c-a8df-af5114cb535c shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b98e7c23-fe09-4e37-b08b-b2c7b841c44b initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b98e7c23-fe09-4e37-b08b-b2c7b841c44b shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 641e82c6-e194-472c-b355-bff7319d9c26 initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 641e82c6-e194-472c-b355-bff7319d9c26 shut down
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec - in org.jboss.weld.environment.se.test.container.provider.WeldSEProviderTest
Running org.jboss.weld.environment.se.test.container.instance.ContainerInstanceTest
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 08fbd9e4-29b7-4fc2-b834-f7e3ab940544 initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 08fbd9e4-29b7-4fc2-b834-f7e3ab940544 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 07d46a36-adf3-49fd-becc-5e971b7be7b7 initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 07d46a36-adf3-49fd-becc-5e971b7be7b7 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.jboss.weld.environment.se.test.container.instance.ContainerInstanceTest
Running org.jboss.weld.environment.se.test.container.events.ContainerEventsTest
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container EVENT initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container EVENT shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 007 initialized
Jan 18, 2018 5:52:11 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.current.WeldContainerCurrentTest
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 007 initialized
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 008 initialized
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 007 shut down
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 008 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 007 initialized
Jan 18, 2018 5:52:11 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.025 sec - in org.jboss.weld.environment.se.test.container.current.WeldContainerCurrentTest
Running org.jboss.weld.environment.se.test.decorators.DecoratorsTest
Jan 18, 2018 5:52:11 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:11 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 22509533-3130-4fb4-97e8-affe663b7f05 initialized
AWOOGA
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 22509533-3130-4fb4-97e8-affe663b7f05 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.jboss.weld.environment.se.test.decorators.DecoratorsTest
Running org.jboss.weld.environment.se.test.instance.SimpleInstanceTest
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:12 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.
Jan 18, 2018 5:52:12 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6be6ad6f-5c4a-41ee-a149-cc06bdd48e4a initialized
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6be6ad6f-5c4a-41ee-a149-cc06bdd48e4a shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.jboss.weld.environment.se.test.instance.SimpleInstanceTest
Running org.jboss.weld.environment.se.test.inheritance.PostConstructInheritanceTest
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:12 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.
Jan 18, 2018 5:52:12 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 00f0f34a-14e4-430c-95de-13b39f9a0bc1 initialized
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 00f0f34a-14e4-430c-95de-13b39f9a0bc1 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.jboss.weld.environment.se.test.inheritance.PostConstructInheritanceTest
Running org.jboss.weld.environment.se.test.scopes.ScopesTest
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:12 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.
Jan 18, 2018 5:52:12 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b3109775-b33d-4479-b9f4-bda2c83cbccd initialized
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b3109775-b33d-4479-b9f4-bda2c83cbccd shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.jboss.weld.environment.se.test.scopes.ScopesTest
Running org.jboss.weld.environment.se.test.context.session.BoundSessionContextTest
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52:12 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.
Jan 18, 2018 5:52:12 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:12 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3b421f85-a4e1-47b5-b05b-aade53b5939f initialized
Jan 18, 2018 5:52:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3b421f85-a4e1-47b5-b05b-aade53b5939f shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.085 sec - in org.jboss.weld.environment.se.test.context.session.BoundSessionContextTest
Running org.jboss.weld.environment.se.test.StartMainEmptyArgsTest
Jan 18, 2018 5:52:17 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:17 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container STATIC_INSTANCE initialized
Jan 18, 2018 5:52:17 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.099 sec - in org.jboss.weld.environment.se.test.StartMainEmptyArgsTest
Running org.jboss.weld.environment.se.test.WeldMainTest
Jan 18, 2018 5:52:17 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:17 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 489f9861-c715-4e76-a92f-d666743ba6fc initialized
Jan 18, 2018 5:52:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 489f9861-c715-4e76-a92f-d666743ba6fc shut down
Jan 18, 2018 5:52:17 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:17 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 78fa4fb6-4ab1-46ae-98ad-971af900541a initialized
Jan 18, 2018 5:52:17 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 78fa4fb6-4ab1-46ae-98ad-971af900541a shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec - in org.jboss.weld.environment.se.test.WeldMainTest
Running org.jboss.weld.environment.se.test.StartMainObserversTest
Jan 18, 2018 5:52:17 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:17 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:52:17 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container STATIC_INSTANCE initialized
Jan 18, 2018 5:52:17 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.071 sec - in org.jboss.weld.environment.se.test.StartMainObserversTest
Results :
Tests run: 85, 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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-core/2.4.7-SNAPSHOT/weld-se-core-2.4.7-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/2.4.7-SNAPSHOT/weld-se-core-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/core/target/weld-se-core-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-core/2.4.7-SNAPSHOT/weld-se-core-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld SE (Uber Jar) 2.4.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-se ---
[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 ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-se ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-se ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-se ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-se ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-se ---
[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 ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-se ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-se ---
[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 ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-se ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-se ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/weld-se-2.4.7-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-se >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-se ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-se ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-se ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-se ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-se <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-se ---
[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 ---
[INFO] Including org.jboss.weld.se:weld-se-core:jar:2.4.7-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld.environment:weld-environment-common:jar:2.4.7-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld.probe:weld-probe-core:jar:2.4.7-SNAPSHOT in the shaded jar.
[INFO] Including javax.enterprise:cdi-api:jar:1.2 in the shaded jar.
[INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] Including org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.Final in the shaded jar.
[INFO] Including org.jboss.classfilewriter:jboss-classfilewriter:jar:1.1.2.Final in the shaded jar.
[INFO] Including org.jboss.weld:weld-core-impl:jar:2.4.7-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld:weld-api:jar:2.4.SP2 in the shaded jar.
[INFO] Including org.jboss.weld:weld-spi:jar:2.4.SP2 in the shaded jar.
[INFO] Including org.jboss.spec.javax.el:jboss-el-api_3.0_spec:jar:1.0.0.Alpha1 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-2.4.7-SNAPSHOT.jar with /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/weld-se-2.4.7-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-2.4.7-SNAPSHOT-sources.jar with /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/weld-se-2.4.7-SNAPSHOT-shaded-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-se ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/weld-se-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se/2.4.7-SNAPSHOT/weld-se-2.4.7-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/2.4.7-SNAPSHOT/weld-se-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/build/target/weld-se-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se/2.4.7-SNAPSHOT/weld-se-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld SE Parent 2.4.7-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/2.4.7-SNAPSHOT/weld-se-parent-2.4.7-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld SE Tests 2.4.7-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 110 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 weld-se-2.4.7-SNAPSHOT.jar to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/classes/weld-se.jar
[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 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
Jan 18, 2018 5:52:20 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
Jan 18, 2018 5:52:21 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:21 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52:21 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.
Jan 18, 2018 5:52:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1b8b5a89-d0e2-4235-a4ea-9caaa24bc047 initialized
Jan 18, 2018 5:52:22 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 1b8b5a89-d0e2-4235-a4ea-9caaa24bc047 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.557 sec - in org.jboss.weld.environment.se.test.resource.EEResourceInjectionIgnoredTest
Running org.jboss.weld.environment.se.test.implicit.discovery.none.ImplicitScanBeanDiscoveryModeNoneTest
Jan 18, 2018 5:52:22 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:23 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52:23 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.
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 43ef59aa-b71f-408f-a920-b27c8324708d initialized
Jan 18, 2018 5:52:24 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 43ef59aa-b71f-408f-a920-b27c8324708d shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.844 sec - in org.jboss.weld.environment.se.test.implicit.discovery.none.ImplicitScanBeanDiscoveryModeNoneTest
Running org.jboss.weld.environment.se.test.implicit.ImplicitScanSmokeTest
Jan 18, 2018 5:52:24 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:25 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52:25 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.
Jan 18, 2018 5:52:25 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.
Jan 18, 2018 5:52:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f6929d57-7a21-491a-8399-681feb9675ed initialized
Jan 18, 2018 5:52:25 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f6929d57-7a21-491a-8399-681feb9675ed shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.767 sec - in org.jboss.weld.environment.se.test.implicit.ImplicitScanSmokeTest
Running org.jboss.weld.environment.se.test.implicit.disabled.ImplicitScanDisabledTest
Jan 18, 2018 5:52:26 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:26 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52:27 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.
Jan 18, 2018 5:52:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 269f10e3-93e9-4173-9089-19d7e0254c0f initialized
Jan 18, 2018 5:52:27 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 269f10e3-93e9-4173-9089-19d7e0254c0f shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.434 sec - in org.jboss.weld.environment.se.test.implicit.disabled.ImplicitScanDisabledTest
Running org.jboss.weld.environment.se.test.implicit.directory.ImplicitScanBeanArchiveDirectoryTest
Jan 18, 2018 5:52:28 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:28 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52:28 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.
Jan 18, 2018 5:52:29 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.
Jan 18, 2018 5:52:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5a026819-122a-488e-9113-da7f2946773f initialized
Jan 18, 2018 5:52:29 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5a026819-122a-488e-9113-da7f2946773f shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.95 sec - in org.jboss.weld.environment.se.test.implicit.directory.ImplicitScanBeanArchiveDirectoryTest
Running org.jboss.weld.environment.se.test.implicit.ImplicitScanSystemPropertySmokeTest
Jan 18, 2018 5:52:29 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:30 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52:30 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.
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e0a87498-5802-4652-9cbd-ae5100696cbe initialized
Jan 18, 2018 5:52:31 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e0a87498-5802-4652-9cbd-ae5100696cbe shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.746 sec - in org.jboss.weld.environment.se.test.implicit.ImplicitScanSystemPropertySmokeTest
Running org.jboss.weld.environment.se.test.scanning.ExplicitClassLoaderExtensionScanningTest
Jan 18, 2018 5:52:31 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:31 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 07f167b7-8ad7-4f87-bf53-a92f33d722b7 initialized
Jan 18, 2018 5:52:32 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 07f167b7-8ad7-4f87-bf53-a92f33d722b7 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 sec - in org.jboss.weld.environment.se.test.scanning.ExplicitClassLoaderExtensionScanningTest
Running org.jboss.weld.environment.se.test.scanning.ExplicitResourceLoaderExtensionScanningTest
Jan 18, 2018 5:52:33 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:33 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4e2b6c4f-1d6b-4265-80d0-e8033744b19e initialized
Jan 18, 2018 5:52:33 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4e2b6c4f-1d6b-4265-80d0-e8033744b19e shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.421 sec - in org.jboss.weld.environment.se.test.scanning.ExplicitResourceLoaderExtensionScanningTest
Running org.jboss.weld.environment.se.test.discovery.handler.AdditionalBeanArchiveHandlerTest
Jan 18, 2018 5:52:34 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:34 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52:34 AM org.jboss.weld.environment.deployment.discovery.DefaultBeanArchiveScanner getBeanArchiveReference
INFO: Unable to adapt URL: uberjar://some/beans.xml, using its external form instead
Jan 18, 2018 5:52:34 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.
Jan 18, 2018 5:52:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 76902250-0255-4946-aedc-b376c48c36ef initialized
Jan 18, 2018 5:52:35 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 76902250-0255-4946-aedc-b376c48c36ef shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.338 sec - in org.jboss.weld.environment.se.test.discovery.handler.AdditionalBeanArchiveHandlerTest
Running org.jboss.weld.environment.se.test.discovery.isolation.IsolationDisabledTest
Jan 18, 2018 5:52:35 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:36 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bd7cf1f3-4ef9-49e3-953a-debd0192fe59 initialized
Jan 18, 2018 5:52:36 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bd7cf1f3-4ef9-49e3-953a-debd0192fe59 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.416 sec - in org.jboss.weld.environment.se.test.discovery.isolation.IsolationDisabledTest
Running org.jboss.weld.environment.se.test.discovery.synthetic.bdm.SyntheticArchiveDiscoveryModeChangeTest
Jan 18, 2018 5:52:37 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:37 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e9ad2bc5-25ad-4323-a732-90068b311514 initialized
Jan 18, 2018 5:52:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e9ad2bc5-25ad-4323-a732-90068b311514 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:37 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f5b3eb6f-954f-4328-9a7d-576565ca4618 initialized
Jan 18, 2018 5:52:37 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f5b3eb6f-954f-4328-9a7d-576565ca4618 shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.396 sec - in org.jboss.weld.environment.se.test.discovery.synthetic.bdm.SyntheticArchiveDiscoveryModeChangeTest
Running org.jboss.weld.environment.se.test.discovery.disableJandex.JandexDiscoveryStrategyDisabledTest
Jan 18, 2018 5:52:38 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:39 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52:39 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000040: Jandex discovery strategy was disabled.
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a6c03da1-8135-4e26-bc19-da254387dd90 initialized
Jan 18, 2018 5:52:39 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a6c03da1-8135-4e26-bc19-da254387dd90 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.69 sec - in org.jboss.weld.environment.se.test.discovery.disableJandex.JandexDiscoveryStrategyDisabledTest
Running org.jboss.weld.environment.se.test.decorator.invalid.DecoratorWithPrivateConstructorTest
Jan 18, 2018 5:52:40 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:40 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52:40 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.
Jan 18, 2018 5:52: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.453 sec - in org.jboss.weld.environment.se.test.decorator.invalid.DecoratorWithPrivateConstructorTest
Running org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookNotRegisteredSystemPropertyTest
Jan 18, 2018 5:52:41 AM org.xnio.Xnio <clinit>
INFO: XNIO version 3.3.1.Final
Jan 18, 2018 5:52:41 AM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.3.1.Final
Jan 18, 2018 5:52:41 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:42 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5083ced3-d961-4515-aecf-e7f34c02b119 initialized
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.563 sec - in org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookNotRegisteredSystemPropertyTest
Running org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookRegisteredBeforeInitEventTest
Jan 18, 2018 5:52:43 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:43 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52:43 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.
Jan 18, 2018 5:52:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3e4faef9-44cf-4022-bf53-2052bad07270 initialized
Weld SE container 3e4faef9-44cf-4022-bf53-2052bad07270 shut down by shutdown hook
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.469 sec - in org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookRegisteredBeforeInitEventTest
Running org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookNotRegisteredBuilderTest
Jan 18, 2018 5:52:44 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:45 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8aee3931-4af2-42f1-b3e0-1d71658913d7 initialized
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.468 sec - in org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookNotRegisteredBuilderTest
Running org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookTest
Jan 18, 2018 5:52:46 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:46 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 82878638-183f-4b97-aba8-c0b5f8229bf8 initialized
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.423 sec - in org.jboss.weld.environment.se.test.shutdown.hook.ShutdownHookTest
Running org.jboss.weld.environment.se.test.instance.enhanced.selectType.WeldInstanceSelectTypeTest
Jan 18, 2018 5:52:47 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:48 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6bfb6784-dd29-428c-ab36-dff5bd32ccd8 initialized
Jan 18, 2018 5:52:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6bfb6784-dd29-428c-ab36-dff5bd32ccd8 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 226dd46c-97ea-4003-a146-a7760361298d initialized
Jan 18, 2018 5:52:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 226dd46c-97ea-4003-a146-a7760361298d shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b4e67a7e-24cd-46b6-80f6-a910a7fd459a initialized
Jan 18, 2018 5:52:48 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b4e67a7e-24cd-46b6-80f6-a910a7fd459a shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5b03060b-65ba-474f-b562-fc8a68e6306e initialized
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.634 sec - in org.jboss.weld.environment.se.test.instance.enhanced.selectType.WeldInstanceSelectTypeTest
Running org.jboss.weld.environment.se.test.instance.enhanced.WeldInstanceTest
Jan 18, 2018 5:52:49 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:49 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 071fd32d-f2cf-4d13-8d35-15481f69c103 initialized
Jan 18, 2018 5:52:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 071fd32d-f2cf-4d13-8d35-15481f69c103 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ac07cd3e-65c4-4173-8ebc-0d900e85b4bd initialized
Jan 18, 2018 5:52:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ac07cd3e-65c4-4173-8ebc-0d900e85b4bd shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:50 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 38c19b17-7961-4914-8d44-60b755e218e1 initialized
Jan 18, 2018 5:52:50 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 38c19b17-7961-4914-8d44-60b755e218e1 shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.652 sec - in org.jboss.weld.environment.se.test.instance.enhanced.WeldInstanceTest
Running org.jboss.weld.environment.se.test.instance.basic.InstanceTest
Jan 18, 2018 5:52:51 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:51 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:51 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b9aaf404-2ecd-452e-95bc-a5d33e0f99b5 initialized
Jan 18, 2018 5:52:51 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b9aaf404-2ecd-452e-95bc-a5d33e0f99b5 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.344 sec - in org.jboss.weld.environment.se.test.instance.basic.InstanceTest
Running org.jboss.weld.environment.se.test.service.AdditionalServiceTest
Jan 18, 2018 5:52:52 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:52 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6b089fc4-264b-45c0-9f58-e8be69276961 initialized
Jan 18, 2018 5:52:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6b089fc4-264b-45c0-9f58-e8be69276961 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0a0fdf7d-bbe1-4060-bb6a-9d228695183b initialized
Jan 18, 2018 5:52:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0a0fdf7d-bbe1-4060-bb6a-9d228695183b shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 524b0be2-745e-497f-8d70-dc0574a3771d initialized
Jan 18, 2018 5:52:53 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 524b0be2-745e-497f-8d70-dc0574a3771d shut down
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.538 sec - in org.jboss.weld.environment.se.test.service.AdditionalServiceTest
Running org.jboss.weld.environment.se.test.context.threadScope.ThreadScopedActiveInterceptorTest
Jan 18, 2018 5:52:53 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:54 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3321766a-11f0-46da-84cc-10ea87e4c42d initialized
Jan 18, 2018 5:52:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3321766a-11f0-46da-84cc-10ea87e4c42d shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 053303d3-32e6-427c-a5e8-9e6525624937 initialized
Jan 18, 2018 5:52:54 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 053303d3-32e6-427c-a5e8-9e6525624937 shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.533 sec - in org.jboss.weld.environment.se.test.context.threadScope.ThreadScopedActiveInterceptorTest
Running org.jboss.weld.environment.se.test.context.requestScope.postConstruct.ContextEventsFiredForPostConstructTest
Jan 18, 2018 5:52:55 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:55 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:56 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 052950b1-d800-4027-87a5-29dce0e804dd initialized
Jan 18, 2018 5:52:56 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 052950b1-d800-4027-87a5-29dce0e804dd shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.408 sec - in org.jboss.weld.environment.se.test.context.requestScope.postConstruct.ContextEventsFiredForPostConstructTest
Running org.jboss.weld.environment.se.test.context.requestScope.RequestScopedActiveInterceptorTest
Jan 18, 2018 5:52:56 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:57 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2d102442-24f9-4953-8705-c1e4b47f4c43 initialized
Jan 18, 2018 5:52:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2d102442-24f9-4953-8705-c1e4b47f4c43 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c81f3fa6-8b84-4770-9fd6-0609e8b39dd0 initialized
Jan 18, 2018 5:52:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c81f3fa6-8b84-4770-9fd6-0609e8b39dd0 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container bea0d117-cb34-4079-b968-4446646047a3 initialized
Jan 18, 2018 5:52:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container bea0d117-cb34-4079-b968-4446646047a3 shut down
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:57 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 03b22dc9-bf17-4754-bae7-39e603b1dd5b initialized
Jan 18, 2018 5:52:57 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 03b22dc9-bf17-4754-bae7-39e603b1dd5b shut down
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.59 sec - in org.jboss.weld.environment.se.test.context.requestScope.RequestScopedActiveInterceptorTest
Running org.jboss.weld.environment.se.test.devmode.DevelopmentModeDisabledSmokeTest
Jan 18, 2018 5:52:58 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:52:58 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:52: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.
Jan 18, 2018 5:52:59 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 28f3199f-f57d-4a6c-88ea-735fff1246b0 initialized
Jan 18, 2018 5:52:59 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 28f3199f-f57d-4a6c-88ea-735fff1246b0 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.376 sec - in org.jboss.weld.environment.se.test.devmode.DevelopmentModeDisabledSmokeTest
Running org.jboss.weld.environment.se.test.devmode.ProbeJmxIntegrationTest
Jan 18, 2018 5:52:59 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:53:00 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:53: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.
Jan 18, 2018 5:53: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.
Jan 18, 2018 5:53: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
=====================================
Jan 18, 2018 5:53: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/a88a6ad4-0eea-4fbd-91a9-70ec9a168d96.jar
Jan 18, 2018 5:53:00 AM org.jboss.weld.probe.Probe init
INFO: PROBE-000002: Processing bean deployment archive: org.jboss.weld.environment.deployment.WeldDeployment.additionalClasses
Jan 18, 2018 5:53:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c5b9aac3-eb23-45d2-84ca-4bb1b8e95d50 initialized
Jan 18, 2018 5:53:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c5b9aac3-eb23-45d2-84ca-4bb1b8e95d50 shut down
Jan 18, 2018 5:53: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.
Jan 18, 2018 5:53: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.
Jan 18, 2018 5:53: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
=====================================
Jan 18, 2018 5:53: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/a88a6ad4-0eea-4fbd-91a9-70ec9a168d96.jar
Jan 18, 2018 5:53:00 AM org.jboss.weld.probe.Probe init
INFO: PROBE-000002: Processing bean deployment archive: org.jboss.weld.environment.deployment.WeldDeployment.additionalClasses
Jan 18, 2018 5:53:00 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container abc5f486-fe8e-4c78-bdad-17df769841de initialized
Jan 18, 2018 5:53:00 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container abc5f486-fe8e-4c78-bdad-17df769841de shut down
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.759 sec - in org.jboss.weld.environment.se.test.devmode.ProbeJmxIntegrationTest
Running org.jboss.weld.environment.se.test.devmode.DevelopmentModeEnabledSmokeTest
Jan 18, 2018 5:53:01 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:53:01 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:53: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.
Jan 18, 2018 5:53:02 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.
Jan 18, 2018 5:53:02 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
=====================================
Jan 18, 2018 5:53:02 AM org.jboss.weld.probe.Probe init
INFO: PROBE-000002: Processing bean deployment archive: org.jboss.weld.environment.deployment.WeldDeployment.additionalClasses
Jan 18, 2018 5:53:02 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/403abf0d-4b07-49cb-be12-ba37fbab4df0.jar
Jan 18, 2018 5:53:02 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 63174d34-fca1-475b-862b-afe09ec65dd1 initialized
Jan 18, 2018 5:53:02 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 63174d34-fca1-475b-862b-afe09ec65dd1 shut down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.531 sec - in org.jboss.weld.environment.se.test.devmode.DevelopmentModeEnabledSmokeTest
Running org.jboss.weld.environment.se.test.event.enhanced.WeldEventTest
Jan 18, 2018 5:53:03 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:53:03 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:53:03 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.
Jan 18, 2018 5:53:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 74ee2cb7-ca7f-4488-a08c-1486351c4182 initialized
Jan 18, 2018 5:53:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 74ee2cb7-ca7f-4488-a08c-1486351c4182 shut down
Jan 18, 2018 5:53:03 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.
Jan 18, 2018 5:53:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 95bcceb7-4608-4774-b28b-50329bf107e8 initialized
Jan 18, 2018 5:53:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 95bcceb7-4608-4774-b28b-50329bf107e8 shut down
Jan 18, 2018 5:53:03 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.
Jan 18, 2018 5:53:03 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container af718a2d-7425-448c-84cd-954052874185 initialized
Jan 18, 2018 5:53:03 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container af718a2d-7425-448c-84cd-954052874185 shut down
Jan 18, 2018 5:53: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.
Jan 18, 2018 5:53:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d3b3bc9c-9613-4c03-ade2-10aed49ea30e initialized
Jan 18, 2018 5:53:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d3b3bc9c-9613-4c03-ade2-10aed49ea30e shut down
Jan 18, 2018 5:53: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.
Jan 18, 2018 5:53:04 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fcafaddc-810e-46b0-98b0-5502ede649e7 initialized
Jan 18, 2018 5:53:04 AM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fcafaddc-810e-46b0-98b0-5502ede649e7 shut down
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.73 sec - in org.jboss.weld.environment.se.test.event.enhanced.WeldEventTest
Running org.jboss.weld.environment.se.test.deployment.errors.SingleDeploymentErrorTest
Jan 18, 2018 5:53:04 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:53:05 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:53:05 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: 1.387 sec - in org.jboss.weld.environment.se.test.deployment.errors.SingleDeploymentErrorTest
Running org.jboss.weld.environment.se.test.deployment.errors.MultipleDeploymentErrorsTest
Jan 18, 2018 5:53:06 AM org.jboss.arquillian.container.se.server.Main main
INFO: JMXTestRunner initialized using [sun.misc.Launcher$AppClassLoader@764c12b6]
Jan 18, 2018 5:53:06 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:53: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.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.4 sec - in org.jboss.weld.environment.se.test.deployment.errors.MultipleDeploymentErrorsTest
Results :
Tests run: 57, 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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-tests/2.4.7-SNAPSHOT/weld-se-tests-2.4.7-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/2.4.7-SNAPSHOT/weld-se-tests-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/se/tests/target/weld-se-tests-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/se/weld-se-tests/2.4.7-SNAPSHOT/weld-se-tests-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Parent 2.4.7-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/2.4.7-SNAPSHOT/weld-servlet-parent-2.4.7-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Core 2.4.7-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.055 sec - in org.jboss.weld.environment.servlet.deployment.ServletContextBeanArchiveHandlerTest
Running org.jboss.weld.environment.servlet.undertow.UndertowSmokeTest
Jan 18, 2018 5:53:09 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001007: Initialize Weld using ServletContextListener
Jan 18, 2018 5:53:09 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:50)
Jan 18, 2018 5:53:10 AM org.jboss.weld.environment.deployment.discovery.DiscoveryStrategyFactory create
INFO: WELD-ENV-000020: Using jandex for bean discovery
Jan 18, 2018 5:53: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.
Jan 18, 2018 5:53:10 AM org.jboss.weld.bootstrap.FastAnnotatedTypeLoader initCheckTypeModifiers
INFO: WELD-000169: Jandex cannot distinguish inner and static nested classes! Update Jandex to 2.0.3.Final version or newer to improve scanning performance.
Jan 18, 2018 5:53:10 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.
Jan 18, 2018 5:53:10 AM org.jboss.weld.environment.undertow.UndertowContainer initialize
INFO: WELD-ENV-001302: Undertow detected, CDI injection will be available in Servlets, Filters and Listeners.
Jan 18, 2018 5:53:10 AM org.xnio.Xnio <clinit>
INFO: XNIO version 3.3.1.Final
Jan 18, 2018 5:53:10 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.732 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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-core/2.4.7-SNAPSHOT/weld-servlet-core-2.4.7-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/2.4.7-SNAPSHOT/weld-servlet-core-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/core/target/weld-servlet-core-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-core/2.4.7-SNAPSHOT/weld-servlet-core-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet (Uber Jar) 2.4.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-servlet ---
[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 ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-servlet ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-servlet ---
[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 ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-servlet ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-servlet ---
[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 ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-servlet ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-servlet ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/weld-servlet-2.4.7-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-servlet >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-servlet ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-servlet ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-servlet ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-servlet ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-servlet <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-servlet ---
[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 ---
[INFO] Including org.jboss.weld.servlet:weld-servlet-core:jar:2.4.7-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld.environment:weld-environment-common:jar:2.4.7-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.weld:weld-spi:jar:2.4.SP2 in the shaded jar.
[INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] Including org.jboss.weld.probe:weld-probe-core:jar:2.4.7-SNAPSHOT in the shaded jar.
[INFO] Excluding org.jboss.spec.javax.el:jboss-el-api_3.0_spec:jar:1.0.0.Alpha1 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:2.4.7-SNAPSHOT in the shaded jar.
[INFO] Including javax.enterprise:cdi-api:jar:1.2 in the shaded jar.
[INFO] Including org.jboss.weld:weld-api:jar:2.4.SP2 in the shaded jar.
[INFO] Including org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.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.weld:weld-core-jsf:jar:2.4.7-SNAPSHOT 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-2.4.7-SNAPSHOT.jar with /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/weld-servlet-2.4.7-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-2.4.7-SNAPSHOT-sources.jar with /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/weld-servlet-2.4.7-SNAPSHOT-shaded-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ weld-servlet ---
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/weld-servlet-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet/2.4.7-SNAPSHOT/weld-servlet-2.4.7-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/2.4.7-SNAPSHOT/weld-servlet-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/build/target/weld-servlet-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet/2.4.7-SNAPSHOT/weld-servlet-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Integration Tests (Base) 2.4.7-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 137 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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-base/2.4.7-SNAPSHOT/weld-servlet-test-base-2.4.7-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/2.4.7-SNAPSHOT/weld-servlet-test-base-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/base/target/weld-servlet-test-base-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-base/2.4.7-SNAPSHOT/weld-servlet-test-base-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Integration Tests (Tomcat) 2.4.7-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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.4.7-SNAPSHOT/weld-servlet-test-tomcat-2.4.7-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/2.4.7-SNAPSHOT/weld-servlet-test-tomcat-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/tomcat/target/weld-servlet-test-tomcat-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.4.7-SNAPSHOT/weld-servlet-test-tomcat-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Integration Tests (Jetty) 2.4.7-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-2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/2.4.7-SNAPSHOT/weld-servlet-test-jetty-2.4.7-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/2.4.7-SNAPSHOT/weld-servlet-test-jetty-2.4.7-SNAPSHOT.pom
[INFO] Installing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/environments/servlet/tests/jetty/target/weld-servlet-test-jetty-2.4.7-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/2.4.7-SNAPSHOT/weld-servlet-test-jetty-2.4.7-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ........................................ SUCCESS [ 2.768 s]
[INFO] Weld Implementation (Core) ......................... SUCCESS [ 35.014 s]
[INFO] Weld Core - JSF .................................... SUCCESS [ 1.527 s]
[INFO] Weld Implementation ................................ SUCCESS [ 0.888 s]
[INFO] Weld Probe Parent .................................. SUCCESS [ 0.365 s]
[INFO] Weld Probe Core .................................... SUCCESS [ 13.829 s]
[INFO] Weld Test Utilities ................................ SUCCESS [ 0.591 s]
[INFO] weld-probe-tests ................................... SUCCESS [ 2.602 s]
[INFO] Weld Core BOM ...................................... SUCCESS [ 0.082 s]
[INFO] JBoss AS7 Updater .................................. SUCCESS [ 0.803 s]
[INFO] Weld Porting Package for the CDI TCK 1.1 ........... SUCCESS [ 0.411 s]
[INFO] Weld Unit Tests .................................... SUCCESS [ 4.519 s]
[INFO] Weld Integration Tests (JBoss AS) .................. SUCCESS [ 22.012 s]
[INFO] AtInject TCK runner for Weld ....................... SUCCESS [ 2.033 s]
[INFO] CDI TCK runner (1.1, 1.2) for Weld (WildFly) ....... SUCCESS [ 28.626 s]
[INFO] Weld Environment Common ............................ SUCCESS [ 1.666 s]
[INFO] Weld SE (Core) ..................................... SUCCESS [ 16.277 s]
[INFO] Weld SE (Uber Jar) ................................. SUCCESS [ 0.982 s]
[INFO] Weld SE Parent ..................................... SUCCESS [ 0.199 s]
[INFO] Weld SE Tests ...................................... SUCCESS [ 48.527 s]
[INFO] Weld Servlet Parent ................................ SUCCESS [ 0.223 s]
[INFO] Weld Servlet Core .................................. SUCCESS [ 3.049 s]
[INFO] Weld Servlet (Uber Jar) ............................ SUCCESS [ 0.949 s]
[INFO] Weld Servlet Integration Tests (Base) .............. SUCCESS [ 0.718 s]
[INFO] Weld Servlet Integration Tests (Tomcat) ............ SUCCESS [ 1.065 s]
[INFO] Weld Servlet Integration Tests (Jetty) ............. SUCCESS [ 0.707 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:10 min
[INFO] Finished at: 2018-01-18T05:53:14-05:00
[INFO] Final Memory: 117M/379M
[INFO] ------------------------------------------------------------------------
+ [[ 2.4 == \m\a\s\t\e\r ]]
+ [[ 2.4 == \2\.\2 ]]
+ [[ 2.4 == \2\.\3 ]]
+ [[ 2.4 == \2\.\4 ]]
+ /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:2.4.7-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 Core - JSF
[INFO] Weld Implementation
[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 1.1
[INFO] Weld Unit Tests
[INFO] Weld Integration Tests (JBoss AS)
[INFO] AtInject TCK runner for Weld
[INFO] CDI TCK runner (1.1, 1.2) for Weld (WildFly)
[INFO] Weld Environment Common
[INFO] Weld SE (Core)
[INFO] Weld SE (Uber Jar)
[INFO] Weld SE Parent
[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 2.4.7-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: ba25ba1ec264cdf9e282f427794d478ed5c6cd05 at timestamp: January 18, 2018 5:53:17 AM EST
[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) 2.4.7-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 2 resources
[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 783 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/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:[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:[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
[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
[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/WeldCollections.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/WeldCollections.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 110 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/method/WeldMethodTest.java: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/test/java/org/jboss/weld/tests/unit/reflection/method/WeldMethodTest.java uses or overrides a deprecated API.
[INFO] /mnt/hudson_workspace/workspace/Weld-pull-request-executor/impl/src/test/java/org/jboss/weld/tests/unit/reflection/method/WeldMethodTest.java: Recompile with -Xlint:deprecation for details.
[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.106 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jboss.weld.tests.unit.util.collections.ImmutableListTest
Running org.jboss.weld.tests.unit.util.collections.WeldCollectionsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.118 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.002 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.013 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.SingletonSetTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.jboss.weld.tests.unit.util.collections.SingletonSetTest
Running org.jboss.weld.tests.unit.util.collections.IteratorsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jboss.weld.tests.unit.util.collections.IteratorsTest
Running org.jboss.weld.tests.unit.util.collections.ListMultimapTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.012 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.011 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.013 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: 1, 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.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: 3, 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 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.038 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 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.007 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.013 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.012 sec - in org.jboss.weld.tests.unit.hierarchy.discovery.event.EventTypeResolutionTest
Running org.jboss.weld.tests.unit.reflection.clazz.WeldClassTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.jboss.weld.tests.unit.reflection.clazz.WeldClassTest
Running org.jboss.weld.tests.unit.reflection.method.WeldMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.jboss.weld.tests.unit.reflection.method.WeldMethodTest
Running org.jboss.weld.tests.unit.reflection.util.Weld1102Test
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.013 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.013 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.001 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.004 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.027 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 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.013 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 sec - in org.jboss.weld.tests.unit.metadata.BeansXmlMergeTest
Running org.jboss.weld.tests.unit.el.WeldMethodExpressionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jboss.weld.tests.unit.el.WeldMethodExpressionTest
Running org.jboss.weld.tests.unit.serialization.BeanIdentifierIndexTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.jboss.weld.tests.unit.serialization.BeanIdentifierIndexTest
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: 297, 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-2.4.7-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-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Core - JSF 2.4.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-jsf ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-jsf ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-jsf ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core-jsf ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-core-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-core-jsf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core-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-core-jsf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-core-jsf ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-core-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.338 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-core-jsf ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/target/weld-core-jsf-2.4.7-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core-jsf >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core-jsf ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core-jsf ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core-jsf ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core-jsf <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core-jsf ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/jsf/target/weld-core-jsf-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Implementation 2.4.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core ---
[INFO] Deleting /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (attach-license) @ weld-core ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ weld-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ weld-core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:checkstyle (check-style) @ weld-core ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ weld-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ weld-core ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ weld-core ---
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ weld-core ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/weld-core-2.4.7-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ weld-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:maven-version (default) @ weld-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:parse-version (default) @ weld-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (set-build-properties) @ weld-core ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ weld-core <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ weld-core ---
[INFO] Building jar: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/not-really-sources.jar
[INFO] NOT adding java-sources to attached artifacts list.
[INFO]
[INFO] --- maven-shade-plugin:2.3:shade (default) @ weld-core ---
[INFO] Including org.jboss.weld:weld-core-impl:jar:2.4.7-SNAPSHOT in the shaded jar.
[INFO] Excluding javax.enterprise:cdi-api:jar:1.2 from the shaded jar.
[INFO] Excluding javax.inject:javax.inject:jar:1 from the shaded jar.
[INFO] Excluding org.jboss.weld:weld-api:jar:2.4.SP2 from the shaded jar.
[INFO] Excluding org.jboss.weld:weld-spi:jar:2.4.SP2 from the shaded jar.
[INFO] Excluding org.jboss.classfilewriter:jboss-classfilewriter:jar:1.1.2.Final from the shaded jar.
[INFO] Excluding org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:jar:1.0.0.Final from the shaded jar.
[INFO] Excluding org.jboss.spec.javax.el:jboss-el-api_3.0_spec:jar:1.0.0.Alpha1 from the shaded jar.
[INFO] Excluding org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec:jar:1.0.0.Final from the shaded jar.
[INFO] Excluding org.jboss.logging:jboss-logging:jar:3.2.1.Final from the shaded jar.
[INFO] Including org.jboss.weld:weld-core-jsf:jar:2.4.7-SNAPSHOT in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/weld-core-2.4.7-SNAPSHOT.jar with /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/weld-core-2.4.7-SNAPSHOT-shaded.jar
[INFO] Replacing original source artifact with shaded source artifact.
[INFO] Replacing /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/weld-core-2.4.7-SNAPSHOT-sources.jar with /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/target/weld-core-2.4.7-SNAPSHOT-shaded-sources.jar
[INFO] Dependency-reduced POM written at: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/bundles/impl/dependency-reduced-pom.xml
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Probe Parent 2.4.7-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 2.4.7-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.112 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.033 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.002 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.014 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.007 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.001 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-2.4.7-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-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Test Utilities 2.4.7-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 24 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-2.4.7-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-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building weld-probe-tests 2.4.7-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
-------------------------------------------------------
Jan 18, 2018 5:53:45 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.
Jan 18, 2018 5:53:45 AM org.jboss.as.arquillian.container.managed.ManagedDeployableContainer startInternal
WARNING: Bundles path is deprecated and no longer used.
Jan 18, 2018 5:53:45 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-11.0.0.Final, -Dorg.jboss.boot.log.file=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-11.0.0.Final/standalone/log/server.log, -Dlogging.configuration=file:/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-11.0.0.Final/standalone/configuration/logging.properties, -jar, /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-11.0.0.Final/jboss-modules.jar, -mp, /mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-11.0.0.Final/modules, org.jboss.as.standalone, -Djboss.home.dir=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-11.0.0.Final, -Djboss.server.base.dir=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-11.0.0.Final/standalone, -Djboss.server.log.dir=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-11.0.0.Final/standalone/log, -Djboss.server.config.dir=/mnt/hudson_workspace/workspace/Weld-pull-request-executor/container/wildfly-11.0.0.Final/standalone/configuration, -c=standalone-full.xml]
Jan 18, 2018 5:53:45 AM org.xnio.Xnio <clinit>
INFO: XNIO version 3.3.1.Final
Jan 18, 2018 5:53:45 AM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.3.1.Final
Jan 18, 2018 5:53:45 AM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 4.0.9.Final
Jan 18, 2018 5:53:52 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: 2.575 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.926 sec - in org.jboss.weld.probe.tests.integration.ProbeContextsTest
Running org.jboss.weld.probe.tests.integration.ProbeDeploymentsTest
Jan 18, 2018 5:53:57 AM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[404] contentType=[text/html]
Jan 18, 2018 5:53:57 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.694 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.697 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.457 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.493 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.491 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: 0.874 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.41 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.833 sec - in org.jboss.weld.probe.tests.integration.ProbeDefaultConfigurationPropertiesTest
Running org.jboss.weld.probe.tests.integration.ProbeConfigurationPropertiesTest
<body>
nIU78FJnX7b4HhuGtCBWiDWyFTZbynQt29Ql1YcL
</body>
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 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-2.4.7-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-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Core BOM 2.4.7-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 1.1 2.4.7-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-2.4.7-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-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Unit Tests 2.4.7-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
Jan 18, 2018 5:54:05 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.7 (2018-01-18 10:53)
Jan 18, 2018 5:54:05 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'.
Jan 18, 2018 5:54:05 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'.
Jan 18, 2018 5:54:05 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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54: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.
Jan 18, 2018 5:54:07 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.
Jan 18, 2018 5:54:07 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.
Jan 18, 2018 5:54:07 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.
Jan 18, 2018 5:54:07 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.
Jan 18, 2018 5:54:07 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.
Jan 18, 2018 5:54:07 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.
Jan 18, 2018 5:54:07 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.388 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-2.4.7-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-2.4.7-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Integration Tests (JBoss AS) 2.4.7-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.8:maven-version (default) @ weld-core-test-arquillian ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.8: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] --- build-helper-maven-plugin:1.8:add-test-source (add-test-source) @ weld-core-test-arquillian ---
[INFO] Test Source directory: /mnt/hudson_workspace/workspace/Weld-pull-request-executor/tests-arquillian/src/test/java8 added.
[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 95 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 2924 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: 1.246 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.523 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.607 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.251 sec - in org.jboss.weld.tests.beanManager.access.StandaloneTest
Running org.jboss.weld.tests.beanManager.injectionTarget.mdb.MessageDrivenInjectionTargetTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 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.381 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.26 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.199 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.308 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.506 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.341 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.415 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.313 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.279 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.249 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.19 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.148 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.26 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.592 sec - in org.jboss.weld.tests.beanManager.producer.SyntheticProducerTest
Running org.jboss.weld.tests.beanManager.serializability.ManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 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.309 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.206 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.387 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.483 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.363 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.165 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.157 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.1 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.09 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.084 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.121 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.099 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.097 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.1 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.079 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.164 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.23 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.19 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.171 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.111 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.293 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.121 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.288 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.547 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.399 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.366 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.338 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.978 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.722 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.367 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.284 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.37 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.314 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.268 sec - in org.jboss.weld.tests.contexts.conversation.weld1559.LazyConversationContextTest
Running org.jboss.weld.tests.contexts.conversation.invalidation.InvalidateConversationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec - in org.jboss.weld.tests.contexts.conversation.invalidation.InvalidateConversationTest
Running org.jboss.weld.tests.contexts.conversation.sessiontimeout.ConversationContextDestroyedOnSessionTimeoutTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.833 sec - in org.jboss.weld.tests.contexts.conversation.sessiontimeout.ConversationContextDestroyedOnSessionTimeoutTest
Running org.jboss.weld.tests.contexts.conversation.ClientConversationContextTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 sec - in org.jboss.weld.tests.contexts.conversation.ClientConversationContextTest
Running org.jboss.weld.tests.contexts.conversation.weld1418.Weld1418Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.696 sec - in org.jboss.weld.tests.contexts.conversation.weld1418.Weld1418Test
Running org.jboss.weld.tests.contexts.conversation.emptycid.EmptyCidConversationRestorationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec - in org.jboss.weld.tests.contexts.conversation.emptycid.EmptyCidConversationRestorationTest
Running org.jboss.weld.tests.contexts.errorpage.ErrorPageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec - in org.jboss.weld.tests.contexts.errorpage.ErrorPageTest
Running org.jboss.weld.tests.contexts.request.filtering.HttpRequestFilteringTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec - in org.jboss.weld.tests.contexts.request.filtering.HttpRequestFilteringTest
Running org.jboss.weld.tests.contexts.request.rmi.RmiRequestScopeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.146 sec - in org.jboss.weld.tests.contexts.request.rmi.RmiRequestScopeTest
Running org.jboss.weld.tests.contexts.request.postConstruct.singleton.complicated.RequestScopeActiveDuringSingletonStartupWithDependenciesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec - in org.jboss.weld.tests.contexts.request.postConstruct.singleton.complicated.RequestScopeActiveDuringSingletonStartupWithDependenciesTest
Running org.jboss.weld.tests.contexts.request.postConstruct.singleton.simple.RequestScopeActiveDuringSingletonStartupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in org.jboss.weld.tests.contexts.request.postConstruct.singleton.simple.RequestScopeActiveDuringSingletonStartupTest
Running org.jboss.weld.tests.contexts.request.postConstruct.slsb.RequestScopeActiveDuringSLSBInitializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec - in org.jboss.weld.tests.contexts.request.postConstruct.slsb.RequestScopeActiveDuringSLSBInitializationTest
Running org.jboss.weld.tests.contexts.request.event.RequestScopeEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec - in org.jboss.weld.tests.contexts.request.event.RequestScopeEventTest
Running org.jboss.weld.tests.contexts.request.startup.ejb.RequestScopeActiveDuringSingletonStartupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec - in org.jboss.weld.tests.contexts.request.startup.ejb.RequestScopeActiveDuringSingletonStartupTest
Running org.jboss.weld.tests.contexts.request.custom.CustomRequestContextDuringAsyncCallTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 sec - in org.jboss.weld.tests.contexts.request.custom.CustomRequestContextDuringAsyncCallTest
Running org.jboss.weld.tests.contexts.sessionInvalidation.InvalidateSessionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec - in org.jboss.weld.tests.contexts.sessionInvalidation.InvalidateSessionTest
Running org.jboss.weld.tests.contexts.ApplicationScopedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 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.099 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.087 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.076 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.103 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.081 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.087 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.141 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.143 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.135 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.1 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.088 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.191 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.146 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.123 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.127 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.112 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.234 sec - in org.jboss.weld.tests.contexts.ContextTest
Running org.jboss.weld.tests.contexts.weld1159.ContextDeadlockTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec - in org.jboss.weld.tests.contexts.weld1159.ContextDeadlockTest
Running org.jboss.weld.tests.contexts.cache.RequestScopedCacheLeakTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.944 sec - in org.jboss.weld.tests.contexts.cache.RequestScopedCacheLeakTest
Running org.jboss.weld.tests.contexts.session.event.SessionScopeEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec - in org.jboss.weld.tests.contexts.session.event.SessionScopeEventTest
Running org.jboss.weld.tests.contexts.session.weld1155.SessionScopedProducerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.203 sec - in org.jboss.weld.tests.contexts.session.weld1155.SessionScopedProducerTest
Running org.jboss.weld.tests.contexts.session.availability.SessionAvailabilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 sec - in org.jboss.weld.tests.contexts.session.availability.SessionAvailabilityTest
Running org.jboss.weld.tests.contexts.application.event.ear.noWebArchive.ApplicationContextInitializedEventFiredWithNoWebArchiveTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.635 sec - in org.jboss.weld.tests.contexts.application.event.ear.noWebArchive.ApplicationContextInitializedEventFiredWithNoWebArchiveTest
Running org.jboss.weld.tests.contexts.application.event.MultiWarTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec - in org.jboss.weld.tests.contexts.application.event.MultiWarTest
Running org.jboss.weld.tests.contexts.application.event.ApplicationScopeEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in org.jboss.weld.tests.contexts.application.event.ApplicationScopeEventTest
Running org.jboss.weld.tests.contexts.PassivatingContextTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 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.173 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.15 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.167 sec - in org.jboss.weld.tests.contexts.ParameterizedTypeScopedTest
Running org.jboss.weld.tests.ejb.mdb.dummy.EJBTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec - in org.jboss.weld.tests.ejb.mdb.dummy.EJBTest
Running org.jboss.weld.tests.ejb.mdb.EJBTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 sec - in org.jboss.weld.tests.ejb.mdb.EJBTest
Running org.jboss.weld.tests.ejb.proxy.privateMethods.EnterpriseBeanPrivateMethodProxyTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec - in org.jboss.weld.tests.ejb.proxy.privateMethods.EnterpriseBeanPrivateMethodProxyTest
Running org.jboss.weld.tests.ejb.dependent.stateful.DependentSessionBeanNotSharedOptimDisabledTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in org.jboss.weld.tests.ejb.dependent.stateful.DependentSessionBeanNotSharedOptimDisabledTest
Running org.jboss.weld.tests.ejb.dependent.stateful.DependentSessionBeanNotSharedOptimEnabledTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec - in org.jboss.weld.tests.ejb.dependent.stateful.DependentSessionBeanNotSharedOptimEnabledTest
Running org.jboss.weld.tests.ejb.business.view.EjbBusinessInterfaceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 sec - in org.jboss.weld.tests.ejb.business.view.EjbBusinessInterfaceTest
Running org.jboss.weld.tests.ejb.stateful.exception.StatefulSessionBeanRecreatedAfterDestroyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in org.jboss.weld.tests.ejb.stateful.exception.StatefulSessionBeanRecreatedAfterDestroyTest
Running org.jboss.weld.tests.ejb.singleton.SingletonStartupTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec - in org.jboss.weld.tests.ejb.singleton.SingletonStartupTest
Running org.jboss.weld.tests.ejb.duplicatenames.DuplicateEJBNamesDiscoveryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in org.jboss.weld.tests.ejb.duplicatenames.DuplicateEJBNamesDiscoveryTest
Running org.jboss.weld.tests.ejb.stateless.noInterfaceNonPublic.NoInterfaceNonPublicMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec - in org.jboss.weld.tests.ejb.stateless.noInterfaceNonPublic.NoInterfaceNonPublicMethodTest
Running org.jboss.weld.tests.ejb.interceptor.SessionBeanInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 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.035 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.078 sec - in org.jboss.weld.tests.ejb.EJBCallTest
Running org.jboss.weld.tests.ejb.EJBTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec - in org.jboss.weld.tests.ejb.EJBTest
Running org.jboss.weld.tests.el.weld1280.Weld1280Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec - in org.jboss.weld.tests.el.weld1280.Weld1280Test
Running org.jboss.weld.tests.el.resolver.ELResolverTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec - in org.jboss.weld.tests.el.resolver.ELResolverTest
Running org.jboss.weld.tests.enterprise.lifecycle.EnterpriseBeanLifecycleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec - in org.jboss.weld.tests.enterprise.lifecycle.EnterpriseBeanLifecycleTest
Running org.jboss.weld.tests.enterprise.lifecycle.EnterpriseBeanLifecycleRemoteTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec - in org.jboss.weld.tests.enterprise.lifecycle.EnterpriseBeanLifecycleRemoteTest
Running org.jboss.weld.tests.enterprise.EjbDescriptorLookupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec - in org.jboss.weld.tests.enterprise.EjbDescriptorLookupTest
Running org.jboss.weld.tests.enterprise.EnterpriseBeanDefinitionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 sec - in org.jboss.weld.tests.enterprise.EnterpriseBeanDefinitionTest
Running org.jboss.weld.tests.enterprise.validation.MultiwarProjectNameValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec - in org.jboss.weld.tests.enterprise.validation.MultiwarProjectNameValidationTest
Running org.jboss.weld.tests.enterprise.validation.MultiwarProjectNameValidation2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.jboss.weld.tests.enterprise.validation.MultiwarProjectNameValidation2Test
Running org.jboss.weld.tests.enterprise.proxyability.EnterpriseBeanLifecycleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec - in org.jboss.weld.tests.enterprise.proxyability.EnterpriseBeanLifecycleTest
Running org.jboss.weld.tests.enterprise.EnterpriseBeanTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec - in org.jboss.weld.tests.enterprise.EnterpriseBeanTest
Running org.jboss.weld.tests.enterprise.weld1234.Weld1234Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec - in org.jboss.weld.tests.enterprise.weld1234.Weld1234Test
Running org.jboss.weld.tests.event.observer.transactional.rollback.TransactionalObserverRollbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec - in org.jboss.weld.tests.event.observer.transactional.rollback.TransactionalObserverRollbackTest
Running org.jboss.weld.tests.event.observer.transactional.TransactionalObserversTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec - in org.jboss.weld.tests.event.observer.transactional.TransactionalObserversTest
Running org.jboss.weld.tests.event.observer.weld2338.ObserverInExtensionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 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.145 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.091 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.081 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.093 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.121 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.169 sec - in org.jboss.weld.tests.event.observer.superclass.SuperclassObservers2Test
Running org.jboss.weld.tests.event.observer.conditional.ConditionalObserverCustomContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 sec - in org.jboss.weld.tests.event.observer.conditional.ConditionalObserverCustomContextTest
Running org.jboss.weld.tests.event.tx.TxEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec - in org.jboss.weld.tests.event.tx.TxEventTest
Running org.jboss.weld.tests.event.parameterized.ParameterizedEventTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 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.106 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: 11.374 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.191 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.109 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.196 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.135 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.094 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.143 sec - in org.jboss.weld.tests.event.subtype.EventSelectTest
Running org.jboss.weld.tests.event.SimpleEventTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec - in org.jboss.weld.tests.event.SimpleEventTest
Running org.jboss.weld.tests.inheritance.weld824.veto.SuperclassVetoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec - in org.jboss.weld.tests.inheritance.weld824.veto.SuperclassVetoTest
Running org.jboss.weld.tests.inheritance.weld824.SuperclassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in org.jboss.weld.tests.inheritance.weld824.SuperclassTest
Running org.jboss.weld.tests.inheritance.generic.MemberLevelInheritanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec - in org.jboss.weld.tests.inheritance.generic.MemberLevelInheritanceTest
Running org.jboss.weld.tests.injectionPoint.resource.persistence.PersistenceInjectionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec - in org.jboss.weld.tests.injectionPoint.resource.persistence.PersistenceInjectionTest
Running org.jboss.weld.tests.injectionPoint.resource.ResourceInjectionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec - in org.jboss.weld.tests.injectionPoint.resource.ResourceInjectionTest
Running org.jboss.weld.tests.injectionPoint.observer.EventInjectionPointTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec - in org.jboss.weld.tests.injectionPoint.observer.EventInjectionPointTest
Running org.jboss.weld.tests.injectionPoint.custom.CustomBeanInjectionPointMetadataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 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.125 sec - in org.jboss.weld.tests.injectionPoint.weld1950.Weld1950InjectionPointTest
Running org.jboss.weld.tests.injectionPoint.weld1823.Weld1823Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec - in org.jboss.weld.tests.injectionPoint.weld1823.Weld1823Test
Running org.jboss.weld.tests.injectionPoint.InjectionPointTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec - in org.jboss.weld.tests.injectionPoint.InjectionPointTest
Running org.jboss.weld.tests.injectionPoint.weld1177.Weld1177Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec - in org.jboss.weld.tests.injectionPoint.weld1177.Weld1177Test
Running org.jboss.weld.tests.injectionPoint.enterprise.SessionBeanInjectionPointTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec - in org.jboss.weld.tests.injectionPoint.enterprise.SessionBeanInjectionPointTest
Running org.jboss.weld.tests.interceptors.aroundConstruct.integration.AroundConstructContainerIntegrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec - in org.jboss.weld.tests.interceptors.aroundConstruct.integration.AroundConstructContainerIntegrationTest
Running org.jboss.weld.tests.interceptors.aroundConstruct.basic.AroundConstructTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec - in org.jboss.weld.tests.interceptors.aroundConstruct.basic.AroundConstructTest
Running org.jboss.weld.tests.interceptors.aroundConstruct.extended.ejb.SessionBeanConstructorInterceptionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec - in org.jboss.weld.tests.interceptors.aroundConstruct.extended.ejb.SessionBeanConstructorInterceptionTest
Running org.jboss.weld.tests.interceptors.aroundConstruct.extended.ConstructorInterceptionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 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.021 sec - in org.jboss.weld.tests.interceptors.aroundConstruct.lifecycle.AroundConstructInterceptorLifecycleTest
Running org.jboss.weld.tests.interceptors.injection.ejb.EjbInterceptorInjectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.059 sec - in org.jboss.weld.tests.interceptors.injection.ejb.EjbInterceptorInjectionTest
Running org.jboss.weld.tests.interceptors.weld459.fccl.FinalClassClassLevelInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 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.089 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.06 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.095 sec - in org.jboss.weld.tests.interceptors.weld459.fmml.FinalMethodMethodLevelInterceptorTest
Running org.jboss.weld.tests.interceptors.injectionWithMethodExclusions.InjectionWithExclusionsOnMethodsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec - in org.jboss.weld.tests.interceptors.injectionWithMethodExclusions.InjectionWithExclusionsOnMethodsTest
Running org.jboss.weld.tests.interceptors.retrySimple.RetryInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 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.46 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.125 sec - in org.jboss.weld.tests.interceptors.finalEquals.InterceptedBeanWithFinalEqualsTest
Running org.jboss.weld.tests.interceptors.circularInvocation.ejb.CircularInvocationClassTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec - in org.jboss.weld.tests.interceptors.circularInvocation.ejb.CircularInvocationClassTest
Running org.jboss.weld.tests.interceptors.circularInvocation.SelfInvokingClassTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 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.145 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.155 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.217 sec - in org.jboss.weld.tests.interceptors.bridgemethods.managed.ManagedBeanBridgeMethodTest
Running org.jboss.weld.tests.interceptors.bridgemethods.ejb.EJBBridgeMethodTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.16 sec - in org.jboss.weld.tests.interceptors.bridgemethods.ejb.EJBBridgeMethodTest
Running org.jboss.weld.tests.interceptors.weld770.InterceptedBeanWithoutNoArgConstructorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 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.094 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.082 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.081 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.113 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.035 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.073 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.072 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.093 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.071 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.022 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 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.018 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.079 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.094 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.088 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.037 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.127 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.08 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.116 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.12 sec - in org.jboss.weld.tests.interceptors.lifecycle.LifecycleInterceptorOrderingTest
Running org.jboss.weld.tests.interceptors.interceptorsOrderWithEjbInterceptorOnClass.InterceptorOrderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec - in org.jboss.weld.tests.interceptors.interceptorsOrderWithEjbInterceptorOnClass.InterceptorOrderTest
Running org.jboss.weld.tests.interceptors.interceptorsOrderWithExclusions.InterceptorOrderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.jboss.weld.tests.interceptors.interceptorsOrderWithExclusions.InterceptorOrderTest
Running org.jboss.weld.tests.interceptors.weld1538.advanced.AdvancedInterceptorDelegatingChainTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 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.099 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.08 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.08 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.088 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.107 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.098 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.087 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.091 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.147 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.109 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.223 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.083 sec - in org.jboss.weld.tests.interceptors.ejb.EnterpriseBeanInterceptionTest
Running org.jboss.weld.tests.interceptors.self.SelfInvocationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 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.103 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.097 sec - in org.jboss.weld.tests.interceptors.extension.CustomInterceptorInvocationTest
Running org.jboss.weld.tests.interceptors.extension.CustomInterceptorRegistrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 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.096 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.188 sec - in org.jboss.weld.tests.interceptors.no.binding.InterceptorWithNoBindingTest
Running org.jboss.weld.tests.interceptors.lhotse.SplitInterceptorsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec - in org.jboss.weld.tests.interceptors.lhotse.SplitInterceptorsTest
Running org.jboss.weld.tests.interceptors.interceptorsOrderWithEjbInterceptorOnMethod.InterceptorOrderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec - in org.jboss.weld.tests.interceptors.interceptorsOrderWithEjbInterceptorOnMethod.InterceptorOrderTest
Running org.jboss.weld.tests.interceptors.suicide.SuicidalInterceptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.jboss.weld.tests.interceptors.suicide.SuicidalInterceptorTest
Running org.jboss.weld.tests.interceptors.resource.InterceptorResourceInjectionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec - in org.jboss.weld.tests.interceptors.resource.InterceptorResourceInjectionTest
Running org.jboss.weld.tests.interceptors.weld1174.InterceptorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec - in org.jboss.weld.tests.interceptors.weld1174.InterceptorTest
Running org.jboss.weld.tests.interceptors.injectionWithExclusions.InjectionWithExclusionsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.jboss.weld.tests.interceptors.injectionWithExclusions.InjectionWithExclusionsTest
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.071 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.128 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.116 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.082 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.087 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.099 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.086 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.119 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.099 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.093 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.09 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.087 sec - in org.jboss.weld.tests.interceptors.weld771.InterceptedBeanWithFinalMethodTest
Running org.jboss.weld.tests.interceptors.weld783.IgnoredAtEJBTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.jboss.weld.tests.interceptors.weld783.IgnoredAtEJBTest
Running org.jboss.weld.tests.interceptors.generic.SimpleWeldClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 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.08 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.086 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.121 sec - in org.jboss.weld.tests.interceptors.nondependent.NonDependentInterceptorTest
Running org.jboss.weld.tests.interceptors.global.accessibility.GlobalInterceptorAccessibilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec - in org.jboss.weld.tests.interceptors.global.accessibility.GlobalInterceptorAccessibilityTest
Running org.jboss.weld.tests.interceptors.weld1019.Weld1019Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in org.jboss.weld.tests.interceptors.weld1019.Weld1019Test
Running org.jboss.weld.tests.interceptors.delegation.InvocationContextProceedDelegationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 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.075 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.033 sec - in org.jboss.weld.tests.interceptors.InterceptionTest
Running org.jboss.weld.tests.jsf.flow.FlowMultipleWarTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 sec - in org.jboss.weld.tests.jsf.flow.FlowMultipleWarTest
Running org.jboss.weld.tests.jsf.managedbeans.ManagedBeansWithCDITest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec - in org.jboss.weld.tests.jsf.managedbeans.ManagedBeansWithCDITest
Running org.jboss.weld.tests.jsf.weld1037.Weld1037Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec - in org.jboss.weld.tests.jsf.weld1037.Weld1037Test
Running org.jboss.weld.tests.jsf.weld1247.Weld1247Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 sec - in org.jboss.weld.tests.jsf.weld1247.Weld1247Test
Running org.jboss.weld.tests.jsf.JsfTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec - in org.jboss.weld.tests.jsf.JsfTest
Running org.jboss.weld.tests.jsp.JspTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec - in org.jboss.weld.tests.jsp.JspTest
Running org.jboss.weld.tests.nonContextual.ExampleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec - in org.jboss.weld.tests.nonContextual.ExampleTest
Running org.jboss.weld.tests.nonContextual.ServletListenerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec - in org.jboss.weld.tests.nonContextual.ServletListenerTest
Running org.jboss.weld.tests.parser.ParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec - in org.jboss.weld.tests.parser.ParserTest
Running org.jboss.weld.tests.producer.field.named.NamedProducerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 sec - in org.jboss.weld.tests.producer.field.named.NamedProducerTest
Running org.jboss.weld.tests.producer.field.broken.invalidBeanType.NestedWildcardProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 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.068 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.053 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.042 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.043 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.071 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.11 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.101 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.077 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.069 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.07 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.064 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.076 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.069 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.056 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.066 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.048 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.071 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.054 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.112 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.129 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.098 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.791 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.112 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.089 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.095 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.097 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.12 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.097 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.012 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 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.039 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.148 sec - in org.jboss.weld.tests.producer.receiver.ReceiverBeanLifecycleTest
Running org.jboss.weld.tests.producer.ejb.parameterized.ProducerDeclaredOnParameterizedSessionBeanViewTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec - in org.jboss.weld.tests.producer.ejb.parameterized.ProducerDeclaredOnParameterizedSessionBeanViewTest
Running org.jboss.weld.tests.proxy.signed.ProxyCreationForSignedClassesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec - in org.jboss.weld.tests.proxy.signed.ProxyCreationForSignedClassesTest
Running org.jboss.weld.tests.proxy.weld1141.VarargsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 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.122 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.139 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.172 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.105 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.113 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.123 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.12 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.117 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.12 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.107 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.107 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.212 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.088 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.091 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.095 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.113 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.145 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.095 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.093 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.269 sec - in org.jboss.weld.tests.proxy.superclass.instance.Weld1834Test
Running org.jboss.weld.tests.proxy.sealed.ProxyCreationInSealedPackageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec - in org.jboss.weld.tests.proxy.sealed.ProxyCreationInSealedPackageTest
Running org.jboss.weld.tests.proxy.weld56.ProxyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in org.jboss.weld.tests.proxy.weld56.ProxyTest
Running org.jboss.weld.tests.proxy.weld1664.InterfaceStaticMethodProxyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.jboss.weld.tests.proxy.weld1664.InterfaceStaticMethodProxyTest
Running org.jboss.weld.tests.proxy.weld477.ProxiabilityTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 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.098 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.116 sec - in org.jboss.weld.tests.proxy.weld1052.UnproxyableBeanTypeValidationTest
Running org.jboss.weld.tests.proxy.privateconstructor.ProxyConstructorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec - in org.jboss.weld.tests.proxy.privateconstructor.ProxyConstructorTest
Running org.jboss.weld.tests.proxy.producer.ProxyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 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.083 sec - in org.jboss.weld.tests.proxy.enterprise.EnterpriseBeanProxyTest
Running org.jboss.weld.tests.proxy.modifiers.ClientProxyMethodModifiersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 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.11 sec - in org.jboss.weld.tests.proxy.weld1558.StaticNestedClassesProxyTest
Running org.jboss.weld.tests.resolution.circular.resource.ResourceCircularDependencyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec - in org.jboss.weld.tests.resolution.circular.resource.ResourceCircularDependencyTest
Running org.jboss.weld.tests.resolution.circular.self.SelfInjectionBeanTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.jboss.weld.tests.resolution.circular.self.SelfInjectionBeanTest
Running org.jboss.weld.tests.resolution.circular.CircularDependencyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.053 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.086 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.093 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.05 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.074 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.072 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.11 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.091 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.087 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.094 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.977 sec - in org.jboss.weld.tests.resolution.ResolutionTest
Running org.jboss.weld.tests.resources.ws.WebServiceResourceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 sec - in org.jboss.weld.tests.resources.ws.WebServiceResourceTest
Running org.jboss.weld.tests.resources.producer.non.dependent.NonDependentResourceProducerFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec - in org.jboss.weld.tests.resources.producer.non.dependent.NonDependentResourceProducerFieldTest
Running org.jboss.weld.tests.resources.proxy.weld1782.RequestScopeEventMessageDeliveryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 sec - in org.jboss.weld.tests.resources.proxy.weld1782.RequestScopeEventMessageDeliveryTest
Running org.jboss.weld.tests.resources.ResourceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec - in org.jboss.weld.tests.resources.ResourceTest
Running org.jboss.weld.tests.resources.EMFFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec - in org.jboss.weld.tests.resources.EMFFactoryTest
Running org.jboss.weld.tests.servlet.async.AsyncServletTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.257 sec - in org.jboss.weld.tests.servlet.async.AsyncServletTest
Running org.jboss.weld.tests.servlet.dispatch.DispatchingWithConversationFilterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec - in org.jboss.weld.tests.servlet.dispatch.DispatchingWithConversationFilterTest
Running org.jboss.weld.tests.servlet.dispatch.DispatchingTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec - in org.jboss.weld.tests.servlet.dispatch.DispatchingTest
Running org.jboss.weld.tests.servlet.ServletBeanTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec - in org.jboss.weld.tests.servlet.ServletBeanTest
Running org.jboss.weld.tests.specialization.weld802.SpecializationWithExtensionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec - in org.jboss.weld.tests.specialization.weld802.SpecializationWithExtensionTest
Running org.jboss.weld.tests.specialization.weld802.CustomWeldClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.jboss.weld.tests.specialization.weld802.CustomWeldClassTest
Running org.jboss.weld.tests.specialization.weld1651.broken.GenericBeanRawSpecialization01Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 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.079 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.058 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.06 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.049 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.05 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.087 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.087 sec - in org.jboss.weld.tests.specialization.weld1651.AdvancedGenericBeanSpecializationTest
Running org.jboss.weld.tests.specialization.weld1651.GenericSLSBRawSpecializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec - in org.jboss.weld.tests.specialization.weld1651.GenericSLSBRawSpecializationTest
Running org.jboss.weld.tests.specialization.weld1651.GenericBeanSpecializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 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.137 sec - in org.jboss.weld.tests.specialization.extension.broken.DifferentNamesOfSpecializedBeansTest
Running org.jboss.weld.tests.specialization.extension.bean.AfterBeanDiscoveryAddedBeanArchiveTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec - in org.jboss.weld.tests.specialization.extension.bean.AfterBeanDiscoveryAddedBeanArchiveTest
Running org.jboss.weld.tests.specialization.extension.veto.UsingVetoToPreventInconsistentSpecializationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 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.159 sec - in org.jbo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment