Skip to content

Instantly share code, notes, and snippets.

@tecsyscom
Created April 16, 2017 13:11
Show Gist options
  • Save tecsyscom/acf436b5b950fefe571e598f42f20dc0 to your computer and use it in GitHub Desktop.
Save tecsyscom/acf436b5b950fefe571e598f42f20dc0 to your computer and use it in GitHub Desktop.
keyCloak mvn install (3)
lient_id=customer-portal&redirect_uri=http%3A%2F%2Flocalhost%3A8082%2Fcustomer-portal&state=c44f4753-9c18-416d-be48-d3e82af5d64e&login=true&scope=openid
20:15:21,519 ERROR [org.keycloak.adapters.BearerTokenRequestAuthenticator] Failed to verify token
org.keycloak.common.VerificationException: Token type is incorrect. Expected 'Bearer' but was 'Refresh'
at org.keycloak.TokenVerifier.verify(TokenVerifier.java:160)
at org.keycloak.RSATokenVerifier.verify(RSATokenVerifier.java:89)
at org.keycloak.adapters.rotation.AdapterRSATokenVerifier.verifyToken(AdapterRSATokenVerifier.java:56)
at org.keycloak.adapters.rotation.AdapterRSATokenVerifier.verifyToken(AdapterRSATokenVerifier.java:37)
at org.keycloak.adapters.BearerTokenRequestAuthenticator.authenticateToken(BearerTokenRequestAuthenticator.java:87)
at org.keycloak.adapters.BearerTokenRequestAuthenticator.authenticate(BearerTokenRequestAuthenticator.java:82)
at org.keycloak.adapters.RequestAuthenticator.authenticate(RequestAuthenticator.java:68)
at org.keycloak.adapters.tomcat.AbstractKeycloakAuthenticatorValve.authenticateInternal(AbstractKeycloakAuthenticatorValve.java:206)
at org.keycloak.adapters.tomcat.KeycloakAuthenticatorValve.authenticate(KeycloakAuthenticatorValve.java:47)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:581)
at org.keycloak.adapters.tomcat.AbstractKeycloakAuthenticatorValve.invoke(AbstractKeycloakAuthenticatorValve.java:185)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:537)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1081)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:658)
at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:222)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1566)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1523)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Current url: http://localhost:8082/customer-portal
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Customer Portal
</title>
</head>
<body>
Stian Thorgersen
Bill Burke
</body>
</html>
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Product Portal
</title>
</head>
<body>
iPhone
iPad
uriEncodeTest=false
</body>
</html>
20:15:27,007 ERROR [org.keycloak.adapters.BearerTokenRequestAuthenticator] Failed to verify token
org.keycloak.common.VerificationException: Failed to parse JWT
at org.keycloak.TokenVerifier.parse(TokenVerifier.java:98)
at org.keycloak.TokenVerifier.getHeader(TokenVerifier.java:117)
at org.keycloak.RSATokenVerifier.getHeader(RSATokenVerifier.java:85)
at org.keycloak.adapters.rotation.AdapterRSATokenVerifier.verifyToken(AdapterRSATokenVerifier.java:55)
at org.keycloak.adapters.rotation.AdapterRSATokenVerifier.verifyToken(AdapterRSATokenVerifier.java:37)
at org.keycloak.adapters.BearerTokenRequestAuthenticator.authenticateToken(BearerTokenRequestAuthenticator.java:87)
at org.keycloak.adapters.BearerTokenRequestAuthenticator.authenticate(BearerTokenRequestAuthenticator.java:82)
at org.keycloak.adapters.RequestAuthenticator.authenticate(RequestAuthenticator.java:68)
at org.keycloak.adapters.tomcat.AbstractKeycloakAuthenticatorValve.authenticateInternal(AbstractKeycloakAuthenticatorValve.java:206)
at org.keycloak.adapters.tomcat.KeycloakAuthenticatorValve.authenticate(KeycloakAuthenticatorValve.java:47)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:581)
at org.keycloak.adapters.tomcat.AbstractKeycloakAuthenticatorValve.invoke(AbstractKeycloakAuthenticatorValve.java:185)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:537)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1081)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:658)
at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:222)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1566)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1523)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.keycloak.jose.jws.JWSInputException: java.lang.IllegalArgumentException: Parsing error
at org.keycloak.jose.jws.JWSInput.<init>(JWSInput.java:58)
at org.keycloak.TokenVerifier.parse(TokenVerifier.java:96)
... 24 more
Caused by: java.lang.IllegalArgumentException: Parsing error
at org.keycloak.jose.jws.JWSInput.<init>(JWSInput.java:45)
... 25 more
Apr 16, 2017 8:15:27 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8082"]
Apr 16, 2017 8:15:27 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Tomcat
Apr 16, 2017 8:15:27 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8082"]
Apr 16, 2017 8:15:27 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8082"]
20:15:27,548 INFO [org.hibernate.orm.connections] HHH10001008: Cleaning up connection pool [jdbc:h2:mem:test;DB_CLOSE_DELAY=-1]
20:15:27,575 INFO [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 96.739 sec - in org.keycloak.testsuite.TomcatTest
Results :
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ keycloak-testsuite-tomcat8 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/tomcat8/target/keycloak-testsuite-tomcat8-3.1.0.CR1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ keycloak-testsuite-tomcat8 ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-jar-plugin:2.2:test-jar (default) @ keycloak-testsuite-tomcat8 ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/tomcat8/target/keycloak-testsuite-tomcat8-3.1.0.CR1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ keycloak-testsuite-tomcat8 ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/tomcat8/target/keycloak-testsuite-tomcat8-3.1.0.CR1-SNAPSHOT.jar to /Users/mingderwang/.m2/repository/org/keycloak/keycloak-testsuite-tomcat8/3.1.0.CR1-SNAPSHOT/keycloak-testsuite-tomcat8-3.1.0.CR1-SNAPSHOT.jar
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/tomcat8/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/keycloak-testsuite-tomcat8/3.1.0.CR1-SNAPSHOT/keycloak-testsuite-tomcat8-3.1.0.CR1-SNAPSHOT.pom
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/tomcat8/target/keycloak-testsuite-tomcat8-3.1.0.CR1-SNAPSHOT-tests.jar to /Users/mingderwang/.m2/repository/org/keycloak/keycloak-testsuite-tomcat8/3.1.0.CR1-SNAPSHOT/keycloak-testsuite-tomcat8-3.1.0.CR1-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Test apps 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-test-apps ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-test-apps ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-test-apps ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-test-apps ---
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-test-apps ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-test-apps ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JS Console 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-test-apps-js-console ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-test-apps-js-console ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-test-apps-js-console ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-test-apps-js-console ---
[INFO]
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack-javascript-adapter) @ integration-arquillian-test-apps-js-console ---
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom (5 KB at 11.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (4 KB at 10.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom (6 KB at 14.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (2 KB at 4.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (6 KB at 15.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (2 KB at 4.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (3 KB at 7.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (2 KB at 4.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (2 KB at 5.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (2 KB at 4.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 1.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom (6 KB at 12.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar (17 KB at 31.2 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar (30 KB at 46.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar (31 KB at 45.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (151 KB at 131.9 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (37 KB at 24.8 KB/sec)
[INFO] Configured Artifact: org.keycloak:keycloak-js-adapter:3.1.0.CR1-SNAPSHOT:jar
[INFO] Unpacking /Users/mingderwang/src/keyCloak/keycloak/adapters/oidc/js/target/keycloak-js-adapter-3.1.0.CR1-SNAPSHOT.jar to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-console/target/js-console/js with includes "**/keycloak.js" and excludes ""
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ integration-arquillian-test-apps-js-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-console/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ integration-arquillian-test-apps-js-console ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ integration-arquillian-test-apps-js-console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-console/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ integration-arquillian-test-apps-js-console ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ integration-arquillian-test-apps-js-console ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.6:war (default-war) @ integration-arquillian-test-apps-js-console ---
[INFO] Packaging webapp
[INFO] Assembling webapp [integration-arquillian-test-apps-js-console] in [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-console/target/js-console]
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-console/src/main/webapp]
[INFO] Webapp assembled in [6 msecs]
[INFO] Building war: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-console/target/js-console.war
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-test-apps-js-console ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-test-apps-js-console ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-console/target/js-console.war to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-js-console/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-js-console-3.1.0.CR1-SNAPSHOT.war
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-console/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-js-console/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-js-console-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Test apps distribution 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-test-apps-dist ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-test-apps-dist ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-test-apps-dist ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-test-apps-dist ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ integration-arquillian-test-apps-dist ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/test-apps-dist/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ integration-arquillian-test-apps-dist ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (build-test-apps) @ integration-arquillian-test-apps-dist ---
Downloading: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
Downloaded: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 1.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
Downloaded: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (220 KB at 158.3 KB/sec)
[INFO] Executing tasks
main:
all:
[copy] Copying 6 files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/test-apps-dist/target/test-apps/js-console
[copy] Copying 40 files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/test-apps-dist/target/test-apps/photoz
[copy] Copying 7 files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/test-apps-dist/target/test-apps/hello-world-authz-service
[copy] Copying 14 files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/test-apps-dist/target/test-apps/servlet-authz-app
[copy] Copying 29 files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/test-apps-dist/target/test-apps/cors
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ integration-arquillian-test-apps-dist ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/test-apps-dist/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ integration-arquillian-test-apps-dist ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ integration-arquillian-test-apps-dist ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ integration-arquillian-test-apps-dist ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/test-apps-dist/target/test-apps-dist.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-test-apps-dist ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-assembly-plugin:2.5.5:single (assemble) @ integration-arquillian-test-apps-dist ---
[INFO] Reading assembly descriptor: assembly.xml
[INFO] Building zip: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/test-apps-dist/target/test-apps-dist.zip
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-test-apps-dist ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/test-apps-dist/target/test-apps-dist.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-dist/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-dist-3.1.0.CR1-SNAPSHOT.jar
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/test-apps-dist/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-dist/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-dist-3.1.0.CR1-SNAPSHOT.pom
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/test-apps-dist/target/test-apps-dist.zip to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-dist/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-dist-3.1.0.CR1-SNAPSHOT.zip
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JAX-RS Database Service Using OAuth Bearer Tokens 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-test-apps-js-database ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-test-apps-js-database ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-test-apps-js-database ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-test-apps-js-database ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ integration-arquillian-test-apps-js-database ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-database/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ integration-arquillian-test-apps-js-database ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-database/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ integration-arquillian-test-apps-js-database ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-database/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ integration-arquillian-test-apps-js-database ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ integration-arquillian-test-apps-js-database ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.6:war (default-war) @ integration-arquillian-test-apps-js-database ---
[INFO] Packaging webapp
[INFO] Assembling webapp [integration-arquillian-test-apps-js-database] in [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-database/target/js-database]
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-database/src/main/webapp]
[INFO] Webapp assembled in [10 msecs]
[INFO] Building war: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-database/target/js-database.war
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-test-apps-js-database ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-database/target/js-database-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-test-apps-js-database ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-database/target/js-database.war to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-js-database/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-js-database-3.1.0.CR1-SNAPSHOT.war
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-database/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-js-database/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-js-database-3.1.0.CR1-SNAPSHOT.pom
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/js-database/target/js-database-sources.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-js-database/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-js-database-3.1.0.CR1-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Keycloak Authz: PhotoZ Test Parent 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-test-apps-photoz-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-test-apps-photoz-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-test-apps-photoz-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-test-apps-photoz-parent ---
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-test-apps-photoz-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-test-apps-photoz-parent ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-photoz-parent/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-photoz-parent-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Keycloak Authz Test: Photoz RESTful API 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ photoz-restful-api ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ photoz-restful-api ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ photoz-restful-api ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ photoz-restful-api ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ photoz-restful-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 2 resources
[INFO] Copying file META-INF/beans.xml
[INFO] Copying file META-INF/persistence.xml
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ photoz-restful-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-restful-api/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-restful-api/src/main/java/org/keycloak/example/photoz/admin/AdminAlbumService.java:[52,88] unchecked conversion
required: java.util.List<org.keycloak.example.photoz.entity.Album>
found: java.util.List
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ photoz-restful-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-restful-api/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ photoz-restful-api ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ photoz-restful-api ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.6:war (default-war) @ photoz-restful-api ---
[INFO] Packaging webapp
[INFO] Assembling webapp [photoz-restful-api] in [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-restful-api/target/photoz-restful-api]
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-restful-api/src/main/webapp]
[INFO] Webapp assembled in [21 msecs]
[INFO] Building war: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-restful-api/target/photoz-restful-api.war
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ photoz-restful-api ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-restful-api/target/photoz-restful-api-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ photoz-restful-api ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-restful-api/target/photoz-restful-api.war to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/photoz-restful-api/3.1.0.CR1-SNAPSHOT/photoz-restful-api-3.1.0.CR1-SNAPSHOT.war
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-restful-api/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/photoz-restful-api/3.1.0.CR1-SNAPSHOT/photoz-restful-api-3.1.0.CR1-SNAPSHOT.pom
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-restful-api/target/photoz-restful-api-sources.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/photoz-restful-api/3.1.0.CR1-SNAPSHOT/photoz-restful-api-3.1.0.CR1-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Keycloak Authz Tests: Photoz HTML5 Client 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ photoz-html5-client ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ photoz-html5-client ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ photoz-html5-client ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ photoz-html5-client ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ photoz-html5-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-html5-client/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ photoz-html5-client ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ photoz-html5-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-html5-client/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ photoz-html5-client ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ photoz-html5-client ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.6:war (default-war) @ photoz-html5-client ---
[INFO] Packaging webapp
[INFO] Assembling webapp [photoz-html5-client] in [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-html5-client/target/photoz-html5-client]
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-html5-client/src/main/webapp]
[INFO] Webapp assembled in [15 msecs]
[INFO] Building war: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-html5-client/target/photoz-html5-client.war
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ photoz-html5-client ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ photoz-html5-client ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-html5-client/target/photoz-html5-client.war to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/photoz-html5-client/3.1.0.CR1-SNAPSHOT/photoz-html5-client-3.1.0.CR1-SNAPSHOT.war
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-html5-client/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/photoz-html5-client/3.1.0.CR1-SNAPSHOT/photoz-html5-client-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Keycloak Authz Tests: Photoz Authz Rule-based Policy 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ photoz-authz-policy ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ photoz-authz-policy ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ photoz-authz-policy ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ photoz-authz-policy ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ photoz-authz-policy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 5 resources
[INFO] Copying file com/photoz/authz/policy/contextual/Main.drl
[INFO] Copying file com.photoz.authz.policy.admin/Main.drl
[INFO] Copying file com.photoz.authz.policy.resource.owner/Main.drl
[INFO] Copying file com.photoz.authz.policy.user/Main.drl
[INFO] Copying file META-INF/kmodule.xml
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ photoz-authz-policy ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ photoz-authz-policy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-authz-policy/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ photoz-authz-policy ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ photoz-authz-policy ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ photoz-authz-policy ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-authz-policy/target/photoz-authz-policy-3.1.0.CR1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ photoz-authz-policy ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-authz-policy/target/photoz-authz-policy-3.1.0.CR1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ photoz-authz-policy ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-authz-policy/target/photoz-authz-policy-3.1.0.CR1-SNAPSHOT.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/photoz-authz-policy/3.1.0.CR1-SNAPSHOT/photoz-authz-policy-3.1.0.CR1-SNAPSHOT.jar
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-authz-policy/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/photoz-authz-policy/3.1.0.CR1-SNAPSHOT/photoz-authz-policy-3.1.0.CR1-SNAPSHOT.pom
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/photoz/photoz-authz-policy/target/photoz-authz-policy-3.1.0.CR1-SNAPSHOT-sources.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/photoz-authz-policy/3.1.0.CR1-SNAPSHOT/photoz-authz-policy-3.1.0.CR1-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Keycloak Authz Tests: Hello World Example 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ hello-world-authz-service ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ hello-world-authz-service ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ hello-world-authz-service ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ hello-world-authz-service ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ hello-world-authz-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/hello-world-authz-service/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ hello-world-authz-service ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ hello-world-authz-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/hello-world-authz-service/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ hello-world-authz-service ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ hello-world-authz-service ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.6:war (default-war) @ hello-world-authz-service ---
[INFO] Packaging webapp
[INFO] Assembling webapp [hello-world-authz-service] in [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/hello-world-authz-service/target/hello-world-authz-service-3.1.0.CR1-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/hello-world-authz-service/src/main/webapp]
[INFO] Webapp assembled in [5 msecs]
[INFO] Building war: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/hello-world-authz-service/target/hello-world-authz-service-3.1.0.CR1-SNAPSHOT.war
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ hello-world-authz-service ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hello-world-authz-service ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/hello-world-authz-service/target/hello-world-authz-service-3.1.0.CR1-SNAPSHOT.war to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/hello-world-authz-service/3.1.0.CR1-SNAPSHOT/hello-world-authz-service-3.1.0.CR1-SNAPSHOT.war
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/hello-world-authz-service/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/hello-world-authz-service/3.1.0.CR1-SNAPSHOT/hello-world-authz-service-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Keycloak Authz: Servlet Authorization Test 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ servlet-authz-app ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ servlet-authz-app ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ servlet-authz-app ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ servlet-authz-app ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ servlet-authz-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlet-authz/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ servlet-authz-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ servlet-authz-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlet-authz/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ servlet-authz-app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ servlet-authz-app ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.6:war (default-war) @ servlet-authz-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-authz-app] in [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlet-authz/target/servlet-authz-app]
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlet-authz/src/main/webapp]
[INFO] Webapp assembled in [10 msecs]
[INFO] Building war: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlet-authz/target/servlet-authz-app.war
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ servlet-authz-app ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-authz-app ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlet-authz/target/servlet-authz-app.war to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/servlet-authz-app/3.1.0.CR1-SNAPSHOT/servlet-authz-app-3.1.0.CR1-SNAPSHOT.war
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlet-authz/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/servlet-authz-app/3.1.0.CR1-SNAPSHOT/servlet-authz-app-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building integration-arquillian-test-apps-servlets 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-test-apps-servlets ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-test-apps-servlets ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-test-apps-servlets ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-test-apps-servlets ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ integration-arquillian-test-apps-servlets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlets/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ integration-arquillian-test-apps-servlets ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlets/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlets/src/main/java/org/keycloak/testsuite/adapter/servlet/KerberosCredDelegServlet.java:[93,16] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlets/src/main/java/org/keycloak/testsuite/adapter/servlet/KerberosCredDelegServlet.java:[94,16] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlets/src/main/java/org/keycloak/testsuite/adapter/servlet/KerberosCredDelegServlet.java:[97,20] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlets/src/main/java/org/keycloak/testsuite/adapter/servlet/KerberosCredDelegServlet.java:[98,20] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ integration-arquillian-test-apps-servlets ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlets/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ integration-arquillian-test-apps-servlets ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ integration-arquillian-test-apps-servlets ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ integration-arquillian-test-apps-servlets ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlets/target/integration-arquillian-test-apps-servlets-3.1.0.CR1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-test-apps-servlets ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlets/target/integration-arquillian-test-apps-servlets-3.1.0.CR1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-test-apps-servlets ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlets/target/integration-arquillian-test-apps-servlets-3.1.0.CR1-SNAPSHOT.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-servlets/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-servlets-3.1.0.CR1-SNAPSHOT.jar
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlets/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-servlets/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-servlets-3.1.0.CR1-SNAPSHOT.pom
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/servlets/target/integration-arquillian-test-apps-servlets-3.1.0.CR1-SNAPSHOT-sources.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-servlets/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-servlets-3.1.0.CR1-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Keycloak Test App Profile JEE 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ keycloak-test-app-profile-jee ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ keycloak-test-app-profile-jee ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ keycloak-test-app-profile-jee ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ keycloak-test-app-profile-jee ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ keycloak-test-app-profile-jee ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/app-profile-jee/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ keycloak-test-app-profile-jee ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/app-profile-jee/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ keycloak-test-app-profile-jee ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/app-profile-jee/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ keycloak-test-app-profile-jee ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ keycloak-test-app-profile-jee ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.6:war (default-war) @ keycloak-test-app-profile-jee ---
[INFO] Packaging webapp
[INFO] Assembling webapp [keycloak-test-app-profile-jee] in [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/app-profile-jee/target/app-profile-jee]
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/app-profile-jee/src/main/webapp]
[INFO] Webapp assembled in [13 msecs]
[INFO] Building war: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/app-profile-jee/target/app-profile-jee.war
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ keycloak-test-app-profile-jee ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/app-profile-jee/target/app-profile-jee-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ keycloak-test-app-profile-jee ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/app-profile-jee/target/app-profile-jee.war to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/keycloak-test-app-profile-jee/3.1.0.CR1-SNAPSHOT/keycloak-test-app-profile-jee-3.1.0.CR1-SNAPSHOT.war
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/app-profile-jee/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/keycloak-test-app-profile-jee/3.1.0.CR1-SNAPSHOT/keycloak-test-app-profile-jee-3.1.0.CR1-SNAPSHOT.pom
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/app-profile-jee/target/app-profile-jee-sources.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/keycloak-test-app-profile-jee/3.1.0.CR1-SNAPSHOT/keycloak-test-app-profile-jee-3.1.0.CR1-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building integration-arquillian-test-apps-cors-parent 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-test-apps-cors-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-test-apps-cors-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-test-apps-cors-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-test-apps-cors-parent ---
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-test-apps-cors-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-test-apps-cors-parent ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-cors-parent/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-cors-parent-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Angular Product Portal JS 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO]
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack-javascript-adapter) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO] Configured Artifact: org.keycloak:keycloak-js-adapter:3.1.0.CR1-SNAPSHOT:jar
[INFO] Unpacking /Users/mingderwang/src/keyCloak/keycloak/adapters/oidc/js/target/keycloak-js-adapter-3.1.0.CR1-SNAPSHOT.jar to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/angular-product/target/angular-cors-product/js with includes "**/keycloak.js" and excludes ""
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/angular-product/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/angular-product/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.6:war (default-war) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO] Packaging webapp
[INFO] Assembling webapp [integration-arquillian-test-apps-cors-angular-product] in [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/angular-product/target/angular-cors-product]
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/angular-product/src/main/webapp]
[INFO] Webapp assembled in [25 msecs]
[INFO] Building war: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/angular-product/target/angular-cors-product.war
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-test-apps-cors-angular-product ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/angular-product/target/angular-cors-product.war to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-cors-angular-product/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-cors-angular-product-3.1.0.CR1-SNAPSHOT.war
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/angular-product/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-cors-angular-product/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-cors-angular-product-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JAX-RS Database Service Using OAuth Bearer Tokens 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-test-apps-cors-database-service ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-test-apps-cors-database-service ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-test-apps-cors-database-service ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-test-apps-cors-database-service ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ integration-arquillian-test-apps-cors-database-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/database-service/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ integration-arquillian-test-apps-cors-database-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/database-service/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ integration-arquillian-test-apps-cors-database-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/database-service/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ integration-arquillian-test-apps-cors-database-service ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ integration-arquillian-test-apps-cors-database-service ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-war-plugin:2.6:war (default-war) @ integration-arquillian-test-apps-cors-database-service ---
[INFO] Packaging webapp
[INFO] Assembling webapp [integration-arquillian-test-apps-cors-database-service] in [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/database-service/target/cors-database]
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/database-service/src/main/webapp]
[INFO] Webapp assembled in [7 msecs]
[INFO] Building war: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/database-service/target/cors-database.war
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-test-apps-cors-database-service ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/database-service/target/cors-database-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-test-apps-cors-database-service ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/database-service/target/cors-database.war to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-cors-database-service/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-cors-database-service-3.1.0.CR1-SNAPSHOT.war
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/database-service/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-cors-database-service/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-cors-database-service-3.1.0.CR1-SNAPSHOT.pom
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-apps/cors/database-service/target/cors-database-sources.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-apps-cors-database-service/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-apps-cors-database-service-3.1.0.CR1-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Test utils 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.jboss.org/nexus/content/groups/public/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom
Downloading: https://repo.maven.apache.org/maven2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.pom (21 KB at 43.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar
Downloading: https://repo.maven.apache.org/maven2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-configuration/commons-configuration/1.10/commons-configuration-1.10.jar (355 KB at 225.6 KB/sec)
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-test-utils ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-test-utils ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-test-utils ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-test-utils ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ integration-arquillian-test-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-utils/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ integration-arquillian-test-utils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-utils/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ integration-arquillian-test-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-utils/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ integration-arquillian-test-utils ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ integration-arquillian-test-utils ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ integration-arquillian-test-utils ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-utils/target/integration-arquillian-test-utils-3.1.0.CR1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-test-utils ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-utils/target/integration-arquillian-test-utils-3.1.0.CR1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-test-utils ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-utils/target/integration-arquillian-test-utils-3.1.0.CR1-SNAPSHOT.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-utils/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-utils-3.1.0.CR1-SNAPSHOT.jar
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-utils/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-utils/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-utils-3.1.0.CR1-SNAPSHOT.pom
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/test-utils/target/integration-arquillian-test-utils-3.1.0.CR1-SNAPSHOT-sources.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-test-utils/3.1.0.CR1-SNAPSHOT/integration-arquillian-test-utils-3.1.0.CR1-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Auth Server - JBoss 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-servers-auth-server-jboss ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-servers-auth-server-jboss ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-servers-auth-server-jboss ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-servers-auth-server-jboss ---
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-servers-auth-server-jboss ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-servers-auth-server-jboss ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/jboss/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-servers-auth-server-jboss/3.1.0.CR1-SNAPSHOT/integration-arquillian-servers-auth-server-jboss-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Auth Server - Undertow 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/junit/arquillian-junit-container/1.1.11.Final/arquillian-junit-container-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/junit/arquillian-junit-container/1.1.11.Final/arquillian-junit-container-1.1.11.Final.pom (4 KB at 3.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-build/1.1.11.Final/arquillian-build-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-build/1.1.11.Final/arquillian-build-1.1.11.Final.pom (4 KB at 6.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-parent/1.1.11.Final/arquillian-parent-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-parent/1.1.11.Final/arquillian-parent-1.1.11.Final.pom (6 KB at 10.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/junit/arquillian-junit-core/1.1.11.Final/arquillian-junit-core-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/junit/arquillian-junit-core/1.1.11.Final/arquillian-junit-core-1.1.11.Final.pom (4 KB at 4.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/test/arquillian-test-spi/1.1.11.Final/arquillian-test-spi-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/test/arquillian-test-spi/1.1.11.Final/arquillian-test-spi-1.1.11.Final.pom (2 KB at 2.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/core/arquillian-core-spi/1.1.11.Final/arquillian-core-spi-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/core/arquillian-core-spi/1.1.11.Final/arquillian-core-spi-1.1.11.Final.pom (2 KB at 1.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/core/arquillian-core-api/1.1.11.Final/arquillian-core-api-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/core/arquillian-core-api/1.1.11.Final/arquillian-core-api-1.1.11.Final.pom (2 KB at 1.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/test/arquillian-test-api/1.1.11.Final/arquillian-test-api-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/test/arquillian-test-api/1.1.11.Final/arquillian-test-api-1.1.11.Final.pom (2 KB at 1.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-test-api/1.1.11.Final/arquillian-container-test-api-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-test-api/1.1.11.Final/arquillian-container-test-api-1.1.11.Final.pom (2 KB at 1.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-api/1.2.3/shrinkwrap-api-1.2.3.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-api/1.2.3/shrinkwrap-api-1.2.3.pom (4 KB at 4.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-parent/1.2.3/shrinkwrap-parent-1.2.3.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-parent/1.2.3/shrinkwrap-parent-1.2.3.pom (11 KB at 18.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-test-spi/1.1.11.Final/arquillian-container-test-spi-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-test-spi/1.1.11.Final/arquillian-container-test-spi-1.1.11.Final.pom (2 KB at 2.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-spi/1.1.11.Final/arquillian-container-spi-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-spi/1.1.11.Final/arquillian-container-spi-1.1.11.Final.pom (3 KB at 3.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/config/arquillian-config-api/1.1.11.Final/arquillian-config-api-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/config/arquillian-config-api/1.1.11.Final/arquillian-config-api-1.1.11.Final.pom (2 KB at 1.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-api-base/2.0.0-alpha-8/shrinkwrap-descriptors-api-base-2.0.0-alpha-8.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-api-base/2.0.0-alpha-8/shrinkwrap-descriptors-api-base-2.0.0-alpha-8.pom (2 KB at 1.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-parent/2.0.0-alpha-8/shrinkwrap-descriptors-parent-2.0.0-alpha-8.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-parent/2.0.0-alpha-8/shrinkwrap-descriptors-parent-2.0.0-alpha-8.pom (13 KB at 23.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/config/arquillian-config-impl-base/1.1.11.Final/arquillian-config-impl-base-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/config/arquillian-config-impl-base/1.1.11.Final/arquillian-config-impl-base-1.1.11.Final.pom (3 KB at 3.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-spi/2.0.0-alpha-8/shrinkwrap-descriptors-spi-2.0.0-alpha-8.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-spi/2.0.0-alpha-8/shrinkwrap-descriptors-spi-2.0.0-alpha-8.pom (2 KB at 2.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/core/arquillian-core-impl-base/1.1.11.Final/arquillian-core-impl-base-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/core/arquillian-core-impl-base/1.1.11.Final/arquillian-core-impl-base-1.1.11.Final.pom (2 KB at 2.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/test/arquillian-test-impl-base/1.1.11.Final/arquillian-test-impl-base-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/test/arquillian-test-impl-base/1.1.11.Final/arquillian-test-impl-base-1.1.11.Final.pom (3 KB at 3.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-impl-base/1.1.11.Final/arquillian-container-impl-base-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-impl-base/1.1.11.Final/arquillian-container-impl-base-1.1.11.Final.pom (4 KB at 5.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-test-impl-base/1.1.11.Final/arquillian-container-test-impl-base-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-test-impl-base/1.1.11.Final/arquillian-container-test-impl-base-1.1.11.Final.pom (4 KB at 6.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-impl-base/1.2.3/shrinkwrap-impl-base-1.2.3.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-impl-base/1.2.3/shrinkwrap-impl-base-1.2.3.pom (4 KB at 5.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-spi/1.2.3/shrinkwrap-spi-1.2.3.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-spi/1.2.3/shrinkwrap-spi-1.2.3.pom (2 KB at 1.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/undertow-embedded/1.0.0.Alpha2/undertow-embedded-1.0.0.Alpha2.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/undertow-embedded/1.0.0.Alpha2/undertow-embedded-1.0.0.Alpha2.pom (3 KB at 2.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-parent-undertow/1.0.0.Alpha2/arquillian-parent-undertow-1.0.0.Alpha2.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-parent-undertow/1.0.0.Alpha2/arquillian-parent-undertow-1.0.0.Alpha2.pom (4 KB at 5.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-bom/1.1.1.Final/arquillian-bom-1.1.1.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-bom/1.1.1.Final/arquillian-bom-1.1.1.Final.pom (11 KB at 17.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/shrinkwrap-container-undertow/1.0.0.Alpha2/shrinkwrap-container-undertow-1.0.0.Alpha2.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/shrinkwrap-container-undertow/1.0.0.Alpha2/shrinkwrap-container-undertow-1.0.0.Alpha2.pom (2 KB at 2.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/testenricher/arquillian-testenricher-initialcontext/1.1.11.Final/arquillian-testenricher-initialcontext-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/testenricher/arquillian-testenricher-initialcontext/1.1.11.Final/arquillian-testenricher-initialcontext-1.1.11.Final.pom (2 KB at 2.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/junit/arquillian-junit-container/1.1.11.Final/arquillian-junit-container-1.1.11.Final.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/junit/arquillian-junit-core/1.1.11.Final/arquillian-junit-core-1.1.11.Final.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/test/arquillian-test-api/1.1.11.Final/arquillian-test-api-1.1.11.Final.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/core/arquillian-core-api/1.1.11.Final/arquillian-core-api-1.1.11.Final.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/test/arquillian-test-spi/1.1.11.Final/arquillian-test-spi-1.1.11.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/junit/arquillian-junit-container/1.1.11.Final/arquillian-junit-container-1.1.11.Final.jar (9 KB at 13.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/core/arquillian-core-spi/1.1.11.Final/arquillian-core-spi-1.1.11.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/core/arquillian-core-spi/1.1.11.Final/arquillian-core-spi-1.1.11.Final.jar (27 KB at 22.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-test-api/1.1.11.Final/arquillian-container-test-api-1.1.11.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/core/arquillian-core-api/1.1.11.Final/arquillian-core-api-1.1.11.Final.jar (10 KB at 7.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-api/1.2.3/shrinkwrap-api-1.2.3.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/test/arquillian-test-api/1.1.11.Final/arquillian-test-api-1.1.11.Final.jar (4 KB at 2.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-test-spi/1.1.11.Final/arquillian-container-test-spi-1.1.11.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/test/arquillian-test-spi/1.1.11.Final/arquillian-test-spi-1.1.11.Final.jar (41 KB at 26.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/core/arquillian-core-impl-base/1.1.11.Final/arquillian-core-impl-base-1.1.11.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/junit/arquillian-junit-core/1.1.11.Final/arquillian-junit-core-1.1.11.Final.jar (38 KB at 20.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/test/arquillian-test-impl-base/1.1.11.Final/arquillian-test-impl-base-1.1.11.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-test-api/1.1.11.Final/arquillian-container-test-api-1.1.11.Final.jar (9 KB at 4.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-impl-base/1.1.11.Final/arquillian-container-impl-base-1.1.11.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-test-spi/1.1.11.Final/arquillian-container-test-spi-1.1.11.Final.jar (26 KB at 12.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/config/arquillian-config-api/1.1.11.Final/arquillian-config-api-1.1.11.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-api/1.2.3/shrinkwrap-api-1.2.3.jar (65 KB at 24.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/config/arquillian-config-impl-base/1.1.11.Final/arquillian-config-impl-base-1.1.11.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/test/arquillian-test-impl-base/1.1.11.Final/arquillian-test-impl-base-1.1.11.Final.jar (28 KB at 10.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-spi/2.0.0-alpha-8/shrinkwrap-descriptors-spi-2.0.0-alpha-8.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-impl-base/1.1.11.Final/arquillian-container-impl-base-1.1.11.Final.jar (78 KB at 28.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-test-impl-base/1.1.11.Final/arquillian-container-test-impl-base-1.1.11.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/core/arquillian-core-impl-base/1.1.11.Final/arquillian-core-impl-base-1.1.11.Final.jar (61 KB at 21.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-impl-base/1.2.3/shrinkwrap-impl-base-1.2.3.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/config/arquillian-config-api/1.1.11.Final/arquillian-config-api-1.1.11.Final.jar (8 KB at 2.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-spi/1.2.3/shrinkwrap-spi-1.2.3.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-spi/2.0.0-alpha-8/shrinkwrap-descriptors-spi-2.0.0-alpha-8.jar (38 KB at 10.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/undertow-embedded/1.0.0.Alpha2/undertow-embedded-1.0.0.Alpha2.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/config/arquillian-config-impl-base/1.1.11.Final/arquillian-config-impl-base-1.1.11.Final.jar (41 KB at 10.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/shrinkwrap-container-undertow/1.0.0.Alpha2/shrinkwrap-container-undertow-1.0.0.Alpha2.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-test-impl-base/1.1.11.Final/arquillian-container-test-impl-base-1.1.11.Final.jar (107 KB at 28.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-spi/1.1.11.Final/arquillian-container-spi-1.1.11.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-spi/1.2.3/shrinkwrap-spi-1.2.3.jar (5 KB at 1.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-api-base/2.0.0-alpha-8/shrinkwrap-descriptors-api-base-2.0.0-alpha-8.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-impl-base/1.2.3/shrinkwrap-impl-base-1.2.3.jar (187 KB at 43.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/testenricher/arquillian-testenricher-initialcontext/1.1.11.Final/arquillian-testenricher-initialcontext-1.1.11.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/undertow-embedded/1.0.0.Alpha2/undertow-embedded-1.0.0.Alpha2.jar (8 KB at 1.7 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/shrinkwrap-container-undertow/1.0.0.Alpha2/shrinkwrap-container-undertow-1.0.0.Alpha2.jar (11 KB at 2.4 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-spi/1.1.11.Final/arquillian-container-spi-1.1.11.Final.jar (51 KB at 11.4 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-api-base/2.0.0-alpha-8/shrinkwrap-descriptors-api-base-2.0.0-alpha-8.jar (17 KB at 3.4 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/testenricher/arquillian-testenricher-initialcontext/1.1.11.Final/arquillian-testenricher-initialcontext-1.1.11.Final.jar (7 KB at 1.4 KB/sec)
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-servers-auth-server-undertow ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-servers-auth-server-undertow ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-servers-auth-server-undertow ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-servers-auth-server-undertow ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ integration-arquillian-servers-auth-server-undertow ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 1 resource
[INFO] Copying file META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ integration-arquillian-servers-auth-server-undertow ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/target/classes
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/src/main/java/org/keycloak/testsuite/arquillian/undertow/KeycloakOnUndertow.java:[23,31] io.undertow.servlet.api.DefaultServletConfig in io.undertow.servlet.api has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/src/main/java/org/keycloak/testsuite/arquillian/undertow/KeycloakOnUndertow.java:[23,31] io.undertow.servlet.api.DefaultServletConfig in io.undertow.servlet.api has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/src/main/java/org/keycloak/testsuite/arquillian/undertow/KeycloakOnUndertow.java:[23,31] io.undertow.servlet.api.DefaultServletConfig in io.undertow.servlet.api has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/src/main/java/org/keycloak/testsuite/arquillian/undertow/SimpleWebXmlParser.java:[71,97] unchecked cast
required: java.lang.Class<? extends javax.servlet.Servlet>
found: java.lang.Class<capture#1 of ?>
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/src/main/java/org/keycloak/testsuite/arquillian/undertow/SimpleWebXmlParser.java:[96,94] unchecked cast
required: java.lang.Class<? extends javax.servlet.Filter>
found: java.lang.Class<capture#2 of ?>
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/src/main/java/org/keycloak/testsuite/arquillian/undertow/UndertowDeployerHelper.java:[174,117] unchecked cast
required: java.lang.Class<? extends javax.servlet.Servlet>
found: java.lang.Class<capture#3 of ?>
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/src/main/java/org/keycloak/testsuite/arquillian/undertow/KeycloakOnUndertow.java:[76,40] io.undertow.servlet.api.DefaultServletConfig in io.undertow.servlet.api has been deprecated
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ integration-arquillian-servers-auth-server-undertow ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ integration-arquillian-servers-auth-server-undertow ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ integration-arquillian-servers-auth-server-undertow ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ integration-arquillian-servers-auth-server-undertow ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/target/integration-arquillian-servers-auth-server-undertow-3.1.0.CR1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-servers-auth-server-undertow ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/target/integration-arquillian-servers-auth-server-undertow-3.1.0.CR1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-servers-auth-server-undertow ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/target/integration-arquillian-servers-auth-server-undertow-3.1.0.CR1-SNAPSHOT.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-servers-auth-server-undertow/3.1.0.CR1-SNAPSHOT/integration-arquillian-servers-auth-server-undertow-3.1.0.CR1-SNAPSHOT.jar
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-servers-auth-server-undertow/3.1.0.CR1-SNAPSHOT/integration-arquillian-servers-auth-server-undertow-3.1.0.CR1-SNAPSHOT.pom
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/auth-server/undertow/target/integration-arquillian-servers-auth-server-undertow-3.1.0.CR1-SNAPSHOT-sources.jar to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-servers-auth-server-undertow/3.1.0.CR1-SNAPSHOT/integration-arquillian-servers-auth-server-undertow-3.1.0.CR1-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building App Server 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-servers-app-server ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-servers-app-server ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-servers-app-server ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-servers-app-server ---
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-servers-app-server ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-servers-app-server ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/app-server/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-servers-app-server/3.1.0.CR1-SNAPSHOT/integration-arquillian-servers-app-server-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building App Server - JBoss 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-servers-app-server-jboss ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-servers-app-server-jboss ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-servers-app-server-jboss ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-servers-app-server-jboss ---
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-servers-app-server-jboss ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-servers-app-server-jboss ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/app-server/jboss/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-servers-app-server-jboss/3.1.0.CR1-SNAPSHOT/integration-arquillian-servers-app-server-jboss-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building App Server - Karaf 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-servers-app-server-karaf ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-servers-app-server-karaf ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-servers-app-server-karaf ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-servers-app-server-karaf ---
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-servers-app-server-karaf ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-servers-app-server-karaf ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/app-server/karaf/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-servers-app-server-karaf/3.1.0.CR1-SNAPSHOT/integration-arquillian-servers-app-server-karaf-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building App Server - Tomcat 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-servers-app-server-tomcat ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-servers-app-server-tomcat ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-servers-app-server-tomcat ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-servers-app-server-tomcat ---
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-servers-app-server-tomcat ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-servers-app-server-tomcat ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/servers/app-server/tomcat/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-servers-app-server-tomcat/3.1.0.CR1-SNAPSHOT/integration-arquillian-servers-app-server-tomcat-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Tests 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-tests ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-tests ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-tests ---
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ integration-arquillian-tests ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ integration-arquillian-tests ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/testsuite/integration-arquillian-tests/3.1.0.CR1-SNAPSHOT/integration-arquillian-tests-3.1.0.CR1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Base TestSuite 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/subethamail/subethasmtp/3.1.7/subethasmtp-3.1.7.pom
Downloading: https://repo.maven.apache.org/maven2/org/subethamail/subethasmtp/3.1.7/subethasmtp-3.1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/subethamail/subethasmtp/3.1.7/subethasmtp-3.1.7.pom (7 KB at 17.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-karaf-managed/2.1.0.CR18/arquillian-container-karaf-managed-2.1.0.CR18.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-karaf-managed/2.1.0.CR18/arquillian-container-karaf-managed-2.1.0.CR18.pom (6 KB at 7.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-karaf/2.1.0.CR18/arquillian-container-karaf-2.1.0.CR18.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-karaf/2.1.0.CR18/arquillian-container-karaf-2.1.0.CR18.pom (2 KB at 1.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-osgi-parent/2.1.0.CR18/arquillian-container-osgi-parent-2.1.0.CR18.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-osgi-parent/2.1.0.CR18/arquillian-container-osgi-parent-2.1.0.CR18.pom (2 KB at 2.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/osgi/arquillian-osgi/2.1.0.CR18/arquillian-osgi-2.1.0.CR18.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/osgi/arquillian-osgi/2.1.0.CR18/arquillian-osgi-2.1.0.CR18.pom (10 KB at 11.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-bom/1.1.2.Final/arquillian-bom-1.1.2.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-bom/1.1.2.Final/arquillian-bom-1.1.2.Final.pom (11 KB at 16.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-osgi/2.1.0.CR18/arquillian-container-osgi-2.1.0.CR18.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-osgi/2.1.0.CR18/arquillian-container-osgi-2.1.0.CR18.pom (3 KB at 3.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-depchain/2.2.0/shrinkwrap-resolver-depchain-2.2.0.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-depchain/2.2.0/shrinkwrap-resolver-depchain-2.2.0.pom (3 KB at 3.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-parent/2.2.0/shrinkwrap-resolver-parent-2.2.0.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-parent/2.2.0/shrinkwrap-resolver-parent-2.2.0.pom (14 KB at 22.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.1/shrinkwrap-bom-1.2.1.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.1/shrinkwrap-bom-1.2.1.pom (4 KB at 3.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api/2.2.0/shrinkwrap-resolver-api-2.2.0.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api/2.2.0/shrinkwrap-resolver-api-2.2.0.pom (2 KB at 1.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-spi/2.2.0/shrinkwrap-resolver-spi-2.2.0.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-spi/2.2.0/shrinkwrap-resolver-spi-2.2.0.pom (2 KB at 1.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api-maven/2.2.0/shrinkwrap-resolver-api-maven-2.2.0.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api-maven/2.2.0/shrinkwrap-resolver-api-maven-2.2.0.pom (3 KB at 2.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-spi-maven/2.2.0/shrinkwrap-resolver-spi-maven-2.2.0.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-spi-maven/2.2.0/shrinkwrap-resolver-spi-maven-2.2.0.pom (2 KB at 1.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api-maven-archive/2.2.0/shrinkwrap-resolver-api-maven-archive-2.2.0.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api-maven-archive/2.2.0/shrinkwrap-resolver-api-maven-archive-2.2.0.pom (2 KB at 2.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-impl-maven/2.2.2/shrinkwrap-resolver-impl-maven-2.2.2.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-impl-maven/2.2.2/shrinkwrap-resolver-impl-maven-2.2.2.pom (18 KB at 25.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-parent/2.2.2/shrinkwrap-resolver-parent-2.2.2.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-parent/2.2.2/shrinkwrap-resolver-parent-2.2.2.pom (14 KB at 25.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-file/2.6/wagon-file-2.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/2.6/wagon-file-2.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/2.6/wagon-file-2.6.pom (2 KB at 4.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-http-lightweight/2.6/wagon-http-lightweight-2.6.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/2.6/wagon-http-lightweight-2.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/2.6/wagon-http-lightweight-2.6.pom (2 KB at 4.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-impl-maven-archive/2.2.0/shrinkwrap-resolver-impl-maven-archive-2.2.0.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-impl-maven-archive/2.2.0/shrinkwrap-resolver-impl-maven-archive-2.2.0.pom (4 KB at 3.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-spi-maven-archive/2.2.0/shrinkwrap-resolver-spi-maven-archive-2.2.0.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-spi-maven-archive/2.2.0/shrinkwrap-resolver-spi-maven-archive-2.2.0.pom (2 KB at 1.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.3/plexus-compiler-javac-2.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.3/plexus-compiler-javac-2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.3/plexus-compiler-javac-2.3.pom (769 B at 1.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compilers/2.3/plexus-compilers-2.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.3/plexus-compilers-2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.3/plexus-compilers-2.3.pom (2 KB at 3.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler/2.3/plexus-compiler-2.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.3/plexus-compiler-2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.3/plexus-compiler-2.3.pom (5 KB at 12.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.3/plexus-compiler-api-2.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.3/plexus-compiler-api-2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.3/plexus-compiler-api-2.3.pom (865 B at 1.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/metadata/jbosgi-metadata/4.0.0.CR1/jbosgi-metadata-4.0.0.CR1.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/metadata/jbosgi-metadata/4.0.0.CR1/jbosgi-metadata-4.0.0.CR1.pom (4 KB at 2.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/jbosgi-parent/1.0.23/jbosgi-parent-1.0.23.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/jbosgi-parent/1.0.23/jbosgi-parent-1.0.23.pom (12 KB at 17.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/spi/jbosgi-spi/4.0.0.Final/jbosgi-spi-4.0.0.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/spi/jbosgi-spi/4.0.0.Final/jbosgi-spi-4.0.0.Final.pom (4 KB at 5.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/jbosgi-parent/1.0.24/jbosgi-parent-1.0.24.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/jbosgi-parent/1.0.24/jbosgi-parent-1.0.24.pom (12 KB at 18.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/metadata/jbosgi-metadata/3.0.0.Final/jbosgi-metadata-3.0.0.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/metadata/jbosgi-metadata/3.0.0.Final/jbosgi-metadata-3.0.0.Final.pom (4 KB at 3.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/vfs/jbosgi-vfs30/2.0.0.Final/jbosgi-vfs30-2.0.0.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/vfs/jbosgi-vfs30/2.0.0.Final/jbosgi-vfs30-2.0.0.Final.pom (3 KB at 2.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/vfs/jbosgi-vfs-parent/2.0.0.Final/jbosgi-vfs-parent-2.0.0.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/vfs/jbosgi-vfs-parent/2.0.0.Final/jbosgi-vfs-parent-2.0.0.Final.pom (5 KB at 6.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/vfs/jbosgi-vfs/2.0.0.Final/jbosgi-vfs-2.0.0.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/vfs/jbosgi-vfs/2.0.0.Final/jbosgi-vfs-2.0.0.Final.pom (2 KB at 1.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/protocol/arquillian-protocol-osgi/2.1.0.CR18/arquillian-protocol-osgi-2.1.0.CR18.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/protocol/arquillian-protocol-osgi/2.1.0.CR18/arquillian-protocol-osgi-2.1.0.CR18.pom (3 KB at 3.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/protocol/arquillian-protocol-jmx/1.1.11.Final/arquillian-protocol-jmx-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/protocol/arquillian-protocol-jmx/1.1.11.Final/arquillian-protocol-jmx-1.1.11.Final.pom (2 KB at 1.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/testenricher/arquillian-testenricher-osgi/2.1.0.CR18/arquillian-testenricher-osgi-2.1.0.CR18.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/testenricher/arquillian-testenricher-osgi/2.1.0.CR18/arquillian-testenricher-osgi-2.1.0.CR18.pom (2 KB at 1.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver/2.1.0.Alpha3/graphene-webdriver-2.1.0.Alpha3.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver/2.1.0.Alpha3/graphene-webdriver-2.1.0.Alpha3.pom (2 KB at 2.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-parent/2.1.0.Alpha3/graphene-parent-2.1.0.Alpha3.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-parent/2.1.0.Alpha3/graphene-parent-2.1.0.Alpha3.pom (16 KB at 20.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-bom/1.1.10.Final/arquillian-bom-1.1.10.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-bom/1.1.10.Final/arquillian-bom-1.1.10.Final.pom (11 KB at 13.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-bom/2.0.0.Alpha5/arquillian-drone-bom-2.0.0.Alpha5.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-bom/2.0.0.Alpha5/arquillian-drone-bom-2.0.0.Alpha5.pom (6 KB at 6.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/selenium/selenium-bom/2.47.1/selenium-bom-2.47.1.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/selenium/selenium-bom/2.47.1/selenium-bom-2.47.1.pom (6 KB at 7.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver-api/2.1.0.Alpha3/graphene-webdriver-api-2.1.0.Alpha3.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver-api/2.1.0.Alpha3/graphene-webdriver-api-2.1.0.Alpha3.pom (3 KB at 2.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver-spi/2.1.0.Alpha3/graphene-webdriver-spi-2.1.0.Alpha3.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver-spi/2.1.0.Alpha3/graphene-webdriver-spi-2.1.0.Alpha3.pom (3 KB at 2.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver-impl/2.1.0.Alpha3/graphene-webdriver-impl-2.1.0.Alpha3.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver-impl/2.1.0.Alpha3/graphene-webdriver-impl-2.1.0.Alpha3.pom (10 KB at 8.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-impl/2.0.1.Final/arquillian-drone-impl-2.0.1.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-impl/2.0.1.Final/arquillian-drone-impl-2.0.1.Final.pom (5 KB at 6.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-build/2.0.1.Final/arquillian-drone-build-2.0.1.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-build/2.0.1.Final/arquillian-drone-build-2.0.1.Final.pom (9 KB at 9.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-aggregator/2.0.1.Final/arquillian-drone-aggregator-2.0.1.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-aggregator/2.0.1.Final/arquillian-drone-aggregator-2.0.1.Final.pom (5 KB at 4.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-api/2.0.1.Final/arquillian-drone-api-2.0.1.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-api/2.0.1.Final/arquillian-drone-api-2.0.1.Final.pom (951 B at 1.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-spi/2.0.1.Final/arquillian-drone-spi-2.0.1.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-spi/2.0.1.Final/arquillian-drone-spi-2.0.1.Final.pom (2 KB at 1.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-configuration/2.0.1.Final/arquillian-drone-configuration-2.0.1.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-configuration/2.0.1.Final/arquillian-drone-configuration-2.0.1.Final.pom (4 KB at 4.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/cglib/cglib/2.2.2/cglib-2.2.2.pom
Downloading: https://repo.maven.apache.org/maven2/cglib/cglib/2.2.2/cglib-2.2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/cglib/cglib/2.2.2/cglib-2.2.2.pom (2 KB at 4.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/objenesis/objenesis/1.2/objenesis-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.2/objenesis-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.2/objenesis-1.2.pom (3 KB at 6.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom (11 KB at 20.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-webdriver-depchain/2.0.1.Final/arquillian-drone-webdriver-depchain-2.0.1.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-webdriver-depchain/2.0.1.Final/arquillian-drone-webdriver-depchain-2.0.1.Final.pom (5 KB at 3.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-webdriver/2.0.1.Final/arquillian-drone-webdriver-2.0.1.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-webdriver/2.0.1.Final/arquillian-drone-webdriver-2.0.1.Final.pom (16 KB at 22.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-api/2.53.0/selenium-api-2.53.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-api/2.53.0/selenium-api-2.53.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-api/2.53.0/selenium-api-2.53.0.pom (5 KB at 13.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-parent/2.53.0/selenium-parent-2.53.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-parent/2.53.0/selenium-parent-2.53.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-parent/2.53.0/selenium-parent-2.53.0.pom (10 KB at 20.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom (9 KB at 18.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-java/2.53.0/selenium-java-2.53.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-java/2.53.0/selenium-java-2.53.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-java/2.53.0/selenium-java-2.53.0.pom (5 KB at 10.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-chrome-driver/2.53.0/selenium-chrome-driver-2.53.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-chrome-driver/2.53.0/selenium-chrome-driver-2.53.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-chrome-driver/2.53.0/selenium-chrome-driver-2.53.0.pom (3 KB at 8.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-remote-driver/2.53.0/selenium-remote-driver-2.53.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/2.53.0/selenium-remote-driver-2.53.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/2.53.0/selenium-remote-driver-2.53.0.pom (4 KB at 7.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 KB at 22.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom
Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom (2 KB at 3.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-edge-driver/2.53.0/selenium-edge-driver-2.53.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-edge-driver/2.53.0/selenium-edge-driver-2.53.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-edge-driver/2.53.0/selenium-edge-driver-2.53.0.pom (3 KB at 5.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-firefox-driver/2.53.0/selenium-firefox-driver-2.53.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-firefox-driver/2.53.0/selenium-firefox-driver-2.53.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-firefox-driver/2.53.0/selenium-firefox-driver-2.53.0.pom (4 KB at 6.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-ie-driver/2.53.0/selenium-ie-driver-2.53.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-ie-driver/2.53.0/selenium-ie-driver-2.53.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-ie-driver/2.53.0/selenium-ie-driver-2.53.0.pom (4 KB at 6.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-safari-driver/2.53.0/selenium-safari-driver-2.53.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-safari-driver/2.53.0/selenium-safari-driver-2.53.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-safari-driver/2.53.0/selenium-safari-driver-2.53.0.pom (3 KB at 8.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty/3.5.7.Final/netty-3.5.7.Final.pom
Downloading: https://repo.maven.apache.org/maven2/io/netty/netty/3.5.7.Final/netty-3.5.7.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/io/netty/netty/3.5.7.Final/netty-3.5.7.Final.pom (26 KB at 53.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-support/2.53.0/selenium-support-2.53.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/2.53.0/selenium-support-2.53.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/2.53.0/selenium-support-2.53.0.pom (3 KB at 5.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-leg-rc/2.53.0/selenium-leg-rc-2.53.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-leg-rc/2.53.0/selenium-leg-rc-2.53.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-leg-rc/2.53.0/selenium-leg-rc-2.53.0.pom (5 KB at 10.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/htmlunit-driver/2.20/htmlunit-driver-2.20.pom
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.20/htmlunit-driver-2.20.pom
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.20/htmlunit-driver-2.20.pom (8 KB at 17.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/net/sourceforge/htmlunit/htmlunit/2.20/htmlunit-2.20.pom
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit/2.20/htmlunit-2.20.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit/2.20/htmlunit-2.20.pom (36 KB at 64.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 KB at 42.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17.pom
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17.pom (2 KB at 3.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
Downloading: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
Downloaded: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom (4 KB at 6.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.pom
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.pom (2 KB at 2.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/net/sourceforge/cssparser/cssparser/0.9.18/cssparser-0.9.18.pom
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/cssparser/cssparser/0.9.18/cssparser-0.9.18.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/cssparser/cssparser/0.9.18/cssparser-0.9.18.pom (13 KB at 27.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/jetty/websocket/websocket-client/9.2.15.v20160210/websocket-client-9.2.15.v20160210.pom
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.2.15.v20160210/websocket-client-9.2.15.v20160210.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.2.15.v20160210/websocket-client-9.2.15.v20160210.pom (5 KB at 13.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/jetty/websocket/websocket-parent/9.2.15.v20160210/websocket-parent-9.2.15.v20160210.pom
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.2.15.v20160210/websocket-parent-9.2.15.v20160210.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.2.15.v20160210/websocket-parent-9.2.15.v20160210.pom (4 KB at 8.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/jetty/websocket/websocket-common/9.2.15.v20160210/websocket-common-9.2.15.v20160210.pom
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.2.15.v20160210/websocket-common-9.2.15.v20160210.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.2.15.v20160210/websocket-common-9.2.15.v20160210.pom (3 KB at 6.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/jetty/websocket/websocket-api/9.2.15.v20160210/websocket-api-9.2.15.v20160210.pom
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.2.15.v20160210/websocket-api-9.2.15.v20160210.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.2.15.v20160210/websocket-api-9.2.15.v20160210.pom (3 KB at 5.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/com/opera/operadriver/1.5/operadriver-1.5.pom
Downloading: https://repo.maven.apache.org/maven2/com/opera/operadriver/1.5/operadriver-1.5.pom
Downloaded: https://repo.maven.apache.org/maven2/com/opera/operadriver/1.5/operadriver-1.5.pom (5 KB at 13.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/com/opera/operalaunchers/1.1/operalaunchers-1.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/opera/operalaunchers/1.1/operalaunchers-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/opera/operalaunchers/1.1/operalaunchers-1.1.pom (5 KB at 8.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/12.0.1/guava-12.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/12.0.1/guava-12.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/12.0.1/guava-12.0.1.pom (6 KB at 12.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava-parent/12.0.1/guava-parent-12.0.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/12.0.1/guava-parent-12.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/12.0.1/guava-parent-12.0.1.pom (3 KB at 6.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.pom
Downloading: https://repo.maven.apache.org/maven2/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.pom (9 KB at 23.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/ini4j/ini4j/0.5.2/ini4j-0.5.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/ini4j/ini4j/0.5.2/ini4j-0.5.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/ini4j/ini4j/0.5.2/ini4j-0.5.2.pom (33 KB at 62.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-phantom-driver/1.2.1.Final/arquillian-phantom-driver-1.2.1.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-phantom-driver/1.2.1.Final/arquillian-phantom-driver-1.2.1.Final.pom (4 KB at 2.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/selenium/selenium-bom/2.52.0/selenium-bom-2.52.0.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/selenium/selenium-bom/2.52.0/selenium-bom-2.52.0.pom (6 KB at 8.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.pom
Downloading: https://repo.maven.apache.org/maven2/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.pom (3 KB at 4.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/protocol/arquillian-protocol-servlet/1.1.11.Final/arquillian-protocol-servlet-1.1.11.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/protocol/arquillian-protocol-servlet/1.1.11.Final/arquillian-protocol-servlet-1.1.11.Final.pom (4 KB at 2.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/arquillian-browser-screenshooter/2.1.0.Alpha3/arquillian-browser-screenshooter-2.1.0.Alpha3.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/arquillian-browser-screenshooter/2.1.0.Alpha3/arquillian-browser-screenshooter-2.1.0.Alpha3.pom (9 KB at 12.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-screenshooter-impl-base/1.1.0.Alpha4/arquillian-recorder-screenshooter-impl-base-1.1.0.Alpha4.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-screenshooter-impl-base/1.1.0.Alpha4/arquillian-recorder-screenshooter-impl-base-1.1.0.Alpha4.pom (5 KB at 5.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-build/1.1.0.Alpha4/arquillian-recorder-build-1.1.0.Alpha4.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-build/1.1.0.Alpha4/arquillian-recorder-build-1.1.0.Alpha4.pom (9 KB at 12.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-parent/1.1.0.Alpha4/arquillian-recorder-parent-1.1.0.Alpha4.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-parent/1.1.0.Alpha4/arquillian-recorder-parent-1.1.0.Alpha4.pom (3 KB at 2.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder/1.1.0.Alpha4/arquillian-recorder-1.1.0.Alpha4.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder/1.1.0.Alpha4/arquillian-recorder-1.1.0.Alpha4.pom (6 KB at 6.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-build/1.1.9.Final/arquillian-build-1.1.9.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-build/1.1.9.Final/arquillian-build-1.1.9.Final.pom (4 KB at 4.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-parent/1.1.9.Final/arquillian-parent-1.1.9.Final.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-parent/1.1.9.Final/arquillian-parent-1.1.9.Final.pom (6 KB at 9.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-screenshooter-spi/1.1.0.Alpha4/arquillian-recorder-screenshooter-spi-1.1.0.Alpha4.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-screenshooter-spi/1.1.0.Alpha4/arquillian-recorder-screenshooter-spi-1.1.0.Alpha4.pom (3 KB at 2.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-spi/1.1.0.Alpha4/arquillian-recorder-spi-1.1.0.Alpha4.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-spi/1.1.0.Alpha4/arquillian-recorder-spi-1.1.0.Alpha4.pom (2 KB at 2.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-screenshooter-api/1.1.0.Alpha4/arquillian-recorder-screenshooter-api-1.1.0.Alpha4.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-screenshooter-api/1.1.0.Alpha4/arquillian-recorder-screenshooter-api-1.1.0.Alpha4.pom (3 KB at 3.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-api/1.1.0.Alpha4/arquillian-recorder-api-1.1.0.Alpha4.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-api/1.1.0.Alpha4/arquillian-recorder-api-1.1.0.Alpha4.pom (3 KB at 3.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-reporter-api/1.1.0.Alpha4/arquillian-recorder-reporter-api-1.1.0.Alpha4.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-reporter-api/1.1.0.Alpha4/arquillian-recorder-reporter-api-1.1.0.Alpha4.pom (5 KB at 5.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/persistence/org.eclipse.persistence.moxy/2.5.1/org.eclipse.persistence.moxy-2.5.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.moxy/2.5.1/org.eclipse.persistence.moxy-2.5.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.moxy/2.5.1/org.eclipse.persistence.moxy-2.5.1.pom (3 KB at 6.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/persistence/org.eclipse.persistence.core/2.5.1/org.eclipse.persistence.core-2.5.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.core/2.5.1/org.eclipse.persistence.core-2.5.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.core/2.5.1/org.eclipse.persistence.core-2.5.1.pom (3 KB at 5.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/persistence/org.eclipse.persistence.asm/2.5.1/org.eclipse.persistence.asm-2.5.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.asm/2.5.1/org.eclipse.persistence.asm-2.5.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.asm/2.5.1/org.eclipse.persistence.asm-2.5.1.pom (3 KB at 6.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/persistence/org.eclipse.persistence.antlr/2.5.1/org.eclipse.persistence.antlr-2.5.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.antlr/2.5.1/org.eclipse.persistence.antlr-2.5.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.antlr/2.5.1/org.eclipse.persistence.antlr-2.5.1.pom (3 KB at 4.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/com/jhlabs/filters/2.0.235/filters-2.0.235.pom
Downloading: https://repo.maven.apache.org/maven2/com/jhlabs/filters/2.0.235/filters-2.0.235.pom
Downloaded: https://repo.maven.apache.org/maven2/com/jhlabs/filters/2.0.235/filters-2.0.235.pom (2 KB at 2.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-reporter-impl/1.1.0.Alpha4/arquillian-recorder-reporter-impl-1.1.0.Alpha4.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-reporter-impl/1.1.0.Alpha4/arquillian-recorder-reporter-impl-1.1.0.Alpha4.pom (5 KB at 3.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-reporter-spi/1.1.0.Alpha4/arquillian-recorder-reporter-spi-1.1.0.Alpha4.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-reporter-spi/1.1.0.Alpha4/arquillian-recorder-reporter-spi-1.1.0.Alpha4.pom (3 KB at 2.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-video-api/1.1.0.Alpha4/arquillian-recorder-video-api-1.1.0.Alpha4.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-video-api/1.1.0.Alpha4/arquillian-recorder-video-api-1.1.0.Alpha4.pom (3 KB at 3.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/jfree/jfreechart/1.0.13/jfreechart-1.0.13.pom
Downloading: https://repo.maven.apache.org/maven2/jfree/jfreechart/1.0.13/jfreechart-1.0.13.pom
Downloaded: https://repo.maven.apache.org/maven2/jfree/jfreechart/1.0.13/jfreechart-1.0.13.pom (2 KB at 3.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/jfree/jcommon/1.0.16/jcommon-1.0.16.pom
Downloaded: https://repository.jboss.org/nexus/content/groups/public/jfree/jcommon/1.0.16/jcommon-1.0.16.pom (2 KB at 0.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant/1.9.2/ant-1.9.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.2/ant-1.9.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.2/ant-1.9.2.pom (10 KB at 20.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant-parent/1.9.2/ant-parent-1.9.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.2/ant-parent-1.9.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.9.2/ant-parent-1.9.2.pom (6 KB at 15.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.pom (3 KB at 5.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/sshd/sshd-core/1.2.0/sshd-core-1.2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/1.2.0/sshd-core-1.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/1.2.0/sshd-core-1.2.0.pom (9 KB at 20.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/sshd/sshd/1.2.0/sshd-1.2.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd/1.2.0/sshd-1.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd/1.2.0/sshd-1.2.0.pom (50 KB at 90.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/subethamail/subethasmtp/3.1.7/subethasmtp-3.1.7.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/javax/mail/mail/1.4.4/mail-1.4.4.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-karaf-managed/2.1.0.CR18/arquillian-container-karaf-managed-2.1.0.CR18.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/protocol/arquillian-protocol-osgi/2.1.0.CR18/arquillian-protocol-osgi-2.1.0.CR18.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/protocol/arquillian-protocol-jmx/1.1.11.Final/arquillian-protocol-jmx-1.1.11.Final.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/testenricher/arquillian-testenricher-osgi/2.1.0.CR18/arquillian-testenricher-osgi-2.1.0.CR18.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/spi/jbosgi-spi/4.0.0.Final/jbosgi-spi-4.0.0.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-karaf-managed/2.1.0.CR18/arquillian-container-karaf-managed-2.1.0.CR18.jar (14 KB at 11.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/vfs/jbosgi-vfs30/2.0.0.Final/jbosgi-vfs30-2.0.0.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/protocol/arquillian-protocol-osgi/2.1.0.CR18/arquillian-protocol-osgi-2.1.0.CR18.jar (7 KB at 4.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/vfs/jbosgi-vfs/2.0.0.Final/jbosgi-vfs-2.0.0.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/protocol/arquillian-protocol-jmx/1.1.11.Final/arquillian-protocol-jmx-1.1.11.Final.jar (20 KB at 15.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-osgi/2.1.0.CR18/arquillian-container-osgi-2.1.0.CR18.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/vfs/jbosgi-vfs30/2.0.0.Final/jbosgi-vfs30-2.0.0.Final.jar (15 KB at 7.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api/2.2.0/shrinkwrap-resolver-api-2.2.0.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/testenricher/arquillian-testenricher-osgi/2.1.0.CR18/arquillian-testenricher-osgi-2.1.0.CR18.jar (13 KB at 5.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-spi/2.2.0/shrinkwrap-resolver-spi-2.2.0.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-container-osgi/2.1.0.CR18/arquillian-container-osgi-2.1.0.CR18.jar (45 KB at 22.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api-maven/2.2.0/shrinkwrap-resolver-api-maven-2.2.0.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/vfs/jbosgi-vfs/2.0.0.Final/jbosgi-vfs-2.0.0.Final.jar (11 KB at 5.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-spi-maven/2.2.0/shrinkwrap-resolver-spi-maven-2.2.0.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api/2.2.0/shrinkwrap-resolver-api-2.2.0.jar (22 KB at 7.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api-maven-archive/2.2.0/shrinkwrap-resolver-api-maven-archive-2.2.0.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-spi/2.2.0/shrinkwrap-resolver-spi-2.2.0.jar (18 KB at 6.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-impl-maven/2.2.2/shrinkwrap-resolver-impl-maven-2.2.2.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/spi/jbosgi-spi/4.0.0.Final/jbosgi-spi-4.0.0.Final.jar (36 KB at 12.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-file/2.6/wagon-file-2.6.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-spi-maven/2.2.0/shrinkwrap-resolver-spi-maven-2.2.0.jar (4 KB at 1.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-http-lightweight/2.6/wagon-http-lightweight-2.6.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-impl-maven-archive/2.2.0/shrinkwrap-resolver-impl-maven-archive-2.2.0.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-spi-maven-archive/2.2.0/shrinkwrap-resolver-spi-maven-archive-2.2.0.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api-maven/2.2.0/shrinkwrap-resolver-api-maven-2.2.0.jar (52 KB at 15.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.3/plexus-compiler-javac-2.3.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.3/plexus-compiler-api-2.3.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-api-maven-archive/2.2.0/shrinkwrap-resolver-api-maven-archive-2.2.0.jar (7 KB at 1.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/metadata/jbosgi-metadata/4.0.0.CR1/jbosgi-metadata-4.0.0.CR1.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-impl-maven/2.2.2/shrinkwrap-resolver-impl-maven-2.2.2.jar (155 KB at 35.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver-api/2.1.0.Alpha3/graphene-webdriver-api-2.1.0.Alpha3.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/osgi/metadata/jbosgi-metadata/4.0.0.CR1/jbosgi-metadata-4.0.0.CR1.jar (64 KB at 13.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver-spi/2.1.0.Alpha3/graphene-webdriver-spi-2.1.0.Alpha3.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver-impl/2.1.0.Alpha3/graphene-webdriver-impl-2.1.0.Alpha3.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-spi-maven-archive/2.2.0/shrinkwrap-resolver-spi-maven-archive-2.2.0.jar (6 KB at 1.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-impl/2.0.1.Final/arquillian-drone-impl-2.0.1.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-impl-maven-archive/2.2.0/shrinkwrap-resolver-impl-maven-archive-2.2.0.jar (50 KB at 10.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-configuration/2.0.1.Final/arquillian-drone-configuration-2.0.1.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver-api/2.1.0.Alpha3/graphene-webdriver-api-2.1.0.Alpha3.jar (32 KB at 6.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/cglib/cglib/2.2.2/cglib-2.2.2.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver-spi/2.1.0.Alpha3/graphene-webdriver-spi-2.1.0.Alpha3.jar (21 KB at 3.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-api/2.0.1.Final/arquillian-drone-api-2.0.1.Final.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-spi/2.0.1.Final/arquillian-drone-spi-2.0.1.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-configuration/2.0.1.Final/arquillian-drone-configuration-2.0.1.Final.jar (35 KB at 5.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-api/2.53.0/selenium-api-2.53.0.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-impl/2.0.1.Final/arquillian-drone-impl-2.0.1.Final.jar (66 KB at 9.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-support/2.53.0/selenium-support-2.53.0.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-chrome-driver/2.53.0/selenium-chrome-driver-2.53.0.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-api/2.0.1.Final/arquillian-drone-api-2.0.1.Final.jar (7 KB at 0.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-firefox-driver/2.53.0/selenium-firefox-driver-2.53.0.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-spi/2.0.1.Final/arquillian-drone-spi-2.0.1.Final.jar (30 KB at 3.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-ie-driver/2.53.0/selenium-ie-driver-2.53.0.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-remote-driver/2.53.0/selenium-remote-driver-2.53.0.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/graphene-webdriver-impl/2.1.0.Alpha3/graphene-webdriver-impl-2.1.0.Alpha3.jar (684 KB at 78.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/htmlunit-driver/2.20/htmlunit-driver-2.20.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/net/sourceforge/htmlunit/htmlunit/2.20/htmlunit-2.20.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/net/sourceforge/cssparser/cssparser/0.9.18/cssparser-0.9.18.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/jetty/websocket/websocket-client/9.2.15.v20160210/websocket-client-9.2.15.v20160210.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/jetty/websocket/websocket-common/9.2.15.v20160210/websocket-common-9.2.15.v20160210.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/jetty/websocket/websocket-api/9.2.15.v20160210/websocket-api-9.2.15.v20160210.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/com/opera/operadriver/1.5/operadriver-1.5.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/com/opera/operalaunchers/1.1/operalaunchers-1.1.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/ini4j/ini4j/0.5.2/ini4j-0.5.2.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-java/2.53.0/selenium-java-2.53.0.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-edge-driver/2.53.0/selenium-edge-driver-2.53.0.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-safari-driver/2.53.0/selenium-safari-driver-2.53.0.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty/3.5.7.Final/netty-3.5.7.Final.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/seleniumhq/selenium/selenium-leg-rc/2.53.0/selenium-leg-rc-2.53.0.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/protocol/arquillian-protocol-servlet/1.1.11.Final/arquillian-protocol-servlet-1.1.11.Final.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-phantom-driver/1.2.1.Final/arquillian-phantom-driver-1.2.1.Final.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/arquillian-browser-screenshooter/2.1.0.Alpha3/arquillian-browser-screenshooter-2.1.0.Alpha3.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-screenshooter-impl-base/1.1.0.Alpha4/arquillian-recorder-screenshooter-impl-base-1.1.0.Alpha4.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-screenshooter-api/1.1.0.Alpha4/arquillian-recorder-screenshooter-api-1.1.0.Alpha4.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/protocol/arquillian-protocol-servlet/1.1.11.Final/arquillian-protocol-servlet-1.1.11.Final.jar (59 KB at 4.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-api/1.1.0.Alpha4/arquillian-recorder-api-1.1.0.Alpha4.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-phantom-driver/1.2.1.Final/arquillian-phantom-driver-1.2.1.Final.jar (21 KB at 1.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-reporter-api/1.1.0.Alpha4/arquillian-recorder-reporter-api-1.1.0.Alpha4.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-screenshooter-impl-base/1.1.0.Alpha4/arquillian-recorder-screenshooter-impl-base-1.1.0.Alpha4.jar (21 KB at 1.5 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/persistence/org.eclipse.persistence.moxy/2.5.1/org.eclipse.persistence.moxy-2.5.1.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/graphene/arquillian-browser-screenshooter/2.1.0.Alpha3/arquillian-browser-screenshooter-2.1.0.Alpha3.jar (26 KB at 1.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/persistence/org.eclipse.persistence.core/2.5.1/org.eclipse.persistence.core-2.5.1.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-reporter-api/1.1.0.Alpha4/arquillian-recorder-reporter-api-1.1.0.Alpha4.jar (49 KB at 3.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/persistence/org.eclipse.persistence.asm/2.5.1/org.eclipse.persistence.asm-2.5.1.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-api/1.1.0.Alpha4/arquillian-recorder-api-1.1.0.Alpha4.jar (19 KB at 1.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/persistence/org.eclipse.persistence.antlr/2.5.1/org.eclipse.persistence.antlr-2.5.1.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/com/jhlabs/filters/2.0.235/filters-2.0.235.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-reporter-impl/1.1.0.Alpha4/arquillian-recorder-reporter-impl-1.1.0.Alpha4.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-reporter-spi/1.1.0.Alpha4/arquillian-recorder-reporter-spi-1.1.0.Alpha4.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-video-api/1.1.0.Alpha4/arquillian-recorder-video-api-1.1.0.Alpha4.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-screenshooter-api/1.1.0.Alpha4/arquillian-recorder-screenshooter-api-1.1.0.Alpha4.jar (17 KB at 1.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-screenshooter-spi/1.1.0.Alpha4/arquillian-recorder-screenshooter-spi-1.1.0.Alpha4.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-spi/1.1.0.Alpha4/arquillian-recorder-spi-1.1.0.Alpha4.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-screenshooter-spi/1.1.0.Alpha4/arquillian-recorder-screenshooter-spi-1.1.0.Alpha4.jar (7 KB at 0.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-webdriver/2.0.1.Final/arquillian-drone-webdriver-2.0.1.Final.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-video-api/1.1.0.Alpha4/arquillian-recorder-video-api-1.1.0.Alpha4.jar (12 KB at 0.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/jfree/jfreechart/1.0.13/jfreechart-1.0.13.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-reporter-spi/1.1.0.Alpha4/arquillian-recorder-reporter-spi-1.1.0.Alpha4.jar (7 KB at 0.4 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/jfree/jcommon/1.0.16/jcommon-1.0.16.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant/1.9.2/ant-1.9.2.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-reporter-impl/1.1.0.Alpha4/arquillian-recorder-reporter-impl-1.1.0.Alpha4.jar (42 KB at 2.6 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/sshd/sshd-core/1.2.0/sshd-core-1.2.0.jar
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/extension/arquillian-drone-webdriver/2.0.1.Final/arquillian-drone-webdriver-2.0.1.Final.jar (96 KB at 5.8 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/arquillian/extension/arquillian-recorder-spi/1.1.0.Alpha4/arquillian-recorder-spi-1.1.0.Alpha4.jar (4 KB at 0.2 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/public/jfree/jcommon/1.0.16/jcommon-1.0.16.jar (303 KB at 17.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/subethamail/subethasmtp/3.1.7/subethasmtp-3.1.7.jar
Downloading: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.4/mail-1.4.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/2.6/wagon-file-2.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/2.6/wagon-http-lightweight-2.6.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.3/plexus-compiler-javac-2.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/2.6/wagon-file-2.6.jar (12 KB at 25.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.3/plexus-compiler-api-2.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-lightweight/2.6/wagon-http-lightweight-2.6.jar (16 KB at 33.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/cglib/cglib/2.2.2/cglib-2.2.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.3/plexus-compiler-javac-2.3.jar (19 KB at 33.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.2/objenesis-1.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/subethamail/subethasmtp/3.1.7/subethasmtp-3.1.7.jar (88 KB at 133.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-api/2.53.0/selenium-api-2.53.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.3/plexus-compiler-api-2.3.jar (25 KB at 28.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.2/objenesis-1.2.jar (36 KB at 22.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/2.53.0/selenium-support-2.53.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-api/2.53.0/selenium-api-2.53.0.jar (143 KB at 76.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-chrome-driver/2.53.0/selenium-chrome-driver-2.53.0.jar
Downloaded: https://repo.maven.apache.org/maven2/cglib/cglib/2.2.2/cglib-2.2.2.jar (281 KB at 137.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-firefox-driver/2.53.0/selenium-firefox-driver-2.53.0.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4.4/mail-1.4.4.jar (484 KB at 215.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-chrome-driver/2.53.0/selenium-chrome-driver-2.53.0.jar (11 KB at 4.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-ie-driver/2.53.0/selenium-ie-driver-2.53.0.jar
Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 86.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 KB at 18.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/2.53.0/selenium-remote-driver-2.53.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-ie-driver/2.53.0/selenium-ie-driver-2.53.0.jar (12 KB at 3.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.20/htmlunit-driver-2.20.jar
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-support/2.53.0/selenium-support-2.53.0.jar (165 KB at 47.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit/2.20/htmlunit-2.20.jar
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/htmlunit-driver/2.20/htmlunit-driver-2.20.jar (61 KB at 15.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/2.53.0/selenium-remote-driver-2.53.0.jar (230 KB at 48.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17.jar
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-firefox-driver/2.53.0/selenium-firefox-driver-2.53.0.jar (803 KB at 135.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (425 KB at 58.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.jar
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/nekohtml/nekohtml/1.9.22/nekohtml-1.9.22.jar (123 KB at 13.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/cssparser/cssparser/0.9.18/cssparser-0.9.18.jar
Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar (1431 KB at 156.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.2.15.v20160210/websocket-client-9.2.15.v20160210.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.2.15.v20160210/websocket-client-9.2.15.v20160210.jar (36 KB at 3.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.2.15.v20160210/websocket-common-9.2.15.v20160210.jar
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/cssparser/cssparser/0.9.18/cssparser-0.9.18.jar (365 KB at 32.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.2.15.v20160210/websocket-api-9.2.15.v20160210.jar
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.17/htmlunit-core-js-2.17.jar (1062 KB at 94.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/opera/operadriver/1.5/operadriver-1.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.2.15.v20160210/websocket-common-9.2.15.v20160210.jar (177 KB at 15.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/opera/operalaunchers/1.1/operalaunchers-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.2.15.v20160210/websocket-api-9.2.15.v20160210.jar (44 KB at 3.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar
Downloaded: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1336 KB at 96.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/ini4j/ini4j/0.5.2/ini4j-0.5.2.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar (293 KB at 20.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-java/2.53.0/selenium-java-2.53.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-java/2.53.0/selenium-java-2.53.0.jar (3 KB at 0.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-edge-driver/2.53.0/selenium-edge-driver-2.53.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/ini4j/ini4j/0.5.2/ini4j-0.5.2.jar (100 KB at 6.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-safari-driver/2.53.0/selenium-safari-driver-2.53.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-edge-driver/2.53.0/selenium-edge-driver-2.53.0.jar (7 KB at 0.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/io/netty/netty/3.5.7.Final/netty-3.5.7.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-safari-driver/2.53.0/selenium-safari-driver-2.53.0.jar (85 KB at 5.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-leg-rc/2.53.0/selenium-leg-rc-2.53.0.jar
Downloaded: https://repo.maven.apache.org/maven2/com/opera/operalaunchers/1.1/operalaunchers-1.1.jar (1433 KB at 80.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/com/codeborne/phantomjsdriver/1.2.1/phantomjsdriver-1.2.1.jar (11 KB at 0.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.moxy/2.5.1/org.eclipse.persistence.moxy-2.5.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-leg-rc/2.53.0/selenium-leg-rc-2.53.0.jar (392 KB at 19.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.core/2.5.1/org.eclipse.persistence.core-2.5.1.jar
Downloaded: https://repo.maven.apache.org/maven2/io/netty/netty/3.5.7.Final/netty-3.5.7.Final.jar (1081 KB at 50.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.asm/2.5.1/org.eclipse.persistence.asm-2.5.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.moxy/2.5.1/org.eclipse.persistence.moxy-2.5.1.jar (499 KB at 23.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.antlr/2.5.1/org.eclipse.persistence.antlr-2.5.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.antlr/2.5.1/org.eclipse.persistence.antlr-2.5.1.jar (186 KB at 8.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/jhlabs/filters/2.0.235/filters-2.0.235.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.asm/2.5.1/org.eclipse.persistence.asm-2.5.1.jar (265 KB at 11.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/jfree/jfreechart/1.0.13/jfreechart-1.0.13.jar
Downloaded: https://repo.maven.apache.org/maven2/com/jhlabs/filters/2.0.235/filters-2.0.235.jar (333 KB at 12.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.2/ant-1.9.2.jar
Downloaded: https://repo.maven.apache.org/maven2/com/opera/operadriver/1.5/operadriver-1.5.jar (2541 KB at 97.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.9.2/ant-launcher-1.9.2.jar (18 KB at 0.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/1.2.0/sshd-core-1.2.0.jar
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit/2.20/htmlunit-2.20.jar (1801 KB at 59.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/jfree/jfreechart/1.0.13/jfreechart-1.0.13.jar (1393 KB at 41.8 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/1.2.0/sshd-core-1.2.0.jar (1547 KB at 45.9 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.9.2/ant-1.9.2.jar (1954 KB at 54.3 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/persistence/org.eclipse.persistence.core/2.5.1/org.eclipse.persistence.core-2.5.1.jar (4927 KB at 124.2 KB/sec)
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ integration-arquillian-tests-base ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ integration-arquillian-tests-base ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ integration-arquillian-tests-base ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ integration-arquillian-tests-base ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:copy-resources (copy-truststore) @ integration-arquillian-tests-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 1 resource
[INFO] Copying file keystore/keycloak.truststore
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:copy-resources (copy-arquillian-xml) @ integration-arquillian-tests-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 1 resource
[INFO] Copying file arquillian.xml
[INFO]
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack-auth-server-jboss) @ integration-arquillian-tests-base ---
[INFO] Skipping plugin execution
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ integration-arquillian-tests-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 1 resource
[INFO] Copying file META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:copy-resources (copy-admin-user-json-file) @ integration-arquillian-tests-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 1 resource
[INFO] Copying file keycloak-add-user.json
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ integration-arquillian-tests-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 226 source files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/target/classes
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/OAuthClient.java:[30,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/OAuthClient.java:[30,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/OAuthClient.java:[30,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/OAuthClient.java:[225,21] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/OAuthClient.java:[231,20] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/OAuthClient.java:[295,42] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/OAuthClient.java:[388,42] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/OAuthClient.java:[399,42] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/OAuthClient.java:[429,42] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/OAuthClient.java:[459,42] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/OAuthClient.java:[855,35] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/TestContext.java:[164,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/AppServerTestEnricher.java:[33,100] unchecked conversion
required: java.lang.Class<? extends org.keycloak.testsuite.arquillian.AuthServerTestEnricher>
found: java.lang.Class
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/AppServerTestEnricher.java:[115,45] unchecked call to isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>) as a member of the raw type java.lang.Class
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/URLUtils.java:[99,54] unchecked method invocation: method until in class org.openqa.selenium.support.ui.FluentWait is applied to given types
required: com.google.common.base.Function<? super T,V>
found: org.openqa.selenium.support.ui.ExpectedCondition
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/URLUtils.java:[99,55] unchecked conversion
required: com.google.common.base.Function<? super T,V>
found: org.openqa.selenium.support.ui.ExpectedCondition
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/Timer.java:[136,24] write(java.lang.String,java.io.OutputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/Timer.java:[137,24] write(java.lang.String,java.io.OutputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/LogChecker.java:[38,40] readFileToString(java.io.File) in org.apache.commons.io.FileUtils has been deprecated
[INFO]
[INFO] --- maven-dependency-plugin:2.10:unpack (unpack-client-cli-dist) @ integration-arquillian-tests-base ---
[INFO] Configured Artifact: org.keycloak:keycloak-client-cli-dist:3.1.0.CR1-SNAPSHOT:zip
[INFO] Unpacking /Users/mingderwang/src/keyCloak/keycloak/integration/client-cli/client-cli-dist/target/keycloak-client-cli-3.1.0.CR1-SNAPSHOT.zip to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/target/containers with includes "" and excludes ""
[INFO]
[INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ integration-arquillian-tests-base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] ignoreDelta true
[INFO] Copying 3 resources
[INFO] Copying file migration-test/migration-realm-1.9.8.Final.json
[INFO] Copying file migration-test/migration-realm-2.2.1.Final.json
[INFO] Copying file migration-test/migration-realm-2.5.5.Final.json
[INFO] ignoreDelta true
[INFO] Copying 196 resources
[INFO] Copying file adapter-test/basic-auth/META-INF/context.xml
[INFO] Copying file adapter-test/basic-auth/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/basic-auth/WEB-INF/keycloak-relative.json
[INFO] Copying file adapter-test/basic-auth/WEB-INF/keycloak.json
[INFO] Copying file adapter-test/basic-auth/WEB-INF/web.xml
[INFO] Copying file adapter-test/client-linking/childrealm.json
[INFO] Copying file adapter-test/client-linking/META-INF/context.xml
[INFO] Copying file adapter-test/client-linking/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/client-linking/WEB-INF/keycloak.json
[INFO] Copying file adapter-test/client-linking/WEB-INF/web.xml
[INFO] Copying file adapter-test/context.xml
[INFO] Copying file adapter-test/customer-db/META-INF/context.xml
[INFO] Copying file adapter-test/customer-db/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/customer-db/WEB-INF/keycloak-relative.json
[INFO] Copying file adapter-test/customer-db/WEB-INF/keycloak.json
[INFO] Copying file adapter-test/customer-db/WEB-INF/web.xml
[INFO] Copying file adapter-test/customer-db-error-page/META-INF/context.xml
[INFO] Copying file adapter-test/customer-db-error-page/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/customer-db-error-page/WEB-INF/keycloak.json
[INFO] Copying file adapter-test/customer-db-error-page/WEB-INF/web.xml
[INFO] Copying file adapter-test/customer-portal/META-INF/context.xml
[INFO] Copying file adapter-test/customer-portal/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/customer-portal/WEB-INF/keycloak-cookie.json
[INFO] Copying file adapter-test/customer-portal/WEB-INF/keycloak-relative.json
[INFO] Copying file adapter-test/customer-portal/WEB-INF/keycloak.json
[INFO] Copying file adapter-test/customer-portal/WEB-INF/web.xml
[INFO] Copying file adapter-test/customer-portal-noconf/META-INF/context.xml
[INFO] Copying file adapter-test/customer-portal-noconf/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/customer-portal-noconf/WEB-INF/web.xml
[INFO] Copying file adapter-test/customer-portal-subsystem/META-INF/context.xml
[INFO] Copying file adapter-test/customer-portal-subsystem/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/customer-portal-subsystem/WEB-INF/web.xml
[INFO] Copying file adapter-test/demorealm.json
[INFO] Copying file adapter-test/hawtio-realm/demorealm.json
[INFO] Copying file adapter-test/input-portal/META-INF/context.xml
[INFO] Copying file adapter-test/input-portal/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/input-portal/WEB-INF/keycloak.json
[INFO] Copying file adapter-test/input-portal/WEB-INF/web.xml
[INFO] Copying file adapter-test/jboss-deployment-structure.xml
[INFO] Copying file adapter-test/keycloak-saml/bad-assertion-sales-post-sig/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/bad-assertion-sales-post-sig/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/bad-client-sales-post-sig/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/bad-client-sales-post-sig/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/bad-client-signed-post/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/bad-client-signed-post/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/bad-realm-sales-post-sig/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/bad-realm-sales-post-sig/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/bad-realm-signed-post/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/bad-realm-signed-post/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/different-cookie-name/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/different-cookie-name/WEB-INF/web.xml
[INFO] Copying file adapter-test/keycloak-saml/employee/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/employee/WEB-INF/web.xml
[INFO] Copying file adapter-test/keycloak-saml/employee-distributable/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/employee-sig/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/employee-sig/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/employee-sig-front/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/employee-sig-front/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/employee-sig-post-noidpkey/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/employee-sig-post-noidpkey/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/employee-sig-redir-noidpkey/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/employee-sig-redir-noidpkey/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/employee-sig-redir-opt-noidpkey/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/employee-sig-redir-opt-noidpkey/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/employee2/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/encrypted-post/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/encrypted-post/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/input-portal/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/input-portal/WEB-INF/web.xml
[INFO] Copying file adapter-test/keycloak-saml/mappers/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/metadata-schema/saml-schema-assertion-2.0.xsd
[INFO] Copying file adapter-test/keycloak-saml/metadata-schema/saml-schema-metadata-2.0.xsd
[INFO] Copying file adapter-test/keycloak-saml/metadata-schema/xenc-schema.xsd
[INFO] Copying file adapter-test/keycloak-saml/metadata-schema/xml.xsd
[INFO] Copying file adapter-test/keycloak-saml/metadata-schema/xmldsig-core-schema.xsd
[INFO] Copying file adapter-test/keycloak-saml/missing-assertion-sig/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/missing-assertion-sig/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/sales-metadata/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/sales-metadata/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/sales-post/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/sales-post-assertion-and-response-sig/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/sales-post-assertion-and-response-sig/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/sales-post-enc/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/sales-post-enc/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/sales-post-passive/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/sales-post-sig/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/sales-post-sig/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/sales-post-sig-email/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/sales-post-sig-email/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/sales-post-sig-persistent/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/sales-post-sig-persistent/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/sales-post-sig-transient/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/sales-post-sig-transient/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/keycloak-saml/sales-post2/WEB-INF/keycloak-saml.xml
[INFO] Copying file adapter-test/keycloak-saml/sp-metadata.xml
[INFO] Copying file adapter-test/keycloak-saml/testsaml-behind-lb.json
[INFO] Copying file adapter-test/keycloak-saml/testsaml.json
[INFO] Copying file adapter-test/keycloak-saml/web.xml
[INFO] Copying file adapter-test/multi-tenant/WEB-INF/classes/tenant1-keycloak.json
[INFO] Copying file adapter-test/multi-tenant/WEB-INF/classes/tenant2-keycloak.json
[INFO] Copying file adapter-test/multi-tenant/WEB-INF/web.xml
[INFO] Copying file adapter-test/offline-client/META-INF/context.xml
[INFO] Copying file adapter-test/offline-client/offlinerealm.json
[INFO] Copying file adapter-test/offline-client/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/offline-client/WEB-INF/keycloak.json
[INFO] Copying file adapter-test/offline-client/WEB-INF/web.xml
[INFO] Copying file adapter-test/product-portal/META-INF/context.xml
[INFO] Copying file adapter-test/product-portal/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/product-portal/WEB-INF/keycloak-relative.json
[INFO] Copying file adapter-test/product-portal/WEB-INF/keycloak.json
[INFO] Copying file adapter-test/product-portal/WEB-INF/web.xml
[INFO] Copying file adapter-test/product-portal-subsystem/META-INF/context.xml
[INFO] Copying file adapter-test/product-portal-subsystem/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/product-portal-subsystem/WEB-INF/web.xml
[INFO] Copying file adapter-test/secure-portal/META-INF/context.xml
[INFO] Copying file adapter-test/secure-portal/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/secure-portal/WEB-INF/keycloak.json
[INFO] Copying file adapter-test/secure-portal/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/secure-portal/WEB-INF/web.xml
[INFO] Copying file adapter-test/secure-portal-with-custom-session-config/META-INF/context.xml
[INFO] Copying file adapter-test/secure-portal-with-custom-session-config/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/secure-portal-with-custom-session-config/WEB-INF/keycloak.json
[INFO] Copying file adapter-test/secure-portal-with-custom-session-config/WEB-INF/keystore.jks
[INFO] Copying file adapter-test/secure-portal-with-custom-session-config/WEB-INF/web.xml
[INFO] Copying file adapter-test/session-portal/META-INF/context.xml
[INFO] Copying file adapter-test/session-portal/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/session-portal/WEB-INF/keycloak.json
[INFO] Copying file adapter-test/session-portal/WEB-INF/web.xml
[INFO] Copying file adapter-test/tenant1-realm.json
[INFO] Copying file adapter-test/tenant2-realm.json
[INFO] Copying file adapter-test/token-min-ttl/META-INF/context.xml
[INFO] Copying file adapter-test/token-min-ttl/WEB-INF/jetty-web.xml
[INFO] Copying file adapter-test/token-min-ttl/WEB-INF/keycloak.json
[INFO] Copying file adapter-test/token-min-ttl/WEB-INF/web.xml
[INFO] Copying file adapter-test/web.xml
[INFO] Copying file admin-test/saml-idp-metadata-two-signing-certs.xml
[INFO] Copying file admin-test/saml-idp-metadata.xml
[INFO] Copying file admin-test/testrealm.json
[INFO] Copying file arquillian.xml
[INFO] Copying file authorization-test/enforcer-config-paths-same-name.json
[INFO] Copying file authorization-test/import-authorization-unordered-settings.json
[INFO] Copying file authorization-test/test-authz-realm.json
[INFO] Copying file cli/kcadm/admin-cli-keystore.jks
[INFO] Copying file cli/kcreg/reg-cli-keystore.jks
[INFO] Copying file cli/kcreg/saml-sp-metadata.xml
[INFO] Copying file client-auth-test/certificate.pem
[INFO] Copying file client-auth-test/intermediate-ca.crt
[INFO] Copying file client-auth-test/intermediate-ca.key
[INFO] Copying file client-auth-test/keystore-client1.jks
[INFO] Copying file client-auth-test/keystore-client2.jks
[INFO] Copying file client-auth-test/keystore-client2.p12
[INFO] Copying file client-auth-test/publickey.pem
[INFO] Copying file client-descriptions/client-oidc.json
[INFO] Copying file client-descriptions/saml-entity-descriptor.xml
[INFO] Copying file clientreg-test/jwks.json
[INFO] Copying file clientreg-test/saml-entity-descriptor.xml
[INFO] Copying file kerberos/http.keytab
[INFO] Copying file kerberos/kerberos-ldap-connection.properties
[INFO] Copying file kerberos/kerberos-standalone-connection.properties
[INFO] Copying file kerberos/kerberosrealm.json
[INFO] Copying file kerberos/test-krb5.conf
[INFO] Copying file kerberos/users-kerberos.ldif
[INFO] Copying file keycloak-add-user.json
[INFO] Copying file keys/certificate.pem
[INFO] Copying file keys/private2048.pem
[INFO] Copying file keys/private4096.pem
[INFO] Copying file keys/public2048.pem
[INFO] Copying file keys/public4096.pem
[INFO] Copying file keystore/email_invalid.jks
[INFO] Copying file keystore/keycloak.jks
[INFO] Copying file keystore/keycloak.truststore
[INFO] Copying file ldap/ldap-connection.properties
[INFO] Copying file ldap/users.ldif
[INFO] Copying file log4j.properties
[INFO] Copying file META-INF/keycloak-server.json
[INFO] Copying file migration-test/migration-realm-1.9.8.Final.json
[INFO] Copying file migration-test/migration-realm-2.2.1.Final.json
[INFO] Copying file migration-test/migration-realm-2.5.5.Final.json
[INFO] Copying file model/testcomposites.json
[INFO] Copying file model/testrealm-demo.json
[INFO] Copying file model/testrealm-noclient-id.json
[INFO] Copying file model/testrealm.json
[INFO] Copying file model/testrealm2.json
[INFO] Copying file org/keycloak/testsuite/admin/client/KEYCLOAK-4040-sharefile-metadata.xml
[INFO] Copying file org/keycloak/testsuite/broker/kc3731-broker-realm.json
[INFO] Copying file org/keycloak/testsuite/broker/kc3731-provider-realm.json
[INFO] Copying file org/keycloak/testsuite/keys/keystore.jks
[INFO] Copying file run-on-server-jboss-deployment-structure.xml
[INFO] Copying file scripts/authenticator-example.js
[INFO] Copying file sssd/sssd.properties
[INFO] Copying file storage-test/read-only-user-password.properties
[INFO] Copying file storage-test/user-password.properties
[INFO] Copying file test-constants.properties
[INFO] Copying file testcomposite.json
[INFO] Copying file testrealm-duplicate-emails.json
[INFO] Copying file testrealm.json
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ integration-arquillian-tests-base ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 285 source files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/target/test-classes
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/AccessTokenTest.java:[25,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractOIDCPublicKeyRotationAdapterTest.java:[31,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[41,37] org.apache.http.client.params.AuthPolicy in org.apache.http.client.params has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[43,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/KeycloakSPNegoSchemeFactory.java:[24,30] org.apache.http.params.HttpParams in org.apache.http.params has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ClientAuthSignedJWTTest.java:[31,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/account/ProfileTest.java:[27,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ResourceOwnerPasswordCredentialsGrantTest.java:[22,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ClientAuthPostMethodTest.java:[24,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/i18n/LoginPageTest.java:[19,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/client/OIDCJwksClientRegistrationTest.java:[37,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/OAuthProofKeyForCodeExchangeTest.java:[9,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/AccessTokenTest.java:[25,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractOIDCPublicKeyRotationAdapterTest.java:[31,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[41,37] org.apache.http.client.params.AuthPolicy in org.apache.http.client.params has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[43,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/KeycloakSPNegoSchemeFactory.java:[24,30] org.apache.http.params.HttpParams in org.apache.http.params has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ClientAuthSignedJWTTest.java:[31,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/account/ProfileTest.java:[27,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ResourceOwnerPasswordCredentialsGrantTest.java:[22,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ClientAuthPostMethodTest.java:[24,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/i18n/LoginPageTest.java:[19,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/client/OIDCJwksClientRegistrationTest.java:[37,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/OAuthProofKeyForCodeExchangeTest.java:[9,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/AccessTokenTest.java:[25,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractOIDCPublicKeyRotationAdapterTest.java:[31,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[41,37] org.apache.http.client.params.AuthPolicy in org.apache.http.client.params has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[43,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/KeycloakSPNegoSchemeFactory.java:[24,30] org.apache.http.params.HttpParams in org.apache.http.params has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ClientAuthSignedJWTTest.java:[31,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/account/ProfileTest.java:[27,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ResourceOwnerPasswordCredentialsGrantTest.java:[22,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ClientAuthPostMethodTest.java:[24,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/i18n/LoginPageTest.java:[19,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/client/OIDCJwksClientRegistrationTest.java:[37,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/OAuthProofKeyForCodeExchangeTest.java:[9,35] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/util/AssertAdminEvents.java:[220,97] unchecked cast
required: java.util.List<org.keycloak.representations.idm.RoleRepresentation>
found: java.lang.Object
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/partialimport/PartialImportTest.java:[251,19] setAuthenticateByDefault(boolean) in org.keycloak.representations.idm.IdentityProviderRepresentation has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/AbstractAdapterTest.java:[211,47] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/AbstractServletsAdapterTest.java:[86,36] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractDemoServletsAdapterTest.java:[738,48] readFileToString(java.io.File) in org.apache.commons.io.FileUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/AbstractExampleAdapterTest.java:[66,39] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/example/AbstractDemoExampleAdapterTest.java:[361,48] readFileToString(java.io.File) in org.apache.commons.io.FileUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/example/authorization/AbstractPhotozExampleAdapterTest.java:[267,66] unchecked conversion
required: java.util.List<java.util.Map>
found: java.util.List
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/example/authorization/AbstractPhotozExampleAdapterTest.java:[433,66] unchecked conversion
required: java.util.List<java.util.Map>
found: java.util.List
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/example/authorization/AbstractPhotozExampleAdapterTest.java:[438,37] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/client/SAMLClientRegistrationTest.java:[49,42] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractSAMLServletsAdapterTest.java:[483,24] unchecked call to addFirst(K,V) as a member of the raw type org.keycloak.common.util.MultivaluedHashMap
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractSAMLServletsAdapterTest.java:[484,24] unchecked call to addFirst(K,V) as a member of the raw type org.keycloak.common.util.MultivaluedHashMap
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractSAMLServletsAdapterTest.java:[485,22] unchecked method invocation: method setConfig in class org.keycloak.representations.idm.ComponentRepresentation is applied to given types
required: org.keycloak.common.util.MultivaluedHashMap<java.lang.String,java.lang.String>
found: org.keycloak.common.util.MultivaluedHashMap
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractSAMLServletsAdapterTest.java:[485,23] unchecked conversion
required: org.keycloak.common.util.MultivaluedHashMap<java.lang.String,java.lang.String>
found: org.keycloak.common.util.MultivaluedHashMap
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/util/Matchers.java:[110,16] unchecked call to ResponseHeaderMatcher(org.hamcrest.Matcher<java.util.Map<java.lang.String,T>>) as a member of the raw type org.keycloak.testsuite.util.matchers.ResponseHeaderMatcher
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/util/Matchers.java:[110,16] unchecked conversion
required: org.hamcrest.Matcher<javax.ws.rs.core.Response>
found: org.keycloak.testsuite.util.matchers.ResponseHeaderMatcher
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/actions/ActionUtil.java:[54,56] unchecked conversion
required: java.util.List<org.keycloak.representations.idm.RequiredActionProviderRepresentation>
found: java.util.LinkedList
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/AccessTokenTest.java:[954,42] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractOIDCPublicKeyRotationAdapterTest.java:[310,33] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractOIDCPublicKeyRotationAdapterTest.java:[325,45] readString(java.io.InputStream) in org.keycloak.common.util.StreamUtil has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractOIDCPublicKeyRotationAdapterTest.java:[335,19] getConnectionManager() in org.apache.http.client.HttpClient has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[306,16] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[307,16] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[310,20] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[311,20] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[350,9] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[350,41] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/AbstractKerberosTest.java:[351,46] org.apache.http.client.params.AuthPolicy in org.apache.http.client.params has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/kerberos/KeycloakSPNegoSchemeFactory.java:[62,35] org.apache.http.params.HttpParams in org.apache.http.params has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/util/UserBuilder.java:[147,12] setTotp(java.lang.Boolean) in org.keycloak.representations.idm.UserRepresentation has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/util/UserBuilder.java:[160,12] setTotp(java.lang.Boolean) in org.keycloak.representations.idm.UserRepresentation has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ClientAuthSignedJWTTest.java:[793,42] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/util/AdapterServletDeployment.java:[84,47] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/forms/CustomFlowTest.java:[214,38] unchecked conversion
required: java.util.Map<java.lang.String,java.lang.String>
found: java.util.HashMap
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/account/ProfileTest.java:[154,73] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/account/ProfileTest.java:[188,73] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/account/ProfileTest.java:[279,52] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/account/ProfileTest.java:[303,33] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/account/ProfileTest.java:[316,33] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ResourceOwnerPasswordCredentialsGrantTest.java:[430,9] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ResourceOwnerPasswordCredentialsGrantTest.java:[430,40] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/realm/RealmTest.java:[402,37] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/realm/RealmTest.java:[411,37] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/realm/RealmTest.java:[451,18] getRequiredCredentials() in org.keycloak.representations.idm.RealmRepresentation has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/realm/RealmTest.java:[452,38] getRequiredCredentials() in org.keycloak.representations.idm.RealmRepresentation has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/realm/RealmTest.java:[453,37] getRequiredCredentials() in org.keycloak.representations.idm.RealmRepresentation has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/realm/RealmTest.java:[454,39] getRequiredCredentials() in org.keycloak.representations.idm.RealmRepresentation has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/forms/BruteForceTest.java:[60,13] setTotp(java.lang.Boolean) in org.keycloak.representations.idm.UserRepresentation has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/PermissionsTest.java:[583,80] unchecked method invocation: method createMapper in interface org.keycloak.admin.client.resource.ProtocolMappersResource is applied to given types
required: java.util.List<org.keycloak.representations.idm.ProtocolMapperRepresentation>
found: java.util.List
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/PermissionsTest.java:[583,92] unchecked conversion
required: java.util.List<org.keycloak.representations.idm.ProtocolMapperRepresentation>
found: java.util.List
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/PermissionsTest.java:[1414,44] resetPasswordEmail() in org.keycloak.admin.client.resource.UserResource has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/ComponentsTest.java:[289,22] unchecked method invocation: method setConfig in class org.keycloak.representations.idm.ComponentRepresentation is applied to given types
required: org.keycloak.common.util.MultivaluedHashMap<java.lang.String,java.lang.String>
found: org.keycloak.common.util.MultivaluedHashMap
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/ComponentsTest.java:[289,23] unchecked conversion
required: org.keycloak.common.util.MultivaluedHashMap<java.lang.String,java.lang.String>
found: org.keycloak.common.util.MultivaluedHashMap
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/util/TestEventsLogger.java:[77,26] writeStringToFile(java.io.File,java.lang.String) in org.apache.commons.io.FileUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/ClientAuthPostMethodTest.java:[93,42] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/authentication/ProvidersTest.java:[195,49] unchecked conversion
required: java.util.ArrayList<java.util.Map<java.lang.String,java.lang.Object>>
found: java.util.ArrayList
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/authentication/ProvidersTest.java:[197,24] unchecked call to HashMap(java.util.Map<? extends K,? extends V>) as a member of the raw type java.util.HashMap
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/authentication/ProvidersTest.java:[197,23] unchecked method invocation: method add in class java.util.ArrayList is applied to given types
required: E
found: java.util.HashMap
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/authentication/ProvidersTest.java:[197,24] unchecked conversion
required: E
found: java.util.HashMap
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/LoginStatusIframeEndpointTest.java:[71,31] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/oauth/LoginStatusIframeEndpointTest.java:[125,24] toString(java.io.InputStream) in org.apache.commons.io.IOUtils has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/i18n/LoginPageTest.java:[102,9] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/i18n/LoginPageTest.java:[102,41] org.apache.http.impl.client.DefaultHttpClient in org.apache.http.impl.client has been deprecated
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/broker/KcSamlIdPInitiatedSsoTest.java: Some input files additionally use or override a deprecated API.
[WARNING] /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/ConcurrencyTest.java: Some input files additionally use unchecked or unsafe operations.
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ integration-arquillian-tests-base ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
20:49:15,020 INFO [NonIDERunListener] Setting keycloak.logging.level to off. Keycloak server logging will be disabled
Running org.keycloak.testsuite.account.AccountTest
Apr 16, 2017 8:49:15 PM org.keycloak.testsuite.arquillian.containers.MultipleContainersExtension register
INFO: Multiple containers extension registering.
Configuration of Arquillian Reporting extension:
report xml
rootDir target
file target/arquillian_report.xml
template template.xsl
reportAfterEvery class
language en
maxImageWidth 500
imageWidth 100%
imageHeight 100%
Configuration of Arquillian Browser Screenshooter:
rootDir target/screenshots
screenshotType PNG
takeBeforeTest false
takeAfterTest false
takeWhenTestFailed true
takeOnEveryAction false
20:49:15,829 INFO [HtmlUnitScreenshots] Screenshots disabled as htmlUnit is used
20:49:17,088 INFO [RegistryCreator] arquillian.xml: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/target/dependency/arquillian.xml
20:49:17,116 INFO [RegistryCreator] Registering container: auth-server-undertow
20:49:17,139 INFO [AuthServerTestEnricher]
SUITE CONTEXT:
Auth server: auth-server-undertow
Apr 16, 2017 8:49:17 PM org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusedSessionPermanentFileStorage readStore
INFO: Reused session store is not available at /Users/mingderwang/.drone-webdriver-session-store, a new one will be created.
Apr 16, 2017 8:49:17 PM org.jboss.arquillian.container.impl.MapObject populate
WARNING: Configuration contain properties not supported by the backing object org.keycloak.testsuite.arquillian.undertow.KeycloakOnUndertowConfiguration
Unused property entries: {adapterImplClass=org.keycloak.testsuite.arquillian.undertow.KeycloakOnUndertow, enabled=true}
Supported property names: [bindHttpPort, workerThreads, resourcesHome, bindAddress]
20:49:17,245 INFO [KeycloakOnUndertow] Starting auth server on embedded Undertow.
20:49:28,029 INFO [org.infinispan.factories.GlobalComponentRegistry] ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final
20:49:34,142 DEBUG [org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory] Initializing JPA connections
20:49:34,144 DEBUG [org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory] Database info: {databaseUrl=jdbc:h2:mem:test, databaseUser=SA, databaseProduct=H2 1.3.173 (2013-07-28), databaseDriver=H2 JDBC Driver 1.3.173 (2013-07-28)}
20:49:38,106 INFO [org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider] Initializing database schema. Using changelog META-INF/jpa-changelog-master.xml
20:49:40,265 INFO [org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider] Initializing database schema. Using changelog META-INF/example-changelog.xml
20:49:47,196 INFO [KeycloakOnUndertow] Auth server started in 29950 ms
20:49:47,267 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:49:47,271 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:49:47,278 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.account.AccountTest
20:49:47,309 INFO [TestEventsLogger] [AccountTest] changePasswordWithSpecialCharsPolicy() STARTED
20:49:49,938 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:49:50,432 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:49:56,401 DEBUG [AbstractKeycloakTest] updating admin password
20:49:56,406 INFO [URLUtils] starting navigation
20:49:56,417 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:49:56,420 INFO [URLUtils] current URL: about:blank
20:49:56,420 INFO [URLUtils] navigating to http://localhost:8180/auth
20:49:57,203 INFO [URLUtils] new current URL: http://localhost:8180/auth/
20:49:57,203 INFO [URLUtils] navigation complete
20:49:57,778 DEBUG [AbstractKeycloakTest] loading test realms
20:49:58,018 INFO [AbstractKeycloakTest] importing test realms
20:49:58,018 DEBUG [AbstractKeycloakTest] importing realm: test
20:50:05,030 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:05,296 INFO [TestEventsLogger] [AccountTest] changePasswordWithSpecialCharsPolicy() FINISHED
20:50:05,308 INFO [TestEventsLogger] [AccountTest] testIdentityProviderHiddenOnLoginPageIsVisbleInAccount() STARTED
20:50:06,931 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:06,984 INFO [TestEventsLogger] [AccountTest] testIdentityProviderHiddenOnLoginPageIsVisbleInAccount() FINISHED
20:50:06,988 INFO [TestEventsLogger] [AccountTest] changeProfileNoAccess() STARTED
20:50:08,235 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:08,282 INFO [TestEventsLogger] [AccountTest] changeProfileNoAccess() FINISHED
20:50:08,286 INFO [TestEventsLogger] [AccountTest] changePasswordWithLowerCasePolicy() STARTED
20:50:10,713 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:10,772 INFO [TestEventsLogger] [AccountTest] changePasswordWithLowerCasePolicy() FINISHED
20:50:10,777 INFO [TestEventsLogger] [AccountTest] changeProfile() STARTED
20:50:13,776 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:13,832 INFO [TestEventsLogger] [AccountTest] changeProfile() FINISHED
20:50:13,838 INFO [TestEventsLogger] [AccountTest] returnToAppFromQueryParam() STARTED
20:50:15,881 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:15,928 INFO [TestEventsLogger] [AccountTest] returnToAppFromQueryParam() FINISHED
20:50:15,935 INFO [TestEventsLogger] [AccountTest] loginToSpecificPage() STARTED
20:50:16,998 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:17,053 INFO [TestEventsLogger] [AccountTest] loginToSpecificPage() FINISHED
20:50:17,058 INFO [TestEventsLogger] [AccountTest] changeUsername() STARTED
20:50:19,093 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:19,156 INFO [TestEventsLogger] [AccountTest] changeUsername() FINISHED
20:50:19,161 INFO [TestEventsLogger] [AccountTest] changePasswordWithPasswordHistoryPolicyTwoPasswords() STARTED
20:50:25,534 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:25,578 INFO [TestEventsLogger] [AccountTest] changePasswordWithPasswordHistoryPolicyTwoPasswords() FINISHED
20:50:25,583 INFO [TestEventsLogger] [AccountTest] changePasswordWithPasswordHistoryPolicyOnePwds() STARTED
20:50:29,828 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:29,886 INFO [TestEventsLogger] [AccountTest] changePasswordWithPasswordHistoryPolicyOnePwds() FINISHED
20:50:29,891 INFO [TestEventsLogger] [AccountTest] loginToSpecificPageWithReferrer() STARTED
http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect?path%3Dpassword%26referrer%3Daccount&state=0%2Fbbde2080-f63d-4008-9808-8725993cf13f&response_type=code&scope=openid
http://localhost:8180/auth/realms/test/account/password?referrer=account
20:50:31,064 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:31,104 INFO [TestEventsLogger] [AccountTest] loginToSpecificPageWithReferrer() FINISHED
20:50:31,109 INFO [TestEventsLogger] [AccountTest] changeEmailLoginWithOldEmail() STARTED
20:50:33,338 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:33,394 INFO [TestEventsLogger] [AccountTest] changeEmailLoginWithOldEmail() FINISHED
20:50:33,425 INFO [TestEventsLogger] [AccountTest] changeProfileEmailAsUsernameEnabled() STARTED
20:50:36,924 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:36,998 INFO [TestEventsLogger] [AccountTest] changeProfileEmailAsUsernameEnabled() FINISHED
20:50:37,008 INFO [TestEventsLogger] [AccountTest] changePasswordWithLengthPasswordPolicy() STARTED
20:50:41,574 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:41,619 INFO [TestEventsLogger] [AccountTest] changePasswordWithLengthPasswordPolicy() FINISHED
20:50:41,649 INFO [TestEventsLogger] [AccountTest] changeEmailToExistingForbidden() STARTED
20:50:43,904 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:43,951 INFO [TestEventsLogger] [AccountTest] changeEmailToExistingForbidden() FINISHED
20:50:44,115 INFO [TestEventsLogger] [AccountTest] changePasswordWithDigitsPolicy() STARTED
20:50:48,238 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:50:48,298 INFO [TestEventsLogger] [AccountTest] changePasswordWithDigitsPolicy() FINISHED
20:50:48,303 INFO [TestEventsLogger] [AccountTest] testReferrerLinkContents() STARTED
20:51:01,838 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:02,125 INFO [TestEventsLogger] [AccountTest] testReferrerLinkContents() FINISHED
20:51:02,131 INFO [TestEventsLogger] [AccountTest] viewLog() STARTED
20:51:04,540 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:04,582 INFO [TestEventsLogger] [AccountTest] viewLog() FINISHED
20:51:04,642 INFO [TestEventsLogger] [AccountTest] changePasswordWithPasswordHistoryPolicyThreePasswords() STARTED
20:51:15,764 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:15,796 INFO [TestEventsLogger] [AccountTest] changePasswordWithPasswordHistoryPolicyThreePasswords() FINISHED
20:51:15,825 INFO [TestEventsLogger] [AccountTest] changeUsernameLoginWithOldUsername() STARTED
20:51:17,794 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:17,831 INFO [TestEventsLogger] [AccountTest] changeUsernameLoginWithOldUsername() FINISHED
20:51:17,836 INFO [TestEventsLogger] [AccountTest] changePasswordWithRegexPatternsPolicy() STARTED
20:51:20,453 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:20,504 INFO [TestEventsLogger] [AccountTest] changePasswordWithRegexPatternsPolicy() FINISHED
20:51:20,510 INFO [TestEventsLogger] [AccountTest] changePasswordWithPasswordHistoryPolicyZeroPwdsInHistory() STARTED
20:51:25,465 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:25,499 INFO [TestEventsLogger] [AccountTest] changePasswordWithPasswordHistoryPolicyZeroPwdsInHistory() FINISHED
20:51:25,637 INFO [TestEventsLogger] [AccountTest] changePasswordWithUpperCasePolicy() STARTED
20:51:27,276 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:27,318 INFO [TestEventsLogger] [AccountTest] changePasswordWithUpperCasePolicy() FINISHED
20:51:27,555 INFO [TestEventsLogger] [AccountTest] changePassword() STARTED
20:51:29,701 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:29,735 INFO [TestEventsLogger] [AccountTest] changePassword() FINISHED
20:51:29,754 INFO [TestEventsLogger] [AccountTest] applications() STARTED
20:51:31,365 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:31,409 INFO [TestEventsLogger] [AccountTest] applications() FINISHED
20:51:31,428 INFO [TestEventsLogger] [AccountTest] changePasswordWithNotUsernamePolicy() STARTED
20:51:33,787 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:33,825 INFO [TestEventsLogger] [AccountTest] changePasswordWithNotUsernamePolicy() FINISHED
20:51:33,832 INFO [TestEventsLogger] [AccountTest] changeEmailToExistingAllowed() STARTED
20:51:35,244 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:35,282 INFO [TestEventsLogger] [AccountTest] changeEmailToExistingAllowed() FINISHED
20:51:35,289 INFO [TestEventsLogger] [AccountTest] changePasswordWithBlankCurrentPassword() STARTED
20:51:37,439 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:37,475 INFO [TestEventsLogger] [AccountTest] changePasswordWithBlankCurrentPassword() FINISHED
20:51:37,573 INFO [TestEventsLogger] [AccountTest] sessions() STARTED
20:51:39,714 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:39,755 INFO [TestEventsLogger] [AccountTest] sessions() FINISHED
20:51:39,811 INFO [TestEventsLogger] [AccountTest] setupTotp() STARTED
20:51:41,520 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:41,561 INFO [TestEventsLogger] [AccountTest] setupTotp() FINISHED
20:51:41,566 INFO [TestEventsLogger] [AccountTest] testIdentityProviderCapitalization() STARTED
20:51:42,263 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:42,305 INFO [TestEventsLogger] [AccountTest] testIdentityProviderCapitalization() FINISHED
20:51:42,375 INFO [TestEventsLogger] [AccountTest] testInvalidReferrer() STARTED
20:51:43,274 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:43,304 INFO [TestEventsLogger] [AccountTest] testInvalidReferrer() FINISHED
20:51:43,388 INFO [AuthServerTestEnricher] removing test realms after test class
20:51:43,389 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 151.5 sec - in org.keycloak.testsuite.account.AccountTest
Running org.keycloak.testsuite.account.custom.CustomAuthFlowCookieTest
20:51:46,595 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:51:46,596 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.account.custom.CustomAuthFlowCookieTest
20:51:46,598 INFO [TestEventsLogger] [CustomAuthFlowCookieTest] cookieAlternative() STARTED
20:51:46,621 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:51:47,155 DEBUG [AbstractKeycloakTest] loading test realms
20:51:47,155 INFO [AbstractKeycloakTest] importing test realms
20:51:47,156 DEBUG [AbstractKeycloakTest] importing realm: test
20:51:50,377 INFO [URLUtils] starting navigation
20:51:50,378 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:51:50,379 INFO [URLUtils] current URL: about:blank
20:51:50,380 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:51:50,481 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa18dd4e5-5e47-439a-8fad-254dd77003bf&response_type=code&scope=openid
20:51:50,482 INFO [URLUtils] navigation complete
20:51:50,484 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:50,541 DEBUG [AbstractAuthTest] creating test user
20:51:51,481 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:51:51,904 INFO [URLUtils] starting navigation
20:51:51,911 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa18dd4e5-5e47-439a-8fad-254dd77003bf&response_type=code&scope=openid
20:51:51,911 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:51:51,936 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F09efc31c-2b44-49ed-b6b5-d40284582b8c&response_type=code&scope=openid
20:51:51,936 INFO [URLUtils] navigation complete
20:51:52,523 INFO [TestEventsLogger] [CustomAuthFlowCookieTest] cookieAlternative() FINISHED
20:51:52,528 INFO [TestEventsLogger] [CustomAuthFlowCookieTest] disabledCookie() STARTED
20:51:52,872 INFO [URLUtils] starting navigation
20:51:52,875 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/master/app/auth?state=mystate&code=OSKFrRpWrPULVCNd2T03PQO83aYa0lSztHzssID52zo.3b96422d-92b5-4b1a-8ac6-d667a1f81a3c
20:51:52,876 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:51:52,905 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F027f0b99-3356-4039-986b-75494a60ace8&response_type=code&scope=openid
20:51:52,905 INFO [URLUtils] navigation complete
20:51:52,906 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:53,011 DEBUG [AbstractAuthTest] creating test user
20:51:53,369 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:51:53,465 INFO [URLUtils] starting navigation
20:51:53,468 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F027f0b99-3356-4039-986b-75494a60ace8&response_type=code&scope=openid
20:51:53,469 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:51:53,531 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F3b5cc258-2100-45bd-8134-0b66c8261ac6&response_type=code&scope=openid
20:51:53,533 INFO [URLUtils] navigation complete
20:51:53,943 INFO [TestEventsLogger] [CustomAuthFlowCookieTest] disabledCookie() FINISHED
20:51:53,966 INFO [AuthServerTestEnricher] removing test realms after test class
20:51:53,967 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.299 sec - in org.keycloak.testsuite.account.custom.CustomAuthFlowCookieTest
Running org.keycloak.testsuite.account.custom.CustomAuthFlowOTPTest
20:51:54,473 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:51:54,474 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.account.custom.CustomAuthFlowOTPTest
20:51:54,475 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPNoDefault() STARTED
20:51:54,490 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:51:55,170 DEBUG [AbstractKeycloakTest] loading test realms
20:51:55,170 INFO [AbstractKeycloakTest] importing test realms
20:51:55,171 DEBUG [AbstractKeycloakTest] importing realm: test
20:51:57,618 INFO [URLUtils] starting navigation
20:51:57,619 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:51:57,620 INFO [URLUtils] current URL: about:blank
20:51:57,621 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:51:57,698 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0e1feda0-bc1c-47dd-9060-7ea7548cd2c0&response_type=code&scope=openid
20:51:57,699 INFO [URLUtils] navigation complete
20:51:57,699 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:57,736 DEBUG [AbstractAuthTest] creating test user
20:51:58,260 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:51:58,300 INFO [URLUtils] starting navigation
20:51:58,303 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0e1feda0-bc1c-47dd-9060-7ea7548cd2c0&response_type=code&scope=openid
20:51:58,303 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:51:58,325 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F8931f35a-d354-4025-bc4e-1010eda3c9ce&response_type=code&scope=openid
20:51:58,326 INFO [URLUtils] navigation complete
20:51:59,127 INFO [URLUtils] starting navigation
20:51:59,133 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F9dfcb179-5185-410b-9c07-3f2637ca8351&response_type=code&scope=openid
20:51:59,134 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:51:59,192 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fe8457ad1-dc25-4d21-9f00-a60bb56e4c95&response_type=code&scope=openid
20:51:59,193 INFO [URLUtils] navigation complete
20:51:59,533 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPNoDefault() FINISHED
20:51:59,537 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPUserAttributeSkip() STARTED
20:51:59,810 INFO [URLUtils] starting navigation
20:51:59,812 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/authenticate?code=NZ3dKCEsZekLJg1EiEzzIqYK4sPFUpjEAyye5p8sB-Q.05d8b574-1b88-4543-a26c-04f20a34e30d&execution=7812f5b5-8837-4309-bd63-c0552dc16638
20:51:59,813 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:51:59,851 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fb6c9ce26-1270-422f-aa9b-773cffbce9e2&response_type=code&scope=openid
20:51:59,851 INFO [URLUtils] navigation complete
20:51:59,852 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:51:59,898 DEBUG [AbstractAuthTest] creating test user
20:52:00,200 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:52:00,697 INFO [URLUtils] starting navigation
20:52:00,700 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fb6c9ce26-1270-422f-aa9b-773cffbce9e2&response_type=code&scope=openid
20:52:00,701 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:00,722 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F101f9e37-d064-4777-9b67-8215d4661d81&response_type=code&scope=openid
20:52:00,723 INFO [URLUtils] navigation complete
20:52:01,059 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPUserAttributeSkip() FINISHED
20:52:01,063 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPDefaultForce() STARTED
20:52:01,356 INFO [URLUtils] starting navigation
20:52:01,358 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/account/
20:52:01,358 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:01,401 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F20ff5547-0ee6-40ba-bd36-238a95a8415e&response_type=code&scope=openid
20:52:01,402 INFO [URLUtils] navigation complete
20:52:01,402 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:01,428 DEBUG [AbstractAuthTest] creating test user
20:52:01,718 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:52:02,040 INFO [URLUtils] starting navigation
20:52:02,044 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F20ff5547-0ee6-40ba-bd36-238a95a8415e&response_type=code&scope=openid
20:52:02,045 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:02,094 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F61e89399-7de8-451f-93b4-8a3ff0dd12f8&response_type=code&scope=openid
20:52:02,095 INFO [URLUtils] navigation complete
20:52:02,370 INFO [URLUtils] starting navigation
20:52:02,372 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/required-action?code=Qwv5GBK4KlEwFV09ND0uuiB64Rs4ZYOYvSO2XNjGRm8.9699275a-f7fc-4fdd-a989-1142dd6258a2
20:52:02,373 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:02,387 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fda9da72c-e9cb-4713-9491-530bfd059825&response_type=code&scope=openid
20:52:02,388 INFO [URLUtils] navigation complete
20:52:03,035 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPDefaultForce() FINISHED
20:52:03,040 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPRoleSkip() STARTED
20:52:03,308 INFO [URLUtils] starting navigation
20:52:03,310 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/authenticate?code=7c02G9MnSafU_YdgsxbnsbkWXy9dsS4eY4z8GNjFLzo.edef5cd3-0e83-4c88-b0b7-d943a8754577&execution=dc7e3ed9-32b5-4eaa-bbb2-767b5e4a2d25
20:52:03,310 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:03,352 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fc3089961-cdd9-47b9-9e7b-12f2552ac6fc&response_type=code&scope=openid
20:52:03,353 INFO [URLUtils] navigation complete
20:52:03,354 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:03,392 DEBUG [AbstractAuthTest] creating test user
20:52:03,699 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:52:04,043 INFO [URLUtils] starting navigation
20:52:04,045 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fc3089961-cdd9-47b9-9e7b-12f2552ac6fc&response_type=code&scope=openid
20:52:04,045 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:04,065 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fefd8c4e5-6537-493d-b963-a6e3e7f1402f&response_type=code&scope=openid
20:52:04,066 INFO [URLUtils] navigation complete
20:52:04,336 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPRoleSkip() FINISHED
20:52:04,340 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPUserAttributeForce() STARTED
20:52:04,756 INFO [URLUtils] starting navigation
20:52:04,759 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/account/
20:52:04,760 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:04,812 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Ffb4490f3-0dcd-4aa3-9ff3-2fec3c52c7e5&response_type=code&scope=openid
20:52:04,813 INFO [URLUtils] navigation complete
20:52:04,814 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:04,845 DEBUG [AbstractAuthTest] creating test user
20:52:05,161 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:52:05,678 INFO [URLUtils] starting navigation
20:52:05,680 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Ffb4490f3-0dcd-4aa3-9ff3-2fec3c52c7e5&response_type=code&scope=openid
20:52:05,681 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:05,702 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F51f24dc1-e999-4548-b4d0-f0c4927f2717&response_type=code&scope=openid
20:52:05,703 INFO [URLUtils] navigation complete
20:52:05,991 INFO [URLUtils] starting navigation
20:52:05,993 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/required-action?code=qwA39i2o_FHlMHaT61bDoexHeNqVCbKJE31WQuWnJNo.3e66d7c5-bfe2-4bd1-a790-31915c963678
20:52:05,994 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:06,015 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fab891df0-d9eb-4db7-a9fe-c956702e7637&response_type=code&scope=openid
20:52:06,015 INFO [URLUtils] navigation complete
20:52:06,682 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPUserAttributeForce() FINISHED
20:52:06,687 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPRequestHeaderForce() STARTED
20:52:07,105 INFO [URLUtils] starting navigation
20:52:07,107 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/authenticate?code=PoX5aIyk8Z8YnYdcinCkXz_3J-THS_ciygz1Z1YwpEM.aa2b0c90-65bc-4dc1-b91c-a264f23d48d9&execution=142f8fee-0a34-4bd1-a56b-5b07ebe403b0
20:52:07,108 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:07,154 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F3fdde02f-720e-4a1e-b3e0-062d4c91b087&response_type=code&scope=openid
20:52:07,155 INFO [URLUtils] navigation complete
20:52:07,156 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:07,189 DEBUG [AbstractAuthTest] creating test user
20:52:07,503 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:52:07,874 INFO [URLUtils] starting navigation
20:52:07,876 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F3fdde02f-720e-4a1e-b3e0-062d4c91b087&response_type=code&scope=openid
20:52:07,877 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:07,928 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F717b0356-98fb-4de0-a41e-d8fa0fc9d93d&response_type=code&scope=openid
20:52:07,929 INFO [URLUtils] navigation complete
20:52:08,233 INFO [URLUtils] starting navigation
20:52:08,235 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/required-action?code=iVlPoJlEHQGfPJhdh0Kn6-MSrV7wWDVEDMvz79aiSTs.509adb65-a6d6-437c-86c7-81162e603d7c
20:52:08,236 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:08,255 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F5681f164-35a7-4f63-8571-077628c5753a&response_type=code&scope=openid
20:52:08,256 INFO [URLUtils] navigation complete
20:52:09,013 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPRequestHeaderForce() FINISHED
20:52:09,017 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPRoleForce() STARTED
20:52:09,443 INFO [URLUtils] starting navigation
20:52:09,446 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/authenticate?code=MPdQrCQRZumosFhwNvycYZddDg7VctzE_Hc-bm37WQ0.aeddf27a-ce1e-46f8-be31-673cdd6adecf&execution=f9c201ee-4a66-4a14-bed2-2b971874a051
20:52:09,446 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:09,499 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F87eddb5b-689c-44a5-ae3b-5dd10e150946&response_type=code&scope=openid
20:52:09,499 INFO [URLUtils] navigation complete
20:52:09,500 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:09,538 DEBUG [AbstractAuthTest] creating test user
20:52:10,075 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:52:10,540 INFO [URLUtils] starting navigation
20:52:10,543 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F87eddb5b-689c-44a5-ae3b-5dd10e150946&response_type=code&scope=openid
20:52:10,544 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:10,571 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Ffa945841-13de-42e7-a188-407fd6dbad98&response_type=code&scope=openid
20:52:10,572 INFO [URLUtils] navigation complete
20:52:10,974 INFO [URLUtils] starting navigation
20:52:10,977 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/required-action?code=f3imlR4mTolbCYyG8RMTujejGQ4FzNMO3WnYeUjEXA8.fa325cd2-bc40-4995-b8f9-089817721e3d
20:52:10,977 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:11,092 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fab3034bc-4007-4e02-af93-629bcecfa0d3&response_type=code&scope=openid
20:52:11,093 INFO [URLUtils] navigation complete
20:52:12,059 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPRoleForce() FINISHED
20:52:12,063 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPDefaultSkip() STARTED
20:52:12,612 INFO [URLUtils] starting navigation
20:52:12,615 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/authenticate?code=YhGg90UK6ZQHhg93rmSLz9XDWDB23APE7nte1-aiUmY.80656a59-e539-4111-bf05-0df8225aaca3&execution=0e27cc20-38ae-4734-8102-ee0a4e9d8469
20:52:12,616 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:12,663 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F160ecc9b-ff4b-457d-a35e-f0bd6199b4a1&response_type=code&scope=openid
20:52:12,664 INFO [URLUtils] navigation complete
20:52:12,665 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:12,704 DEBUG [AbstractAuthTest] creating test user
20:52:13,025 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:52:13,398 INFO [URLUtils] starting navigation
20:52:13,400 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F160ecc9b-ff4b-457d-a35e-f0bd6199b4a1&response_type=code&scope=openid
20:52:13,401 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:13,455 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F1c3b85c2-6fbb-4d09-a7df-960e77c20bf7&response_type=code&scope=openid
20:52:13,456 INFO [URLUtils] navigation complete
20:52:13,902 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPDefaultSkip() FINISHED
20:52:13,905 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] requireOTPTest() STARTED
20:52:14,378 INFO [URLUtils] starting navigation
20:52:14,381 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/account/
20:52:14,382 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:14,427 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa846f038-853f-4cd2-82ee-f367e93e3146&response_type=code&scope=openid
20:52:14,428 INFO [URLUtils] navigation complete
20:52:14,429 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:14,462 DEBUG [AbstractAuthTest] creating test user
20:52:14,804 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:52:14,890 INFO [URLUtils] starting navigation
20:52:14,893 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa846f038-853f-4cd2-82ee-f367e93e3146&response_type=code&scope=openid
20:52:14,894 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:14,945 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fc4352dce-2c04-4a1d-b614-4a88e9a1a1d4&response_type=code&scope=openid
20:52:14,946 INFO [URLUtils] navigation complete
20:52:15,222 INFO [URLUtils] starting navigation
20:52:15,224 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/required-action?code=zkhSd7QqKZXGhOxv48V1dNyEIUK5dGLObm47BsLD3AY.f434ee77-3365-42cf-931f-600869c33399
20:52:15,225 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:15,246 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fca86a663-49a4-495d-8396-5f5a40e4b701&response_type=code&scope=openid
20:52:15,246 INFO [URLUtils] navigation complete
20:52:16,131 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] requireOTPTest() FINISHED
20:52:16,135 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPRequestHeaderSkip() STARTED
20:52:17,187 INFO [URLUtils] starting navigation
20:52:17,189 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/authenticate?code=xdngyvt_FPqjZxf8RHlpS3BMZVRmw8A9WffAK2EYGsA.f94b5fcb-c704-49b1-9873-213aa394963c&execution=a165cbeb-85fc-4ab1-b9f3-d328a9a4b0e6
20:52:17,190 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:17,309 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F426967a8-2dea-462d-aa2f-079d263d47da&response_type=code&scope=openid
20:52:17,309 INFO [URLUtils] navigation complete
20:52:17,310 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:17,358 DEBUG [AbstractAuthTest] creating test user
20:52:17,739 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:52:18,301 INFO [URLUtils] starting navigation
20:52:18,309 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F426967a8-2dea-462d-aa2f-079d263d47da&response_type=code&scope=openid
20:52:18,309 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:18,381 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F13e7032d-edc0-4d76-9cbb-144ce69232af&response_type=code&scope=openid
20:52:18,382 INFO [URLUtils] navigation complete
20:52:18,873 INFO [TestEventsLogger] [CustomAuthFlowOTPTest] conditionalOTPRequestHeaderSkip() FINISHED
20:52:18,879 INFO [AuthServerTestEnricher] removing test realms after test class
20:52:18,879 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.034 sec - in org.keycloak.testsuite.account.custom.CustomAuthFlowOTPTest
Running org.keycloak.testsuite.account.custom.CustomThemeTest
20:52:19,402 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:52:19,403 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.account.custom.CustomThemeTest
20:52:19,405 INFO [TestEventsLogger] [CustomThemeTest] changeProfile() STARTED
20:52:19,453 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:52:20,036 DEBUG [AbstractKeycloakTest] loading test realms
20:52:20,077 INFO [AbstractKeycloakTest] importing test realms
20:52:20,078 DEBUG [AbstractKeycloakTest] importing realm: test
20:52:24,220 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:24,331 INFO [TestEventsLogger] [CustomThemeTest] changeProfile() FINISHED
20:52:24,341 INFO [AuthServerTestEnricher] removing test realms after test class
20:52:24,342 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.591 sec - in org.keycloak.testsuite.account.custom.CustomThemeTest
Running org.keycloak.testsuite.account.ProfileTest
20:52:25,015 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:52:25,016 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.account.ProfileTest
20:52:25,041 INFO [TestEventsLogger] [ProfileTest] updateProfile() STARTED
20:52:25,205 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:52:25,498 DEBUG [AbstractKeycloakTest] loading test realms
20:52:25,510 INFO [AbstractKeycloakTest] importing test realms
20:52:25,511 DEBUG [AbstractKeycloakTest] importing realm: test
20:52:28,912 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:28,961 INFO [TestEventsLogger] [ProfileTest] updateProfile() FINISHED
20:52:28,965 INFO [TestEventsLogger] [ProfileTest] getProfileOAuthClient() STARTED
20:52:29,996 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:30,031 INFO [TestEventsLogger] [ProfileTest] getProfileOAuthClient() FINISHED
20:52:30,037 INFO [TestEventsLogger] [ProfileTest] getProfileCors() STARTED
20:52:30,873 INFO [ProfileTest] Retrieve profile with URI: http://localtest.me:8180/auth/realms/master/app/get-account-profile?account-uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount&token=eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJGSjg2R2NGM2pUYk5MT2NvNE52WmtVQ0lVbWZZQ3FvcXRPUWVNZmJoTmxFIn0.eyJqdGkiOiI2ZTY1MDk0OS0xNDllLTQzMWMtYTU2ZS1hZjgwMzZjYjQyYjAiLCJleHAiOjE0OTIzNDgxNTAsIm5iZiI6MCwiaWF0IjoxNDkyMzQ3MTUwLCJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjgxODAvYXV0aC9yZWFsbXMvdGVzdCIsImF1ZCI6InRlc3QtYXBwIiwic3ViIjoiZjcxNjJhYmQtZjExNC00ODdjLTk3MjItZmE1ZmMwYmQ2MmQ3IiwidHlwIjoiQmVhcmVyIiwiYXpwIjoidGVzdC1hcHAiLCJhdXRoX3RpbWUiOjE0OTIzNDcxNTAsInNlc3Npb25fc3RhdGUiOiJlZDM5OWU3ZC1jYzdiLTQ4YjktOTU1MC02OWM3ZTRlODI3OWIiLCJhY3IiOiIxIiwiY2xpZW50X3Nlc3Npb24iOiI5NDkyM2FiNi1kNTk3LTQ1YTktOTc5Ny04YmEzYzAxOWFhYzgiLCJhbGxvd2VkLW9yaWdpbnMiOlsiaHR0cDovL2xvY2FsdGVzdC5tZTo4MTgwIl0sInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJ1c2VyIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsidGVzdC1hcHAiOnsicm9sZXMiOlsiY3VzdG9tZXItdXNlciJdfSwiYWNjb3VudCI6eyJyb2xlcyI6WyJtYW5hZ2UtYWNjb3VudCIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwidmlldy1wcm9maWxlIl19fSwibmFtZSI6IkZpcnN0IExhc3QiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJ0ZXN0LXVzZXJAbG9jYWxob3N0IiwiZ2l2ZW5fbmFtZSI6IkZpcnN0IiwiZmFtaWx5X25hbWUiOiJMYXN0IiwiZW1haWwiOiJ0ZXN0LXVzZXJAbG9jYWxob3N0In0.SibObMQpbGCpSKbm5C3rHj3vQYcw7NQL9-Dbk2At2PQSFbJUHiCYn0IozltiqcNuRJv-pFnOVbP5kkxjOr1ds1-r_2SYNnzWuCRA8OO2oxEEP2gqLceOzN2Ci7wt_Q-mwevxh5GIzXQrXjnNVMqgJyeN6riFaJoIm2AUFoyNMQY
20:52:30,968 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:31,007 INFO [TestEventsLogger] [ProfileTest] getProfileCors() FINISHED
20:52:31,014 INFO [TestEventsLogger] [ProfileTest] getProfileCookieAuth() STARTED
20:52:31,547 INFO [ProfileTest] Retrieve profile with URI: http://localhost:8180/auth/realms/master/app/get-account-profile?account-uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount
20:52:31,589 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:31,673 INFO [TestEventsLogger] [ProfileTest] getProfileCookieAuth() FINISHED
20:52:31,676 INFO [TestEventsLogger] [ProfileTest] getProfileNoAccess() STARTED
20:52:32,446 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:32,484 INFO [TestEventsLogger] [ProfileTest] getProfileNoAccess() FINISHED
20:52:32,488 INFO [TestEventsLogger] [ProfileTest] getProfileOAuthClientNoScope() STARTED
20:52:32,938 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:32,969 INFO [TestEventsLogger] [ProfileTest] getProfileOAuthClientNoScope() FINISHED
20:52:32,972 INFO [TestEventsLogger] [ProfileTest] getProfile() STARTED
20:52:33,616 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:33,656 INFO [TestEventsLogger] [ProfileTest] getProfile() FINISHED
20:52:33,660 INFO [TestEventsLogger] [ProfileTest] getProfileCorsInvalidOrigin() STARTED
20:52:34,322 INFO [ProfileTest] Retrieve profile with URI: http://invalid.localtest.me:8180/auth/realms/master/app/get-account-profile?account-uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount&token=eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJGSjg2R2NGM2pUYk5MT2NvNE52WmtVQ0lVbWZZQ3FvcXRPUWVNZmJoTmxFIn0.eyJqdGkiOiI4YTNiOWRkNy0yNDA2LTQ4YTUtOWJhZi1hMjFmNjYxYjQxZjQiLCJleHAiOjE0OTIzNDgxNTQsIm5iZiI6MCwiaWF0IjoxNDkyMzQ3MTU0LCJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjgxODAvYXV0aC9yZWFsbXMvdGVzdCIsImF1ZCI6InRlc3QtYXBwIiwic3ViIjoiZjcxNjJhYmQtZjExNC00ODdjLTk3MjItZmE1ZmMwYmQ2MmQ3IiwidHlwIjoiQmVhcmVyIiwiYXpwIjoidGVzdC1hcHAiLCJhdXRoX3RpbWUiOjE0OTIzNDcxNTQsInNlc3Npb25fc3RhdGUiOiIwMjQwMGVkYy1iNmYyLTQ2ZTctYjAwMC0xZjczZWQxNTM3ODMiLCJhY3IiOiIxIiwiY2xpZW50X3Nlc3Npb24iOiJkYjRlOTIyOC01ZGNiLTQ1NTctYmFmZi1mMjc0NTlkYWZiNDciLCJhbGxvd2VkLW9yaWdpbnMiOlsiaHR0cDovL2xvY2FsdGVzdC5tZTo4MTgwIl0sInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJ1c2VyIl19LCJyZXNvdXJjZV9hY2Nlc3MiOnsidGVzdC1hcHAiOnsicm9sZXMiOlsiY3VzdG9tZXItdXNlciJdfSwiYWNjb3VudCI6eyJyb2xlcyI6WyJtYW5hZ2UtYWNjb3VudCIsIm1hbmFnZS1hY2NvdW50LWxpbmtzIiwidmlldy1wcm9maWxlIl19fSwibmFtZSI6IkZpcnN0IExhc3QiLCJwcmVmZXJyZWRfdXNlcm5hbWUiOiJ0ZXN0LXVzZXJAbG9jYWxob3N0IiwiZ2l2ZW5fbmFtZSI6IkZpcnN0IiwiZmFtaWx5X25hbWUiOiJMYXN0IiwiZW1haWwiOiJ0ZXN0LXVzZXJAbG9jYWxob3N0In0.jylSM8IgzLVCT3JoYzsHRwijZyFZZjqJNi4za8QxRR6ii9l4-rlHpEKd24DgSSMserIK9Oc5zeSoSu9cXE64BUcVG_elvtZLYGvLgEsVd2B713TNBokjyCQ3e6QNZOZKv7QbN3XlckFbzaGaDTrakXeTQqV4ZL1Wc38YFWc1BLk
20:52:34,643 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:34,681 INFO [TestEventsLogger] [ProfileTest] getProfileCorsInvalidOrigin() FINISHED
20:52:34,685 INFO [TestEventsLogger] [ProfileTest] getProfileNoAuth() STARTED
20:52:35,083 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:35,123 INFO [TestEventsLogger] [ProfileTest] getProfileNoAuth() FINISHED
20:52:35,134 INFO [AuthServerTestEnricher] removing test realms after test class
20:52:35,138 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.836 sec - in org.keycloak.testsuite.account.ProfileTest
Running org.keycloak.testsuite.account.TrustStoreEmailTest
20:52:35,846 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:52:35,847 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.account.TrustStoreEmailTest
20:52:35,850 INFO [TestEventsLogger] [TrustStoreEmailTest] verifyEmailWithSslWrongCertificate() STARTED
20:52:35,865 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:52:36,294 DEBUG [AbstractKeycloakTest] loading test realms
20:52:36,301 INFO [TrustStoreEmailTest] enable verify email and configure smtp server to run with ssl in test realm
20:52:36,316 INFO [AbstractKeycloakTest] importing test realms
20:52:36,316 DEBUG [AbstractKeycloakTest] importing realm: test
20:52:44,119 INFO [org.subethamail.smtp.server.SMTPServer] SMTP server *:3465 starting
20:52:44,123 INFO [SslMailServer] Started mail server (localhost:3465)
20:52:44,123 INFO [URLUtils] starting navigation
20:52:44,124 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:52:44,125 INFO [URLUtils] current URL: about:blank
20:52:44,125 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:44,127 INFO [org.subethamail.smtp.server.ServerThread] SMTP server *:3465 started
20:52:44,151 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F41ca8e92-3cc5-4f69-a84c-67602456fcf5&response_type=code&scope=openid
20:52:44,151 INFO [URLUtils] navigation complete
20:52:54,368 INFO [SslMailServer] Stopping mail server (localhost:3465)
20:52:54,370 INFO [org.subethamail.smtp.server.SMTPServer] SMTP server *:3465 stopping
20:52:54,370 INFO [org.subethamail.smtp.server.ServerThread] SMTP server *:3465 stopped
20:52:54,400 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:52:54,509 ERROR [TestEventsLogger] [TrustStoreEmailTest] verifyEmailWithSslWrongCertificate() FAILED
20:52:54,529 INFO [TestEventsLogger] [TrustStoreEmailTest] verifyEmailWithSslWrongCertificate() FINISHED
20:52:54,529 INFO [TestEventsLogger] [TrustStoreEmailTest] verifyEmailWithSslEnabled() STARTED
20:52:59,770 INFO [org.subethamail.smtp.server.SMTPServer] SMTP server *:3465 starting
20:52:59,770 INFO [org.subethamail.smtp.server.ServerThread] SMTP server *:3465 started
20:52:59,770 INFO [SslMailServer] Started mail server (localhost:3465)
20:52:59,772 INFO [URLUtils] starting navigation
20:52:59,774 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Ffd2a6f95-118e-40c2-860a-da9a92239d24&response_type=code&scope=openid
20:52:59,775 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:52:59,815 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F9e166629-a09e-4b0b-8ccd-043d02155180&response_type=code&scope=openid
20:52:59,815 INFO [URLUtils] navigation complete
20:53:10,288 INFO [SslMailServer] Stopping mail server (localhost:3465)
20:53:10,289 INFO [org.subethamail.smtp.server.SMTPServer] SMTP server *:3465 stopping
20:53:10,289 INFO [org.subethamail.smtp.server.ServerThread] SMTP server *:3465 stopped
20:53:10,353 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:53:10,486 ERROR [TestEventsLogger] [TrustStoreEmailTest] verifyEmailWithSslEnabled() FAILED
20:53:10,502 INFO [TestEventsLogger] [TrustStoreEmailTest] verifyEmailWithSslEnabled() FINISHED
20:53:10,503 INFO [AuthServerTestEnricher] removing test realms after test class
20:53:10,504 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 35.382 sec <<< FAILURE! - in org.keycloak.testsuite.account.TrustStoreEmailTest
verifyEmailWithSslWrongCertificate(org.keycloak.testsuite.account.TrustStoreEmailTest) Time elapsed: 18.674 sec <<< ERROR!
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.account.TrustStoreEmailTest.verifyEmailWithSslWrongCertificate(TrustStoreEmailTest.java:111)
Caused by: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.account.TrustStoreEmailTest.verifyEmailWithSslWrongCertificate(TrustStoreEmailTest.java:111)
verifyEmailWithSslEnabled(org.keycloak.testsuite.account.TrustStoreEmailTest) Time elapsed: 15.95 sec <<< ERROR!
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.account.TrustStoreEmailTest.verifyEmailWithSslEnabled(TrustStoreEmailTest.java:87)
Caused by: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.account.TrustStoreEmailTest.verifyEmailWithSslEnabled(TrustStoreEmailTest.java:87)
Running org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest
20:53:11,244 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:53:11,244 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest
20:53:11,250 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailExisting() STARTED
20:53:11,393 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:53:11,861 DEBUG [AbstractKeycloakTest] loading test realms
20:53:11,871 INFO [AbstractKeycloakTest] importing test realms
20:53:11,872 DEBUG [AbstractKeycloakTest] importing realm: test
20:53:25,661 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:53:25,699 ERROR [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailExisting() FAILED
20:53:25,710 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailExisting() FINISHED
20:53:25,711 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailResendFirstInvalidSecondStillValid() STARTED
20:53:36,771 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:53:36,820 ERROR [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailResendFirstInvalidSecondStillValid() FAILED
20:53:36,836 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailResendFirstInvalidSecondStillValid() FINISHED
20:53:36,837 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailRegister() STARTED
20:53:48,255 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:53:48,404 ERROR [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailRegister() FAILED
20:53:48,430 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailRegister() FINISHED
20:53:48,431 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyInvalidKeyOrCode() STARTED
20:53:59,585 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:53:59,688 ERROR [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyInvalidKeyOrCode() FAILED
20:53:59,709 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyInvalidKeyOrCode() FINISHED
20:53:59,710 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailConfig() STARTED
20:54:10,892 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:54:10,940 ERROR [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailConfig() FAILED
20:54:10,951 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailConfig() FINISHED
20:54:10,954 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailResend() STARTED
20:54:22,698 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:54:22,801 ERROR [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailResend() FAILED
20:54:22,814 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailResend() FINISHED
20:54:22,815 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailBadCode() STARTED
20:54:34,087 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:54:34,134 ERROR [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailBadCode() FAILED
20:54:34,147 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailBadCode() FINISHED
20:54:34,147 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailNewBrowserSession() STARTED
20:54:45,190 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:54:45,238 ERROR [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailNewBrowserSession() FAILED
20:54:45,252 INFO [TestEventsLogger] [RequiredActionEmailVerificationTest] verifyEmailNewBrowserSession() FINISHED
20:54:45,253 INFO [AuthServerTestEnricher] removing test realms after test class
20:54:45,253 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 94.492 sec <<< FAILURE! - in org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest
verifyEmailExisting(org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest) Time elapsed: 14.448 sec <<< ERROR!
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailExisting(RequiredActionEmailVerificationTest.java:125)
Caused by: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailExisting(RequiredActionEmailVerificationTest.java:125)
verifyEmailResendFirstInvalidSecondStillValid(org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest) Time elapsed: 11.106 sec <<< ERROR!
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailResendFirstInvalidSecondStillValid(RequiredActionEmailVerificationTest.java:218)
Caused by: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailResendFirstInvalidSecondStillValid(RequiredActionEmailVerificationTest.java:218)
verifyEmailRegister(org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest) Time elapsed: 11.505 sec <<< ERROR!
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailRegister(RequiredActionEmailVerificationTest.java:156)
Caused by: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailRegister(RequiredActionEmailVerificationTest.java:156)
verifyInvalidKeyOrCode(org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest) Time elapsed: 11.187 sec <<< ERROR!
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyInvalidKeyOrCode(RequiredActionEmailVerificationTest.java:281)
Caused by: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyInvalidKeyOrCode(RequiredActionEmailVerificationTest.java:281)
verifyEmailConfig(org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest) Time elapsed: 11.228 sec <<< ERROR!
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailConfig(RequiredActionEmailVerificationTest.java:107)
Caused by: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailConfig(RequiredActionEmailVerificationTest.java:107)
verifyEmailResend(org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest) Time elapsed: 11.836 sec <<< ERROR!
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailResend(RequiredActionEmailVerificationTest.java:185)
Caused by: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailResend(RequiredActionEmailVerificationTest.java:185)
verifyEmailBadCode(org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest) Time elapsed: 11.317 sec <<< ERROR!
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailBadCode(RequiredActionEmailVerificationTest.java:314)
Caused by: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailBadCode(RequiredActionEmailVerificationTest.java:314)
verifyEmailNewBrowserSession(org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest) Time elapsed: 11.089 sec <<< ERROR!
java.lang.RuntimeException: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailNewBrowserSession(RequiredActionEmailVerificationTest.java:245)
Caused by: java.net.SocketTimeoutException: Read timed out
at org.keycloak.testsuite.actions.RequiredActionEmailVerificationTest.verifyEmailNewBrowserSession(RequiredActionEmailVerificationTest.java:245)
Running org.keycloak.testsuite.actions.RequiredActionMultipleActionsTest
20:54:45,743 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:54:45,744 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.actions.RequiredActionMultipleActionsTest
20:54:45,746 INFO [TestEventsLogger] [RequiredActionMultipleActionsTest] updateProfileAndPassword() STARTED
20:54:45,822 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:54:46,194 DEBUG [AbstractKeycloakTest] loading test realms
20:54:46,199 INFO [AbstractKeycloakTest] importing test realms
20:54:46,200 DEBUG [AbstractKeycloakTest] importing realm: test
20:54:49,399 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:54:49,469 INFO [TestEventsLogger] [RequiredActionMultipleActionsTest] updateProfileAndPassword() FINISHED
20:54:49,477 INFO [AuthServerTestEnricher] removing test realms after test class
20:54:49,477 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.164 sec - in org.keycloak.testsuite.actions.RequiredActionMultipleActionsTest
Running org.keycloak.testsuite.actions.RequiredActionResetPasswordTest
20:54:49,908 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:54:49,908 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.actions.RequiredActionResetPasswordTest
20:54:49,910 INFO [TestEventsLogger] [RequiredActionResetPasswordTest] tempPassword() STARTED
20:54:49,952 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:54:50,285 DEBUG [AbstractKeycloakTest] loading test realms
20:54:50,287 INFO [AbstractKeycloakTest] importing test realms
20:54:50,288 DEBUG [AbstractKeycloakTest] importing realm: test
20:54:53,121 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:54:53,152 INFO [TestEventsLogger] [RequiredActionResetPasswordTest] tempPassword() FINISHED
20:54:53,159 INFO [AuthServerTestEnricher] removing test realms after test class
20:54:53,159 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.655 sec - in org.keycloak.testsuite.actions.RequiredActionResetPasswordTest
Running org.keycloak.testsuite.actions.RequiredActionTotpSetupTest
20:54:53,570 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:54:53,571 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.actions.RequiredActionTotpSetupTest
20:54:53,572 INFO [TestEventsLogger] [RequiredActionTotpSetupTest] setupOtpPolicyChangedHotp() STARTED
20:54:53,638 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:54:53,881 DEBUG [AbstractKeycloakTest] loading test realms
20:54:53,884 INFO [AbstractKeycloakTest] importing test realms
20:54:53,884 DEBUG [AbstractKeycloakTest] importing realm: test
20:54:58,218 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:54:58,284 INFO [TestEventsLogger] [RequiredActionTotpSetupTest] setupOtpPolicyChangedHotp() FINISHED
20:54:58,317 INFO [TestEventsLogger] [RequiredActionTotpSetupTest] setupTotpExisting() STARTED
20:54:59,739 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:54:59,765 INFO [TestEventsLogger] [RequiredActionTotpSetupTest] setupTotpExisting() FINISHED
20:54:59,772 INFO [TestEventsLogger] [RequiredActionTotpSetupTest] setupOtpPolicyChangedTotp8Digits() STARTED
20:55:01,045 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:01,076 INFO [TestEventsLogger] [RequiredActionTotpSetupTest] setupOtpPolicyChangedTotp8Digits() FINISHED
20:55:01,085 INFO [TestEventsLogger] [RequiredActionTotpSetupTest] setupTotpRegisteredAfterTotpRemoval() STARTED
20:55:02,784 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:02,810 INFO [TestEventsLogger] [RequiredActionTotpSetupTest] setupTotpRegisteredAfterTotpRemoval() FINISHED
20:55:02,817 INFO [TestEventsLogger] [RequiredActionTotpSetupTest] setupTotpRegister() STARTED
20:55:03,797 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:03,829 INFO [TestEventsLogger] [RequiredActionTotpSetupTest] setupTotpRegister() FINISHED
20:55:03,837 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:03,838 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.786 sec - in org.keycloak.testsuite.actions.RequiredActionTotpSetupTest
Running org.keycloak.testsuite.actions.RequiredActionUpdateProfileTest
20:55:04,356 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:04,357 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.actions.RequiredActionUpdateProfileTest
20:55:04,358 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfile() STARTED
20:55:04,384 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:04,613 DEBUG [AbstractKeycloakTest] loading test realms
20:55:04,616 INFO [AbstractKeycloakTest] importing test realms
20:55:04,617 DEBUG [AbstractKeycloakTest] importing realm: test
20:55:07,624 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:07,656 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfile() FINISHED
20:55:07,664 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileMissingLastName() STARTED
20:55:08,643 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:08,674 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileMissingLastName() FINISHED
20:55:08,681 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileInvalidEmail() STARTED
20:55:09,681 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:09,714 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileInvalidEmail() FINISHED
20:55:09,722 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileMissingFirstName() STARTED
20:55:10,687 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:10,711 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileMissingFirstName() FINISHED
20:55:10,718 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileMissingUsername() STARTED
20:55:11,852 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:11,882 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileMissingUsername() FINISHED
20:55:11,890 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileDuplicateUsername() STARTED
20:55:12,782 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:12,809 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileDuplicateUsername() FINISHED
20:55:12,816 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileDuplicatedEmail() STARTED
20:55:13,827 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:13,867 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileDuplicatedEmail() FINISHED
20:55:13,877 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateUsername() STARTED
20:55:15,093 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:15,165 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateUsername() FINISHED
20:55:15,171 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileMissingEmail() STARTED
20:55:16,419 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:16,449 INFO [TestEventsLogger] [RequiredActionUpdateProfileTest] updateProfileMissingEmail() FINISHED
20:55:16,458 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:16,459 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.504 sec - in org.keycloak.testsuite.actions.RequiredActionUpdateProfileTest
Running org.keycloak.testsuite.actions.TermsAndConditionsTest
20:55:16,865 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:16,865 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.actions.TermsAndConditionsTest
20:55:16,867 INFO [TestEventsLogger] [TermsAndConditionsTest] termsAccepted() STARTED
20:55:16,912 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:17,210 DEBUG [AbstractKeycloakTest] loading test realms
20:55:17,212 INFO [AbstractKeycloakTest] importing test realms
20:55:17,213 DEBUG [AbstractKeycloakTest] importing realm: test
20:55:20,282 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:20,394 INFO [TestEventsLogger] [TermsAndConditionsTest] termsAccepted() FINISHED
20:55:20,403 INFO [TestEventsLogger] [TermsAndConditionsTest] termsDisabled() STARTED
20:55:21,367 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:21,415 INFO [TestEventsLogger] [TermsAndConditionsTest] termsDisabled() FINISHED
20:55:21,429 INFO [TestEventsLogger] [TermsAndConditionsTest] termsDeclined() STARTED
20:55:22,420 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:22,477 INFO [TestEventsLogger] [TermsAndConditionsTest] termsDeclined() FINISHED
20:55:22,498 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:22,499 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.165 sec - in org.keycloak.testsuite.actions.TermsAndConditionsTest
Running org.keycloak.testsuite.admin.AttackDetectionResourceTest
20:55:23,038 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:23,039 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.AttackDetectionResourceTest
20:55:23,048 INFO [TestEventsLogger] [AttackDetectionResourceTest] test() STARTED
20:55:23,070 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:23,492 DEBUG [AbstractKeycloakTest] loading test realms
20:55:23,498 INFO [AbstractKeycloakTest] importing test realms
20:55:23,498 DEBUG [AbstractKeycloakTest] importing realm: test
20:55:26,540 DEBUG [AbstractKeycloakTest] importing realm: admin-client-test
20:55:30,593 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:55:30,809 INFO [TestEventsLogger] [AttackDetectionResourceTest] test() FINISHED
20:55:30,867 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:30,868 INFO [AuthServerTestEnricher] removing realm: test
20:55:31,791 INFO [AuthServerTestEnricher] removing realm: admin-client-test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.367 sec - in org.keycloak.testsuite.admin.AttackDetectionResourceTest
Running org.keycloak.testsuite.admin.authentication.AuthenticatorConfigTest
20:55:32,409 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:32,410 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.authentication.AuthenticatorConfigTest
20:55:32,412 INFO [TestEventsLogger] [AuthenticatorConfigTest] testUpdateConfig() STARTED
20:55:32,437 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:33,092 DEBUG [AbstractKeycloakTest] loading test realms
20:55:33,092 INFO [AbstractKeycloakTest] importing test realms
20:55:33,093 DEBUG [AbstractKeycloakTest] importing realm: test
20:55:34,568 INFO [TestEventsLogger] [AuthenticatorConfigTest] testUpdateConfig() FINISHED
20:55:34,577 INFO [TestEventsLogger] [AuthenticatorConfigTest] testRemoveConfig() STARTED
20:55:35,876 INFO [TestEventsLogger] [AuthenticatorConfigTest] testRemoveConfig() FINISHED
20:55:35,885 INFO [TestEventsLogger] [AuthenticatorConfigTest] testCreateConfig() STARTED
20:55:36,507 INFO [TestEventsLogger] [AuthenticatorConfigTest] testCreateConfig() FINISHED
20:55:36,827 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:36,828 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.901 sec - in org.keycloak.testsuite.admin.authentication.AuthenticatorConfigTest
Running org.keycloak.testsuite.admin.authentication.ExecutionTest
20:55:37,308 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:37,309 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.authentication.ExecutionTest
20:55:37,311 INFO [TestEventsLogger] [ExecutionTest] testClientFlowExecutions() STARTED
20:55:37,343 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:38,037 DEBUG [AbstractKeycloakTest] loading test realms
20:55:38,038 INFO [AbstractKeycloakTest] importing test realms
20:55:38,039 DEBUG [AbstractKeycloakTest] importing realm: test
20:55:39,198 INFO [TestEventsLogger] [ExecutionTest] testClientFlowExecutions() FINISHED
20:55:39,206 INFO [TestEventsLogger] [ExecutionTest] testAddRemoveExecution() STARTED
20:55:40,017 INFO [TestEventsLogger] [ExecutionTest] testAddRemoveExecution() FINISHED
20:55:40,026 INFO [TestEventsLogger] [ExecutionTest] testUpdateExecution() STARTED
20:55:40,430 INFO [TestEventsLogger] [ExecutionTest] testUpdateExecution() FINISHED
20:55:40,437 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:40,437 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.349 sec - in org.keycloak.testsuite.admin.authentication.ExecutionTest
Running org.keycloak.testsuite.admin.authentication.FlowTest
20:55:40,665 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:40,667 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.authentication.FlowTest
20:55:40,671 INFO [TestEventsLogger] [FlowTest] testAddRemoveFlow() STARTED
20:55:40,687 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:40,921 DEBUG [AbstractKeycloakTest] loading test realms
20:55:40,921 INFO [AbstractKeycloakTest] importing test realms
20:55:40,921 DEBUG [AbstractKeycloakTest] importing realm: test
20:55:42,071 INFO [TestEventsLogger] [FlowTest] testAddRemoveFlow() FINISHED
20:55:42,178 INFO [TestEventsLogger] [FlowTest] testRemoveSubflows() STARTED
20:55:42,605 INFO [TestEventsLogger] [FlowTest] testRemoveSubflows() FINISHED
20:55:42,610 INFO [TestEventsLogger] [FlowTest] testCopyFlow() STARTED
20:55:42,999 INFO [TestEventsLogger] [FlowTest] testCopyFlow() FINISHED
20:55:43,006 INFO [TestEventsLogger] [FlowTest] addExecutionFlow() STARTED
20:55:43,409 INFO [TestEventsLogger] [FlowTest] addExecutionFlow() FINISHED
20:55:43,453 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:43,453 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.065 sec - in org.keycloak.testsuite.admin.authentication.FlowTest
Running org.keycloak.testsuite.admin.authentication.InitialFlowsTest
20:55:43,732 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:43,733 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.authentication.InitialFlowsTest
20:55:43,735 INFO [TestEventsLogger] [InitialFlowsTest] testInitialFlows() STARTED
20:55:43,748 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:43,997 DEBUG [AbstractKeycloakTest] loading test realms
20:55:43,998 INFO [AbstractKeycloakTest] importing test realms
20:55:43,998 DEBUG [AbstractKeycloakTest] importing realm: test
20:55:45,620 INFO [TestEventsLogger] [InitialFlowsTest] testInitialFlows() FINISHED
20:55:45,628 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:45,628 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.168 sec - in org.keycloak.testsuite.admin.authentication.InitialFlowsTest
Running org.keycloak.testsuite.admin.authentication.ProvidersTest
20:55:45,906 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:45,907 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.authentication.ProvidersTest
20:55:45,908 INFO [TestEventsLogger] [ProvidersTest] testAuthenticatorConfigDescription() STARTED
20:55:45,929 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:46,270 DEBUG [AbstractKeycloakTest] loading test realms
20:55:46,272 INFO [AbstractKeycloakTest] importing test realms
20:55:46,278 DEBUG [AbstractKeycloakTest] importing realm: test
20:55:47,514 INFO [TestEventsLogger] [ProvidersTest] testAuthenticatorConfigDescription() FINISHED
20:55:47,520 INFO [TestEventsLogger] [ProvidersTest] testClientAuthenticatorProviders() STARTED
20:55:47,743 INFO [TestEventsLogger] [ProvidersTest] testClientAuthenticatorProviders() FINISHED
20:55:47,749 INFO [TestEventsLogger] [ProvidersTest] testFormActionProviders() STARTED
20:55:47,965 INFO [TestEventsLogger] [ProvidersTest] testFormActionProviders() FINISHED
20:55:47,972 INFO [TestEventsLogger] [ProvidersTest] testInitialAuthenticationProviders() STARTED
20:55:48,203 INFO [TestEventsLogger] [ProvidersTest] testInitialAuthenticationProviders() FINISHED
20:55:48,208 INFO [TestEventsLogger] [ProvidersTest] testPerClientConfigDescriptions() STARTED
20:55:48,449 INFO [TestEventsLogger] [ProvidersTest] testPerClientConfigDescriptions() FINISHED
20:55:48,455 INFO [TestEventsLogger] [ProvidersTest] testFormProviders() STARTED
20:55:48,710 INFO [TestEventsLogger] [ProvidersTest] testFormProviders() FINISHED
20:55:48,717 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:48,718 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.116 sec - in org.keycloak.testsuite.admin.authentication.ProvidersTest
Running org.keycloak.testsuite.admin.authentication.RegistrationFlowTest
20:55:49,034 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:49,035 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.authentication.RegistrationFlowTest
20:55:49,037 INFO [TestEventsLogger] [RegistrationFlowTest] testAddExecution() STARTED
20:55:49,052 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:49,318 DEBUG [AbstractKeycloakTest] loading test realms
20:55:49,318 INFO [AbstractKeycloakTest] importing test realms
20:55:49,319 DEBUG [AbstractKeycloakTest] importing realm: test
20:55:50,230 INFO [TestEventsLogger] [RegistrationFlowTest] testAddExecution() FINISHED
20:55:50,237 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:50,237 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.437 sec - in org.keycloak.testsuite.admin.authentication.RegistrationFlowTest
Running org.keycloak.testsuite.admin.authentication.RequiredActionsTest
20:55:50,475 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:50,475 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.authentication.RequiredActionsTest
20:55:50,477 INFO [TestEventsLogger] [RequiredActionsTest] testRequiredActions() STARTED
20:55:50,490 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:50,758 DEBUG [AbstractKeycloakTest] loading test realms
20:55:50,759 INFO [AbstractKeycloakTest] importing test realms
20:55:50,759 DEBUG [AbstractKeycloakTest] importing realm: test
20:55:52,053 ERROR [io.undertow.request] UT005023: Exception handling request to /auth/admin/realms/test/authentication/required-actions/VERIFY_EMAIL
org.jboss.resteasy.spi.UnhandledException: java.lang.NullPointerException
at org.jboss.resteasy.core.ExceptionHandler.handleApplicationException(ExceptionHandler.java:76)
at org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:212)
at org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:168)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:411)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:202)
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221)
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
at org.keycloak.services.filters.KeycloakSessionServletFilter.doFilter(KeycloakSessionServletFilter.java:90)
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:793)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at org.hibernate.collection.internal.PersistentMap.putAll(PersistentMap.java:196)
at org.keycloak.models.jpa.RealmAdapter.updateRequiredActionProvider(RealmAdapter.java:1649)
at org.keycloak.models.cache.infinispan.RealmAdapter.updateRequiredActionProvider(RealmAdapter.java:1139)
at org.keycloak.services.resources.admin.AuthenticationManagementResource.updateRequiredAction(AuthenticationManagementResource.java:900)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:139)
at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:295)
at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:249)
at org.jboss.resteasy.core.ResourceLocatorInvoker.invokeOnTargetObject(ResourceLocatorInvoker.java:138)
at org.jboss.resteasy.core.ResourceLocatorInvoker.invoke(ResourceLocatorInvoker.java:107)
at org.jboss.resteasy.core.ResourceLocatorInvoker.invokeOnTargetObject(ResourceLocatorInvoker.java:133)
at org.jboss.resteasy.core.ResourceLocatorInvoker.invoke(ResourceLocatorInvoker.java:107)
at org.jboss.resteasy.core.ResourceLocatorInvoker.invokeOnTargetObject(ResourceLocatorInvoker.java:133)
at org.jboss.resteasy.core.ResourceLocatorInvoker.invoke(ResourceLocatorInvoker.java:101)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:395)
... 32 more
20:55:52,188 INFO [TestEventsLogger] [RequiredActionsTest] testRequiredActions() FINISHED
20:55:52,196 INFO [TestEventsLogger] [RequiredActionsTest] testCRUDRequiredAction() STARTED
20:55:52,520 INFO [TestEventsLogger] [RequiredActionsTest] testCRUDRequiredAction() FINISHED
20:55:52,528 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:52,528 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.354 sec - in org.keycloak.testsuite.admin.authentication.RequiredActionsTest
Running org.keycloak.testsuite.admin.authentication.ScriptBasedAuthenticatorTest
20:55:52,831 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:52,832 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.authentication.ScriptBasedAuthenticatorTest
20:55:52,833 INFO [TestEventsLogger] [ScriptBasedAuthenticatorTest] checkIfTurnedOffWithProductProfile() STARTED
20:55:52,842 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:53,033 DEBUG [AbstractKeycloakTest] loading test realms
20:55:53,033 INFO [AbstractKeycloakTest] importing test realms
20:55:53,034 DEBUG [AbstractKeycloakTest] importing realm: test
20:55:54,244 INFO [TestEventsLogger] [ScriptBasedAuthenticatorTest] checkIfTurnedOffWithProductProfile() FINISHED
20:55:54,245 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:54,245 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.67 sec - in org.keycloak.testsuite.admin.authentication.ScriptBasedAuthenticatorTest
Running org.keycloak.testsuite.admin.authentication.ShiftExecutionTest
20:55:54,505 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:54,506 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.authentication.ShiftExecutionTest
20:55:54,507 INFO [TestEventsLogger] [ShiftExecutionTest] testBuiltinShiftNotAllowed() STARTED
20:55:54,520 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:54,883 DEBUG [AbstractKeycloakTest] loading test realms
20:55:54,884 INFO [AbstractKeycloakTest] importing test realms
20:55:54,885 DEBUG [AbstractKeycloakTest] importing realm: test
20:55:56,545 INFO [TestEventsLogger] [ShiftExecutionTest] testBuiltinShiftNotAllowed() FINISHED
20:55:56,554 INFO [TestEventsLogger] [ShiftExecutionTest] testShiftExecution() STARTED
20:55:56,962 INFO [TestEventsLogger] [ShiftExecutionTest] testShiftExecution() FINISHED
20:55:56,967 INFO [AuthServerTestEnricher] removing test realms after test class
20:55:56,967 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.669 sec - in org.keycloak.testsuite.admin.authentication.ShiftExecutionTest
Running org.keycloak.testsuite.admin.AuthzCleanupTest
20:55:57,181 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:55:57,182 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.AuthzCleanupTest
20:55:58,677 INFO [TestEventsLogger] [AuthzCleanupTest] testCreate() STARTED
20:55:58,681 DEBUG [URLProvider] Fixed injected @ArquillianResource URL to: http://localhost:8180
20:55:58,691 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:55:58,860 DEBUG [AbstractKeycloakTest] loading test realms
20:55:58,861 INFO [AbstractKeycloakTest] importing test realms
20:55:58,861 DEBUG [AbstractKeycloakTest] importing realm: test
20:56:01,046 INFO [TestEventsLogger] [AuthzCleanupTest] testCreate() FINISHED
20:56:01,244 INFO [AuthServerTestEnricher] removing test realms after test class
20:56:01,245 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.369 sec - in org.keycloak.testsuite.admin.AuthzCleanupTest
Running org.keycloak.testsuite.admin.client.authorization.AuthorizationDisabledInPreviewTest
20:56:01,551 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:56:01,552 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.authorization.AuthorizationDisabledInPreviewTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.022 sec - in org.keycloak.testsuite.admin.client.authorization.AuthorizationDisabledInPreviewTest
Running org.keycloak.testsuite.admin.client.authorization.AuthorizationTest
20:56:01,577 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:56:01,577 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.authorization.AuthorizationTest
20:56:01,579 INFO [TestEventsLogger] [AuthorizationTest] testEnableAuthorizationServices() STARTED
20:56:01,591 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:56:02,056 DEBUG [AbstractKeycloakTest] loading test realms
20:56:02,056 INFO [AbstractKeycloakTest] importing test realms
20:56:02,057 DEBUG [AbstractKeycloakTest] importing realm: test
20:56:02,918 INFO [URLUtils] starting navigation
20:56:02,918 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:56:02,919 INFO [URLUtils] current URL: about:blank
20:56:02,919 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:02,966 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F732240d7-4c0a-4185-bd06-37a70a5697f3&response_type=code&scope=openid
20:56:02,967 INFO [URLUtils] navigation complete
20:56:02,967 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:03,416 INFO [TestEventsLogger] [AuthorizationTest] testEnableAuthorizationServices() FINISHED
20:56:03,422 INFO [AuthServerTestEnricher] removing test realms after test class
20:56:03,422 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.091 sec - in org.keycloak.testsuite.admin.client.authorization.AuthorizationTest
Running org.keycloak.testsuite.admin.client.authorization.EnforcerConfigTest
20:56:03,670 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:56:03,671 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.authorization.EnforcerConfigTest
20:56:03,672 INFO [TestEventsLogger] [EnforcerConfigTest] testMultiplePathsWithSameName() STARTED
20:56:03,683 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:56:03,824 DEBUG [AbstractKeycloakTest] loading test realms
Loaded realm test-realm-authz
20:56:03,833 INFO [AbstractKeycloakTest] importing test realms
20:56:03,833 DEBUG [AbstractKeycloakTest] importing realm: test-realm-authz
20:56:04,707 INFO [TestEventsLogger] [EnforcerConfigTest] testMultiplePathsWithSameName() FINISHED
20:56:04,714 INFO [AuthServerTestEnricher] removing test realms after test class
20:56:04,714 INFO [AuthServerTestEnricher] removing realm: test-realm-authz
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.271 sec - in org.keycloak.testsuite.admin.client.authorization.EnforcerConfigTest
Running org.keycloak.testsuite.admin.client.authorization.GenericPolicyManagementTest
20:56:04,944 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:56:04,944 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.authorization.GenericPolicyManagementTest
20:56:04,946 INFO [TestEventsLogger] [GenericPolicyManagementTest] testDefaultPolicyProviders() STARTED
20:56:04,959 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:56:05,544 DEBUG [AbstractKeycloakTest] loading test realms
20:56:05,544 INFO [AbstractKeycloakTest] importing test realms
20:56:05,545 DEBUG [AbstractKeycloakTest] importing realm: test
20:56:06,257 INFO [URLUtils] starting navigation
20:56:06,258 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:56:06,259 INFO [URLUtils] current URL: about:blank
20:56:06,259 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:06,311 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F95d25650-50d1-46d8-bd89-b77e95870f25&response_type=code&scope=openid
20:56:06,311 INFO [URLUtils] navigation complete
20:56:06,312 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:06,688 INFO [TestEventsLogger] [GenericPolicyManagementTest] testDefaultPolicyProviders() FINISHED
20:56:06,696 INFO [TestEventsLogger] [GenericPolicyManagementTest] testCreate() STARTED
20:56:07,212 INFO [URLUtils] starting navigation
20:56:07,214 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F95d25650-50d1-46d8-bd89-b77e95870f25&response_type=code&scope=openid
20:56:07,215 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:07,244 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F63799a80-e3cb-4d6f-9a36-05f98e385754&response_type=code&scope=openid
20:56:07,245 INFO [URLUtils] navigation complete
20:56:07,245 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:08,436 INFO [TestEventsLogger] [GenericPolicyManagementTest] testCreate() FINISHED
20:56:08,444 INFO [TestEventsLogger] [GenericPolicyManagementTest] testUpdate() STARTED
20:56:08,884 INFO [URLUtils] starting navigation
20:56:08,886 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F63799a80-e3cb-4d6f-9a36-05f98e385754&response_type=code&scope=openid
20:56:08,887 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:08,924 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F3c348222-bc5c-4d9a-bade-50a179ea5482&response_type=code&scope=openid
20:56:08,924 INFO [URLUtils] navigation complete
20:56:08,924 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:10,130 INFO [TestEventsLogger] [GenericPolicyManagementTest] testUpdate() FINISHED
20:56:10,138 INFO [AuthServerTestEnricher] removing test realms after test class
20:56:10,138 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.519 sec - in org.keycloak.testsuite.admin.client.authorization.GenericPolicyManagementTest
Running org.keycloak.testsuite.admin.client.authorization.ImportAuthorizationSettingsTest
20:56:10,467 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:56:10,468 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.authorization.ImportAuthorizationSettingsTest
20:56:10,469 INFO [TestEventsLogger] [ImportAuthorizationSettingsTest] testImportUnorderedSettings() STARTED
20:56:10,482 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:56:11,113 DEBUG [AbstractKeycloakTest] loading test realms
20:56:11,114 INFO [AbstractKeycloakTest] importing test realms
20:56:11,114 DEBUG [AbstractKeycloakTest] importing realm: test
20:56:12,148 INFO [URLUtils] starting navigation
20:56:12,148 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:56:12,149 INFO [URLUtils] current URL: about:blank
20:56:12,150 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:12,205 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0115ae1c-a977-4153-bd53-e91f910da70f&response_type=code&scope=openid
20:56:12,206 INFO [URLUtils] navigation complete
20:56:12,206 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:12,726 INFO [TestEventsLogger] [ImportAuthorizationSettingsTest] testImportUnorderedSettings() FINISHED
20:56:12,733 INFO [AuthServerTestEnricher] removing test realms after test class
20:56:12,733 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.559 sec - in org.keycloak.testsuite.admin.client.authorization.ImportAuthorizationSettingsTest
Running org.keycloak.testsuite.admin.client.authorization.ResourceManagementTest
20:56:13,031 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:56:13,032 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.authorization.ResourceManagementTest
20:56:13,033 INFO [TestEventsLogger] [ResourceManagementTest] testUpdateScopes() STARTED
20:56:13,041 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:56:13,510 DEBUG [AbstractKeycloakTest] loading test realms
20:56:13,511 INFO [AbstractKeycloakTest] importing test realms
20:56:13,511 DEBUG [AbstractKeycloakTest] importing realm: test
20:56:14,694 INFO [URLUtils] starting navigation
20:56:14,695 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:56:14,696 INFO [URLUtils] current URL: about:blank
20:56:14,696 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:14,759 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F2cd2d2b6-1c9f-425a-b59a-d63ac785521e&response_type=code&scope=openid
20:56:14,760 INFO [URLUtils] navigation complete
20:56:14,760 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:15,281 INFO [TestEventsLogger] [ResourceManagementTest] testUpdateScopes() FINISHED
20:56:15,289 INFO [TestEventsLogger] [ResourceManagementTest] testCreate() STARTED
20:56:15,899 INFO [URLUtils] starting navigation
20:56:15,901 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F2cd2d2b6-1c9f-425a-b59a-d63ac785521e&response_type=code&scope=openid
20:56:15,902 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:15,943 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F499a030c-ef4c-432f-aa16-f886af983d64&response_type=code&scope=openid
20:56:15,944 INFO [URLUtils] navigation complete
20:56:15,944 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:16,256 INFO [TestEventsLogger] [ResourceManagementTest] testCreate() FINISHED
20:56:16,263 INFO [TestEventsLogger] [ResourceManagementTest] testDelete() STARTED
20:56:16,833 INFO [URLUtils] starting navigation
20:56:16,834 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F499a030c-ef4c-432f-aa16-f886af983d64&response_type=code&scope=openid
20:56:16,834 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:16,865 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F44ec1a49-49d4-4c1a-941d-8bf1952c6716&response_type=code&scope=openid
20:56:16,866 INFO [URLUtils] navigation complete
20:56:16,866 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:17,150 INFO [TestEventsLogger] [ResourceManagementTest] testDelete() FINISHED
20:56:17,155 INFO [TestEventsLogger] [ResourceManagementTest] testUpdate() STARTED
20:56:17,611 INFO [URLUtils] starting navigation
20:56:17,612 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F44ec1a49-49d4-4c1a-941d-8bf1952c6716&response_type=code&scope=openid
20:56:17,613 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:17,641 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F773baf03-798e-45d0-9e15-a6a11245059b&response_type=code&scope=openid
20:56:17,641 INFO [URLUtils] navigation complete
20:56:17,642 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:17,930 INFO [TestEventsLogger] [ResourceManagementTest] testUpdate() FINISHED
20:56:17,938 INFO [TestEventsLogger] [ResourceManagementTest] testAssociateScopes() STARTED
20:56:18,426 INFO [URLUtils] starting navigation
20:56:18,428 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F773baf03-798e-45d0-9e15-a6a11245059b&response_type=code&scope=openid
20:56:18,428 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:18,462 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F5c9def6f-01c3-4bca-9396-28af20189c8c&response_type=code&scope=openid
20:56:18,463 INFO [URLUtils] navigation complete
20:56:18,464 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:18,812 INFO [TestEventsLogger] [ResourceManagementTest] testAssociateScopes() FINISHED
20:56:18,818 INFO [AuthServerTestEnricher] removing test realms after test class
20:56:18,818 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.014 sec - in org.keycloak.testsuite.admin.client.authorization.ResourceManagementTest
Running org.keycloak.testsuite.admin.client.authorization.ScopeManagementTest
20:56:19,047 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:56:19,047 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.authorization.ScopeManagementTest
20:56:19,048 INFO [TestEventsLogger] [ScopeManagementTest] testCreate() STARTED
20:56:19,057 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:56:19,485 DEBUG [AbstractKeycloakTest] loading test realms
20:56:19,485 INFO [AbstractKeycloakTest] importing test realms
20:56:19,486 DEBUG [AbstractKeycloakTest] importing realm: test
20:56:21,198 INFO [URLUtils] starting navigation
20:56:21,200 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:56:21,200 INFO [URLUtils] current URL: about:blank
20:56:21,201 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:21,245 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F4d04e852-4fd8-4be4-a27c-bc1cdaddc948&response_type=code&scope=openid
20:56:21,245 INFO [URLUtils] navigation complete
20:56:21,246 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:21,553 INFO [TestEventsLogger] [ScopeManagementTest] testCreate() FINISHED
20:56:21,560 INFO [TestEventsLogger] [ScopeManagementTest] testDelete() STARTED
20:56:22,104 INFO [URLUtils] starting navigation
20:56:22,106 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F4d04e852-4fd8-4be4-a27c-bc1cdaddc948&response_type=code&scope=openid
20:56:22,106 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:22,140 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0f4bd524-e2ba-40d2-acd4-a5bb4d254512&response_type=code&scope=openid
20:56:22,141 INFO [URLUtils] navigation complete
20:56:22,141 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:22,410 INFO [TestEventsLogger] [ScopeManagementTest] testDelete() FINISHED
20:56:22,416 INFO [TestEventsLogger] [ScopeManagementTest] testUpdate() STARTED
20:56:22,807 INFO [URLUtils] starting navigation
20:56:22,808 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0f4bd524-e2ba-40d2-acd4-a5bb4d254512&response_type=code&scope=openid
20:56:22,808 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:22,834 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F3ded6d77-83fa-4620-8cb0-f40571c47600&response_type=code&scope=openid
20:56:22,834 INFO [URLUtils] navigation complete
20:56:22,835 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:23,063 INFO [TestEventsLogger] [ScopeManagementTest] testUpdate() FINISHED
20:56:23,070 INFO [AuthServerTestEnricher] removing test realms after test class
20:56:23,070 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.208 sec - in org.keycloak.testsuite.admin.client.authorization.ScopeManagementTest
Running org.keycloak.testsuite.admin.client.ClientDescriptionConverterTest
20:56:23,260 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:56:23,261 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.ClientDescriptionConverterTest
20:56:23,263 INFO [TestEventsLogger] [ClientDescriptionConverterTest] testOrganizationDetailsMetadata() STARTED
20:56:23,274 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:56:23,495 DEBUG [AbstractKeycloakTest] loading test realms
20:56:23,496 INFO [AbstractKeycloakTest] importing test realms
20:56:23,496 DEBUG [AbstractKeycloakTest] importing realm: test
20:56:24,305 INFO [URLUtils] starting navigation
20:56:24,305 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:56:24,306 INFO [URLUtils] current URL: about:blank
20:56:24,307 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:24,354 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa9693e78-5ec6-41d2-9514-4bf6a43888b5&response_type=code&scope=openid
20:56:24,355 INFO [URLUtils] navigation complete
20:56:24,355 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:24,587 INFO [TestEventsLogger] [ClientDescriptionConverterTest] testOrganizationDetailsMetadata() FINISHED
20:56:24,594 INFO [AuthServerTestEnricher] removing test realms after test class
20:56:24,594 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.542 sec - in org.keycloak.testsuite.admin.client.ClientDescriptionConverterTest
Running org.keycloak.testsuite.admin.client.ClientProtocolMapperTest
20:56:24,804 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:56:24,804 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.ClientProtocolMapperTest
20:56:24,805 INFO [TestEventsLogger] [ClientProtocolMapperTest] testDeleteOidcMapper() STARTED
20:56:24,817 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:56:25,332 DEBUG [AbstractKeycloakTest] loading test realms
20:56:25,333 INFO [AbstractKeycloakTest] importing test realms
20:56:25,334 DEBUG [AbstractKeycloakTest] importing realm: test
20:56:26,679 INFO [URLUtils] starting navigation
20:56:26,679 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:56:26,680 INFO [URLUtils] current URL: about:blank
20:56:26,680 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:26,716 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fab9939dd-c8ff-4e2f-ac08-7a45a07b3ec3&response_type=code&scope=openid
20:56:26,716 INFO [URLUtils] navigation complete
20:56:26,717 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:27,389 INFO [TestEventsLogger] [ClientProtocolMapperTest] testDeleteOidcMapper() FINISHED
20:56:27,395 INFO [TestEventsLogger] [ClientProtocolMapperTest] testCreateOidcProtocolMapper() STARTED
20:56:27,909 INFO [URLUtils] starting navigation
20:56:27,911 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fab9939dd-c8ff-4e2f-ac08-7a45a07b3ec3&response_type=code&scope=openid
20:56:27,912 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:27,946 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0eea1cc7-f4a7-4c84-80f0-0b6e80f63074&response_type=code&scope=openid
20:56:27,946 INFO [URLUtils] navigation complete
20:56:27,947 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:29,842 INFO [TestEventsLogger] [ClientProtocolMapperTest] testCreateOidcProtocolMapper() FINISHED
20:56:29,850 INFO [TestEventsLogger] [ClientProtocolMapperTest] testUpdateOidcMapper() STARTED
20:56:30,390 INFO [URLUtils] starting navigation
20:56:30,394 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0eea1cc7-f4a7-4c84-80f0-0b6e80f63074&response_type=code&scope=openid
20:56:30,394 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:30,453 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F8ce5e25b-05cc-4518-8dee-bcfb48b19534&response_type=code&scope=openid
20:56:30,454 INFO [URLUtils] navigation complete
20:56:30,454 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:31,242 INFO [TestEventsLogger] [ClientProtocolMapperTest] testUpdateOidcMapper() FINISHED
20:56:31,250 INFO [TestEventsLogger] [ClientProtocolMapperTest] testCreateSamlMappersFromList() STARTED
20:56:31,823 INFO [URLUtils] starting navigation
20:56:31,825 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F8ce5e25b-05cc-4518-8dee-bcfb48b19534&response_type=code&scope=openid
20:56:31,825 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:31,863 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F36fb9a32-a0a0-4502-8c57-763b217038f2&response_type=code&scope=openid
20:56:31,863 INFO [URLUtils] navigation complete
20:56:31,864 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:33,957 INFO [TestEventsLogger] [ClientProtocolMapperTest] testCreateSamlMappersFromList() FINISHED
20:56:33,963 INFO [TestEventsLogger] [ClientProtocolMapperTest] testCreateSamlProtocolMapper() STARTED
20:56:34,373 INFO [URLUtils] starting navigation
20:56:34,376 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F36fb9a32-a0a0-4502-8c57-763b217038f2&response_type=code&scope=openid
20:56:34,376 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:34,409 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F87c585e9-b33d-4e4a-9a87-6a18ceebd821&response_type=code&scope=openid
20:56:34,410 INFO [URLUtils] navigation complete
20:56:34,410 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:35,862 INFO [TestEventsLogger] [ClientProtocolMapperTest] testCreateSamlProtocolMapper() FINISHED
20:56:35,870 INFO [TestEventsLogger] [ClientProtocolMapperTest] testDeleteSamlMapper() STARTED
20:56:36,321 INFO [URLUtils] starting navigation
20:56:36,323 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F87c585e9-b33d-4e4a-9a87-6a18ceebd821&response_type=code&scope=openid
20:56:36,324 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:36,362 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fdae4e54f-7854-493e-bd6b-e4e337e43337&response_type=code&scope=openid
20:56:36,363 INFO [URLUtils] navigation complete
20:56:36,363 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:37,275 INFO [TestEventsLogger] [ClientProtocolMapperTest] testDeleteSamlMapper() FINISHED
20:56:37,280 INFO [TestEventsLogger] [ClientProtocolMapperTest] testUpdateSamlMapper() STARTED
20:56:37,619 INFO [URLUtils] starting navigation
20:56:37,621 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fdae4e54f-7854-493e-bd6b-e4e337e43337&response_type=code&scope=openid
20:56:37,622 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:37,647 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fde2cf891-bf90-4441-b5c6-051e52c973b6&response_type=code&scope=openid
20:56:37,647 INFO [URLUtils] navigation complete
20:56:37,648 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:38,257 INFO [TestEventsLogger] [ClientProtocolMapperTest] testUpdateSamlMapper() FINISHED
20:56:38,261 INFO [TestEventsLogger] [ClientProtocolMapperTest] testCreateOidcMappersFromList() STARTED
20:56:38,688 INFO [URLUtils] starting navigation
20:56:38,690 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fde2cf891-bf90-4441-b5c6-051e52c973b6&response_type=code&scope=openid
20:56:38,690 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:38,732 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa9477f67-a89b-49c0-a43c-9b54f144105b&response_type=code&scope=openid
20:56:38,733 INFO [URLUtils] navigation complete
20:56:38,734 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:39,967 INFO [TestEventsLogger] [ClientProtocolMapperTest] testCreateOidcMappersFromList() FINISHED
20:56:39,975 INFO [TestEventsLogger] [ClientProtocolMapperTest] testGetMappersList() STARTED
20:56:40,395 INFO [URLUtils] starting navigation
20:56:40,397 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa9477f67-a89b-49c0-a43c-9b54f144105b&response_type=code&scope=openid
20:56:40,398 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:40,431 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F39dfc7fb-e4d0-4437-9481-fc4bb432693e&response_type=code&scope=openid
20:56:40,431 INFO [URLUtils] navigation complete
20:56:40,432 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:42,099 INFO [TestEventsLogger] [ClientProtocolMapperTest] testGetMappersList() FINISHED
20:56:42,106 INFO [AuthServerTestEnricher] removing test realms after test class
20:56:42,107 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.51 sec - in org.keycloak.testsuite.admin.client.ClientProtocolMapperTest
Running org.keycloak.testsuite.admin.client.ClientRolesTest
20:56:42,315 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:56:42,315 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.ClientRolesTest
20:56:42,316 INFO [TestEventsLogger] [ClientRolesTest] testAddRole() STARTED
20:56:42,326 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:56:42,810 DEBUG [AbstractKeycloakTest] loading test realms
20:56:42,811 INFO [AbstractKeycloakTest] importing test realms
20:56:42,811 DEBUG [AbstractKeycloakTest] importing realm: test
20:56:43,624 INFO [URLUtils] starting navigation
20:56:43,625 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:56:43,625 INFO [URLUtils] current URL: about:blank
20:56:43,626 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:43,673 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fe7e696d2-2990-4ebc-a2a0-282d23cdaab4&response_type=code&scope=openid
20:56:43,673 INFO [URLUtils] navigation complete
20:56:43,674 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:43,896 INFO [TestEventsLogger] [ClientRolesTest] testAddRole() FINISHED
20:56:43,902 INFO [TestEventsLogger] [ClientRolesTest] testComposites() STARTED
20:56:44,258 INFO [URLUtils] starting navigation
20:56:44,259 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fe7e696d2-2990-4ebc-a2a0-282d23cdaab4&response_type=code&scope=openid
20:56:44,259 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:44,287 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F94f5d2b3-17da-43b3-942d-18ec90c72a58&response_type=code&scope=openid
20:56:44,288 INFO [URLUtils] navigation complete
20:56:44,288 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:44,536 INFO [TestEventsLogger] [ClientRolesTest] testComposites() FINISHED
20:56:44,542 INFO [TestEventsLogger] [ClientRolesTest] testRemoveRole() STARTED
20:56:45,206 INFO [URLUtils] starting navigation
20:56:45,210 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F94f5d2b3-17da-43b3-942d-18ec90c72a58&response_type=code&scope=openid
20:56:45,211 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:45,276 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fcb86deab-ac7c-46b0-b94a-abfc41d970f6&response_type=code&scope=openid
20:56:45,277 INFO [URLUtils] navigation complete
20:56:45,277 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:45,501 INFO [TestEventsLogger] [ClientRolesTest] testRemoveRole() FINISHED
20:56:45,508 INFO [AuthServerTestEnricher] removing test realms after test class
20:56:45,509 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.474 sec - in org.keycloak.testsuite.admin.client.ClientRolesTest
Running org.keycloak.testsuite.admin.client.ClientTemplateProtocolMapperTest
20:56:45,794 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:56:45,795 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.ClientTemplateProtocolMapperTest
20:56:45,796 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test01GetMappersList() STARTED
20:56:45,809 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:56:46,597 DEBUG [AbstractKeycloakTest] loading test realms
20:56:46,598 INFO [AbstractKeycloakTest] importing test realms
20:56:46,598 DEBUG [AbstractKeycloakTest] importing realm: test
20:56:48,239 INFO [URLUtils] starting navigation
20:56:48,240 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:56:48,240 INFO [URLUtils] current URL: about:blank
20:56:48,240 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:48,282 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F25066ea5-214f-4e43-a2de-aec8f663d8f7&response_type=code&scope=openid
20:56:48,282 INFO [URLUtils] navigation complete
20:56:48,283 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:48,733 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test01GetMappersList() FINISHED
20:56:48,741 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test02CreateOidcMappersFromList() STARTED
20:56:49,228 INFO [URLUtils] starting navigation
20:56:49,230 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F25066ea5-214f-4e43-a2de-aec8f663d8f7&response_type=code&scope=openid
20:56:49,230 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:49,275 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fe57f4ef4-ee42-41ac-ab8e-5084ef6e406c&response_type=code&scope=openid
20:56:49,275 INFO [URLUtils] navigation complete
20:56:49,276 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:49,563 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test02CreateOidcMappersFromList() FINISHED
20:56:49,572 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test03CreateSamlMappersFromList() STARTED
20:56:50,115 INFO [URLUtils] starting navigation
20:56:50,117 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fe57f4ef4-ee42-41ac-ab8e-5084ef6e406c&response_type=code&scope=openid
20:56:50,117 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:50,157 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fe8bb35b6-f63c-4a57-b495-114ace33f00b&response_type=code&scope=openid
20:56:50,158 INFO [URLUtils] navigation complete
20:56:50,158 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:50,525 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test03CreateSamlMappersFromList() FINISHED
20:56:50,532 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test04CreateSamlProtocolMapper() STARTED
20:56:51,067 INFO [URLUtils] starting navigation
20:56:51,068 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fe8bb35b6-f63c-4a57-b495-114ace33f00b&response_type=code&scope=openid
20:56:51,069 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:51,098 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fc93cf906-f1c5-43d9-a271-9a92bcbafb4a&response_type=code&scope=openid
20:56:51,099 INFO [URLUtils] navigation complete
20:56:51,099 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:51,369 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test04CreateSamlProtocolMapper() FINISHED
20:56:51,376 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test05CreateOidcProtocolMapper() STARTED
20:56:51,801 INFO [URLUtils] starting navigation
20:56:51,802 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fc93cf906-f1c5-43d9-a271-9a92bcbafb4a&response_type=code&scope=openid
20:56:51,802 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:51,829 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fe6a92512-45fc-4208-b337-d7a20a17a067&response_type=code&scope=openid
20:56:51,829 INFO [URLUtils] navigation complete
20:56:51,830 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:52,116 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test05CreateOidcProtocolMapper() FINISHED
20:56:52,124 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test06UpdateSamlMapper() STARTED
20:56:52,637 INFO [URLUtils] starting navigation
20:56:52,639 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fe6a92512-45fc-4208-b337-d7a20a17a067&response_type=code&scope=openid
20:56:52,639 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:52,685 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fbb8cd59d-570f-4d93-b8f7-3024db37d75c&response_type=code&scope=openid
20:56:52,686 INFO [URLUtils] navigation complete
20:56:52,687 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:53,048 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test06UpdateSamlMapper() FINISHED
20:56:53,055 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test07UpdateOidcMapper() STARTED
20:56:53,591 INFO [URLUtils] starting navigation
20:56:53,593 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fbb8cd59d-570f-4d93-b8f7-3024db37d75c&response_type=code&scope=openid
20:56:53,593 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:53,623 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0bd708f3-790a-48a7-82ad-336869898623&response_type=code&scope=openid
20:56:53,623 INFO [URLUtils] navigation complete
20:56:53,624 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:53,945 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] test07UpdateOidcMapper() FINISHED
20:56:53,950 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] testDeleteOidcMapper() STARTED
20:56:54,296 INFO [URLUtils] starting navigation
20:56:54,298 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0bd708f3-790a-48a7-82ad-336869898623&response_type=code&scope=openid
20:56:54,298 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:54,345 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fcf611a1d-d8dd-4e98-9eda-3b0998dcb9f4&response_type=code&scope=openid
20:56:54,345 INFO [URLUtils] navigation complete
20:56:54,346 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:54,587 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] testDeleteOidcMapper() FINISHED
20:56:54,592 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] testDeleteSamlMapper() STARTED
20:56:54,953 INFO [URLUtils] starting navigation
20:56:54,954 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fcf611a1d-d8dd-4e98-9eda-3b0998dcb9f4&response_type=code&scope=openid
20:56:54,954 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:54,984 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F770b295e-2567-4c4a-9a6f-8bb6770266d6&response_type=code&scope=openid
20:56:54,984 INFO [URLUtils] navigation complete
20:56:54,985 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:55,212 INFO [TestEventsLogger] [ClientTemplateProtocolMapperTest] testDeleteSamlMapper() FINISHED
20:56:55,219 INFO [AuthServerTestEnricher] removing test realms after test class
20:56:55,219 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.569 sec - in org.keycloak.testsuite.admin.client.ClientTemplateProtocolMapperTest
Running org.keycloak.testsuite.admin.client.ClientTemplateTest
20:56:55,365 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:56:55,366 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.ClientTemplateTest
20:56:55,367 INFO [TestEventsLogger] [ClientTemplateTest] testRemoveTemplateInUse() STARTED
20:56:55,376 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:56:55,695 DEBUG [AbstractKeycloakTest] loading test realms
20:56:55,695 INFO [AbstractKeycloakTest] importing test realms
20:56:55,695 DEBUG [AbstractKeycloakTest] importing realm: test
20:56:56,233 INFO [URLUtils] starting navigation
20:56:56,235 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:56:56,235 INFO [URLUtils] current URL: about:blank
20:56:56,236 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:56,273 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F8577038d-03d8-4b36-b3b2-ab1c44362b60&response_type=code&scope=openid
20:56:56,273 INFO [URLUtils] navigation complete
20:56:56,273 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:56,516 INFO [TestEventsLogger] [ClientTemplateTest] testRemoveTemplateInUse() FINISHED
20:56:56,520 INFO [TestEventsLogger] [ClientTemplateTest] testAddDuplicatedTemplate() STARTED
20:56:56,931 INFO [URLUtils] starting navigation
20:56:56,932 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F8577038d-03d8-4b36-b3b2-ab1c44362b60&response_type=code&scope=openid
20:56:56,932 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:56,960 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F94d9c86d-c167-42f6-8b96-8052a1d1a8f7&response_type=code&scope=openid
20:56:56,960 INFO [URLUtils] navigation complete
20:56:56,961 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:57,146 INFO [TestEventsLogger] [ClientTemplateTest] testAddDuplicatedTemplate() FINISHED
20:56:57,153 INFO [TestEventsLogger] [ClientTemplateTest] testUpdateTemplate() STARTED
20:56:57,485 INFO [URLUtils] starting navigation
20:56:57,487 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F94d9c86d-c167-42f6-8b96-8052a1d1a8f7&response_type=code&scope=openid
20:56:57,487 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:57,513 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fc9bc011a-a5ac-4584-8a3b-db2702729630&response_type=code&scope=openid
20:56:57,514 INFO [URLUtils] navigation complete
20:56:57,514 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:57,659 INFO [TestEventsLogger] [ClientTemplateTest] testUpdateTemplate() FINISHED
20:56:57,664 INFO [TestEventsLogger] [ClientTemplateTest] testRemoveScopedRole() STARTED
20:56:58,016 INFO [URLUtils] starting navigation
20:56:58,018 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fc9bc011a-a5ac-4584-8a3b-db2702729630&response_type=code&scope=openid
20:56:58,018 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:58,060 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fac42f3ad-f76c-4e4b-9f0f-2a01b706b3be&response_type=code&scope=openid
20:56:58,061 INFO [URLUtils] navigation complete
20:56:58,061 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:58,285 INFO [TestEventsLogger] [ClientTemplateTest] testRemoveScopedRole() FINISHED
20:56:58,290 INFO [TestEventsLogger] [ClientTemplateTest] testRemoveTemplate() STARTED
20:56:58,632 INFO [URLUtils] starting navigation
20:56:58,633 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fac42f3ad-f76c-4e4b-9f0f-2a01b706b3be&response_type=code&scope=openid
20:56:58,633 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:58,656 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fd50dbf1b-5a8a-443e-9a74-b31734f98ca2&response_type=code&scope=openid
20:56:58,656 INFO [URLUtils] navigation complete
20:56:58,657 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:58,863 INFO [TestEventsLogger] [ClientTemplateTest] testRemoveTemplate() FINISHED
20:56:58,869 INFO [TestEventsLogger] [ClientTemplateTest] testGetUnknownTemplate() STARTED
20:56:59,206 INFO [URLUtils] starting navigation
20:56:59,207 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fd50dbf1b-5a8a-443e-9a74-b31734f98ca2&response_type=code&scope=openid
20:56:59,208 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:59,230 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F288e9900-fdd3-4224-aa0c-85bee92a0f1c&response_type=code&scope=openid
20:56:59,231 INFO [URLUtils] navigation complete
20:56:59,231 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:59,315 INFO [TestEventsLogger] [ClientTemplateTest] testGetUnknownTemplate() FINISHED
20:56:59,319 INFO [TestEventsLogger] [ClientTemplateTest] testRenameTemplate() STARTED
20:56:59,721 INFO [URLUtils] starting navigation
20:56:59,723 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F288e9900-fdd3-4224-aa0c-85bee92a0f1c&response_type=code&scope=openid
20:56:59,723 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:56:59,768 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F2083a939-16c7-41bf-b1d0-c94a24ecd589&response_type=code&scope=openid
20:56:59,769 INFO [URLUtils] navigation complete
20:56:59,769 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:56:59,921 INFO [TestEventsLogger] [ClientTemplateTest] testRenameTemplate() FINISHED
20:56:59,926 INFO [TestEventsLogger] [ClientTemplateTest] testScopes() STARTED
20:57:00,283 INFO [URLUtils] starting navigation
20:57:00,285 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F2083a939-16c7-41bf-b1d0-c94a24ecd589&response_type=code&scope=openid
20:57:00,285 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:00,308 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F9b81c4e8-8e0e-4f36-9f6f-80c27e4e0332&response_type=code&scope=openid
20:57:00,308 INFO [URLUtils] navigation complete
20:57:00,309 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:00,609 INFO [TestEventsLogger] [ClientTemplateTest] testScopes() FINISHED
20:57:00,614 INFO [AuthServerTestEnricher] removing test realms after test class
20:57:00,614 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.408 sec - in org.keycloak.testsuite.admin.client.ClientTemplateTest
Running org.keycloak.testsuite.admin.client.ClientTest
20:57:00,777 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:57:00,777 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.ClientTest
20:57:00,778 INFO [TestEventsLogger] [ClientTest] testGetAllClients() STARTED
20:57:00,786 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:57:01,255 DEBUG [AbstractKeycloakTest] loading test realms
20:57:01,256 INFO [AbstractKeycloakTest] importing test realms
20:57:01,257 DEBUG [AbstractKeycloakTest] importing realm: test
20:57:02,705 INFO [URLUtils] starting navigation
20:57:02,705 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:57:02,706 INFO [URLUtils] current URL: about:blank
20:57:02,706 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:02,738 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7c9a6bbe-fa56-4467-993d-94e94bc4905a&response_type=code&scope=openid
20:57:02,739 INFO [URLUtils] navigation complete
20:57:02,739 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:02,883 INFO [TestEventsLogger] [ClientTest] testGetAllClients() FINISHED
20:57:02,888 INFO [TestEventsLogger] [ClientTest] testUpdateClient() STARTED
20:57:03,196 INFO [URLUtils] starting navigation
20:57:03,197 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7c9a6bbe-fa56-4467-993d-94e94bc4905a&response_type=code&scope=openid
20:57:03,198 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:03,223 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Faf8f6c39-3606-403c-ada0-ecdf1e2a2932&response_type=code&scope=openid
20:57:03,223 INFO [URLUtils] navigation complete
20:57:03,224 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:03,403 INFO [TestEventsLogger] [ClientTest] testUpdateClient() FINISHED
20:57:03,408 INFO [TestEventsLogger] [ClientTest] testDeleteClient() STARTED
20:57:03,830 INFO [URLUtils] starting navigation
20:57:03,831 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Faf8f6c39-3606-403c-ada0-ecdf1e2a2932&response_type=code&scope=openid
20:57:03,831 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:03,856 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fcc80c9fb-027d-43fe-9f3d-39729ae50a6a&response_type=code&scope=openid
20:57:03,857 INFO [URLUtils] navigation complete
20:57:03,857 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:04,024 INFO [TestEventsLogger] [ClientTest] testDeleteClient() FINISHED
20:57:04,030 INFO [TestEventsLogger] [ClientTest] getClientByIdTest() STARTED
20:57:04,395 INFO [URLUtils] starting navigation
20:57:04,396 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fcc80c9fb-027d-43fe-9f3d-39729ae50a6a&response_type=code&scope=openid
20:57:04,397 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:04,434 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F1b9baf38-2969-4a78-8ba6-c0e8e329a750&response_type=code&scope=openid
20:57:04,435 INFO [URLUtils] navigation complete
20:57:04,435 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:04,585 INFO [TestEventsLogger] [ClientTest] getClientByIdTest() FINISHED
20:57:04,590 INFO [TestEventsLogger] [ClientTest] testCreateClient() STARTED
20:57:04,939 INFO [URLUtils] starting navigation
20:57:04,940 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F1b9baf38-2969-4a78-8ba6-c0e8e329a750&response_type=code&scope=openid
20:57:04,941 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:04,968 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7e68637b-d0ff-4736-8149-871c29ee7ca4&response_type=code&scope=openid
20:57:04,968 INFO [URLUtils] navigation complete
20:57:04,969 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:05,137 INFO [TestEventsLogger] [ClientTest] testCreateClient() FINISHED
20:57:05,142 INFO [AuthServerTestEnricher] removing test realms after test class
20:57:05,142 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.529 sec - in org.keycloak.testsuite.admin.client.ClientTest
Running org.keycloak.testsuite.admin.client.CredentialsTest
20:57:05,309 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:57:05,310 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.CredentialsTest
20:57:05,311 INFO [TestEventsLogger] [CredentialsTest] testDownloadKeystore() STARTED
20:57:05,322 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:57:05,691 DEBUG [AbstractKeycloakTest] loading test realms
20:57:05,691 INFO [AbstractKeycloakTest] importing test realms
20:57:05,692 DEBUG [AbstractKeycloakTest] importing realm: test
20:57:06,976 INFO [URLUtils] starting navigation
20:57:06,977 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:57:06,978 INFO [URLUtils] current URL: about:blank
20:57:06,978 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:07,013 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F37132e75-9410-477f-9de8-05dd7da1b00d&response_type=code&scope=openid
20:57:07,013 INFO [URLUtils] navigation complete
20:57:07,014 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:07,655 INFO [TestEventsLogger] [CredentialsTest] testDownloadKeystore() FINISHED
20:57:07,659 INFO [TestEventsLogger] [CredentialsTest] testGetCertificateResource() STARTED
20:57:08,007 INFO [URLUtils] starting navigation
20:57:08,008 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F37132e75-9410-477f-9de8-05dd7da1b00d&response_type=code&scope=openid
20:57:08,009 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:08,034 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F796413bc-91a6-4382-9cb7-1ab0c334883d&response_type=code&scope=openid
20:57:08,035 INFO [URLUtils] navigation complete
20:57:08,035 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:08,362 INFO [TestEventsLogger] [CredentialsTest] testGetCertificateResource() FINISHED
20:57:08,367 INFO [TestEventsLogger] [CredentialsTest] testUploadKeyAndCertificate() STARTED
20:57:08,686 INFO [URLUtils] starting navigation
20:57:08,687 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F796413bc-91a6-4382-9cb7-1ab0c334883d&response_type=code&scope=openid
20:57:08,688 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:08,716 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F123fac02-ba36-4ece-a88c-105b06e7e281&response_type=code&scope=openid
20:57:08,716 INFO [URLUtils] navigation complete
20:57:08,717 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:09,322 INFO [TestEventsLogger] [CredentialsTest] testUploadKeyAndCertificate() FINISHED
20:57:09,327 INFO [TestEventsLogger] [CredentialsTest] testGetAndRegenerateRegistrationAccessToken() STARTED
20:57:09,659 INFO [URLUtils] starting navigation
20:57:09,661 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F123fac02-ba36-4ece-a88c-105b06e7e281&response_type=code&scope=openid
20:57:09,661 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:09,692 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fb3bae360-2cea-4510-adfd-57bcf6e41448&response_type=code&scope=openid
20:57:09,693 INFO [URLUtils] navigation complete
20:57:09,694 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:09,834 INFO [TestEventsLogger] [CredentialsTest] testGetAndRegenerateRegistrationAccessToken() FINISHED
20:57:09,839 INFO [TestEventsLogger] [CredentialsTest] testGenerateAndDownloadKeystore() STARTED
20:57:10,179 INFO [URLUtils] starting navigation
20:57:10,180 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fb3bae360-2cea-4510-adfd-57bcf6e41448&response_type=code&scope=openid
20:57:10,180 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:10,206 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F956e1cb3-cc3b-4944-90fe-f0db80a1dedb&response_type=code&scope=openid
20:57:10,207 INFO [URLUtils] navigation complete
20:57:10,207 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:12,480 INFO [TestEventsLogger] [CredentialsTest] testGenerateAndDownloadKeystore() FINISHED
20:57:12,488 INFO [TestEventsLogger] [CredentialsTest] testGetAndRegenerateSecret() STARTED
20:57:12,814 INFO [URLUtils] starting navigation
20:57:12,815 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F956e1cb3-cc3b-4944-90fe-f0db80a1dedb&response_type=code&scope=openid
20:57:12,816 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:12,841 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fe7aa119a-93e2-4657-a5b2-ffc4c24019ec&response_type=code&scope=openid
20:57:12,842 INFO [URLUtils] navigation complete
20:57:12,842 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:12,950 INFO [TestEventsLogger] [CredentialsTest] testGetAndRegenerateSecret() FINISHED
20:57:12,959 INFO [AuthServerTestEnricher] removing test realms after test class
20:57:12,959 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.862 sec - in org.keycloak.testsuite.admin.client.CredentialsTest
Running org.keycloak.testsuite.admin.client.InstallationTest
20:57:13,175 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:57:13,175 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.InstallationTest
20:57:13,176 INFO [TestEventsLogger] [InstallationTest] testSamlMetadataIdpDescriptor() STARTED
20:57:13,188 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:57:13,602 DEBUG [AbstractKeycloakTest] loading test realms
20:57:13,602 INFO [AbstractKeycloakTest] importing test realms
20:57:13,602 DEBUG [AbstractKeycloakTest] importing realm: test
20:57:14,577 INFO [URLUtils] starting navigation
20:57:14,578 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:57:14,579 INFO [URLUtils] current URL: about:blank
20:57:14,579 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:14,620 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F2bc2f7ef-0d87-4d41-9dfe-4c9999d20249&response_type=code&scope=openid
20:57:14,620 INFO [URLUtils] navigation complete
20:57:14,621 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:15,483 INFO [TestEventsLogger] [InstallationTest] testSamlMetadataIdpDescriptor() FINISHED
20:57:15,489 INFO [TestEventsLogger] [InstallationTest] testOidcJson() STARTED
20:57:15,839 INFO [URLUtils] starting navigation
20:57:15,842 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F2bc2f7ef-0d87-4d41-9dfe-4c9999d20249&response_type=code&scope=openid
20:57:15,842 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:15,870 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F9bceb22b-ddf6-48e9-85d4-d6a43ad888f1&response_type=code&scope=openid
20:57:15,870 INFO [URLUtils] navigation complete
20:57:15,871 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:17,507 INFO [TestEventsLogger] [InstallationTest] testOidcJson() FINISHED
20:57:17,514 INFO [TestEventsLogger] [InstallationTest] testOidcJBossXml() STARTED
20:57:17,879 INFO [URLUtils] starting navigation
20:57:17,881 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F9bceb22b-ddf6-48e9-85d4-d6a43ad888f1&response_type=code&scope=openid
20:57:17,881 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:17,905 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F960a6ce8-6090-4f22-a0db-dd1d8e0b0095&response_type=code&scope=openid
20:57:17,905 INFO [URLUtils] navigation complete
20:57:17,906 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:18,553 INFO [TestEventsLogger] [InstallationTest] testOidcJBossXml() FINISHED
20:57:18,560 INFO [TestEventsLogger] [InstallationTest] testSamlAdapterXml() STARTED
20:57:18,930 INFO [URLUtils] starting navigation
20:57:18,932 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F960a6ce8-6090-4f22-a0db-dd1d8e0b0095&response_type=code&scope=openid
20:57:18,932 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:18,959 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fd7112efe-f73c-4ee9-af81-3fde772ce603&response_type=code&scope=openid
20:57:18,960 INFO [URLUtils] navigation complete
20:57:18,960 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:19,719 INFO [TestEventsLogger] [InstallationTest] testSamlAdapterXml() FINISHED
20:57:19,724 INFO [TestEventsLogger] [InstallationTest] testOidcBearerOnlyWithAuthzJson() STARTED
20:57:20,086 INFO [URLUtils] starting navigation
20:57:20,087 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fd7112efe-f73c-4ee9-af81-3fde772ce603&response_type=code&scope=openid
20:57:20,088 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:20,112 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F63adcca8-b5cb-45a7-a112-15daafd30533&response_type=code&scope=openid
20:57:20,113 INFO [URLUtils] navigation complete
20:57:20,113 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:21,008 INFO [TestEventsLogger] [InstallationTest] testOidcBearerOnlyWithAuthzJson() FINISHED
20:57:21,013 INFO [TestEventsLogger] [InstallationTest] testSamlJBossXml() STARTED
20:57:21,330 INFO [URLUtils] starting navigation
20:57:21,331 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F63adcca8-b5cb-45a7-a112-15daafd30533&response_type=code&scope=openid
20:57:21,331 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:21,358 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F42fee99f-3a91-482d-820a-93e20651549b&response_type=code&scope=openid
20:57:21,358 INFO [URLUtils] navigation complete
20:57:21,359 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:21,831 INFO [TestEventsLogger] [InstallationTest] testSamlJBossXml() FINISHED
20:57:21,838 INFO [TestEventsLogger] [InstallationTest] testSamlMetadataSpDescriptor() STARTED
20:57:22,262 INFO [URLUtils] starting navigation
20:57:22,263 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F42fee99f-3a91-482d-820a-93e20651549b&response_type=code&scope=openid
20:57:22,264 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:22,288 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F95ddd3f5-996f-4ab1-be3d-94892d6d9aee&response_type=code&scope=openid
20:57:22,289 INFO [URLUtils] navigation complete
20:57:22,289 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:22,898 INFO [TestEventsLogger] [InstallationTest] testSamlMetadataSpDescriptor() FINISHED
20:57:22,903 INFO [TestEventsLogger] [InstallationTest] testOidcBearerOnlyJson() STARTED
20:57:23,268 INFO [URLUtils] starting navigation
20:57:23,269 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F95ddd3f5-996f-4ab1-be3d-94892d6d9aee&response_type=code&scope=openid
20:57:23,270 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:23,292 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F179c90a3-4a49-46f2-bc42-15f2705d2fae&response_type=code&scope=openid
20:57:23,292 INFO [URLUtils] navigation complete
20:57:23,293 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:24,471 INFO [TestEventsLogger] [InstallationTest] testOidcBearerOnlyJson() FINISHED
20:57:24,477 INFO [AuthServerTestEnricher] removing test realms after test class
20:57:24,477 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.457 sec - in org.keycloak.testsuite.admin.client.InstallationTest
Running org.keycloak.testsuite.admin.client.SessionTest
20:57:24,635 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:57:24,636 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.client.SessionTest
20:57:24,637 INFO [TestEventsLogger] [SessionTest] testGetAppSessionCount() STARTED
20:57:24,651 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:57:25,020 DEBUG [AbstractKeycloakTest] loading test realms
20:57:25,020 INFO [AbstractKeycloakTest] importing test realms
20:57:25,021 DEBUG [AbstractKeycloakTest] importing realm: test
20:57:25,543 INFO [URLUtils] starting navigation
20:57:25,543 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:57:25,544 INFO [URLUtils] current URL: about:blank
20:57:25,544 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:25,574 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F4e7b4726-a0c1-4e56-bc96-95a2e2dc7894&response_type=code&scope=openid
20:57:25,575 INFO [URLUtils] navigation complete
20:57:25,575 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:25,639 DEBUG [AbstractAuthTest] creating test user
20:57:25,874 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:57:25,922 INFO [URLUtils] starting navigation
20:57:25,924 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F4e7b4726-a0c1-4e56-bc96-95a2e2dc7894&response_type=code&scope=openid
20:57:25,924 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:25,939 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F4a6f99c7-dd66-493a-b5cd-f2263013a72c&response_type=code&scope=openid
20:57:25,940 INFO [URLUtils] navigation complete
20:57:26,260 INFO [TestEventsLogger] [SessionTest] testGetAppSessionCount() FINISHED
20:57:26,265 INFO [TestEventsLogger] [SessionTest] testGetUserSessions() STARTED
20:57:26,582 INFO [URLUtils] starting navigation
20:57:26,584 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F97b8d140-8924-422d-baa6-878b8a105741&response_type=code&scope=openid
20:57:26,584 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:26,599 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fd8dcf1b8-c468-4a82-b72c-59d0622d73c8&response_type=code&scope=openid
20:57:26,600 INFO [URLUtils] navigation complete
20:57:26,600 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:26,661 DEBUG [AbstractAuthTest] creating test user
20:57:26,881 INFO [ApiUtil] assigning role: [view-realm] to user: "test" of client: "realm-management" in realm: "test"
20:57:26,904 INFO [URLUtils] starting navigation
20:57:26,906 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fd8dcf1b8-c468-4a82-b72c-59d0622d73c8&response_type=code&scope=openid
20:57:26,906 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:57:26,920 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F9bc77b14-382f-42a4-8be8-8c1fb6ba3867&response_type=code&scope=openid
20:57:26,920 INFO [URLUtils] navigation complete
20:57:27,212 INFO [TestEventsLogger] [SessionTest] testGetUserSessions() FINISHED
20:57:27,226 INFO [AuthServerTestEnricher] removing test realms after test class
20:57:27,226 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.688 sec - in org.keycloak.testsuite.admin.client.SessionTest
Running org.keycloak.testsuite.admin.ClientTest
20:57:27,328 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:57:27,329 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.ClientTest
20:57:27,330 INFO [TestEventsLogger] [ClientTest] getClientDescription() STARTED
20:57:27,346 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:57:27,555 DEBUG [AbstractKeycloakTest] loading test realms
20:57:27,557 INFO [AbstractKeycloakTest] importing test realms
20:57:27,557 DEBUG [AbstractKeycloakTest] importing realm: test
20:57:29,469 DEBUG [AbstractKeycloakTest] importing realm: admin-client-test
20:57:30,018 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:30,106 INFO [TestEventsLogger] [ClientTest] getClientDescription() FINISHED
20:57:30,110 INFO [TestEventsLogger] [ClientTest] updateClient() STARTED
20:57:30,435 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:30,506 INFO [TestEventsLogger] [ClientTest] updateClient() FINISHED
20:57:30,513 INFO [TestEventsLogger] [ClientTest] removeClient() STARTED
20:57:30,788 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:30,852 INFO [TestEventsLogger] [ClientTest] removeClient() FINISHED
20:57:30,857 INFO [TestEventsLogger] [ClientTest] getClientRepresentation() STARTED
20:57:31,087 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:31,147 INFO [TestEventsLogger] [ClientTest] getClientRepresentation() FINISHED
20:57:31,152 INFO [TestEventsLogger] [ClientTest] scopes() STARTED
20:57:31,533 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:31,598 INFO [TestEventsLogger] [ClientTest] scopes() FINISHED
20:57:31,606 INFO [TestEventsLogger] [ClientTest] deleteDefaultRole() STARTED
20:57:32,023 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:32,078 INFO [TestEventsLogger] [ClientTest] deleteDefaultRole() FINISHED
20:57:32,083 INFO [TestEventsLogger] [ClientTest] createClientWithFragments() STARTED
20:57:32,286 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:32,323 INFO [TestEventsLogger] [ClientTest] createClientWithFragments() FINISHED
20:57:32,328 INFO [TestEventsLogger] [ClientTest] updateClientWithFragments() STARTED
20:57:32,552 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:32,607 INFO [TestEventsLogger] [ClientTest] updateClientWithFragments() FINISHED
20:57:32,613 INFO [TestEventsLogger] [ClientTest] offlineUserSessions() STARTED
20:57:33,324 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:33,442 INFO [TestEventsLogger] [ClientTest] offlineUserSessions() FINISHED
20:57:33,449 INFO [TestEventsLogger] [ClientTest] pushRevocation() STARTED
20:57:33,681 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:33,750 INFO [TestEventsLogger] [ClientTest] pushRevocation() FINISHED
20:57:33,755 INFO [TestEventsLogger] [ClientTest] nodes() STARTED
20:57:34,068 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:34,196 INFO [TestEventsLogger] [ClientTest] nodes() FINISHED
20:57:34,201 INFO [TestEventsLogger] [ClientTest] createClientVerify() STARTED
20:57:34,417 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:34,470 INFO [TestEventsLogger] [ClientTest] createClientVerify() FINISHED
20:57:34,475 INFO [TestEventsLogger] [ClientTest] serviceAccount() STARTED
20:57:34,668 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:34,736 INFO [TestEventsLogger] [ClientTest] serviceAccount() FINISHED
20:57:34,741 INFO [TestEventsLogger] [ClientTest] getClientSessions() STARTED
20:57:35,327 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:35,355 INFO [TestEventsLogger] [ClientTest] getClientSessions() FINISHED
20:57:35,360 INFO [TestEventsLogger] [ClientTest] getClients() STARTED
20:57:35,587 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:35,626 INFO [TestEventsLogger] [ClientTest] getClients() FINISHED
20:57:35,634 INFO [TestEventsLogger] [ClientTest] testProtocolMappers() STARTED
20:57:35,913 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:35,967 INFO [TestEventsLogger] [ClientTest] testProtocolMappers() FINISHED
20:57:35,972 INFO [AuthServerTestEnricher] removing test realms after test class
20:57:35,973 INFO [AuthServerTestEnricher] removing realm: test
20:57:36,191 INFO [AuthServerTestEnricher] removing realm: admin-client-test
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9 sec - in org.keycloak.testsuite.admin.ClientTest
Running org.keycloak.testsuite.admin.ComponentsTest
20:57:36,336 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:57:36,337 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.ComponentsTest
20:57:36,338 INFO [TestEventsLogger] [ComponentsTest] testLongValueInComponentConfigAscii() STARTED
20:57:36,352 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:57:36,589 DEBUG [AbstractKeycloakTest] loading test realms
20:57:36,590 INFO [AbstractKeycloakTest] importing test realms
20:57:36,591 DEBUG [AbstractKeycloakTest] importing realm: test
20:57:38,464 DEBUG [AbstractKeycloakTest] importing realm: admin-client-test
20:57:39,346 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:39,428 INFO [TestEventsLogger] [ComponentsTest] testLongValueInComponentConfigAscii() FINISHED
20:57:39,437 INFO [TestEventsLogger] [ComponentsTest] testCreateWithGivenId() STARTED
20:57:39,653 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:39,719 INFO [TestEventsLogger] [ComponentsTest] testCreateWithGivenId() FINISHED
20:57:39,726 INFO [TestEventsLogger] [ComponentsTest] testLongValueInComponentConfigExtLatin() STARTED
20:57:40,085 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:40,155 INFO [TestEventsLogger] [ComponentsTest] testLongValueInComponentConfigExtLatin() FINISHED
20:57:40,163 INFO [TestEventsLogger] [ComponentsTest] testNotDeadlocked() STARTED
20:57:43,289 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:45,700 INFO [TestEventsLogger] [ComponentsTest] testNotDeadlocked() FINISHED
20:57:45,706 INFO [TestEventsLogger] [ComponentsTest] testCreateEmptyValues() STARTED
20:57:45,988 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:46,045 INFO [TestEventsLogger] [ComponentsTest] testCreateEmptyValues() FINISHED
20:57:46,050 INFO [TestEventsLogger] [ComponentsTest] testCreateValidation() STARTED
20:57:46,406 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:46,466 INFO [TestEventsLogger] [ComponentsTest] testCreateValidation() FINISHED
20:57:46,472 INFO [TestEventsLogger] [ComponentsTest] testCreateWithoutGivenId() STARTED
20:57:46,739 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:46,818 INFO [TestEventsLogger] [ComponentsTest] testCreateWithoutGivenId() FINISHED
20:57:46,823 INFO [TestEventsLogger] [ComponentsTest] testSecretConfig() STARTED
20:57:47,121 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:47,177 INFO [TestEventsLogger] [ComponentsTest] testSecretConfig() FINISHED
20:57:47,182 INFO [TestEventsLogger] [ComponentsTest] testRename() STARTED
20:57:47,437 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:47,487 INFO [TestEventsLogger] [ComponentsTest] testRename() FINISHED
20:57:47,493 INFO [TestEventsLogger] [ComponentsTest] testUpdate() STARTED
20:57:47,791 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:47,854 INFO [TestEventsLogger] [ComponentsTest] testUpdate() FINISHED
20:57:47,859 INFO [AuthServerTestEnricher] removing test realms after test class
20:57:47,859 INFO [AuthServerTestEnricher] removing realm: test
20:57:48,101 INFO [AuthServerTestEnricher] removing realm: admin-client-test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.967 sec - in org.keycloak.testsuite.admin.ComponentsTest
Running org.keycloak.testsuite.admin.ConcurrencyTest
20:57:48,303 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:57:48,303 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.ConcurrencyTest
20:57:48,304 INFO [TestEventsLogger] [ConcurrencyTest] createClientRole() STARTED
20:57:48,315 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:57:48,602 DEBUG [AbstractKeycloakTest] loading test realms
20:57:48,609 INFO [AbstractKeycloakTest] importing test realms
20:57:48,609 DEBUG [AbstractKeycloakTest] importing realm: test
20:57:50,493 DEBUG [AbstractKeycloakTest] importing realm: admin-client-test
*********************************************
20:57:50,937 INFO [ConcurrencyTest$8] thread 2, iteration 0
20:57:50,950 INFO [ConcurrencyTest$8] thread 3, iteration 0
20:57:50,951 INFO [ConcurrencyTest$8] thread 4, iteration 0
20:57:50,957 INFO [ConcurrencyTest$8] thread 1, iteration 0
20:57:50,962 INFO [ConcurrencyTest$8] thread 0, iteration 0
20:57:51,448 INFO [ConcurrencyTest$8] thread 0, iteration 1
20:57:51,459 INFO [ConcurrencyTest$8] thread 4, iteration 1
20:57:51,460 INFO [ConcurrencyTest$8] thread 0, iteration 2
20:57:51,461 INFO [ConcurrencyTest$8] thread 2, iteration 1
20:57:51,472 INFO [ConcurrencyTest$8] thread 0, iteration 3
20:57:51,472 INFO [ConcurrencyTest$8] thread 4, iteration 2
20:57:51,474 INFO [ConcurrencyTest$8] thread 2, iteration 2
20:57:51,488 INFO [ConcurrencyTest$8] thread 0, iteration 4
20:57:51,488 INFO [ConcurrencyTest$8] thread 4, iteration 3
20:57:51,493 INFO [ConcurrencyTest$8] thread 2, iteration 3
20:57:51,504 INFO [ConcurrencyTest$8] thread 4, iteration 4
20:57:51,505 INFO [ConcurrencyTest$8] thread 0, iteration 5
20:57:51,519 INFO [ConcurrencyTest$8] thread 4, iteration 5
20:57:51,519 INFO [ConcurrencyTest$8] thread 0, iteration 6
20:57:51,524 INFO [ConcurrencyTest$8] thread 2, iteration 4
20:57:51,540 INFO [ConcurrencyTest$8] thread 2, iteration 5
20:57:51,557 INFO [ConcurrencyTest$8] thread 4, iteration 6
20:57:51,578 INFO [ConcurrencyTest$8] thread 3, iteration 1
20:57:51,580 INFO [ConcurrencyTest$8] thread 0, iteration 7
20:57:51,581 INFO [ConcurrencyTest$8] thread 1, iteration 1
20:57:51,591 INFO [ConcurrencyTest$8] thread 3, iteration 2
20:57:51,599 INFO [ConcurrencyTest$8] thread 1, iteration 2
20:57:51,610 INFO [ConcurrencyTest$8] thread 3, iteration 3
20:57:51,612 INFO [ConcurrencyTest$8] thread 1, iteration 3
20:57:51,623 INFO [ConcurrencyTest$8] thread 3, iteration 4
20:57:51,625 INFO [ConcurrencyTest$8] thread 1, iteration 4
20:57:51,637 INFO [ConcurrencyTest$8] thread 3, iteration 5
20:57:51,639 INFO [ConcurrencyTest$8] thread 1, iteration 5
20:57:51,641 INFO [ConcurrencyTest$8] thread 4, iteration 7
20:57:51,650 INFO [ConcurrencyTest$8] thread 1, iteration 6
20:57:51,654 INFO [ConcurrencyTest$8] thread 4, iteration 8
20:57:51,654 INFO [ConcurrencyTest$8] thread 3, iteration 6
20:57:51,671 INFO [ConcurrencyTest$8] thread 1, iteration 7
20:57:51,674 INFO [ConcurrencyTest$8] thread 3, iteration 7
20:57:51,678 INFO [ConcurrencyTest$8] thread 4, iteration 9
20:57:51,692 INFO [ConcurrencyTest$8] thread 1, iteration 8
20:57:51,704 INFO [ConcurrencyTest$8] thread 2, iteration 6
20:57:51,705 INFO [ConcurrencyTest$8] thread 3, iteration 8
20:57:51,707 INFO [ConcurrencyTest$8] thread 0, iteration 8
20:57:51,709 INFO [ConcurrencyTest$8] thread 1, iteration 9
20:57:51,712 INFO [ConcurrencyTest$8] thread 4, iteration 10
20:57:51,761 INFO [ConcurrencyTest$8] thread 3, iteration 9
20:57:51,763 INFO [ConcurrencyTest$8] thread 2, iteration 7
20:57:51,768 INFO [ConcurrencyTest$8] thread 1, iteration 10
20:57:51,771 INFO [ConcurrencyTest$8] thread 0, iteration 9
20:57:51,772 INFO [ConcurrencyTest$8] thread 4, iteration 11
20:57:51,773 INFO [ConcurrencyTest$8] thread 3, iteration 10
20:57:51,777 INFO [ConcurrencyTest$8] thread 2, iteration 8
20:57:51,783 INFO [ConcurrencyTest$8] thread 0, iteration 10
20:57:51,788 INFO [ConcurrencyTest$8] thread 4, iteration 12
20:57:51,789 INFO [ConcurrencyTest$8] thread 1, iteration 11
20:57:51,792 INFO [ConcurrencyTest$8] thread 3, iteration 11
20:57:51,792 INFO [ConcurrencyTest$8] thread 2, iteration 9
20:57:51,803 INFO [ConcurrencyTest$8] thread 4, iteration 13
20:57:51,805 INFO [ConcurrencyTest$8] thread 1, iteration 12
20:57:51,805 INFO [ConcurrencyTest$8] thread 0, iteration 11
20:57:51,807 INFO [ConcurrencyTest$8] thread 2, iteration 10
20:57:51,808 INFO [ConcurrencyTest$8] thread 3, iteration 12
20:57:51,818 INFO [ConcurrencyTest$8] thread 0, iteration 12
20:57:51,818 INFO [ConcurrencyTest$8] thread 4, iteration 14
20:57:51,819 INFO [ConcurrencyTest$8] thread 1, iteration 13
20:57:51,821 INFO [ConcurrencyTest$8] thread 3, iteration 13
20:57:51,824 INFO [ConcurrencyTest$8] thread 2, iteration 11
20:57:51,833 INFO [ConcurrencyTest$8] thread 4, iteration 15
20:57:51,833 INFO [ConcurrencyTest$8] thread 0, iteration 13
20:57:51,836 INFO [ConcurrencyTest$8] thread 3, iteration 14
20:57:51,841 INFO [ConcurrencyTest$8] thread 2, iteration 12
20:57:51,844 INFO [ConcurrencyTest$8] thread 1, iteration 14
20:57:51,847 INFO [ConcurrencyTest$8] thread 4, iteration 16
20:57:51,853 INFO [ConcurrencyTest$8] thread 3, iteration 15
20:57:51,858 INFO [ConcurrencyTest$8] thread 2, iteration 13
20:57:51,859 INFO [ConcurrencyTest$8] thread 1, iteration 15
20:57:51,862 INFO [ConcurrencyTest$8] thread 4, iteration 17
20:57:51,866 INFO [ConcurrencyTest$8] thread 0, iteration 14
20:57:51,872 INFO [ConcurrencyTest$8] thread 3, iteration 16
20:57:51,872 INFO [ConcurrencyTest$8] thread 2, iteration 14
20:57:51,874 INFO [ConcurrencyTest$8] thread 1, iteration 16
20:57:51,878 INFO [ConcurrencyTest$8] thread 4, iteration 18
20:57:51,882 INFO [ConcurrencyTest$8] thread 0, iteration 15
20:57:51,886 INFO [ConcurrencyTest$8] thread 2, iteration 15
20:57:51,888 INFO [ConcurrencyTest$8] thread 1, iteration 17
20:57:51,888 INFO [ConcurrencyTest$8] thread 3, iteration 17
20:57:51,894 INFO [ConcurrencyTest$8] thread 4, iteration 19
20:57:51,897 INFO [ConcurrencyTest$8] thread 0, iteration 16
20:57:51,899 INFO [ConcurrencyTest$8] thread 2, iteration 16
20:57:51,899 INFO [ConcurrencyTest$8] thread 1, iteration 18
20:57:51,910 INFO [ConcurrencyTest$8] thread 3, iteration 18
20:57:51,911 INFO [ConcurrencyTest$8] thread 0, iteration 17
20:57:51,915 INFO [ConcurrencyTest$8] thread 2, iteration 17
20:57:51,919 INFO [ConcurrencyTest$8] thread 1, iteration 19
20:57:51,925 INFO [ConcurrencyTest$8] thread 0, iteration 18
20:57:51,928 INFO [ConcurrencyTest$8] thread 2, iteration 18
20:57:51,928 INFO [ConcurrencyTest$8] thread 3, iteration 19
20:57:51,939 INFO [ConcurrencyTest$8] thread 0, iteration 19
20:57:51,944 INFO [ConcurrencyTest$8] thread 2, iteration 19
createClientRole took 1067
*********************************************
20:57:52,026 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:52,123 INFO [TestEventsLogger] [ConcurrencyTest] createClientRole() FINISHED
20:57:52,132 INFO [TestEventsLogger] [ConcurrencyTest] createGroup() STARTED
***************************
20:57:52,352 INFO [ConcurrencyTest$8] thread 3, iteration 0
20:57:52,355 INFO [ConcurrencyTest$8] thread 4, iteration 0
20:57:52,358 INFO [ConcurrencyTest$8] thread 2, iteration 0
20:57:52,358 INFO [ConcurrencyTest$8] thread 0, iteration 0
20:57:52,364 INFO [ConcurrencyTest$8] thread 1, iteration 0
20:57:52,808 INFO [ConcurrencyTest$8] thread 2, iteration 1
20:57:52,809 INFO [ConcurrencyTest$8] thread 1, iteration 1
20:57:52,809 INFO [ConcurrencyTest$8] thread 0, iteration 1
20:57:52,811 INFO [ConcurrencyTest$8] thread 4, iteration 1
20:57:52,813 INFO [ConcurrencyTest$8] thread 3, iteration 1
20:57:52,836 INFO [ConcurrencyTest$8] thread 2, iteration 2
20:57:52,837 INFO [ConcurrencyTest$8] thread 1, iteration 2
20:57:52,845 INFO [ConcurrencyTest$8] thread 0, iteration 2
20:57:52,848 INFO [ConcurrencyTest$8] thread 3, iteration 2
20:57:52,861 INFO [ConcurrencyTest$8] thread 4, iteration 2
20:57:52,870 INFO [ConcurrencyTest$8] thread 2, iteration 3
20:57:52,875 INFO [ConcurrencyTest$8] thread 1, iteration 3
20:57:52,879 INFO [ConcurrencyTest$8] thread 0, iteration 3
20:57:52,886 INFO [ConcurrencyTest$8] thread 3, iteration 3
20:57:52,888 INFO [ConcurrencyTest$8] thread 4, iteration 3
20:57:52,904 INFO [ConcurrencyTest$8] thread 2, iteration 4
20:57:52,907 INFO [ConcurrencyTest$8] thread 3, iteration 4
20:57:52,907 INFO [ConcurrencyTest$8] thread 4, iteration 4
20:57:52,907 INFO [ConcurrencyTest$8] thread 1, iteration 4
20:57:52,909 INFO [ConcurrencyTest$8] thread 0, iteration 4
20:57:52,922 INFO [ConcurrencyTest$8] thread 4, iteration 5
20:57:52,922 INFO [ConcurrencyTest$8] thread 2, iteration 5
20:57:52,927 INFO [ConcurrencyTest$8] thread 3, iteration 5
20:57:52,942 INFO [ConcurrencyTest$8] thread 4, iteration 6
20:57:52,942 INFO [ConcurrencyTest$8] thread 0, iteration 5
20:57:52,943 INFO [ConcurrencyTest$8] thread 2, iteration 6
20:57:52,948 INFO [ConcurrencyTest$8] thread 3, iteration 6
20:57:52,949 INFO [ConcurrencyTest$8] thread 1, iteration 5
20:57:52,978 INFO [ConcurrencyTest$8] thread 2, iteration 7
20:57:52,981 INFO [ConcurrencyTest$8] thread 0, iteration 6
20:57:52,984 INFO [ConcurrencyTest$8] thread 1, iteration 6
20:57:53,000 INFO [ConcurrencyTest$8] thread 4, iteration 7
20:57:53,003 INFO [ConcurrencyTest$8] thread 3, iteration 7
20:57:53,003 INFO [ConcurrencyTest$8] thread 0, iteration 7
20:57:53,005 INFO [ConcurrencyTest$8] thread 2, iteration 8
20:57:53,012 INFO [ConcurrencyTest$8] thread 1, iteration 7
20:57:53,022 INFO [ConcurrencyTest$8] thread 4, iteration 8
20:57:53,025 INFO [ConcurrencyTest$8] thread 0, iteration 8
20:57:53,031 INFO [ConcurrencyTest$8] thread 3, iteration 8
20:57:53,031 INFO [ConcurrencyTest$8] thread 2, iteration 9
20:57:53,045 INFO [ConcurrencyTest$8] thread 1, iteration 8
20:57:53,047 INFO [ConcurrencyTest$8] thread 0, iteration 9
20:57:53,047 INFO [ConcurrencyTest$8] thread 4, iteration 9
20:57:53,051 INFO [ConcurrencyTest$8] thread 3, iteration 9
20:57:53,071 INFO [ConcurrencyTest$8] thread 0, iteration 10
20:57:53,074 INFO [ConcurrencyTest$8] thread 3, iteration 10
20:57:53,077 INFO [ConcurrencyTest$8] thread 4, iteration 10
20:57:53,085 INFO [ConcurrencyTest$8] thread 1, iteration 9
20:57:53,098 INFO [ConcurrencyTest$8] thread 0, iteration 11
20:57:53,104 INFO [ConcurrencyTest$8] thread 3, iteration 11
20:57:53,115 INFO [ConcurrencyTest$8] thread 1, iteration 10
20:57:53,120 INFO [ConcurrencyTest$8] thread 4, iteration 11
20:57:53,124 INFO [ConcurrencyTest$8] thread 2, iteration 10
20:57:53,127 INFO [ConcurrencyTest$8] thread 3, iteration 12
20:57:53,127 INFO [ConcurrencyTest$8] thread 0, iteration 12
20:57:53,139 INFO [ConcurrencyTest$8] thread 1, iteration 11
20:57:53,143 INFO [ConcurrencyTest$8] thread 2, iteration 11
20:57:53,143 INFO [ConcurrencyTest$8] thread 0, iteration 13
20:57:53,145 INFO [ConcurrencyTest$8] thread 4, iteration 12
20:57:53,152 INFO [ConcurrencyTest$8] thread 3, iteration 13
20:57:53,159 INFO [ConcurrencyTest$8] thread 1, iteration 12
20:57:53,166 INFO [ConcurrencyTest$8] thread 2, iteration 12
20:57:53,169 INFO [ConcurrencyTest$8] thread 4, iteration 13
20:57:53,169 INFO [ConcurrencyTest$8] thread 0, iteration 14
20:57:53,174 INFO [ConcurrencyTest$8] thread 3, iteration 14
20:57:53,179 INFO [ConcurrencyTest$8] thread 1, iteration 13
20:57:53,189 INFO [ConcurrencyTest$8] thread 2, iteration 13
20:57:53,191 INFO [ConcurrencyTest$8] thread 0, iteration 15
20:57:53,193 INFO [ConcurrencyTest$8] thread 4, iteration 14
20:57:53,200 INFO [ConcurrencyTest$8] thread 3, iteration 15
20:57:53,205 INFO [ConcurrencyTest$8] thread 1, iteration 14
20:57:53,215 INFO [ConcurrencyTest$8] thread 2, iteration 14
20:57:53,220 INFO [ConcurrencyTest$8] thread 0, iteration 16
20:57:53,222 INFO [ConcurrencyTest$8] thread 3, iteration 16
20:57:53,223 INFO [ConcurrencyTest$8] thread 4, iteration 15
20:57:53,242 INFO [ConcurrencyTest$8] thread 2, iteration 15
20:57:53,243 INFO [ConcurrencyTest$8] thread 1, iteration 15
20:57:53,244 INFO [ConcurrencyTest$8] thread 0, iteration 17
20:57:53,247 INFO [ConcurrencyTest$8] thread 3, iteration 17
20:57:53,249 INFO [ConcurrencyTest$8] thread 4, iteration 16
20:57:53,273 INFO [ConcurrencyTest$8] thread 1, iteration 16
20:57:53,273 INFO [ConcurrencyTest$8] thread 2, iteration 16
20:57:53,274 INFO [ConcurrencyTest$8] thread 4, iteration 17
20:57:53,277 INFO [ConcurrencyTest$8] thread 0, iteration 18
20:57:53,278 INFO [ConcurrencyTest$8] thread 3, iteration 18
20:57:53,296 INFO [ConcurrencyTest$8] thread 2, iteration 17
20:57:53,297 INFO [ConcurrencyTest$8] thread 1, iteration 17
20:57:53,297 INFO [ConcurrencyTest$8] thread 4, iteration 18
20:57:53,301 INFO [ConcurrencyTest$8] thread 3, iteration 19
20:57:53,303 INFO [ConcurrencyTest$8] thread 0, iteration 19
20:57:53,325 INFO [ConcurrencyTest$8] thread 4, iteration 19
20:57:53,327 INFO [ConcurrencyTest$8] thread 2, iteration 18
20:57:53,328 INFO [ConcurrencyTest$8] thread 1, iteration 18
20:57:53,348 INFO [ConcurrencyTest$8] thread 2, iteration 19
20:57:53,352 INFO [ConcurrencyTest$8] thread 1, iteration 19
createGroup took 1038
20:57:53,411 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:53,452 INFO [TestEventsLogger] [ConcurrencyTest] createGroup() FINISHED
20:57:53,461 WARN [TestEventsLogger] [ConcurrencyTest] createRemoveClient() IGNORED
20:57:53,468 INFO [TestEventsLogger] [ConcurrencyTest] createClient() STARTED
***************************
20:57:53,680 INFO [ConcurrencyTest$8] thread 0, iteration 0
20:57:53,680 INFO [ConcurrencyTest$8] thread 3, iteration 0
20:57:53,682 INFO [ConcurrencyTest$8] thread 4, iteration 0
20:57:53,685 INFO [ConcurrencyTest$8] thread 1, iteration 0
20:57:53,687 INFO [ConcurrencyTest$8] thread 2, iteration 0
20:57:54,127 INFO [ConcurrencyTest$8] thread 3, iteration 1
20:57:54,130 INFO [ConcurrencyTest$8] thread 1, iteration 1
20:57:54,133 INFO [ConcurrencyTest$8] thread 4, iteration 1
20:57:54,156 INFO [ConcurrencyTest$8] thread 3, iteration 2
20:57:54,158 INFO [ConcurrencyTest$8] thread 1, iteration 2
20:57:54,163 INFO [ConcurrencyTest$8] thread 4, iteration 2
20:57:54,182 INFO [ConcurrencyTest$8] thread 1, iteration 3
20:57:54,186 INFO [ConcurrencyTest$8] thread 3, iteration 3
20:57:54,187 INFO [ConcurrencyTest$8] thread 4, iteration 3
20:57:54,220 INFO [ConcurrencyTest$8] thread 4, iteration 4
20:57:54,223 INFO [ConcurrencyTest$8] thread 3, iteration 4
20:57:54,236 INFO [ConcurrencyTest$8] thread 1, iteration 4
20:57:54,250 INFO [ConcurrencyTest$8] thread 2, iteration 1
20:57:54,252 INFO [ConcurrencyTest$8] thread 4, iteration 5
20:57:54,255 INFO [ConcurrencyTest$8] thread 3, iteration 5
20:57:54,281 INFO [ConcurrencyTest$8] thread 2, iteration 2
20:57:54,281 INFO [ConcurrencyTest$8] thread 4, iteration 6
20:57:54,286 INFO [ConcurrencyTest$8] thread 3, iteration 6
20:57:54,312 INFO [ConcurrencyTest$8] thread 2, iteration 3
20:57:54,313 INFO [ConcurrencyTest$8] thread 4, iteration 7
20:57:54,338 INFO [ConcurrencyTest$8] thread 3, iteration 7
20:57:54,370 INFO [ConcurrencyTest$8] thread 4, iteration 8
20:57:54,381 INFO [ConcurrencyTest$8] thread 0, iteration 1
20:57:54,384 INFO [ConcurrencyTest$8] thread 3, iteration 8
20:57:54,386 INFO [ConcurrencyTest$8] thread 1, iteration 5
20:57:54,416 INFO [ConcurrencyTest$8] thread 1, iteration 6
20:57:54,418 INFO [ConcurrencyTest$8] thread 0, iteration 2
20:57:54,419 INFO [ConcurrencyTest$8] thread 3, iteration 9
20:57:54,422 INFO [ConcurrencyTest$8] thread 2, iteration 4
20:57:54,432 INFO [ConcurrencyTest$8] thread 4, iteration 9
20:57:54,461 INFO [ConcurrencyTest$8] thread 0, iteration 3
20:57:54,479 INFO [ConcurrencyTest$8] thread 2, iteration 5
20:57:54,482 INFO [ConcurrencyTest$8] thread 3, iteration 10
20:57:54,486 INFO [ConcurrencyTest$8] thread 1, iteration 7
20:57:54,493 INFO [ConcurrencyTest$8] thread 0, iteration 4
20:57:54,558 INFO [ConcurrencyTest$8] thread 4, iteration 10
20:57:54,559 INFO [ConcurrencyTest$8] thread 0, iteration 5
20:57:54,565 INFO [ConcurrencyTest$8] thread 3, iteration 11
20:57:54,570 INFO [ConcurrencyTest$8] thread 2, iteration 6
20:57:54,585 INFO [ConcurrencyTest$8] thread 1, iteration 8
20:57:54,656 INFO [ConcurrencyTest$8] thread 3, iteration 12
20:57:54,660 INFO [ConcurrencyTest$8] thread 1, iteration 9
20:57:54,669 INFO [ConcurrencyTest$8] thread 0, iteration 6
20:57:54,676 INFO [ConcurrencyTest$8] thread 2, iteration 7
20:57:54,713 INFO [ConcurrencyTest$8] thread 0, iteration 7
20:57:54,713 INFO [ConcurrencyTest$8] thread 2, iteration 8
20:57:54,713 INFO [ConcurrencyTest$8] thread 4, iteration 11
20:57:54,737 INFO [ConcurrencyTest$8] thread 3, iteration 13
20:57:54,754 INFO [ConcurrencyTest$8] thread 4, iteration 12
20:57:54,756 INFO [ConcurrencyTest$8] thread 0, iteration 8
20:57:54,758 INFO [ConcurrencyTest$8] thread 1, iteration 10
20:57:54,775 INFO [ConcurrencyTest$8] thread 2, iteration 9
20:57:54,823 INFO [ConcurrencyTest$8] thread 1, iteration 11
20:57:54,827 INFO [ConcurrencyTest$8] thread 0, iteration 9
20:57:54,837 INFO [ConcurrencyTest$8] thread 2, iteration 10
20:57:54,841 INFO [ConcurrencyTest$8] thread 4, iteration 13
20:57:54,851 INFO [ConcurrencyTest$8] thread 3, iteration 14
20:57:54,872 INFO [ConcurrencyTest$8] thread 1, iteration 12
20:57:54,884 INFO [ConcurrencyTest$8] thread 4, iteration 14
20:57:54,893 INFO [ConcurrencyTest$8] thread 3, iteration 15
20:57:54,894 INFO [ConcurrencyTest$8] thread 2, iteration 11
20:57:54,931 INFO [ConcurrencyTest$8] thread 4, iteration 15
20:57:54,934 INFO [ConcurrencyTest$8] thread 0, iteration 10
20:57:54,946 INFO [ConcurrencyTest$8] thread 2, iteration 12
20:57:54,949 INFO [ConcurrencyTest$8] thread 1, iteration 13
20:57:54,987 INFO [ConcurrencyTest$8] thread 2, iteration 13
20:57:54,991 INFO [ConcurrencyTest$8] thread 1, iteration 14
20:57:54,995 INFO [ConcurrencyTest$8] thread 0, iteration 11
20:57:54,996 INFO [ConcurrencyTest$8] thread 3, iteration 16
20:57:55,012 INFO [ConcurrencyTest$8] thread 4, iteration 16
20:57:55,033 INFO [ConcurrencyTest$8] thread 3, iteration 17
20:57:55,061 INFO [ConcurrencyTest$8] thread 1, iteration 15
20:57:55,062 INFO [ConcurrencyTest$8] thread 0, iteration 12
20:57:55,077 INFO [ConcurrencyTest$8] thread 2, iteration 14
20:57:55,108 INFO [ConcurrencyTest$8] thread 0, iteration 13
20:57:55,113 INFO [ConcurrencyTest$8] thread 1, iteration 16
20:57:55,117 INFO [ConcurrencyTest$8] thread 4, iteration 17
20:57:55,126 INFO [ConcurrencyTest$8] thread 3, iteration 18
20:57:55,170 INFO [ConcurrencyTest$8] thread 4, iteration 18
20:57:55,175 INFO [ConcurrencyTest$8] thread 3, iteration 19
20:57:55,211 INFO [ConcurrencyTest$8] thread 4, iteration 19
20:57:55,216 INFO [ConcurrencyTest$8] thread 2, iteration 15
20:57:55,224 INFO [ConcurrencyTest$8] thread 0, iteration 14
20:57:55,235 INFO [ConcurrencyTest$8] thread 1, iteration 17
20:57:55,280 INFO [ConcurrencyTest$8] thread 2, iteration 16
20:57:55,284 INFO [ConcurrencyTest$8] thread 0, iteration 15
20:57:55,284 INFO [ConcurrencyTest$8] thread 1, iteration 18
20:57:55,334 INFO [ConcurrencyTest$8] thread 1, iteration 19
20:57:55,334 INFO [ConcurrencyTest$8] thread 2, iteration 17
20:57:55,344 INFO [ConcurrencyTest$8] thread 0, iteration 16
20:57:55,478 INFO [ConcurrencyTest$8] thread 2, iteration 18
20:57:55,523 INFO [ConcurrencyTest$8] thread 0, iteration 17
20:57:55,523 INFO [ConcurrencyTest$8] thread 2, iteration 19
20:57:55,565 INFO [ConcurrencyTest$8] thread 0, iteration 18
20:57:55,606 INFO [ConcurrencyTest$8] thread 0, iteration 19
createClient took 1987
20:57:55,688 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:55,729 INFO [TestEventsLogger] [ConcurrencyTest] createClient() FINISHED
20:57:55,738 INFO [TestEventsLogger] [ConcurrencyTest] createRole() STARTED
20:57:56,264 INFO [ConcurrencyTest$8] thread 0, iteration 0
20:57:56,267 INFO [ConcurrencyTest$8] thread 1, iteration 0
20:57:56,273 INFO [ConcurrencyTest$8] thread 2, iteration 0
20:57:56,279 INFO [ConcurrencyTest$8] thread 3, iteration 0
20:57:56,383 INFO [ConcurrencyTest$8] thread 4, iteration 0
20:57:56,792 INFO [ConcurrencyTest$8] thread 2, iteration 1
20:57:56,792 INFO [ConcurrencyTest$8] thread 1, iteration 1
20:57:56,802 INFO [ConcurrencyTest$8] thread 2, iteration 2
20:57:56,802 INFO [ConcurrencyTest$8] thread 1, iteration 2
20:57:56,803 INFO [ConcurrencyTest$8] thread 3, iteration 1
20:57:56,808 INFO [ConcurrencyTest$8] thread 0, iteration 1
20:57:56,812 INFO [ConcurrencyTest$8] thread 1, iteration 3
20:57:56,813 INFO [ConcurrencyTest$8] thread 2, iteration 3
20:57:56,814 INFO [ConcurrencyTest$8] thread 3, iteration 2
20:57:56,819 INFO [ConcurrencyTest$8] thread 0, iteration 2
20:57:56,823 INFO [ConcurrencyTest$8] thread 2, iteration 4
20:57:56,823 INFO [ConcurrencyTest$8] thread 1, iteration 4
20:57:56,824 INFO [ConcurrencyTest$8] thread 3, iteration 3
20:57:56,837 INFO [ConcurrencyTest$8] thread 0, iteration 3
20:57:56,841 INFO [ConcurrencyTest$8] thread 1, iteration 5
20:57:56,846 INFO [ConcurrencyTest$8] thread 2, iteration 5
20:57:56,857 INFO [ConcurrencyTest$8] thread 2, iteration 6
20:57:56,860 INFO [ConcurrencyTest$8] thread 0, iteration 4
20:57:56,864 INFO [ConcurrencyTest$8] thread 4, iteration 1
20:57:56,872 INFO [ConcurrencyTest$8] thread 1, iteration 6
20:57:56,876 INFO [ConcurrencyTest$8] thread 2, iteration 7
20:57:56,879 INFO [ConcurrencyTest$8] thread 0, iteration 5
20:57:56,893 INFO [ConcurrencyTest$8] thread 1, iteration 7
20:57:56,897 INFO [ConcurrencyTest$8] thread 2, iteration 8
20:57:56,901 INFO [ConcurrencyTest$8] thread 3, iteration 4
20:57:56,902 INFO [ConcurrencyTest$8] thread 0, iteration 6
20:57:56,910 INFO [ConcurrencyTest$8] thread 2, iteration 9
20:57:56,912 INFO [ConcurrencyTest$8] thread 0, iteration 7
20:57:56,912 INFO [ConcurrencyTest$8] thread 3, iteration 5
20:57:56,921 INFO [ConcurrencyTest$8] thread 2, iteration 10
20:57:56,924 INFO [ConcurrencyTest$8] thread 1, iteration 8
20:57:56,927 INFO [ConcurrencyTest$8] thread 3, iteration 6
20:57:56,930 INFO [ConcurrencyTest$8] thread 0, iteration 8
20:57:56,939 INFO [ConcurrencyTest$8] thread 2, iteration 11
20:57:56,942 INFO [ConcurrencyTest$8] thread 0, iteration 9
20:57:56,943 INFO [ConcurrencyTest$8] thread 1, iteration 9
20:57:56,945 INFO [ConcurrencyTest$8] thread 3, iteration 7
20:57:56,952 INFO [ConcurrencyTest$8] thread 2, iteration 12
20:57:56,954 INFO [ConcurrencyTest$8] thread 1, iteration 10
20:57:56,955 INFO [ConcurrencyTest$8] thread 0, iteration 10
20:57:56,955 INFO [ConcurrencyTest$8] thread 3, iteration 8
20:57:56,958 INFO [ConcurrencyTest$8] thread 4, iteration 2
20:57:56,967 INFO [ConcurrencyTest$8] thread 3, iteration 9
20:57:56,969 INFO [ConcurrencyTest$8] thread 0, iteration 11
20:57:56,969 INFO [ConcurrencyTest$8] thread 1, iteration 11
20:57:56,970 INFO [ConcurrencyTest$8] thread 4, iteration 3
20:57:56,980 INFO [ConcurrencyTest$8] thread 3, iteration 10
20:57:56,980 INFO [ConcurrencyTest$8] thread 2, iteration 13
20:57:56,983 INFO [ConcurrencyTest$8] thread 0, iteration 12
20:57:56,986 INFO [ConcurrencyTest$8] thread 1, iteration 12
20:57:56,991 INFO [ConcurrencyTest$8] thread 3, iteration 11
20:57:56,992 INFO [ConcurrencyTest$8] thread 2, iteration 14
20:57:56,993 INFO [ConcurrencyTest$8] thread 4, iteration 4
20:57:56,996 INFO [ConcurrencyTest$8] thread 1, iteration 13
20:57:56,999 INFO [ConcurrencyTest$8] thread 0, iteration 13
20:57:57,002 INFO [ConcurrencyTest$8] thread 3, iteration 12
20:57:57,007 INFO [ConcurrencyTest$8] thread 4, iteration 5
20:57:57,008 INFO [ConcurrencyTest$8] thread 2, iteration 15
20:57:57,014 INFO [ConcurrencyTest$8] thread 3, iteration 13
20:57:57,015 INFO [ConcurrencyTest$8] thread 1, iteration 14
20:57:57,018 INFO [ConcurrencyTest$8] thread 4, iteration 6
20:57:57,018 INFO [ConcurrencyTest$8] thread 0, iteration 14
20:57:57,027 INFO [ConcurrencyTest$8] thread 1, iteration 15
20:57:57,027 INFO [ConcurrencyTest$8] thread 3, iteration 14
20:57:57,029 INFO [ConcurrencyTest$8] thread 2, iteration 16
20:57:57,030 INFO [ConcurrencyTest$8] thread 0, iteration 15
20:57:57,032 INFO [ConcurrencyTest$8] thread 4, iteration 7
20:57:57,042 INFO [ConcurrencyTest$8] thread 3, iteration 15
20:57:57,043 INFO [ConcurrencyTest$8] thread 4, iteration 8
20:57:57,046 INFO [ConcurrencyTest$8] thread 0, iteration 16
20:57:57,048 INFO [ConcurrencyTest$8] thread 1, iteration 16
20:57:57,049 INFO [ConcurrencyTest$8] thread 2, iteration 17
20:57:57,053 INFO [ConcurrencyTest$8] thread 4, iteration 9
20:57:57,054 INFO [ConcurrencyTest$8] thread 3, iteration 16
20:57:57,058 INFO [ConcurrencyTest$8] thread 0, iteration 17
20:57:57,063 INFO [ConcurrencyTest$8] thread 4, iteration 10
20:57:57,063 INFO [ConcurrencyTest$8] thread 3, iteration 17
20:57:57,063 INFO [ConcurrencyTest$8] thread 2, iteration 18
20:57:57,067 INFO [ConcurrencyTest$8] thread 1, iteration 17
20:57:57,070 INFO [ConcurrencyTest$8] thread 0, iteration 18
20:57:57,074 INFO [ConcurrencyTest$8] thread 2, iteration 19
20:57:57,078 INFO [ConcurrencyTest$8] thread 4, iteration 11
20:57:57,079 INFO [ConcurrencyTest$8] thread 1, iteration 18
20:57:57,082 INFO [ConcurrencyTest$8] thread 3, iteration 18
20:57:57,083 INFO [ConcurrencyTest$8] thread 0, iteration 19
20:57:57,089 INFO [ConcurrencyTest$8] thread 4, iteration 12
20:57:57,095 INFO [ConcurrencyTest$8] thread 3, iteration 19
20:57:57,102 INFO [ConcurrencyTest$8] thread 1, iteration 19
20:57:57,103 INFO [ConcurrencyTest$8] thread 4, iteration 13
20:57:57,115 INFO [ConcurrencyTest$8] thread 4, iteration 14
20:57:57,126 INFO [ConcurrencyTest$8] thread 4, iteration 15
20:57:57,137 INFO [ConcurrencyTest$8] thread 4, iteration 16
20:57:57,147 INFO [ConcurrencyTest$8] thread 4, iteration 17
20:57:57,158 INFO [ConcurrencyTest$8] thread 4, iteration 18
20:57:57,168 INFO [ConcurrencyTest$8] thread 4, iteration 19
createRole took 943
20:57:57,224 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:57:57,264 INFO [TestEventsLogger] [ConcurrencyTest] createRole() FINISHED
20:57:57,272 INFO [AuthServerTestEnricher] removing test realms after test class
20:57:57,272 INFO [AuthServerTestEnricher] removing realm: test
20:57:57,528 INFO [AuthServerTestEnricher] removing realm: admin-client-test
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 11.31 sec - in org.keycloak.testsuite.admin.ConcurrencyTest
Running org.keycloak.testsuite.admin.ConsentsTest
20:57:59,621 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:57:59,622 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.ConsentsTest
20:57:59,624 INFO [TestEventsLogger] [ConsentsTest] testConsents() STARTED
20:57:59,669 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:57:59,770 DEBUG [AbstractKeycloakTest] loading test realms
20:57:59,771 INFO [AbstractKeycloakTest] importing test realms
20:57:59,771 DEBUG [AbstractKeycloakTest] importing realm: provider
20:58:00,669 DEBUG [AbstractKeycloakTest] importing realm: consumer
20:58:01,118 DEBUG [ConsentsTest] creating user for realm provider
20:58:01,340 DEBUG [ConsentsTest] adding client brokerapp to realm provider
20:58:01,347 DEBUG [ConsentsTest] adding identity provider to realm consumer
20:58:01,418 DEBUG [ConsentsTest] Clicking social kc-oidc-idp
20:58:01,462 DEBUG [ConsentsTest] Logging in
20:58:01,910 INFO [TestEventsLogger] [ConsentsTest] testConsents() FINISHED
20:58:01,915 INFO [AuthServerTestEnricher] removing test realms after test class
20:58:01,916 INFO [AuthServerTestEnricher] removing realm: provider
20:58:02,119 INFO [AuthServerTestEnricher] removing realm: consumer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.739 sec - in org.keycloak.testsuite.admin.ConsentsTest
Running org.keycloak.testsuite.admin.CrossRealmPermissionsTest
20:58:02,364 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:58:02,364 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.CrossRealmPermissionsTest
20:58:02,365 INFO [TestEventsLogger] [CrossRealmPermissionsTest] users() STARTED
20:58:02,376 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:58:02,475 DEBUG [AbstractKeycloakTest] loading test realms
20:58:02,505 INFO [AbstractKeycloakTest] importing test realms
20:58:02,505 DEBUG [AbstractKeycloakTest] importing realm: crossrealm-test
20:58:04,179 DEBUG [AbstractKeycloakTest] importing realm: crossrealm2-test
20:58:05,594 INFO [TestEventsLogger] [CrossRealmPermissionsTest] users() FINISHED
20:58:05,599 INFO [AuthServerTestEnricher] removing test realms after test class
20:58:05,599 INFO [AuthServerTestEnricher] removing realm: crossrealm-test
20:58:05,768 INFO [AuthServerTestEnricher] removing realm: crossrealm2-test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.606 sec - in org.keycloak.testsuite.admin.CrossRealmPermissionsTest
Running org.keycloak.testsuite.admin.event.AdminEventAuthDetailsTest
20:58:05,974 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:58:05,975 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.event.AdminEventAuthDetailsTest
20:58:05,976 INFO [TestEventsLogger] [AdminEventAuthDetailsTest] testAuth() STARTED
20:58:05,987 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:58:06,331 DEBUG [AbstractKeycloakTest] loading test realms
20:58:06,332 INFO [AbstractKeycloakTest] importing test realms
20:58:06,332 DEBUG [AbstractKeycloakTest] importing realm: test
20:58:07,395 INFO [URLUtils] starting navigation
20:58:07,396 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:58:07,396 INFO [URLUtils] current URL: about:blank
20:58:07,397 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:07,435 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F89e04c29-d235-4cdc-ac72-af4564a3dc3b&response_type=code&scope=openid
20:58:07,435 INFO [URLUtils] navigation complete
20:58:07,436 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:09,691 INFO [TestEventsLogger] [AdminEventAuthDetailsTest] testAuth() FINISHED
20:58:09,708 INFO [AuthServerTestEnricher] removing test realms after test class
20:58:09,709 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.967 sec - in org.keycloak.testsuite.admin.event.AdminEventAuthDetailsTest
Running org.keycloak.testsuite.admin.event.AdminEventTest
20:58:09,945 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:58:09,946 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.event.AdminEventTest
20:58:09,948 INFO [TestEventsLogger] [AdminEventTest] retrieveAdminEventTest() STARTED
20:58:09,962 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:58:10,169 DEBUG [AbstractKeycloakTest] loading test realms
20:58:10,169 INFO [AbstractKeycloakTest] importing test realms
20:58:10,170 DEBUG [AbstractKeycloakTest] importing realm: test
20:58:10,999 INFO [URLUtils] starting navigation
20:58:11,000 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:58:11,000 INFO [URLUtils] current URL: about:blank
20:58:11,001 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:11,041 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7aa4f5ce-a311-41a8-8ed4-2fa97af2f835&response_type=code&scope=openid
20:58:11,042 INFO [URLUtils] navigation complete
20:58:11,043 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:11,275 INFO [TestEventsLogger] [AdminEventTest] retrieveAdminEventTest() FINISHED
20:58:11,292 INFO [TestEventsLogger] [AdminEventTest] defaultMaxResults() STARTED
20:58:11,523 INFO [URLUtils] starting navigation
20:58:11,525 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7aa4f5ce-a311-41a8-8ed4-2fa97af2f835&response_type=code&scope=openid
20:58:11,526 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:11,555 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F69b609e8-d169-49fb-ba93-e8c26d605b10&response_type=code&scope=openid
20:58:11,555 INFO [URLUtils] navigation complete
20:58:11,556 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:12,655 INFO [TestEventsLogger] [AdminEventTest] defaultMaxResults() FINISHED
20:58:12,663 INFO [TestEventsLogger] [AdminEventTest] testFilterAdminEvents() STARTED
20:58:12,852 INFO [URLUtils] starting navigation
20:58:12,854 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F69b609e8-d169-49fb-ba93-e8c26d605b10&response_type=code&scope=openid
20:58:12,854 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:12,884 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fd9894c9e-c8f3-4ddf-8476-9c44665d35ab&response_type=code&scope=openid
20:58:12,884 INFO [URLUtils] navigation complete
20:58:12,885 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:13,077 INFO [TestEventsLogger] [AdminEventTest] testFilterAdminEvents() FINISHED
20:58:13,083 INFO [TestEventsLogger] [AdminEventTest] testGetRepresentation() STARTED
20:58:13,267 INFO [URLUtils] starting navigation
20:58:13,269 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fd9894c9e-c8f3-4ddf-8476-9c44665d35ab&response_type=code&scope=openid
20:58:13,269 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:13,282 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0bf9ede4-624b-44ea-aa55-aa36b7f11341&response_type=code&scope=openid
20:58:13,282 INFO [URLUtils] navigation complete
20:58:13,283 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:13,441 INFO [TestEventsLogger] [AdminEventTest] testGetRepresentation() FINISHED
20:58:13,449 INFO [TestEventsLogger] [AdminEventTest] clearAdminEventsTest() STARTED
20:58:13,642 INFO [URLUtils] starting navigation
20:58:13,643 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0bf9ede4-624b-44ea-aa55-aa36b7f11341&response_type=code&scope=openid
20:58:13,643 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:13,657 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Facbb7f4e-acd1-4629-b2b7-ad9b4546b0b2&response_type=code&scope=openid
20:58:13,658 INFO [URLUtils] navigation complete
20:58:13,658 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:13,805 INFO [TestEventsLogger] [AdminEventTest] clearAdminEventsTest() FINISHED
20:58:13,813 INFO [TestEventsLogger] [AdminEventTest] adminEventAttributeTest() STARTED
20:58:14,014 INFO [URLUtils] starting navigation
20:58:14,016 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Facbb7f4e-acd1-4629-b2b7-ad9b4546b0b2&response_type=code&scope=openid
20:58:14,016 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:14,030 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fbec86929-8c86-4ede-9f46-226041052925&response_type=code&scope=openid
20:58:14,030 INFO [URLUtils] navigation complete
20:58:14,031 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:14,169 INFO [TestEventsLogger] [AdminEventTest] adminEventAttributeTest() FINISHED
20:58:14,175 INFO [AuthServerTestEnricher] removing test realms after test class
20:58:14,175 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.343 sec - in org.keycloak.testsuite.admin.event.AdminEventTest
Running org.keycloak.testsuite.admin.event.EventConfigTest
20:58:14,296 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:58:14,297 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.event.EventConfigTest
20:58:14,298 INFO [TestEventsLogger] [EventConfigTest] defaultEventConfigTest() STARTED
20:58:14,308 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:58:14,506 DEBUG [AbstractKeycloakTest] loading test realms
20:58:14,506 INFO [AbstractKeycloakTest] importing test realms
20:58:14,506 DEBUG [AbstractKeycloakTest] importing realm: test
20:58:15,687 INFO [URLUtils] starting navigation
20:58:15,688 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:58:15,688 INFO [URLUtils] current URL: about:blank
20:58:15,689 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:15,728 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F92c93b0c-7d09-4233-bbff-efed4029b918&response_type=code&scope=openid
20:58:15,728 INFO [URLUtils] navigation complete
20:58:15,729 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:15,796 INFO [TestEventsLogger] [EventConfigTest] defaultEventConfigTest() FINISHED
20:58:15,818 INFO [TestEventsLogger] [EventConfigTest] loginEventSettingsTest() STARTED
20:58:16,083 INFO [URLUtils] starting navigation
20:58:16,085 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F92c93b0c-7d09-4233-bbff-efed4029b918&response_type=code&scope=openid
20:58:16,085 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:16,120 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7f7fb9bc-1e5b-4201-b9a4-e6ef617969d0&response_type=code&scope=openid
20:58:16,120 INFO [URLUtils] navigation complete
20:58:16,121 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:16,318 INFO [TestEventsLogger] [EventConfigTest] loginEventSettingsTest() FINISHED
20:58:16,334 INFO [TestEventsLogger] [EventConfigTest] enableEventsTest() STARTED
20:58:16,589 INFO [URLUtils] starting navigation
20:58:16,591 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7f7fb9bc-1e5b-4201-b9a4-e6ef617969d0&response_type=code&scope=openid
20:58:16,591 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:16,624 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fb9e7ef0e-6061-4a46-894b-aeb564d7980a&response_type=code&scope=openid
20:58:16,624 INFO [URLUtils] navigation complete
20:58:16,625 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:16,711 INFO [TestEventsLogger] [EventConfigTest] enableEventsTest() FINISHED
20:58:16,721 INFO [TestEventsLogger] [EventConfigTest] addRemoveListenerTest() STARTED
20:58:17,028 INFO [URLUtils] starting navigation
20:58:17,030 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fb9e7ef0e-6061-4a46-894b-aeb564d7980a&response_type=code&scope=openid
20:58:17,030 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:17,070 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F1dc8d47c-3166-478f-ada9-7fcd41a2a76a&response_type=code&scope=openid
20:58:17,070 INFO [URLUtils] navigation complete
20:58:17,071 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:17,203 INFO [TestEventsLogger] [EventConfigTest] addRemoveListenerTest() FINISHED
20:58:17,210 INFO [TestEventsLogger] [EventConfigTest] setLoginEventExpirationTest() STARTED
20:58:17,468 INFO [URLUtils] starting navigation
20:58:17,470 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F1dc8d47c-3166-478f-ada9-7fcd41a2a76a&response_type=code&scope=openid
20:58:17,471 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:17,505 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Ffd370061-7d81-45f9-87bf-2806ead9058c&response_type=code&scope=openid
20:58:17,505 INFO [URLUtils] navigation complete
20:58:17,506 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:17,713 INFO [TestEventsLogger] [EventConfigTest] setLoginEventExpirationTest() FINISHED
20:58:17,757 INFO [TestEventsLogger] [EventConfigTest] includeRepresentationTest() STARTED
20:58:18,180 INFO [URLUtils] starting navigation
20:58:18,183 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Ffd370061-7d81-45f9-87bf-2806ead9058c&response_type=code&scope=openid
20:58:18,183 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:18,225 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa7c89a4a-7eb3-4dc6-935b-c06f66fdcd2d&response_type=code&scope=openid
20:58:18,226 INFO [URLUtils] navigation complete
20:58:18,226 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:18,393 INFO [TestEventsLogger] [EventConfigTest] includeRepresentationTest() FINISHED
20:58:18,401 INFO [AuthServerTestEnricher] removing test realms after test class
20:58:18,401 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.36 sec - in org.keycloak.testsuite.admin.event.EventConfigTest
Running org.keycloak.testsuite.admin.event.LoginEventsTest
20:58:18,665 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:58:18,666 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.event.LoginEventsTest
20:58:18,667 INFO [TestEventsLogger] [LoginEventsTest] eventAttributesTest() STARTED
20:58:18,701 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:58:19,171 DEBUG [AbstractKeycloakTest] loading test realms
20:58:19,172 INFO [AbstractKeycloakTest] importing test realms
20:58:19,172 DEBUG [AbstractKeycloakTest] importing realm: test
20:58:19,970 INFO [URLUtils] starting navigation
20:58:19,971 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:58:19,972 INFO [URLUtils] current URL: about:blank
20:58:19,972 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:20,007 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fcc95091b-3a5c-4083-897e-d19540cfad60&response_type=code&scope=openid
20:58:20,007 INFO [URLUtils] navigation complete
20:58:20,008 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:20,110 INFO [URLUtils] starting navigation
20:58:20,111 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fcc95091b-3a5c-4083-897e-d19540cfad60&response_type=code&scope=openid
20:58:20,112 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:20,129 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F30672141-a6ac-497a-a656-826b9dcbc2f6&response_type=code&scope=openid
20:58:20,129 INFO [URLUtils] navigation complete
20:58:20,291 INFO [TestEventsLogger] [LoginEventsTest] eventAttributesTest() FINISHED
20:58:20,301 INFO [TestEventsLogger] [LoginEventsTest] defaultMaxResults() STARTED
20:58:20,963 INFO [URLUtils] starting navigation
20:58:20,965 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/authenticate?code=akjdAVgIhIb9NBW98klU_mCfjeexheBIFMgGt5F6eBk.b7f75afa-6b26-4186-a447-845e128910d4&execution=b2db2faf-388f-4e9c-b156-e052bc61e5d4
20:58:20,965 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:21,030 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F4d5489a4-4480-45d4-bc2b-9d1b40207dd3&response_type=code&scope=openid
20:58:21,031 INFO [URLUtils] navigation complete
20:58:21,032 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:22,876 INFO [TestEventsLogger] [LoginEventsTest] defaultMaxResults() FINISHED
20:58:22,909 INFO [TestEventsLogger] [LoginEventsTest] filterTest() STARTED
20:58:23,475 INFO [URLUtils] starting navigation
20:58:23,478 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F4d5489a4-4480-45d4-bc2b-9d1b40207dd3&response_type=code&scope=openid
20:58:23,478 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:23,535 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7aec3a51-16ae-4dc7-ba35-540d452c07a5&response_type=code&scope=openid
20:58:23,536 INFO [URLUtils] navigation complete
20:58:23,536 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:23,646 INFO [URLUtils] starting navigation
20:58:23,647 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7aec3a51-16ae-4dc7-ba35-540d452c07a5&response_type=code&scope=openid
20:58:23,648 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:23,673 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7b82a34d-e89b-4b4a-b6df-1681cfbaec0e&response_type=code&scope=openid
20:58:23,677 INFO [URLUtils] navigation complete
20:58:23,703 INFO [URLUtils] starting navigation
20:58:23,706 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/authenticate?code=lQ6L5wo7Io6PvNlVaO3JmaWv8Gh2KMl36-DtF5H3UMs.0354b815-6c10-4b3d-8a4d-c07243405d75&execution=b2db2faf-388f-4e9c-b156-e052bc61e5d4
20:58:23,706 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:23,729 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fb6564fc8-3b7c-4ec0-bcde-5b8cb43753fe&response_type=code&scope=openid
20:58:23,730 INFO [URLUtils] navigation complete
20:58:23,839 INFO [TestEventsLogger] [LoginEventsTest] filterTest() FINISHED
20:58:23,853 INFO [TestEventsLogger] [LoginEventsTest] clearEventsTest() STARTED
20:58:24,342 INFO [URLUtils] starting navigation
20:58:24,344 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/authenticate?code=N-AAHLFzt9pUJ22whxOtKGCB4aU8Py6pOWGQv7pXEfg.79151dd1-5256-44a3-8e83-e86e7876ba59&execution=b2db2faf-388f-4e9c-b156-e052bc61e5d4
20:58:24,344 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:24,369 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F07099df8-f1b9-4fc9-a758-4a6957aa0669&response_type=code&scope=openid
20:58:24,369 INFO [URLUtils] navigation complete
20:58:24,370 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:24,437 INFO [URLUtils] starting navigation
20:58:24,439 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F07099df8-f1b9-4fc9-a758-4a6957aa0669&response_type=code&scope=openid
20:58:24,439 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:24,455 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F368f8673-5d0c-4674-8ab3-c73424cd40e6&response_type=code&scope=openid
20:58:24,456 INFO [URLUtils] navigation complete
20:58:24,475 INFO [URLUtils] starting navigation
20:58:24,477 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/authenticate?code=IJJq2E06mQIkEGNg7ydyksEyjD-HpH-IG5QgUF6KdNc.10db96ec-4a7b-4146-8d78-4d5cb6c2a052&execution=b2db2faf-388f-4e9c-b156-e052bc61e5d4
20:58:24,477 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:24,494 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Ff1fd6cc2-471e-4527-afb6-ad9d1f18b72f&response_type=code&scope=openid
20:58:24,495 INFO [URLUtils] navigation complete
20:58:24,556 INFO [TestEventsLogger] [LoginEventsTest] clearEventsTest() FINISHED
20:58:24,565 INFO [TestEventsLogger] [LoginEventsTest] loggingOfCertainTypeTest() STARTED
20:58:25,152 INFO [URLUtils] starting navigation
20:58:25,154 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/authenticate?code=GZhiAwe2Pl-RgpcLr4o709ooccFV_HWTzuFHW1S7UVs.8b4b843b-09e7-43ff-923a-5d74c0a87586&execution=b2db2faf-388f-4e9c-b156-e052bc61e5d4
20:58:25,156 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:25,228 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F4d1ba968-38d3-42f8-8a15-52abd77b5d53&response_type=code&scope=openid
20:58:25,229 INFO [URLUtils] navigation complete
20:58:25,229 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:25,378 INFO [URLUtils] starting navigation
20:58:25,381 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F4d1ba968-38d3-42f8-8a15-52abd77b5d53&response_type=code&scope=openid
20:58:25,381 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:25,395 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fef5acdb1-62de-4c6e-8e95-2a4960c70cc8&response_type=code&scope=openid
20:58:25,395 INFO [URLUtils] navigation complete
20:58:25,440 INFO [URLUtils] starting navigation
20:58:25,442 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/login-actions/authenticate?code=SS2X_IaSPCiXWohkZ-Ty_kJN7bN0ZDSNls-RgvidWag.af3a1ecf-b494-4205-a552-b9fa0e60444f&execution=b2db2faf-388f-4e9c-b156-e052bc61e5d4
20:58:25,443 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:58:25,461 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0444fba5-8953-4167-bd18-eaead691a9a6&response_type=code&scope=openid
20:58:25,461 INFO [URLUtils] navigation complete
20:58:25,500 INFO [TestEventsLogger] [LoginEventsTest] loggingOfCertainTypeTest() FINISHED
20:58:25,510 INFO [AuthServerTestEnricher] removing test realms after test class
20:58:25,510 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.049 sec - in org.keycloak.testsuite.admin.event.LoginEventsTest
Running org.keycloak.testsuite.admin.FineGrainAdminLocalTest
20:58:25,710 WARN [TestEventsLogger] [FineGrainAdminLocalTest] null() IGNORED
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 sec - in org.keycloak.testsuite.admin.FineGrainAdminLocalTest
Running org.keycloak.testsuite.admin.group.GroupMappersTest
20:58:25,719 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:58:25,719 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.group.GroupMappersTest
20:58:25,721 INFO [TestEventsLogger] [GroupMappersTest] testGroupMappers() STARTED
20:58:25,731 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:58:25,930 DEBUG [AbstractKeycloakTest] loading test realms
Loaded realm test
20:58:25,935 INFO [AbstractKeycloakTest] importing test realms
20:58:25,936 DEBUG [AbstractKeycloakTest] importing realm: test
20:58:28,676 INFO [TestEventsLogger] [GroupMappersTest] testGroupMappers() FINISHED
20:58:28,682 INFO [AuthServerTestEnricher] removing test realms after test class
20:58:28,683 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.383 sec - in org.keycloak.testsuite.admin.group.GroupMappersTest
Running org.keycloak.testsuite.admin.group.GroupTest
20:58:29,108 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:58:29,109 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.group.GroupTest
20:58:29,112 INFO [TestEventsLogger] [GroupTest] noAdminEndpointAccessWhenNoRoleAssigned() STARTED
20:58:29,128 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:58:29,417 DEBUG [AbstractKeycloakTest] loading test realms
Loaded realm test
20:58:29,425 INFO [AbstractKeycloakTest] importing test realms
20:58:29,426 DEBUG [AbstractKeycloakTest] importing realm: test
20:58:33,395 INFO [TestEventsLogger] [GroupTest] noAdminEndpointAccessWhenNoRoleAssigned() FINISHED
20:58:33,408 INFO [TestEventsLogger] [GroupTest] roleMappings() STARTED
20:58:34,338 INFO [TestEventsLogger] [GroupTest] roleMappings() FINISHED
20:58:34,347 INFO [TestEventsLogger] [GroupTest] defaultMaxResults() STARTED
20:58:39,102 INFO [TestEventsLogger] [GroupTest] defaultMaxResults() FINISHED
20:58:39,110 INFO [TestEventsLogger] [GroupTest] testClientRemoveWithClientRoleGroupMapping() STARTED
20:58:39,671 INFO [TestEventsLogger] [GroupTest] testClientRemoveWithClientRoleGroupMapping() FINISHED
20:58:39,680 INFO [TestEventsLogger] [GroupTest] adminEndpointAccessibleWhenAdminRoleAssignedToUser() STARTED
20:58:40,967 INFO [TestEventsLogger] [GroupTest] adminEndpointAccessibleWhenAdminRoleAssignedToUser() FINISHED
20:58:40,975 INFO [TestEventsLogger] [GroupTest] updateGroup() STARTED
20:58:41,380 INFO [TestEventsLogger] [GroupTest] updateGroup() FINISHED
20:58:41,389 INFO [TestEventsLogger] [GroupTest] adminEndpointAccessibleWhenAdminRoleAssignedToGroup() STARTED
20:58:42,656 INFO [TestEventsLogger] [GroupTest] adminEndpointAccessibleWhenAdminRoleAssignedToGroup() FINISHED
20:58:42,665 INFO [TestEventsLogger] [GroupTest] groupMembership() STARTED
20:58:43,279 INFO [TestEventsLogger] [GroupTest] groupMembership() FINISHED
20:58:43,312 INFO [TestEventsLogger] [GroupTest] createAndTestGroups() STARTED
20:58:44,771 INFO [TestEventsLogger] [GroupTest] createAndTestGroups() FINISHED
20:58:44,782 INFO [TestEventsLogger] [GroupTest] deleteRealmWithDefaultGroups() STARTED
20:58:48,344 INFO [TestEventsLogger] [GroupTest] deleteRealmWithDefaultGroups() FINISHED
20:58:48,375 INFO [TestEventsLogger] [GroupTest] doNotAllowSameGroupNameAtSameLevel() STARTED
20:58:49,044 INFO [TestEventsLogger] [GroupTest] doNotAllowSameGroupNameAtSameLevel() FINISHED
20:58:49,051 INFO [TestEventsLogger] [GroupTest] adminEndpointAccessibleWhenAdminRoleAssignedToGroupAfterUserJoinedIt() STARTED
20:58:49,843 INFO [TestEventsLogger] [GroupTest] adminEndpointAccessibleWhenAdminRoleAssignedToGroupAfterUserJoinedIt() FINISHED
20:58:49,850 INFO [AuthServerTestEnricher] removing test realms after test class
20:58:49,850 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.144 sec - in org.keycloak.testsuite.admin.group.GroupTest
Running org.keycloak.testsuite.admin.IdentityProviderTest
20:58:50,252 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:58:50,253 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.IdentityProviderTest
20:58:50,254 INFO [TestEventsLogger] [IdentityProviderTest] testSamlImportAndExportMultipleSigningKeys() STARTED
20:58:50,264 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:58:50,527 DEBUG [AbstractKeycloakTest] loading test realms
20:58:50,529 INFO [AbstractKeycloakTest] importing test realms
20:58:50,530 DEBUG [AbstractKeycloakTest] importing realm: test
20:58:52,375 DEBUG [AbstractKeycloakTest] importing realm: admin-client-test
20:58:53,599 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:53,714 INFO [TestEventsLogger] [IdentityProviderTest] testSamlImportAndExportMultipleSigningKeys() FINISHED
20:58:53,721 INFO [TestEventsLogger] [IdentityProviderTest] testFindAll() STARTED
20:58:54,046 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:54,117 INFO [TestEventsLogger] [IdentityProviderTest] testFindAll() FINISHED
20:58:54,139 INFO [TestEventsLogger] [IdentityProviderTest] testMapperTypes() STARTED
20:58:54,874 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:55,110 INFO [TestEventsLogger] [IdentityProviderTest] testMapperTypes() FINISHED
20:58:55,115 INFO [TestEventsLogger] [IdentityProviderTest] testSamlImportAndExport() STARTED
20:58:55,415 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:55,478 INFO [TestEventsLogger] [IdentityProviderTest] testSamlImportAndExport() FINISHED
20:58:55,485 INFO [TestEventsLogger] [IdentityProviderTest] testInstalledIdentityProviders() STARTED
{name=OpenID Connect v1.0, id=oidc}
{name=Keycloak OpenID Connect, id=keycloak-oidc}
{name=SAML v2.0, id=saml}
{name=Google, id=google}
{name=Facebook, id=facebook}
{name=GitHub, id=github}
{name=Twitter, id=twitter}
{name=LinkedIn, id=linkedin}
{name=Microsoft, id=microsoft}
{name=StackOverflow, id=stackoverflow}
20:58:55,823 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:55,869 INFO [TestEventsLogger] [IdentityProviderTest] testInstalledIdentityProviders() FINISHED
20:58:55,878 INFO [TestEventsLogger] [IdentityProviderTest] testMappers() STARTED
20:58:56,392 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:56,459 INFO [TestEventsLogger] [IdentityProviderTest] testMappers() FINISHED
20:58:56,467 INFO [TestEventsLogger] [IdentityProviderTest] testNoExport() STARTED
20:58:56,810 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:56,883 INFO [TestEventsLogger] [IdentityProviderTest] testNoExport() FINISHED
20:58:56,901 INFO [TestEventsLogger] [IdentityProviderTest] testCreate() STARTED
20:58:57,293 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:57,375 INFO [TestEventsLogger] [IdentityProviderTest] testCreate() FINISHED
20:58:57,384 INFO [TestEventsLogger] [IdentityProviderTest] testRemove() STARTED
20:58:57,868 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:57,942 INFO [TestEventsLogger] [IdentityProviderTest] testRemove() FINISHED
20:58:57,955 INFO [TestEventsLogger] [IdentityProviderTest] testUpdate() STARTED
20:58:58,443 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:58:58,502 INFO [TestEventsLogger] [IdentityProviderTest] testUpdate() FINISHED
20:58:58,508 INFO [AuthServerTestEnricher] removing test realms after test class
20:58:58,508 INFO [AuthServerTestEnricher] removing realm: test
20:58:58,758 INFO [AuthServerTestEnricher] removing realm: admin-client-test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.665 sec - in org.keycloak.testsuite.admin.IdentityProviderTest
Running org.keycloak.testsuite.admin.ImpersonationDisabledTest
20:58:58,959 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:58:58,959 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.ImpersonationDisabledTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.023 sec - in org.keycloak.testsuite.admin.ImpersonationDisabledTest
Running org.keycloak.testsuite.admin.ImpersonationTest
20:58:58,984 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:58:58,985 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.ImpersonationTest
20:58:58,987 INFO [TestEventsLogger] [ImpersonationTest] testImpersonateByMastertBadImpersonator() STARTED
20:58:59,003 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:58:59,351 DEBUG [AbstractKeycloakTest] loading test realms
20:58:59,352 INFO [AbstractKeycloakTest] importing test realms
20:58:59,352 DEBUG [AbstractKeycloakTest] importing realm: test
20:59:02,051 INFO [TestEventsLogger] [ImpersonationTest] testImpersonateByMastertBadImpersonator() FINISHED
20:59:02,059 INFO [TestEventsLogger] [ImpersonationTest] testImpersonateByTestBadImpersonator() STARTED
20:59:02,565 INFO [TestEventsLogger] [ImpersonationTest] testImpersonateByTestBadImpersonator() FINISHED
20:59:02,573 INFO [TestEventsLogger] [ImpersonationTest] testImpersonateByTestAdmin() STARTED
20:59:03,081 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_IDENTITY="", version:0, domain:localhost, path:/auth/realms/test, expiry:Thu Jan 01 08:00:10 CST 1970] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:03,082 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_SESSION="", version:0, domain:localhost, path:/auth/realms/test, expiry:Thu Jan 01 08:00:10 CST 1970] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:03,082 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_REMEMBER_ME="", version:0, domain:localhost, path:/auth/realms/test, expiry:Thu Jan 01 08:00:10 CST 1970] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:03,085 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_IDENTITY="eyJhbGciOiJIUzI1NiIsImtpZCIgOiAiYTJkZDg2ZmYtNDgzZC00ZWI5LWJmYzYtZTE1Y2QwMTc2YWY5In0.eyJqdGkiOiJiODhm...", version:1, domain:localhost, path:/auth/realms/test, expiry:null] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:03,086 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_SESSION="test/f00eb41a-32a6-4d26-8bec-8480f6022173/4fed6c87-2ec7-40a8-951c-61032dce7ba4", version:0, domain:localhost, path:/auth/realms/test, expiry:Mon Apr 17 06:59:03 CST 2017] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:03,129 INFO [TestEventsLogger] [ImpersonationTest] testImpersonateByTestAdmin() FINISHED
20:59:03,137 INFO [TestEventsLogger] [ImpersonationTest] testImpersonateByMasterImpersonator() STARTED
20:59:03,931 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_IDENTITY="eyJhbGciOiJIUzI1NiIsImtpZCIgOiAiYTJkZDg2ZmYtNDgzZC00ZWI5LWJmYzYtZTE1Y2QwMTc2YWY5In0.eyJqdGkiOiIyZWEy...", version:1, domain:localhost, path:/auth/realms/test, expiry:null] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:03,932 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_SESSION="test/f00eb41a-32a6-4d26-8bec-8480f6022173/919948b8-1df3-4cec-8874-ebb3c52f8afb", version:0, domain:localhost, path:/auth/realms/test, expiry:Mon Apr 17 06:59:03 CST 2017] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:03,965 INFO [TestEventsLogger] [ImpersonationTest] testImpersonateByMasterImpersonator() FINISHED
20:59:03,973 INFO [TestEventsLogger] [ImpersonationTest] testImpersonateByTestImpersonator() STARTED
20:59:04,470 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_IDENTITY="", version:0, domain:localhost, path:/auth/realms/test, expiry:Thu Jan 01 08:00:10 CST 1970] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:04,470 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_SESSION="", version:0, domain:localhost, path:/auth/realms/test, expiry:Thu Jan 01 08:00:10 CST 1970] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:04,470 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_REMEMBER_ME="", version:0, domain:localhost, path:/auth/realms/test, expiry:Thu Jan 01 08:00:10 CST 1970] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:04,471 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_IDENTITY="eyJhbGciOiJIUzI1NiIsImtpZCIgOiAiYTJkZDg2ZmYtNDgzZC00ZWI5LWJmYzYtZTE1Y2QwMTc2YWY5In0.eyJqdGkiOiJmMzY1...", version:1, domain:localhost, path:/auth/realms/test, expiry:null] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:04,471 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_SESSION="test/f00eb41a-32a6-4d26-8bec-8480f6022173/88fbcaf0-5eb5-4264-be50-32f3eb10696c", version:0, domain:localhost, path:/auth/realms/test, expiry:Mon Apr 17 06:59:04 CST 2017] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:04,503 INFO [TestEventsLogger] [ImpersonationTest] testImpersonateByTestImpersonator() FINISHED
20:59:04,514 INFO [TestEventsLogger] [ImpersonationTest] testImpersonateByMasterAdmin() STARTED
20:59:05,023 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_IDENTITY="eyJhbGciOiJIUzI1NiIsImtpZCIgOiAiYTJkZDg2ZmYtNDgzZC00ZWI5LWJmYzYtZTE1Y2QwMTc2YWY5In0.eyJqdGkiOiI4MmQ5...", version:1, domain:localhost, path:/auth/realms/test, expiry:null] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:05,024 WARN [org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [KEYCLOAK_SESSION="test/f00eb41a-32a6-4d26-8bec-8480f6022173/c36b2b8c-2d79-406e-a709-9662d5bec6d2", version:0, domain:localhost, path:/auth/realms/test, expiry:Mon Apr 17 06:59:05 CST 2017] Illegal 'path' attribute "/auth/realms/test". Path of origin: "/auth/admin/realms/test/users/f00eb41a-32a6-4d26-8bec-8480f6022173/impersonation"
20:59:05,052 INFO [TestEventsLogger] [ImpersonationTest] testImpersonateByMasterAdmin() FINISHED
20:59:05,063 INFO [AuthServerTestEnricher] removing test realms after test class
20:59:05,063 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.282 sec - in org.keycloak.testsuite.admin.ImpersonationTest
Running org.keycloak.testsuite.admin.InitialAccessTokenResourceTest
20:59:05,268 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:59:05,269 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.InitialAccessTokenResourceTest
20:59:05,270 INFO [TestEventsLogger] [InitialAccessTokenResourceTest] testInitialAccessTokens() STARTED
20:59:05,284 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:59:05,533 DEBUG [AbstractKeycloakTest] loading test realms
20:59:05,535 INFO [AbstractKeycloakTest] importing test realms
20:59:05,535 DEBUG [AbstractKeycloakTest] importing realm: test
20:59:07,442 DEBUG [AbstractKeycloakTest] importing realm: admin-client-test
20:59:08,858 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:08,948 INFO [TestEventsLogger] [InitialAccessTokenResourceTest] testInitialAccessTokens() FINISHED
20:59:08,958 INFO [AuthServerTestEnricher] removing test realms after test class
20:59:08,958 INFO [AuthServerTestEnricher] removing realm: test
20:59:09,328 INFO [AuthServerTestEnricher] removing realm: admin-client-test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.386 sec - in org.keycloak.testsuite.admin.InitialAccessTokenResourceTest
Running org.keycloak.testsuite.admin.partialimport.PartialImportTest
20:59:09,694 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:59:09,695 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.partialimport.PartialImportTest
20:59:09,697 INFO [TestEventsLogger] [PartialImportTest] testAddUsersWithDuplicateEmailsAllowed() STARTED
20:59:09,711 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:59:10,225 DEBUG [AbstractKeycloakTest] loading test realms
20:59:10,226 INFO [AbstractKeycloakTest] importing test realms
20:59:10,226 DEBUG [AbstractKeycloakTest] importing realm: test
20:59:10,792 INFO [URLUtils] starting navigation
20:59:10,793 DEBUG [KeycloakDronePostSetup$HtmlUnitInterceptor] Ignored JS as we are on about:blank page now
20:59:10,794 INFO [URLUtils] current URL: about:blank
20:59:10,794 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:10,851 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa0834844-a92e-4ba6-9253-60fbcf2ede6d&response_type=code&scope=openid
20:59:10,852 INFO [URLUtils] navigation complete
20:59:10,852 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:11,269 INFO [TestEventsLogger] [PartialImportTest] testAddUsersWithDuplicateEmailsAllowed() FINISHED
20:59:11,279 INFO [TestEventsLogger] [PartialImportTest] testAddRealmRolesOverwrite() STARTED
20:59:11,897 INFO [URLUtils] starting navigation
20:59:11,900 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa0834844-a92e-4ba6-9253-60fbcf2ede6d&response_type=code&scope=openid
20:59:11,901 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:11,945 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F90b18a18-518c-4b88-b05f-2d695f927cb8&response_type=code&scope=openid
20:59:11,945 INFO [URLUtils] navigation complete
20:59:11,946 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:12,330 INFO [TestEventsLogger] [PartialImportTest] testAddRealmRolesOverwrite() FINISHED
20:59:12,337 INFO [TestEventsLogger] [PartialImportTest] testAddClientRolesFail() STARTED
20:59:12,756 INFO [URLUtils] starting navigation
20:59:12,758 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F90b18a18-518c-4b88-b05f-2d695f927cb8&response_type=code&scope=openid
20:59:12,758 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:12,805 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa69b118b-3c64-46f2-86d5-d2e1c2a663f1&response_type=code&scope=openid
20:59:12,806 INFO [URLUtils] navigation complete
20:59:12,807 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:13,091 INFO [TestEventsLogger] [PartialImportTest] testAddClientRolesFail() FINISHED
20:59:13,158 INFO [TestEventsLogger] [PartialImportTest] testAddClientRolesSkip() STARTED
20:59:13,665 INFO [URLUtils] starting navigation
20:59:13,667 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa69b118b-3c64-46f2-86d5-d2e1c2a663f1&response_type=code&scope=openid
20:59:13,667 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:13,692 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F3056aae0-b965-423e-85aa-e103230235a4&response_type=code&scope=openid
20:59:13,693 INFO [URLUtils] navigation complete
20:59:13,693 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:13,938 INFO [TestEventsLogger] [PartialImportTest] testAddClientRolesSkip() FINISHED
20:59:13,945 INFO [TestEventsLogger] [PartialImportTest] testAddProvidersFail() STARTED
20:59:14,376 INFO [URLUtils] starting navigation
20:59:14,378 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F3056aae0-b965-423e-85aa-e103230235a4&response_type=code&scope=openid
20:59:14,378 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:14,414 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F718dc3e7-bedb-491e-9089-ae85eebcbb19&response_type=code&scope=openid
20:59:14,415 INFO [URLUtils] navigation complete
20:59:14,415 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:14,659 INFO [TestEventsLogger] [PartialImportTest] testAddProvidersFail() FINISHED
20:59:14,677 INFO [TestEventsLogger] [PartialImportTest] testAddProvidersSkip() STARTED
20:59:15,196 INFO [URLUtils] starting navigation
20:59:15,197 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F718dc3e7-bedb-491e-9089-ae85eebcbb19&response_type=code&scope=openid
20:59:15,197 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:15,255 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F40efb88b-9290-4549-8ae8-45b642e6468e&response_type=code&scope=openid
20:59:15,255 INFO [URLUtils] navigation complete
20:59:15,256 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:15,874 INFO [TestEventsLogger] [PartialImportTest] testAddProvidersSkip() FINISHED
20:59:15,884 INFO [TestEventsLogger] [PartialImportTest] testAddGroupsFail() STARTED
20:59:16,793 INFO [URLUtils] starting navigation
20:59:16,799 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F40efb88b-9290-4549-8ae8-45b642e6468e&response_type=code&scope=openid
20:59:16,799 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:16,856 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa8165586-58ce-48cb-a652-1db385e05068&response_type=code&scope=openid
20:59:16,857 INFO [URLUtils] navigation complete
20:59:16,858 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:17,417 INFO [TestEventsLogger] [PartialImportTest] testAddGroupsFail() FINISHED
20:59:17,426 INFO [TestEventsLogger] [PartialImportTest] testAddGroupsSkip() STARTED
20:59:18,289 INFO [URLUtils] starting navigation
20:59:18,291 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fa8165586-58ce-48cb-a652-1db385e05068&response_type=code&scope=openid
20:59:18,291 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:18,333 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F9fc80233-6419-4f38-8266-326ae17e75e5&response_type=code&scope=openid
20:59:18,337 INFO [URLUtils] navigation complete
20:59:18,338 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:19,123 INFO [TestEventsLogger] [PartialImportTest] testAddGroupsSkip() FINISHED
20:59:19,132 INFO [TestEventsLogger] [PartialImportTest] testAddUsersOverwrite() STARTED
20:59:19,784 INFO [URLUtils] starting navigation
20:59:19,786 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F9fc80233-6419-4f38-8266-326ae17e75e5&response_type=code&scope=openid
20:59:19,787 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:19,834 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0b619122-1df7-4c9f-ab03-84c51d69d50d&response_type=code&scope=openid
20:59:19,835 INFO [URLUtils] navigation complete
20:59:19,836 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:20,580 INFO [TestEventsLogger] [PartialImportTest] testAddUsersOverwrite() FINISHED
20:59:20,589 INFO [TestEventsLogger] [PartialImportTest] testAddUsersWithDuplicateEmailsForbidden() STARTED
20:59:21,397 INFO [URLUtils] starting navigation
20:59:21,400 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F0b619122-1df7-4c9f-ab03-84c51d69d50d&response_type=code&scope=openid
20:59:21,401 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:21,453 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F1f28301e-dd66-4af0-9bdf-d9186e2be13c&response_type=code&scope=openid
20:59:21,453 INFO [URLUtils] navigation complete
20:59:21,454 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:21,835 INFO [TestEventsLogger] [PartialImportTest] testAddUsersWithDuplicateEmailsForbidden() FINISHED
20:59:21,844 INFO [TestEventsLogger] [PartialImportTest] testAddClientRoles() STARTED
20:59:22,453 INFO [URLUtils] starting navigation
20:59:22,454 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F1f28301e-dd66-4af0-9bdf-d9186e2be13c&response_type=code&scope=openid
20:59:22,455 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:22,500 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F4c40e31a-7dda-4813-937d-68e0129f3682&response_type=code&scope=openid
20:59:22,501 INFO [URLUtils] navigation complete
20:59:22,502 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:22,788 INFO [TestEventsLogger] [PartialImportTest] testAddClientRoles() FINISHED
20:59:22,839 INFO [TestEventsLogger] [PartialImportTest] testAddClientsFail() STARTED
20:59:23,679 INFO [URLUtils] starting navigation
20:59:23,682 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F4c40e31a-7dda-4813-937d-68e0129f3682&response_type=code&scope=openid
20:59:23,682 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:23,715 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F6af4cdb2-3517-426c-9b75-32a931cd12b1&response_type=code&scope=openid
20:59:23,715 INFO [URLUtils] navigation complete
20:59:23,716 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:24,082 INFO [TestEventsLogger] [PartialImportTest] testAddClientsFail() FINISHED
20:59:24,093 INFO [TestEventsLogger] [PartialImportTest] testAddClientsSkip() STARTED
20:59:24,995 INFO [URLUtils] starting navigation
20:59:24,997 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F6af4cdb2-3517-426c-9b75-32a931cd12b1&response_type=code&scope=openid
20:59:24,998 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:25,045 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F81d243ed-ebef-45a7-b31d-7e7de19839bd&response_type=code&scope=openid
20:59:25,046 INFO [URLUtils] navigation complete
20:59:25,046 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:25,544 INFO [TestEventsLogger] [PartialImportTest] testAddClientsSkip() FINISHED
20:59:25,550 INFO [TestEventsLogger] [PartialImportTest] testAddClientRolesOverwrite() STARTED
20:59:26,284 INFO [URLUtils] starting navigation
20:59:26,286 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F81d243ed-ebef-45a7-b31d-7e7de19839bd&response_type=code&scope=openid
20:59:26,286 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:26,325 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7566f553-b889-450f-b9bc-4cc168e32e79&response_type=code&scope=openid
20:59:26,326 INFO [URLUtils] navigation complete
20:59:26,327 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:26,824 INFO [TestEventsLogger] [PartialImportTest] testAddClientRolesOverwrite() FINISHED
20:59:26,835 INFO [TestEventsLogger] [PartialImportTest] testAddUsers() STARTED
20:59:27,477 INFO [URLUtils] starting navigation
20:59:27,479 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7566f553-b889-450f-b9bc-4cc168e32e79&response_type=code&scope=openid
20:59:27,480 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:27,518 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fb8077ff4-d124-4116-a3da-caf0b1c9682d&response_type=code&scope=openid
20:59:27,519 INFO [URLUtils] navigation complete
20:59:27,519 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:27,849 INFO [TestEventsLogger] [PartialImportTest] testAddUsers() FINISHED
20:59:27,859 INFO [TestEventsLogger] [PartialImportTest] testAddRealmRolesFail() STARTED
20:59:28,558 INFO [URLUtils] starting navigation
20:59:28,559 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fb8077ff4-d124-4116-a3da-caf0b1c9682d&response_type=code&scope=openid
20:59:28,559 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:28,600 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F9a256516-99d0-4849-b576-f72a7309e70f&response_type=code&scope=openid
20:59:28,601 INFO [URLUtils] navigation complete
20:59:28,602 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:29,002 INFO [TestEventsLogger] [PartialImportTest] testAddRealmRolesFail() FINISHED
20:59:29,008 INFO [TestEventsLogger] [PartialImportTest] testAddRealmRolesSkip() STARTED
20:59:29,808 INFO [URLUtils] starting navigation
20:59:29,810 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F9a256516-99d0-4849-b576-f72a7309e70f&response_type=code&scope=openid
20:59:29,811 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:29,850 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F376cc184-3592-468b-86c3-7e6c310f5129&response_type=code&scope=openid
20:59:29,850 INFO [URLUtils] navigation complete
20:59:29,850 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:30,098 INFO [TestEventsLogger] [PartialImportTest] testAddRealmRolesSkip() FINISHED
20:59:30,173 INFO [TestEventsLogger] [PartialImportTest] testEverythingOverwrite() STARTED
20:59:30,510 INFO [URLUtils] starting navigation
20:59:30,511 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F376cc184-3592-468b-86c3-7e6c310f5129&response_type=code&scope=openid
20:59:30,512 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:30,542 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Ff2ced420-df03-4938-98f6-fcd68dd1bfb5&response_type=code&scope=openid
20:59:30,542 INFO [URLUtils] navigation complete
20:59:30,542 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:31,381 INFO [TestEventsLogger] [PartialImportTest] testEverythingOverwrite() FINISHED
20:59:31,389 INFO [TestEventsLogger] [PartialImportTest] testAddProviders() STARTED
20:59:31,996 INFO [URLUtils] starting navigation
20:59:31,998 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Ff2ced420-df03-4938-98f6-fcd68dd1bfb5&response_type=code&scope=openid
20:59:31,998 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:32,036 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F77a99d0e-a144-4826-aee6-07279c32543c&response_type=code&scope=openid
20:59:32,037 INFO [URLUtils] navigation complete
20:59:32,037 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:34,018 INFO [TestEventsLogger] [PartialImportTest] testAddProviders() FINISHED
20:59:34,031 INFO [TestEventsLogger] [PartialImportTest] testAddUsersWithTermsAndConditions() STARTED
20:59:35,141 INFO [URLUtils] starting navigation
20:59:35,206 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F77a99d0e-a144-4826-aee6-07279c32543c&response_type=code&scope=openid
20:59:35,207 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:35,331 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F22f0aecc-f0f4-412c-bddc-ced6806a67a5&response_type=code&scope=openid
20:59:35,332 INFO [URLUtils] navigation complete
20:59:35,332 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:36,399 INFO [TestEventsLogger] [PartialImportTest] testAddUsersWithTermsAndConditions() FINISHED
20:59:36,433 INFO [TestEventsLogger] [PartialImportTest] testOverwriteExistingClientWithRoles() STARTED
20:59:37,650 INFO [URLUtils] starting navigation
20:59:37,652 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F22f0aecc-f0f4-412c-bddc-ced6806a67a5&response_type=code&scope=openid
20:59:37,653 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:37,778 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Ff51ea395-5164-4591-adee-e3d2f038a568&response_type=code&scope=openid
20:59:37,779 INFO [URLUtils] navigation complete
20:59:37,780 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:38,511 INFO [TestEventsLogger] [PartialImportTest] testOverwriteExistingClientWithRoles() FINISHED
20:59:38,522 INFO [TestEventsLogger] [PartialImportTest] testAddRealmRoles() STARTED
20:59:39,912 INFO [URLUtils] starting navigation
20:59:39,914 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Ff51ea395-5164-4591-adee-e3d2f038a568&response_type=code&scope=openid
20:59:39,915 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:39,973 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F83a70d38-5bdb-44bd-8658-f836616707d1&response_type=code&scope=openid
20:59:39,974 INFO [URLUtils] navigation complete
20:59:39,975 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:40,461 INFO [TestEventsLogger] [PartialImportTest] testAddRealmRoles() FINISHED
20:59:40,469 INFO [TestEventsLogger] [PartialImportTest] testAddUsersFail() STARTED
20:59:41,359 INFO [URLUtils] starting navigation
20:59:41,362 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F83a70d38-5bdb-44bd-8658-f836616707d1&response_type=code&scope=openid
20:59:41,363 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:41,406 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fabd9b933-ff3f-4cc6-86ed-8c8a63676c50&response_type=code&scope=openid
20:59:41,406 INFO [URLUtils] navigation complete
20:59:41,407 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:41,774 INFO [TestEventsLogger] [PartialImportTest] testAddUsersFail() FINISHED
20:59:41,849 INFO [TestEventsLogger] [PartialImportTest] testAddUsersSkip() STARTED
20:59:42,470 INFO [URLUtils] starting navigation
20:59:42,472 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fabd9b933-ff3f-4cc6-86ed-8c8a63676c50&response_type=code&scope=openid
20:59:42,472 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:42,510 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F6cc9b531-1376-415a-9a29-8f0583c0f96a&response_type=code&scope=openid
20:59:42,511 INFO [URLUtils] navigation complete
20:59:42,512 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:42,949 INFO [TestEventsLogger] [PartialImportTest] testAddUsersSkip() FINISHED
20:59:42,957 INFO [TestEventsLogger] [PartialImportTest] testAddGroupsOverwrite() STARTED
20:59:43,671 INFO [URLUtils] starting navigation
20:59:43,672 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F6cc9b531-1376-415a-9a29-8f0583c0f96a&response_type=code&scope=openid
20:59:43,673 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:43,717 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fb8a1b695-4df1-4b3e-afbf-bd759d7bba31&response_type=code&scope=openid
20:59:43,717 INFO [URLUtils] navigation complete
20:59:43,718 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:44,126 INFO [TestEventsLogger] [PartialImportTest] testAddGroupsOverwrite() FINISHED
20:59:44,134 INFO [TestEventsLogger] [PartialImportTest] testAddClientsOverwrite() STARTED
20:59:44,584 INFO [URLUtils] starting navigation
20:59:44,585 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2Fb8a1b695-4df1-4b3e-afbf-bd759d7bba31&response_type=code&scope=openid
20:59:44,586 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:44,622 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F8ba68f8a-c2a4-4131-84bd-e6c37db0ba32&response_type=code&scope=openid
20:59:44,622 INFO [URLUtils] navigation complete
20:59:44,623 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:45,134 INFO [TestEventsLogger] [PartialImportTest] testAddClientsOverwrite() FINISHED
20:59:45,186 INFO [TestEventsLogger] [PartialImportTest] testAddProvidersOverwrite() STARTED
20:59:45,744 INFO [URLUtils] starting navigation
20:59:45,745 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F8ba68f8a-c2a4-4131-84bd-e6c37db0ba32&response_type=code&scope=openid
20:59:45,745 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:45,778 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F97a813c1-4442-4566-8ea6-0b95149acb88&response_type=code&scope=openid
20:59:45,778 INFO [URLUtils] navigation complete
20:59:45,779 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:46,298 INFO [TestEventsLogger] [PartialImportTest] testAddProvidersOverwrite() FINISHED
20:59:46,326 INFO [TestEventsLogger] [PartialImportTest] testEverythingFail() STARTED
20:59:47,037 INFO [URLUtils] starting navigation
20:59:47,039 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F97a813c1-4442-4566-8ea6-0b95149acb88&response_type=code&scope=openid
20:59:47,039 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:47,069 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F8c132be7-6dea-4917-848d-66a6a12ee4a2&response_type=code&scope=openid
20:59:47,070 INFO [URLUtils] navigation complete
20:59:47,071 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:47,593 INFO [TestEventsLogger] [PartialImportTest] testEverythingFail() FINISHED
20:59:47,601 INFO [TestEventsLogger] [PartialImportTest] testEverythingSkip() STARTED
20:59:48,358 INFO [URLUtils] starting navigation
20:59:48,360 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F8c132be7-6dea-4917-848d-66a6a12ee4a2&response_type=code&scope=openid
20:59:48,360 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:48,399 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7ef3d750-4efa-4870-a1cf-a0d52a071398&response_type=code&scope=openid
20:59:48,399 INFO [URLUtils] navigation complete
20:59:48,400 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:49,437 INFO [TestEventsLogger] [PartialImportTest] testEverythingSkip() FINISHED
20:59:49,455 INFO [TestEventsLogger] [PartialImportTest] testAddClients() STARTED
20:59:49,876 INFO [URLUtils] starting navigation
20:59:49,878 INFO [URLUtils] current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F7ef3d750-4efa-4870-a1cf-a0d52a071398&response_type=code&scope=openid
20:59:49,878 INFO [URLUtils] navigating to http://localhost:8180/auth/realms/test/account
20:59:49,915 INFO [URLUtils] new current URL: http://localhost:8180/auth/realms/test/protocol/openid-connect/auth?client_id=account&redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Ftest%2Faccount%2Flogin-redirect&state=0%2F9554c89e-0fcf-4525-a9f3-4889883c7357&response_type=code&scope=openid
20:59:49,915 INFO [URLUtils] navigation complete
20:59:49,916 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
20:59:50,827 INFO [TestEventsLogger] [PartialImportTest] testAddClients() FINISHED
20:59:50,837 INFO [AuthServerTestEnricher] removing test realms after test class
20:59:50,837 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.481 sec - in org.keycloak.testsuite.admin.partialimport.PartialImportTest
Running org.keycloak.testsuite.admin.PermissionsTest
20:59:51,178 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
20:59:51,179 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.PermissionsTest
20:59:51,181 INFO [TestEventsLogger] [PermissionsTest] clientInitialAccess() STARTED
20:59:51,200 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
20:59:51,707 DEBUG [AbstractKeycloakTest] loading test realms
20:59:51,708 INFO [AbstractKeycloakTest] importing test realms
20:59:51,710 DEBUG [AbstractKeycloakTest] importing realm: permissions-test
20:59:55,742 DEBUG [AbstractKeycloakTest] importing realm: realm2
21:00:04,374 INFO [TestEventsLogger] [PermissionsTest] clientInitialAccess() FINISHED
21:00:04,472 INFO [TestEventsLogger] [PermissionsTest] realmLogoutAll() STARTED
21:00:09,182 INFO [TestEventsLogger] [PermissionsTest] realmLogoutAll() FINISHED
21:00:09,193 INFO [TestEventsLogger] [PermissionsTest] events() STARTED
21:00:15,917 INFO [TestEventsLogger] [PermissionsTest] events() FINISHED
21:00:15,926 INFO [TestEventsLogger] [PermissionsTest] groups() STARTED
21:00:23,736 INFO [TestEventsLogger] [PermissionsTest] groups() FINISHED
21:00:23,751 INFO [TestEventsLogger] [PermissionsTest] realms() STARTED
21:00:41,021 INFO [TestEventsLogger] [PermissionsTest] realms() FINISHED
21:00:41,038 INFO [TestEventsLogger] [PermissionsTest] components() STARTED
21:00:45,417 INFO [TestEventsLogger] [PermissionsTest] components() FINISHED
21:00:45,422 INFO [TestEventsLogger] [PermissionsTest] flows() STARTED
21:01:00,034 INFO [TestEventsLogger] [PermissionsTest] flows() FINISHED
21:01:00,041 INFO [TestEventsLogger] [PermissionsTest] roles() STARTED
21:01:04,413 INFO [TestEventsLogger] [PermissionsTest] roles() FINISHED
21:01:04,420 INFO [TestEventsLogger] [PermissionsTest] users() STARTED
21:01:10,867 INFO [TestEventsLogger] [PermissionsTest] users() FINISHED
21:01:10,872 INFO [TestEventsLogger] [PermissionsTest] rolesById() STARTED
21:01:14,619 INFO [TestEventsLogger] [PermissionsTest] rolesById() FINISHED
21:01:14,624 INFO [TestEventsLogger] [PermissionsTest] attackDetection() STARTED
21:01:18,177 INFO [TestEventsLogger] [PermissionsTest] attackDetection() FINISHED
21:01:18,182 INFO [TestEventsLogger] [PermissionsTest] clients() STARTED
21:01:25,334 INFO [TestEventsLogger] [PermissionsTest] clients() FINISHED
21:01:25,339 INFO [TestEventsLogger] [PermissionsTest] identityProviders() STARTED
21:01:29,891 INFO [TestEventsLogger] [PermissionsTest] identityProviders() FINISHED
21:01:29,900 INFO [TestEventsLogger] [PermissionsTest] clientAuthorization() STARTED
21:01:38,335 INFO [TestEventsLogger] [PermissionsTest] clientAuthorization() FINISHED
21:01:38,356 INFO [TestEventsLogger] [PermissionsTest] clientTemplates() STARTED
21:01:43,629 INFO [TestEventsLogger] [PermissionsTest] clientTemplates() FINISHED
21:01:44,087 INFO [AuthServerTestEnricher] removing test realms after test class
21:01:44,088 INFO [AuthServerTestEnricher] removing realm: permissions-test
21:01:44,248 INFO [AuthServerTestEnricher] removing realm: realm2
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 113.262 sec - in org.keycloak.testsuite.admin.PermissionsTest
Running org.keycloak.testsuite.admin.realm.RealmRolesTest
21:01:44,461 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:01:44,462 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.realm.RealmRolesTest
21:01:44,464 INFO [TestEventsLogger] [RealmRolesTest] composites() STARTED
21:01:44,525 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:01:44,683 DEBUG [AbstractKeycloakTest] loading test realms
21:01:44,688 INFO [AbstractKeycloakTest] importing test realms
21:01:44,688 DEBUG [AbstractKeycloakTest] importing realm: test
21:01:46,612 DEBUG [AbstractKeycloakTest] importing realm: admin-client-test
21:01:47,948 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:48,063 INFO [TestEventsLogger] [RealmRolesTest] composites() FINISHED
21:01:48,069 INFO [TestEventsLogger] [RealmRolesTest] updateRole() STARTED
21:01:48,345 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:48,425 INFO [TestEventsLogger] [RealmRolesTest] updateRole() FINISHED
21:01:48,430 INFO [TestEventsLogger] [RealmRolesTest] getRole() STARTED
21:01:48,852 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:48,927 INFO [TestEventsLogger] [RealmRolesTest] getRole() FINISHED
21:01:48,931 INFO [TestEventsLogger] [RealmRolesTest] deleteRole() STARTED
21:01:49,199 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:49,271 INFO [TestEventsLogger] [RealmRolesTest] deleteRole() FINISHED
21:01:49,278 INFO [AuthServerTestEnricher] removing test realms after test class
21:01:49,278 INFO [AuthServerTestEnricher] removing realm: test
21:01:49,462 INFO [AuthServerTestEnricher] removing realm: admin-client-test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.082 sec - in org.keycloak.testsuite.admin.realm.RealmRolesTest
Running org.keycloak.testsuite.admin.realm.RealmTest
21:01:49,573 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:01:49,574 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.realm.RealmTest
21:01:50,068 INFO [TestEventsLogger] [RealmTest] clearRealmCache() STARTED
21:01:50,082 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:01:50,248 DEBUG [AbstractKeycloakTest] loading test realms
21:01:50,250 INFO [AbstractKeycloakTest] importing test realms
21:01:50,250 DEBUG [AbstractKeycloakTest] importing realm: test
21:01:51,935 DEBUG [AbstractKeycloakTest] importing realm: admin-client-test
21:01:52,673 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:52,757 INFO [TestEventsLogger] [RealmTest] clearRealmCache() FINISHED
21:01:52,764 INFO [TestEventsLogger] [RealmTest] createRealmCheckDefaultPasswordPolicy() STARTED
21:01:54,359 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:54,387 INFO [TestEventsLogger] [RealmTest] createRealmCheckDefaultPasswordPolicy() FINISHED
21:01:54,393 INFO [TestEventsLogger] [RealmTest] renameRealmTest() STARTED
21:01:56,060 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:56,089 INFO [TestEventsLogger] [RealmTest] renameRealmTest() FINISHED
21:01:56,095 INFO [TestEventsLogger] [RealmTest] logoutAll() STARTED
21:01:56,917 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:57,011 INFO [TestEventsLogger] [RealmTest] logoutAll() FINISHED
21:01:57,016 INFO [TestEventsLogger] [RealmTest] pushNotBefore() STARTED
21:01:57,454 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:57,528 INFO [TestEventsLogger] [RealmTest] pushNotBefore() FINISHED
21:01:57,535 INFO [TestEventsLogger] [RealmTest] convertKeycloakClientDescription() STARTED
21:01:57,731 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:57,758 INFO [TestEventsLogger] [RealmTest] convertKeycloakClientDescription() FINISHED
21:01:57,763 INFO [TestEventsLogger] [RealmTest] clearUserCache() STARTED
21:01:57,993 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:58,018 INFO [TestEventsLogger] [RealmTest] clearUserCache() FINISHED
21:01:58,023 INFO [TestEventsLogger] [RealmTest] smtpPasswordSecret() STARTED
21:01:58,771 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:58,800 INFO [TestEventsLogger] [RealmTest] smtpPasswordSecret() FINISHED
21:01:58,805 INFO [TestEventsLogger] [RealmTest] updateRealm() STARTED
21:01:59,057 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:59,082 INFO [TestEventsLogger] [RealmTest] updateRealm() FINISHED
21:01:59,088 INFO [TestEventsLogger] [RealmTest] deleteDefaultRole() STARTED
21:01:59,388 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:01:59,420 INFO [TestEventsLogger] [RealmTest] deleteDefaultRole() FINISHED
21:01:59,426 INFO [TestEventsLogger] [RealmTest] removeRealm() STARTED
21:02:01,073 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:01,125 INFO [TestEventsLogger] [RealmTest] removeRealm() FINISHED
21:02:01,130 INFO [TestEventsLogger] [RealmTest] updateRealmAttributes() STARTED
21:02:01,370 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:01,394 INFO [TestEventsLogger] [RealmTest] updateRealmAttributes() FINISHED
21:02:01,400 INFO [TestEventsLogger] [RealmTest] createRealmFromJson() STARTED
21:02:02,014 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:02,049 INFO [TestEventsLogger] [RealmTest] createRealmFromJson() FINISHED
21:02:02,054 INFO [TestEventsLogger] [RealmTest] renameRealm() STARTED
21:02:02,850 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:02,879 INFO [TestEventsLogger] [RealmTest] renameRealm() FINISHED
21:02:02,884 INFO [TestEventsLogger] [RealmTest] clientSessionStats() STARTED
0
21:02:03,558 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:03,633 INFO [TestEventsLogger] [RealmTest] clientSessionStats() FINISHED
21:02:03,638 INFO [TestEventsLogger] [RealmTest] loginAfterRemoveRealm() STARTED
21:02:04,806 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:04,886 INFO [TestEventsLogger] [RealmTest] loginAfterRemoveRealm() FINISHED
21:02:04,892 INFO [TestEventsLogger] [RealmTest] getRealmRepresentation() STARTED
21:02:05,095 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:05,132 INFO [TestEventsLogger] [RealmTest] getRealmRepresentation() FINISHED
21:02:05,136 INFO [TestEventsLogger] [RealmTest] createRealmEmpty() STARTED
21:02:06,023 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:06,048 INFO [TestEventsLogger] [RealmTest] createRealmEmpty() FINISHED
21:02:06,053 INFO [TestEventsLogger] [RealmTest] updateRealmWithNewRepresentation() STARTED
21:02:06,311 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:06,334 INFO [TestEventsLogger] [RealmTest] updateRealmWithNewRepresentation() FINISHED
21:02:06,339 INFO [TestEventsLogger] [RealmTest] getRealms() STARTED
21:02:06,535 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:06,558 INFO [TestEventsLogger] [RealmTest] getRealms() FINISHED
21:02:06,562 INFO [TestEventsLogger] [RealmTest] convertOIDCClientDescription() STARTED
21:02:06,777 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:06,802 INFO [TestEventsLogger] [RealmTest] convertOIDCClientDescription() FINISHED
21:02:06,808 INFO [TestEventsLogger] [RealmTest] deleteSession() STARTED
21:02:07,509 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:07,620 INFO [TestEventsLogger] [RealmTest] deleteSession() FINISHED
21:02:07,627 INFO [TestEventsLogger] [RealmTest] convertSAMLClientDescription() STARTED
21:02:07,927 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:07,950 INFO [TestEventsLogger] [RealmTest] convertSAMLClientDescription() FINISHED
21:02:07,955 INFO [AuthServerTestEnricher] removing test realms after test class
21:02:07,956 INFO [AuthServerTestEnricher] removing realm: test
21:02:08,144 INFO [AuthServerTestEnricher] removing realm: admin-client-test
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.744 sec - in org.keycloak.testsuite.admin.realm.RealmTest
Running org.keycloak.testsuite.admin.RoleByIdResourceTest
21:02:08,321 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:02:08,321 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.RoleByIdResourceTest
21:02:08,322 INFO [TestEventsLogger] [RoleByIdResourceTest] composites() STARTED
21:02:08,332 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:02:08,576 DEBUG [AbstractKeycloakTest] loading test realms
21:02:08,579 INFO [AbstractKeycloakTest] importing test realms
21:02:08,579 DEBUG [AbstractKeycloakTest] importing realm: test
21:02:10,269 DEBUG [AbstractKeycloakTest] importing realm: admin-client-test
21:02:12,503 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:12,617 INFO [TestEventsLogger] [RoleByIdResourceTest] composites() FINISHED
21:02:12,622 INFO [TestEventsLogger] [RoleByIdResourceTest] updateRole() STARTED
21:02:12,892 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:12,975 INFO [TestEventsLogger] [RoleByIdResourceTest] updateRole() FINISHED
21:02:12,981 INFO [TestEventsLogger] [RoleByIdResourceTest] getRole() STARTED
21:02:13,208 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:13,282 INFO [TestEventsLogger] [RoleByIdResourceTest] getRole() FINISHED
21:02:13,286 INFO [TestEventsLogger] [RoleByIdResourceTest] deleteRole() STARTED
21:02:13,528 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:13,619 INFO [TestEventsLogger] [RoleByIdResourceTest] deleteRole() FINISHED
21:02:13,623 INFO [AuthServerTestEnricher] removing test realms after test class
21:02:13,624 INFO [AuthServerTestEnricher] removing realm: test
21:02:13,832 INFO [AuthServerTestEnricher] removing realm: admin-client-test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.628 sec - in org.keycloak.testsuite.admin.RoleByIdResourceTest
Running org.keycloak.testsuite.admin.ServerInfoTest
21:02:13,960 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:02:13,960 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.ServerInfoTest
21:02:13,961 INFO [TestEventsLogger] [ServerInfoTest] testServerInfo() STARTED
21:02:13,973 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:02:14,078 DEBUG [AbstractKeycloakTest] loading test realms
21:02:14,078 INFO [AbstractKeycloakTest] importing test realms
21:02:14,289 INFO [ServerInfoTest] JPA Connections provider info: {databaseUrl=jdbc:h2:mem:test, databaseUser=SA, databaseProduct=H2 1.3.173 (2013-07-28), databaseDriver=H2 JDBC Driver 1.3.173 (2013-07-28)}
21:02:14,291 INFO [TestEventsLogger] [ServerInfoTest] testServerInfo() FINISHED
21:02:14,295 INFO [AuthServerTestEnricher] removing test realms after test class
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec - in org.keycloak.testsuite.admin.ServerInfoTest
Running org.keycloak.testsuite.admin.UserFederationLdapConnectionTest
21:02:14,310 INFO [LDAPTestConfiguration] Reading LDAP configuration from classpath from: ldap/ldap-connection.properties
21:02:14,351 INFO [LDAPTestConfiguration] Start embedded server: true
21:02:14,351 INFO [LDAPTestConfiguration] Read config: {serverPrincipal=HTTP/localhost@KEYCLOAK.ORG, pagination=true, debug=true, keyTab=/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/target/test-classes/kerberos/http.keytab, usersDn=ou=People,dc=keycloak,dc=org, connectionPooling=true, useKerberosForPasswordAuthentication=false, kerberosRealm=KEYCLOAK.ORG, userObjectClasses=null, bindDn=uid=admin,ou=system, bindCredential=secret, usernameLDAPAttribute=null, rdnLDAPAttribute=null, allowPasswordAuthentication=true, vendor=other, editMode=READ_ONLY, connectionUrl=ldap://localhost:10389, allowKerberosAuthentication=false, baseDn=dc=keycloak,dc=org, batchSizeForSync=3, updateProfileFirstLogin=true}
21:02:26,449 WARN [org.apache.directory.server.core.DefaultDirectoryService] ApacheDS shutdown hook has NOT been registered with the runtime. This default setting for standalone operation has been overriden.
21:02:34,314 WARN [org.apache.directory.server.core.DefaultDirectoryService] You didn't change the admin password of directory service instance 'keycloakDS'. Please update the admin password as soon as possible to prevent a possible security breach.
21:02:34,546 INFO [org.apache.directory.server.ldap.LdapServer] Successful bind of an LDAP Service (10389) is completed.
21:02:34,566 INFO [org.apache.directory.server.ldap.LdapServer] Successful bind of an LDAP Service (10636) is completed.
21:02:34,566 INFO [org.apache.directory.server.ldap.LdapServer] Ldap service started.
21:02:34,568 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:02:34,569 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.UserFederationLdapConnectionTest
21:02:34,570 INFO [TestEventsLogger] [UserFederationLdapConnectionTest] testLdapConnectionsSsl() STARTED
21:02:34,588 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:02:35,005 DEBUG [AbstractKeycloakTest] loading test realms
21:02:35,007 INFO [AbstractKeycloakTest] importing test realms
21:02:35,008 DEBUG [AbstractKeycloakTest] importing realm: test
21:02:36,888 DEBUG [AbstractKeycloakTest] importing realm: admin-client-test
21:02:38,048 WARN [org.apache.directory.server.ldap.LdapProtocolHandler] Unexpected exception forcing session to close: sending disconnect notice to client.
javax.net.ssl.SSLHandshakeException: SSL handshake failed.
at org.apache.mina.filter.ssl.SslFilter.messageReceived(SslFilter.java:508)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:542)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1300(DefaultIoFilterChain.java:48)
at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:943)
at org.apache.mina.core.filterchain.IoFilterAdapter.messageReceived(IoFilterAdapter.java:109)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:542)
at org.apache.mina.core.filterchain.DefaultIoFilterChain.fireMessageReceived(DefaultIoFilterChain.java:535)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:718)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:672)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:661)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:68)
at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1130)
at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: javax.net.ssl.SSLException: Received close_notify during handshake
at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1666)
at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1634)
at sun.security.ssl.SSLEngineImpl.recvAlert(SSLEngineImpl.java:1776)
at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:1083)
at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:907)
at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781)
at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624)
at org.apache.mina.filter.ssl.SslHandler.unwrap(SslHandler.java:743)
at org.apache.mina.filter.ssl.SslHandler.unwrapHandshake(SslHandler.java:678)
at org.apache.mina.filter.ssl.SslHandler.handshake(SslHandler.java:564)
at org.apache.mina.filter.ssl.SslHandler.messageReceived(SslHandler.java:350)
at org.apache.mina.filter.ssl.SslFilter.messageReceived(SslFilter.java:489)
... 15 more
21:02:38,187 ERROR [org.apache.directory.api.ldap.codec.actions.bindRequest.StoreName] Incorrect DN given : foo (0x66 0x6F 0x6F ) is invalid : ERR_04202 A value is missing on some RDN
21:02:38,194 WARN [org.apache.directory.server.ldap.LdapProtocolHandler] Unexpected exception forcing session to close: sending disconnect notice to client.
java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:197)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
at org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:311)
at org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:45)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:698)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:672)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:661)
at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPollingIoProcessor.java:68)
at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1130)
at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
21:02:38,329 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:38,430 INFO [TestEventsLogger] [UserFederationLdapConnectionTest] testLdapConnectionsSsl() FINISHED
21:02:38,439 INFO [TestEventsLogger] [UserFederationLdapConnectionTest] testLdapConnections1() STARTED
21:02:38,675 ERROR [org.apache.directory.api.ldap.codec.actions.bindRequest.StoreName] Incorrect DN given : foo (0x66 0x6F 0x6F ) is invalid : ERR_04202 A value is missing on some RDN
21:02:38,733 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:38,772 INFO [TestEventsLogger] [UserFederationLdapConnectionTest] testLdapConnections1() FINISHED
21:02:38,777 INFO [AuthServerTestEnricher] removing test realms after test class
21:02:38,777 INFO [AuthServerTestEnricher] removing realm: test
21:02:39,092 INFO [AuthServerTestEnricher] removing realm: admin-client-test
21:02:39,318 INFO [org.apache.directory.server.ldap.LdapServer] Unbind of an LDAP service (10389) is complete.
21:02:39,318 INFO [org.apache.directory.server.ldap.LdapServer] Sending notice of disconnect to existing clients sessions.
21:02:39,319 INFO [org.apache.directory.server.ldap.LdapServer] Unbind of an LDAP service (10389) is complete.
21:02:39,319 INFO [org.apache.directory.server.ldap.LdapServer] Sending notice of disconnect to existing clients sessions.
21:02:39,320 INFO [org.apache.directory.server.ldap.LdapServer] Ldap service stopped.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.051 sec - in org.keycloak.testsuite.admin.UserFederationLdapConnectionTest
Running org.keycloak.testsuite.admin.UserStorageMapperTest
21:02:39,360 WARN [TestEventsLogger] [UserStorageMapperTest] null() IGNORED
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec - in org.keycloak.testsuite.admin.UserStorageMapperTest
Running org.keycloak.testsuite.admin.UserStorageRestTest
21:02:39,370 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:02:39,371 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.UserStorageRestTest
21:02:39,372 INFO [TestEventsLogger] [UserStorageRestTest] testKerberosAuthenticatorChangedOnlyIfDisabled() STARTED
21:02:39,386 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:02:39,688 DEBUG [AbstractKeycloakTest] loading test realms
21:02:39,689 INFO [AbstractKeycloakTest] importing test realms
21:02:39,690 DEBUG [AbstractKeycloakTest] importing realm: test
21:02:41,761 DEBUG [AbstractKeycloakTest] importing realm: admin-client-test
21:02:42,652 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:42,757 INFO [TestEventsLogger] [UserStorageRestTest] testKerberosAuthenticatorChangedOnlyIfDisabled() FINISHED
21:02:42,764 INFO [TestEventsLogger] [UserStorageRestTest] testUpdateProvider() STARTED
21:02:43,278 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:43,338 INFO [TestEventsLogger] [UserStorageRestTest] testUpdateProvider() FINISHED
21:02:43,345 INFO [TestEventsLogger] [UserStorageRestTest] testValidateAndCreateLdapProvider() STARTED
21:02:43,970 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:44,030 INFO [TestEventsLogger] [UserStorageRestTest] testValidateAndCreateLdapProvider() FINISHED
21:02:44,037 INFO [TestEventsLogger] [UserStorageRestTest] testKerberosAuthenticatorEnabledAutomatically() STARTED
21:02:44,475 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:44,532 INFO [TestEventsLogger] [UserStorageRestTest] testKerberosAuthenticatorEnabledAutomatically() FINISHED
21:02:44,540 INFO [AuthServerTestEnricher] removing test realms after test class
21:02:44,540 INFO [AuthServerTestEnricher] removing realm: test
21:02:44,806 INFO [AuthServerTestEnricher] removing realm: admin-client-test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.641 sec - in org.keycloak.testsuite.admin.UserStorageRestTest
Running org.keycloak.testsuite.admin.UserTest
21:02:45,022 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:02:45,022 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.UserTest
21:02:45,024 INFO [TestEventsLogger] [UserTest] updateUserWithNewUsername() STARTED
21:02:45,046 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:02:45,285 DEBUG [AbstractKeycloakTest] loading test realms
21:02:45,287 INFO [AbstractKeycloakTest] importing test realms
21:02:45,287 DEBUG [AbstractKeycloakTest] importing realm: test
21:02:47,235 DEBUG [AbstractKeycloakTest] importing realm: admin-client-test
21:02:47,858 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:47,967 INFO [TestEventsLogger] [UserTest] updateUserWithNewUsername() FINISHED
21:02:47,972 INFO [TestEventsLogger] [UserTest] updateUserWithNewUsernameAccessingViaOldUsername() STARTED
21:02:48,288 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:48,358 INFO [TestEventsLogger] [UserTest] updateUserWithNewUsernameAccessingViaOldUsername() FINISHED
21:02:48,364 INFO [TestEventsLogger] [UserTest] updateUserWithExistingUsername() STARTED
21:02:48,868 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:48,982 INFO [TestEventsLogger] [UserTest] updateUserWithExistingUsername() FINISHED
21:02:48,988 INFO [TestEventsLogger] [UserTest] roleMappings() STARTED
21:02:49,553 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:49,595 INFO [TestEventsLogger] [UserTest] roleMappings() FINISHED
21:02:49,604 INFO [TestEventsLogger] [UserTest] defaultMaxResults() STARTED
21:02:51,407 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:51,445 INFO [TestEventsLogger] [UserTest] defaultMaxResults() FINISHED
21:02:51,452 INFO [TestEventsLogger] [UserTest] removeRequiredAction() STARTED
21:02:51,807 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:51,867 INFO [TestEventsLogger] [UserTest] removeRequiredAction() FINISHED
21:02:51,874 INFO [TestEventsLogger] [UserTest] resetUserPassword() STARTED
21:02:52,675 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:52,748 INFO [TestEventsLogger] [UserTest] resetUserPassword() FINISHED
21:02:52,755 INFO [TestEventsLogger] [UserTest] delete() STARTED
21:02:53,035 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:02:53,094 INFO [TestEventsLogger] [UserTest] delete() FINISHED
21:02:53,101 INFO [TestEventsLogger] [UserTest] sendResetPasswordEmailWithRedirect() STARTED
21:03:08,967 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:09,058 INFO [TestEventsLogger] [UserTest] sendResetPasswordEmailWithRedirect() FINISHED
21:03:09,066 INFO [TestEventsLogger] [UserTest] search() STARTED
21:03:09,655 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:09,847 INFO [TestEventsLogger] [UserTest] search() FINISHED
21:03:09,854 INFO [TestEventsLogger] [UserTest] searchPaginated() STARTED
21:03:10,713 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:11,054 INFO [TestEventsLogger] [UserTest] searchPaginated() FINISHED
21:03:11,065 INFO [TestEventsLogger] [UserTest] sendResetPasswordEmailSuccess() STARTED
21:03:26,938 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:27,021 INFO [TestEventsLogger] [UserTest] sendResetPasswordEmailSuccess() FINISHED
21:03:27,026 INFO [TestEventsLogger] [UserTest] sendVerifyEmail() STARTED
21:03:42,470 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:42,535 INFO [TestEventsLogger] [UserTest] sendVerifyEmail() FINISHED
21:03:42,542 INFO [TestEventsLogger] [UserTest] addRequiredAction() STARTED
21:03:42,877 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:42,949 INFO [TestEventsLogger] [UserTest] addRequiredAction() FINISHED
21:03:42,956 INFO [TestEventsLogger] [UserTest] count() STARTED
21:03:43,428 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:43,612 INFO [TestEventsLogger] [UserTest] count() FINISHED
21:03:43,620 INFO [TestEventsLogger] [UserTest] searchByUsername() STARTED
21:03:44,064 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:44,278 INFO [TestEventsLogger] [UserTest] searchByUsername() FINISHED
21:03:44,286 INFO [TestEventsLogger] [UserTest] verifyCreateUser() STARTED
21:03:44,686 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:44,774 INFO [TestEventsLogger] [UserTest] verifyCreateUser() FINISHED
21:03:44,787 INFO [TestEventsLogger] [UserTest] updateUserWithNewUsernameNotPossible() STARTED
21:03:45,212 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:45,294 INFO [TestEventsLogger] [UserTest] updateUserWithNewUsernameNotPossible() FINISHED
21:03:45,302 INFO [TestEventsLogger] [UserTest] attributes() STARTED
21:03:45,864 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:45,953 INFO [TestEventsLogger] [UserTest] attributes() FINISHED
21:03:45,962 INFO [TestEventsLogger] [UserTest] testDefaultRequiredActionAdded() STARTED
21:03:46,375 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:46,460 INFO [TestEventsLogger] [UserTest] testDefaultRequiredActionAdded() FINISHED
21:03:46,465 INFO [TestEventsLogger] [UserTest] deleteNonExistent() STARTED
21:03:46,803 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:46,845 INFO [TestEventsLogger] [UserTest] deleteNonExistent() FINISHED
21:03:46,852 INFO [TestEventsLogger] [UserTest] createDuplicatedUser1() STARTED
21:03:47,241 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:47,322 INFO [TestEventsLogger] [UserTest] createDuplicatedUser1() FINISHED
21:03:47,329 INFO [TestEventsLogger] [UserTest] createDuplicatedUser2() STARTED
21:03:47,659 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:47,747 INFO [TestEventsLogger] [UserTest] createDuplicatedUser2() FINISHED
21:03:47,757 INFO [TestEventsLogger] [UserTest] createDuplicatedUser3() STARTED
21:03:48,115 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:48,203 INFO [TestEventsLogger] [UserTest] createDuplicatedUser3() FINISHED
21:03:48,211 INFO [TestEventsLogger] [UserTest] createDuplicatedUser4() STARTED
21:03:48,530 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:48,607 INFO [TestEventsLogger] [UserTest] createDuplicatedUser4() FINISHED
21:03:48,613 INFO [TestEventsLogger] [UserTest] createDuplicatedUser5() STARTED
21:03:48,999 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:49,064 INFO [TestEventsLogger] [UserTest] createDuplicatedUser5() FINISHED
21:03:49,072 INFO [TestEventsLogger] [UserTest] createDuplicatedUser6() STARTED
21:03:49,374 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:49,448 INFO [TestEventsLogger] [UserTest] createDuplicatedUser6() FINISHED
21:03:49,455 INFO [TestEventsLogger] [UserTest] createDuplicatedUser7() STARTED
21:03:49,725 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:49,783 INFO [TestEventsLogger] [UserTest] createDuplicatedUser7() FINISHED
21:03:49,788 INFO [TestEventsLogger] [UserTest] updateUserWithoutUsername() STARTED
21:03:50,110 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:50,185 INFO [TestEventsLogger] [UserTest] updateUserWithoutUsername() FINISHED
21:03:50,190 INFO [TestEventsLogger] [UserTest] getFederatedIdentities() STARTED
21:03:50,500 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:50,571 INFO [TestEventsLogger] [UserTest] getFederatedIdentities() FINISHED
21:03:50,576 INFO [TestEventsLogger] [UserTest] searchByEmail() STARTED
21:03:50,933 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:51,133 INFO [TestEventsLogger] [UserTest] searchByEmail() FINISHED
21:03:51,140 INFO [TestEventsLogger] [UserTest] sendResetPasswordEmail() STARTED
21:03:51,476 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:51,556 INFO [TestEventsLogger] [UserTest] sendResetPasswordEmail() FINISHED
21:03:51,564 INFO [TestEventsLogger] [UserTest] resetUserInvalidPassword() STARTED
21:03:51,890 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:51,948 INFO [TestEventsLogger] [UserTest] resetUserInvalidPassword() FINISHED
21:03:51,957 INFO [AuthServerTestEnricher] removing test realms after test class
21:03:52,003 INFO [AuthServerTestEnricher] removing realm: test
21:03:52,350 INFO [AuthServerTestEnricher] removing realm: admin-client-test
Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.476 sec - in org.keycloak.testsuite.admin.UserTest
Running org.keycloak.testsuite.admin.UserTotpTest
21:03:52,507 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:03:52,508 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.admin.UserTotpTest
21:03:52,510 INFO [TestEventsLogger] [UserTotpTest] setupTotp() STARTED
21:03:52,556 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:03:52,788 DEBUG [AbstractKeycloakTest] loading test realms
21:03:52,792 INFO [AbstractKeycloakTest] importing test realms
21:03:52,792 DEBUG [AbstractKeycloakTest] importing realm: test
21:03:55,946 INFO [AbstractKeycloakTest] deleting cookies in 'test' realm
21:03:56,000 INFO [TestEventsLogger] [UserTotpTest] setupTotp() FINISHED
21:03:56,007 INFO [AuthServerTestEnricher] removing test realms after test class
21:03:56,007 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.771 sec - in org.keycloak.testsuite.admin.UserTotpTest
Running org.keycloak.testsuite.authz.PolicyEvaluationCompositeRoleTest
21:03:56,310 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:03:56,310 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.authz.PolicyEvaluationCompositeRoleTest
21:03:56,311 INFO [TestEventsLogger] [PolicyEvaluationCompositeRoleTest] testCreate() STARTED
21:03:56,325 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:03:56,491 DEBUG [AbstractKeycloakTest] loading test realms
21:03:56,492 INFO [AbstractKeycloakTest] importing test realms
21:03:56,492 DEBUG [AbstractKeycloakTest] importing realm: test
21:03:57,635 INFO [TestEventsLogger] [PolicyEvaluationCompositeRoleTest] testCreate() FINISHED
21:03:57,641 INFO [AuthServerTestEnricher] removing test realms after test class
21:03:57,641 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.57 sec - in org.keycloak.testsuite.authz.PolicyEvaluationCompositeRoleTest
Running org.keycloak.testsuite.broker.AccountLinkTest
21:03:57,885 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:03:57,885 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.broker.AccountLinkTest
21:03:57,888 INFO [TestEventsLogger] [AccountLinkTest] testAccountLink() STARTED
21:03:57,937 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:03:58,072 DEBUG [AbstractKeycloakTest] loading test realms
21:03:58,072 INFO [AbstractKeycloakTest] importing test realms
21:03:58,072 DEBUG [AbstractKeycloakTest] importing realm: child
21:03:59,519 DEBUG [AbstractKeycloakTest] importing realm: parent-idp
http://localhost:8180/auth/realms/child/account/identity
--------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="robots" content="noindex, nofollow"/>
<title>
Keycloak Account Management
</title>
<link rel="icon" href="/auth/resources/3.1.0.cr1-snapshot/account/keycloak/img/favicon.ico"/>
<link href="/auth/resources/3.1.0.cr1-snapshot/account/keycloak/lib/patternfly/css/patternfly.css" rel="stylesheet"/>
<link href="/auth/resources/3.1.0.cr1-snapshot/account/keycloak/css/account.css" rel="stylesheet"/>
</head>
<body class="admin-console user social">
<header class="navbar navbar-default navbar-pf navbar-main header">
<nav class="navbar" role="navigation">
<div class="navbar-header">
<div class="container">
<h1 class="navbar-title">
Keycloak
</h1>
</div>
</div>
<div class="navbar-collapse navbar-collapse-1">
<div class="container">
<ul class="nav navbar-nav navbar-utility">
<li>
<a href="http://localhost:8180/auth/realms/child/protocol/openid-connect/logout?redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Fchild%2Faccount%2Fidentity">
Sign Out
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="bs-sidebar col-sm-3">
<ul>
<li class="">
<a href="http://localhost:8180/auth/realms/child/account/">
Account
</a>
</li>
<li class="">
<a href="http://localhost:8180/auth/realms/child/account/password">
Password
</a>
</li>
<li class="">
<a href="http://localhost:8180/auth/realms/child/account/totp">
Authenticator
</a>
</li>
<li class="active">
<a href="http://localhost:8180/auth/realms/child/account/identity">
Federated Identity
</a>
</li>
<li class="">
<a href="http://localhost:8180/auth/realms/child/account/sessions">
Sessions
</a>
</li>
<li class="">
<a href="http://localhost:8180/auth/realms/child/account/applications">
Applications
</a>
</li>
</ul>
</div>
<div class="col-sm-9 content-area">
<div class="row">
<div class="col-md-10">
<h2>
Federated Identities
</h2>
</div>
</div>
<form action="http://localhost:8180/auth/realms/child/account/password" class="form-horizontal" method="post">
<div class="form-group">
<div class="col-sm-2 col-md-2">
<label for="parent-idp" class="control-label">
parent-idp
</label>
</div>
<div class="col-sm-5 col-md-5">
<input disabled="true" class="form-control" value="parent"/>
</div>
<div class="col-sm-5 col-md-5">
<a href="http://localhost:8180/auth/realms/child/account/federated-identity-update?action=remove&amp;provider_id=parent-idp&amp;stateChecker=5om5tyu2gwlxk9puP8eOuZ-2vDrXPHb4JGMzrEA0MUw" type="submit" id="remove-parent-idp" class="btn btn-primary btn-lg">
Remove
</a>
</div>
</div>
</form>
</div>
</div>
</body>
</html>
21:04:03,309 INFO [TestEventsLogger] [AccountLinkTest] testAccountLink() FINISHED
21:04:03,316 INFO [TestEventsLogger] [AccountLinkTest] testAccountLinkWithUserStorageProvider() STARTED
http://localhost:8180/auth/realms/child/account/identity
--------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="robots" content="noindex, nofollow"/>
<title>
Keycloak Account Management
</title>
<link rel="icon" href="/auth/resources/3.1.0.cr1-snapshot/account/keycloak/img/favicon.ico"/>
<link href="/auth/resources/3.1.0.cr1-snapshot/account/keycloak/lib/patternfly/css/patternfly.css" rel="stylesheet"/>
<link href="/auth/resources/3.1.0.cr1-snapshot/account/keycloak/css/account.css" rel="stylesheet"/>
</head>
<body class="admin-console user social">
<header class="navbar navbar-default navbar-pf navbar-main header">
<nav class="navbar" role="navigation">
<div class="navbar-header">
<div class="container">
<h1 class="navbar-title">
Keycloak
</h1>
</div>
</div>
<div class="navbar-collapse navbar-collapse-1">
<div class="container">
<ul class="nav navbar-nav navbar-utility">
<li>
<a href="http://localhost:8180/auth/realms/child/protocol/openid-connect/logout?redirect_uri=http%3A%2F%2Flocalhost%3A8180%2Fauth%2Frealms%2Fchild%2Faccount%2Fidentity">
Sign Out
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="bs-sidebar col-sm-3">
<ul>
<li class="">
<a href="http://localhost:8180/auth/realms/child/account/">
Account
</a>
</li>
<li class="">
<a href="http://localhost:8180/auth/realms/child/account/password">
Password
</a>
</li>
<li class="">
<a href="http://localhost:8180/auth/realms/child/account/totp">
Authenticator
</a>
</li>
<li class="active">
<a href="http://localhost:8180/auth/realms/child/account/identity">
Federated Identity
</a>
</li>
<li class="">
<a href="http://localhost:8180/auth/realms/child/account/sessions">
Sessions
</a>
</li>
<li class="">
<a href="http://localhost:8180/auth/realms/child/account/applications">
Applications
</a>
</li>
</ul>
</div>
<div class="col-sm-9 content-area">
<div class="row">
<div class="col-md-10">
<h2>
Federated Identities
</h2>
</div>
</div>
<form action="http://localhost:8180/auth/realms/child/account/password" class="form-horizontal" method="post">
<div class="form-group">
<div class="col-sm-2 col-md-2">
<label for="parent-idp" class="control-label">
parent-idp
</label>
</div>
<div class="col-sm-5 col-md-5">
<input disabled="true" class="form-control" value="parent"/>
</div>
<div class="col-sm-5 col-md-5">
<a href="http://localhost:8180/auth/realms/child/account/federated-identity-update?action=remove&amp;provider_id=parent-idp&amp;stateChecker=5om5tyu2gwlxk9puP8eOuZ-2vDrXPHb4JGMzrEA0MUw" type="submit" id="remove-parent-idp" class="btn btn-primary btn-lg">
Remove
</a>
</div>
</div>
</form>
</div>
</div>
</body>
</html>
21:04:04,429 INFO [TestEventsLogger] [AccountLinkTest] testAccountLinkWithUserStorageProvider() FINISHED
21:04:04,437 INFO [AuthServerTestEnricher] removing test realms after test class
21:04:04,437 INFO [AuthServerTestEnricher] removing realm: child
21:04:04,582 INFO [AuthServerTestEnricher] removing realm: parent-idp
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.896 sec - in org.keycloak.testsuite.broker.AccountLinkTest
Running org.keycloak.testsuite.broker.KcOidcBrokerTest
21:04:04,789 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:04:04,790 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.broker.KcOidcBrokerTest
21:04:04,795 INFO [TestEventsLogger] [KcOidcBrokerTest] loginWithExistingUser() STARTED
21:04:04,860 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:04:04,957 DEBUG [AbstractKeycloakTest] loading test realms
21:04:04,958 INFO [AbstractKeycloakTest] importing test realms
21:04:04,958 DEBUG [AbstractKeycloakTest] importing realm: provider
21:04:06,373 DEBUG [AbstractKeycloakTest] importing realm: consumer
21:04:07,090 DEBUG [AbstractBrokerTest] creating user for realm provider
21:04:07,369 DEBUG [AbstractBrokerTest] adding identity provider to realm consumer
21:04:07,411 DEBUG [AbstractBrokerTest] adding client brokerapp to realm provider
21:04:07,465 DEBUG [AbstractBrokerTest] Clicking social kc-oidc-idp
21:04:07,488 DEBUG [AbstractBrokerTest] Logging in
21:04:07,735 DEBUG [AbstractBrokerTest] Updating info on updateAccount page
21:04:07,819 DEBUG [AbstractBrokerTest] Testing single log out
21:04:07,930 DEBUG [AbstractBrokerTest] Clicking social kc-oidc-idp
21:04:08,388 INFO [TestEventsLogger] [KcOidcBrokerTest] loginWithExistingUser() FINISHED
21:04:08,393 INFO [TestEventsLogger] [KcOidcBrokerTest] grantNewRoleFromToken() STARTED
21:04:08,516 DEBUG [AbstractBrokerTest] creating user for realm provider
21:04:08,747 DEBUG [AbstractBrokerTest] adding mappers to identity provider in realm consumer
21:04:08,918 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:08,934 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:09,317 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:04:09,426 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:09,442 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:09,959 INFO [TestEventsLogger] [KcOidcBrokerTest] grantNewRoleFromToken() FINISHED
21:04:09,967 INFO [TestEventsLogger] [KcOidcBrokerTest] loginWithExistingUserWithBruteForceEnabled() STARTED
21:04:10,172 DEBUG [AbstractBrokerTest] creating user for realm provider
21:04:10,526 DEBUG [AbstractBrokerTest] Clicking social kc-oidc-idp
21:04:10,541 DEBUG [AbstractBrokerTest] Logging in
21:04:10,880 DEBUG [AbstractBrokerTest] Updating info on updateAccount page
21:04:10,933 DEBUG [AbstractBrokerTest] Testing single log out
21:04:11,022 DEBUG [AbstractBrokerTest] Clicking social kc-oidc-idp
21:04:12,680 INFO [TestEventsLogger] [KcOidcBrokerTest] loginWithExistingUserWithBruteForceEnabled() FINISHED
21:04:12,686 INFO [TestEventsLogger] [KcOidcBrokerTest] loginWithExistingUserWithErrorFromProviderIdP() STARTED
21:04:12,850 DEBUG [AbstractBrokerTest] creating user for realm provider
21:04:13,196 DEBUG [AbstractBrokerTest] Clicking social kc-oidc-idp
21:04:13,215 DEBUG [AbstractBrokerTest] Logging in
21:04:13,554 INFO [TestEventsLogger] [KcOidcBrokerTest] loginWithExistingUserWithErrorFromProviderIdP() FINISHED
21:04:13,562 INFO [TestEventsLogger] [KcOidcBrokerTest] testLogInAsUserInIDP() STARTED
21:04:13,754 DEBUG [AbstractBrokerTest] creating user for realm provider
21:04:14,107 DEBUG [AbstractBrokerTest] Clicking social kc-oidc-idp
21:04:14,123 DEBUG [AbstractBrokerTest] Logging in
21:04:14,469 DEBUG [AbstractBrokerTest] Updating info on updateAccount page
21:04:14,527 DEBUG [AbstractBrokerTest] Testing single log out
21:04:14,665 INFO [TestEventsLogger] [KcOidcBrokerTest] testLogInAsUserInIDP() FINISHED
21:04:14,673 INFO [TestEventsLogger] [KcOidcBrokerTest] testLinkAccountWithEmailVerified() STARTED
21:04:14,848 DEBUG [AbstractBrokerTest] creating user for realm provider
21:04:15,087 INFO [MailServer] Started mail server (localhost:3025)
21:04:15,088 DEBUG [MailServer] Creating email account user@localhost.com
21:04:15,397 DEBUG [AbstractBrokerTest] Clicking social kc-oidc-idp
21:04:15,408 DEBUG [AbstractBrokerTest] Logging in
21:04:15,646 DEBUG [AbstractBrokerTest] Updating info on updateAccount page
21:04:30,771 DEBUG [MailAssert] ---------------------
21:04:30,771 DEBUG [MailAssert] Someone wants to link your "Consumer" account with "Kc-oidc-idp" account of user user@localhost.com . If this was you, click the link below to link accounts
http://localhost:8180/auth/realms/consumer/login-actions/first-broker-login?code=fqN4pGAQxmQ-fvK4RXP69Gr_8hNHDPRJad7Y3v_nARw.3b3f76e5-0547-4b3b-9c90-6cc3872d05fa&execution=fb86feb6-52d1-470a-bc99-1842b54cd859&key=5SwkwbmOf6
This link will expire within 5 minutes.
If you don't want to link account, just ignore this message. If you link accounts, you will be able to login to Consumer through Kc-oidc-idp.
21:04:30,771 DEBUG [MailAssert] ---------------------
21:04:30,772 INFO [AbstractBrokerTest] navigating to url from email: http://localhost:8180/auth/realms/consumer/login-actions/first-broker-login?code=fqN4pGAQxmQ-fvK4RXP69Gr_8hNHDPRJad7Y3v_nARw.3b3f76e5-0547-4b3b-9c90-6cc3872d05fa&execution=fb86feb6-52d1-470a-bc99-1842b54cd859&key=5SwkwbmOf6
21:04:30,811 INFO [MailServer] Stopping mail server (localhost:3025)
21:04:30,877 INFO [TestEventsLogger] [KcOidcBrokerTest] testLinkAccountWithEmailVerified() FINISHED
21:04:30,884 INFO [AuthServerTestEnricher] removing test realms after test class
21:04:30,884 INFO [AuthServerTestEnricher] removing realm: provider
21:04:31,032 INFO [AuthServerTestEnricher] removing realm: consumer
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.475 sec - in org.keycloak.testsuite.broker.KcOidcBrokerTest
Running org.keycloak.testsuite.broker.KcOIDCBrokerWithSignatureTest
21:04:31,275 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:04:31,276 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.broker.KcOIDCBrokerWithSignatureTest
21:04:31,276 INFO [TestEventsLogger] [KcOIDCBrokerWithSignatureTest] testSignatureVerificationJwksUrl() STARTED
21:04:31,320 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:04:31,446 DEBUG [AbstractKeycloakTest] loading test realms
21:04:31,446 INFO [AbstractKeycloakTest] importing test realms
21:04:31,446 DEBUG [AbstractKeycloakTest] importing realm: provider
21:04:32,998 DEBUG [AbstractKeycloakTest] importing realm: consumer
21:04:33,863 DEBUG [KcOIDCBrokerWithSignatureTest] creating user for realm provider
21:04:34,127 DEBUG [KcOIDCBrokerWithSignatureTest] adding client brokerapp to realm provider
21:04:34,137 DEBUG [KcOIDCBrokerWithSignatureTest] adding identity provider to realm consumer
21:04:34,226 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:34,245 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:34,532 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:04:35,162 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:35,177 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:35,467 DEBUG [AbstractKeycloakTest] Set time offset, response {currentTime=1492347895, offset=20}
21:04:35,478 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:35,492 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:35,830 DEBUG [AbstractKeycloakTest] Reset time offset, response {currentTime=1492347875, offset=0}
21:04:35,871 INFO [TestEventsLogger] [KcOIDCBrokerWithSignatureTest] testSignatureVerificationJwksUrl() FINISHED
21:04:35,879 INFO [TestEventsLogger] [KcOIDCBrokerWithSignatureTest] testPublicKeyCacheInvalidatedWhenProviderUpdated() STARTED
21:04:36,013 DEBUG [KcOIDCBrokerWithSignatureTest] creating user for realm provider
21:04:36,235 DEBUG [KcOIDCBrokerWithSignatureTest] adding client brokerapp to realm provider
21:04:36,240 DEBUG [KcOIDCBrokerWithSignatureTest] adding identity provider to realm consumer
21:04:36,315 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:36,327 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:36,628 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:04:36,760 DEBUG [AbstractKeycloakTest] Set time offset, response {currentTime=1492347896, offset=20}
21:04:36,776 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:36,790 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:37,118 DEBUG [AbstractKeycloakTest] Reset time offset, response {currentTime=1492347877, offset=0}
21:04:37,141 ERROR [io.undertow.request] UT005023: Exception handling request to /auth/realms/consumer/broker/kc-oidc-idp/endpoint/k_logout
org.jboss.resteasy.spi.UnhandledException: java.lang.RuntimeException: Error when loading public keys
at org.jboss.resteasy.core.ExceptionHandler.handleApplicationException(ExceptionHandler.java:76)
at org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:212)
at org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:168)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:411)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:202)
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221)
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
at org.keycloak.services.filters.KeycloakSessionServletFilter.doFilter(KeycloakSessionServletFilter.java:90)
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:793)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Error when loading public keys
at org.keycloak.keys.infinispan.InfinispanPublicKeyStorageProvider.getPublicKey(InfinispanPublicKeyStorageProvider.java:167)
at org.keycloak.keys.loader.PublicKeyStorageManager.getIdentityProviderPublicKey(PublicKeyStorageManager.java:75)
at org.keycloak.broker.oidc.OIDCIdentityProvider.verify(OIDCIdentityProvider.java:305)
at org.keycloak.broker.oidc.KeycloakOIDCIdentityProvider$KeycloakEndpoint.backchannelLogout(KeycloakOIDCIdentityProvider.java:81)
at sun.reflect.GeneratedMethodAccessor1819.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:139)
at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:295)
at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:249)
at org.jboss.resteasy.core.ResourceLocatorInvoker.invokeOnTargetObject(ResourceLocatorInvoker.java:138)
at org.jboss.resteasy.core.ResourceLocatorInvoker.invoke(ResourceLocatorInvoker.java:107)
at org.jboss.resteasy.core.ResourceLocatorInvoker.invokeOnTargetObject(ResourceLocatorInvoker.java:133)
at org.jboss.resteasy.core.ResourceLocatorInvoker.invoke(ResourceLocatorInvoker.java:101)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:395)
... 32 more
Caused by: java.util.concurrent.ExecutionException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:43214 [localhost/127.0.0.1] failed: Connection refused (Connection refused)
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.keycloak.keys.infinispan.InfinispanPublicKeyStorageProvider.getPublicKey(InfinispanPublicKeyStorageProvider.java:158)
... 46 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to localhost:43214 [localhost/127.0.0.1] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
at org.keycloak.connections.httpclient.DefaultHttpClientFactory$1.get(DefaultHttpClientFactory.java:86)
at org.keycloak.protocol.oidc.utils.JWKSHttpUtils.sendJwksRequest(JWKSHttpUtils.java:39)
at org.keycloak.keys.loader.OIDCIdentityProviderPublicKeyLoader.loadKeys(OIDCIdentityProviderPublicKeyLoader.java:54)
at org.keycloak.keys.infinispan.InfinispanPublicKeyStorageProvider$WrapperCallable.call(InfinispanPublicKeyStorageProvider.java:222)
at org.keycloak.keys.infinispan.InfinispanPublicKeyStorageProvider$WrapperCallable.call(InfinispanPublicKeyStorageProvider.java:202)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.keycloak.keys.infinispan.InfinispanPublicKeyStorageProvider.getPublicKey(InfinispanPublicKeyStorageProvider.java:152)
... 46 more
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
... 62 more
21:04:37,157 INFO [TestEventsLogger] [KcOIDCBrokerWithSignatureTest] testPublicKeyCacheInvalidatedWhenProviderUpdated() FINISHED
21:04:37,164 INFO [TestEventsLogger] [KcOIDCBrokerWithSignatureTest] testClearKeysCache() STARTED
21:04:37,273 DEBUG [KcOIDCBrokerWithSignatureTest] creating user for realm provider
21:04:37,482 DEBUG [KcOIDCBrokerWithSignatureTest] adding client brokerapp to realm provider
21:04:37,487 DEBUG [KcOIDCBrokerWithSignatureTest] adding identity provider to realm consumer
21:04:37,568 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:37,579 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:37,796 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:04:37,975 INFO [TestEventsLogger] [KcOIDCBrokerWithSignatureTest] testClearKeysCache() FINISHED
21:04:37,983 INFO [TestEventsLogger] [KcOIDCBrokerWithSignatureTest] testSignatureVerificationHardcodedPublicKey() STARTED
21:04:38,112 DEBUG [KcOIDCBrokerWithSignatureTest] creating user for realm provider
21:04:38,318 DEBUG [KcOIDCBrokerWithSignatureTest] adding client brokerapp to realm provider
21:04:38,322 DEBUG [KcOIDCBrokerWithSignatureTest] adding identity provider to realm consumer
21:04:38,400 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:38,413 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:38,674 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:04:39,046 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:39,056 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:39,321 DEBUG [AbstractKeycloakTest] Set time offset, response {currentTime=1492347899, offset=20}
21:04:39,332 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:39,346 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:39,678 DEBUG [AbstractKeycloakTest] Reset time offset, response {currentTime=1492347879, offset=0}
21:04:39,726 INFO [TestEventsLogger] [KcOIDCBrokerWithSignatureTest] testSignatureVerificationHardcodedPublicKey() FINISHED
21:04:39,734 INFO [TestEventsLogger] [KcOIDCBrokerWithSignatureTest] testSignatureVerificationHardcodedPublicKeyWithKeyIdSetExplicitly() STARTED
21:04:39,884 DEBUG [KcOIDCBrokerWithSignatureTest] creating user for realm provider
21:04:40,086 DEBUG [KcOIDCBrokerWithSignatureTest] adding client brokerapp to realm provider
21:04:40,091 DEBUG [KcOIDCBrokerWithSignatureTest] adding identity provider to realm consumer
21:04:40,200 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:40,213 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:40,476 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:04:40,575 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:40,588 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:40,846 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:40,861 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:41,344 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:41,367 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:41,752 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:04:41,765 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:42,104 INFO [TestEventsLogger] [KcOIDCBrokerWithSignatureTest] testSignatureVerificationHardcodedPublicKeyWithKeyIdSetExplicitly() FINISHED
21:04:42,112 INFO [AuthServerTestEnricher] removing test realms after test class
21:04:42,112 INFO [AuthServerTestEnricher] removing realm: provider
21:04:42,306 INFO [AuthServerTestEnricher] removing realm: consumer
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.235 sec - in org.keycloak.testsuite.broker.KcOIDCBrokerWithSignatureTest
Running org.keycloak.testsuite.broker.KcSamlBrokerTest
21:04:42,528 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:04:42,529 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.broker.KcSamlBrokerTest
21:04:42,533 INFO [TestEventsLogger] [KcSamlBrokerTest] loginWithExistingUser() STARTED
21:04:42,585 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:04:42,709 DEBUG [AbstractKeycloakTest] loading test realms
21:04:42,709 INFO [AbstractKeycloakTest] importing test realms
21:04:42,710 DEBUG [AbstractKeycloakTest] importing realm: provider
21:04:44,280 DEBUG [AbstractKeycloakTest] importing realm: consumer
21:04:45,133 DEBUG [AbstractBrokerTest] creating user for realm provider
21:04:45,372 DEBUG [AbstractBrokerTest] adding identity provider to realm consumer
21:04:45,399 DEBUG [AbstractBrokerTest] adding client null to realm provider
21:04:45,443 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:04:45,580 DEBUG [AbstractBrokerTest] Logging in
21:04:45,948 DEBUG [AbstractBrokerTest] Updating info on updateAccount page
21:04:46,073 DEBUG [AbstractBrokerTest] Testing single log out
21:04:46,202 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:04:46,671 INFO [TestEventsLogger] [KcSamlBrokerTest] loginWithExistingUser() FINISHED
21:04:46,685 INFO [TestEventsLogger] [KcSamlBrokerTest] grantNewRoleFromToken() STARTED
21:04:46,899 DEBUG [AbstractBrokerTest] creating user for realm provider
21:04:47,201 DEBUG [AbstractBrokerTest] adding mappers to identity provider in realm consumer
21:04:47,300 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:04:47,343 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:47,651 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:04:47,788 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:04:47,832 DEBUG [AbstractBaseBrokerTest] Logging in
21:04:48,328 INFO [TestEventsLogger] [KcSamlBrokerTest] grantNewRoleFromToken() FINISHED
21:04:48,336 INFO [TestEventsLogger] [KcSamlBrokerTest] loginWithExistingUserWithBruteForceEnabled() STARTED
21:04:48,512 DEBUG [AbstractBrokerTest] creating user for realm provider
21:04:48,777 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:04:48,799 DEBUG [AbstractBrokerTest] Logging in
21:04:49,021 DEBUG [AbstractBrokerTest] Updating info on updateAccount page
21:04:49,110 DEBUG [AbstractBrokerTest] Testing single log out
21:04:49,223 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:04:50,917 INFO [TestEventsLogger] [KcSamlBrokerTest] loginWithExistingUserWithBruteForceEnabled() FINISHED
21:04:50,925 INFO [TestEventsLogger] [KcSamlBrokerTest] loginWithExistingUserWithErrorFromProviderIdP() STARTED
21:04:51,096 DEBUG [AbstractBrokerTest] creating user for realm provider
21:04:51,363 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:04:51,394 DEBUG [AbstractBrokerTest] Logging in
21:04:51,658 INFO [TestEventsLogger] [KcSamlBrokerTest] loginWithExistingUserWithErrorFromProviderIdP() FINISHED
21:04:51,666 INFO [TestEventsLogger] [KcSamlBrokerTest] testLogInAsUserInIDP() STARTED
21:04:51,801 DEBUG [AbstractBrokerTest] creating user for realm provider
21:04:52,027 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:04:52,047 DEBUG [AbstractBrokerTest] Logging in
21:04:52,293 DEBUG [AbstractBrokerTest] Updating info on updateAccount page
21:04:52,364 DEBUG [AbstractBrokerTest] Testing single log out
21:04:52,485 INFO [TestEventsLogger] [KcSamlBrokerTest] testLogInAsUserInIDP() FINISHED
21:04:52,490 INFO [TestEventsLogger] [KcSamlBrokerTest] testLinkAccountWithEmailVerified() STARTED
21:04:52,609 DEBUG [AbstractBrokerTest] creating user for realm provider
21:04:52,817 INFO [MailServer] Started mail server (localhost:3025)
21:04:52,818 DEBUG [MailServer] Creating email account user@localhost.com
21:04:53,086 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:04:53,111 DEBUG [AbstractBrokerTest] Logging in
21:04:53,345 DEBUG [AbstractBrokerTest] Updating info on updateAccount page
21:05:08,432 DEBUG [MailAssert] ---------------------
21:05:08,433 DEBUG [MailAssert] Someone wants to link your "Consumer" account with "Kc-saml-idp" account of user testuser . If this was you, click the link below to link accounts
http://localhost:8180/auth/realms/consumer/login-actions/first-broker-login?code=RDMESZ-ktlF3Dxkf4_EeQOGcMGINHNlguEGTKBmm-R8.f3627a67-aa5c-4020-9bc2-782a042511ba&execution=427b922f-fe19-4d75-a191-4e8d6efa9b66&key=skrdr5B7Ri
This link will expire within 5 minutes.
If you don't want to link account, just ignore this message. If you link accounts, you will be able to login to Consumer through Kc-saml-idp.
21:05:08,433 DEBUG [MailAssert] ---------------------
21:05:08,434 INFO [AbstractBrokerTest] navigating to url from email: http://localhost:8180/auth/realms/consumer/login-actions/first-broker-login?code=RDMESZ-ktlF3Dxkf4_EeQOGcMGINHNlguEGTKBmm-R8.f3627a67-aa5c-4020-9bc2-782a042511ba&execution=427b922f-fe19-4d75-a191-4e8d6efa9b66&key=skrdr5B7Ri
21:05:08,525 INFO [MailServer] Stopping mail server (localhost:3025)
21:05:08,586 INFO [TestEventsLogger] [KcSamlBrokerTest] testLinkAccountWithEmailVerified() FINISHED
21:05:08,595 INFO [AuthServerTestEnricher] removing test realms after test class
21:05:08,595 INFO [AuthServerTestEnricher] removing realm: provider
21:05:08,785 INFO [AuthServerTestEnricher] removing realm: consumer
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.44 sec - in org.keycloak.testsuite.broker.KcSamlBrokerTest
Running org.keycloak.testsuite.broker.KcSamlIdPInitiatedSsoTest
21:05:08,977 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:05:08,978 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.broker.KcSamlIdPInitiatedSsoTest
21:05:08,979 INFO [TestEventsLogger] [KcSamlIdPInitiatedSsoTest] testProviderIdpInitiatedLogin() STARTED
21:05:08,999 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:05:09,098 DEBUG [AbstractKeycloakTest] loading test realms
Loaded realm provider
Loaded realm consumer
21:05:09,101 INFO [AbstractKeycloakTest] importing test realms
21:05:09,102 DEBUG [AbstractKeycloakTest] importing realm: provider
21:05:10,319 DEBUG [AbstractKeycloakTest] importing realm: consumer
21:05:10,942 DEBUG [KcSamlIdPInitiatedSsoTest] Logging in
21:05:11,213 DEBUG [KcSamlIdPInitiatedSsoTest] Updating info on updateAccount page
21:05:11,681 INFO [TestEventsLogger] [KcSamlIdPInitiatedSsoTest] testProviderIdpInitiatedLogin() FINISHED
21:05:11,700 INFO [AuthServerTestEnricher] removing test realms after test class
21:05:11,700 INFO [AuthServerTestEnricher] removing realm: provider
21:05:11,941 INFO [AuthServerTestEnricher] removing realm: consumer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.263 sec - in org.keycloak.testsuite.broker.KcSamlIdPInitiatedSsoTest
Running org.keycloak.testsuite.broker.KcSamlSignedBrokerTest
21:05:12,251 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:05:12,251 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.broker.KcSamlSignedBrokerTest
21:05:12,255 INFO [TestEventsLogger] [KcSamlSignedBrokerTest] loginWithExistingUser() STARTED
21:05:12,328 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:05:12,477 DEBUG [AbstractKeycloakTest] loading test realms
21:05:12,477 INFO [AbstractKeycloakTest] importing test realms
21:05:12,478 DEBUG [AbstractKeycloakTest] importing realm: provider
21:05:15,006 DEBUG [AbstractKeycloakTest] importing realm: consumer
21:05:15,795 DEBUG [AbstractBrokerTest] creating user for realm provider
21:05:16,032 DEBUG [AbstractBrokerTest] adding identity provider to realm consumer
21:05:16,070 DEBUG [AbstractBrokerTest] adding client null to realm provider
21:05:16,122 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:05:16,159 DEBUG [AbstractBrokerTest] Logging in
21:05:16,389 DEBUG [AbstractBrokerTest] Updating info on updateAccount page
21:05:16,459 DEBUG [AbstractBrokerTest] Testing single log out
21:05:16,534 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:05:16,906 INFO [TestEventsLogger] [KcSamlSignedBrokerTest] loginWithExistingUser() FINISHED
21:05:16,915 INFO [TestEventsLogger] [KcSamlSignedBrokerTest] grantNewRoleFromToken() STARTED
21:05:17,064 DEBUG [AbstractBrokerTest] creating user for realm provider
21:05:17,290 DEBUG [AbstractBrokerTest] adding mappers to identity provider in realm consumer
21:05:17,363 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:17,384 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:17,630 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:17,740 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:17,772 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:18,178 INFO [TestEventsLogger] [KcSamlSignedBrokerTest] grantNewRoleFromToken() FINISHED
21:05:18,186 INFO [TestEventsLogger] [KcSamlSignedBrokerTest] loginWithExistingUserWithBruteForceEnabled() STARTED
21:05:18,328 DEBUG [AbstractBrokerTest] creating user for realm provider
21:05:18,581 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:05:18,607 DEBUG [AbstractBrokerTest] Logging in
21:05:18,843 DEBUG [AbstractBrokerTest] Updating info on updateAccount page
21:05:18,900 DEBUG [AbstractBrokerTest] Testing single log out
21:05:18,969 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:05:20,656 INFO [TestEventsLogger] [KcSamlSignedBrokerTest] loginWithExistingUserWithBruteForceEnabled() FINISHED
21:05:20,662 INFO [TestEventsLogger] [KcSamlSignedBrokerTest] loginWithExistingUserWithErrorFromProviderIdP() STARTED
21:05:20,776 DEBUG [AbstractBrokerTest] creating user for realm provider
21:05:21,046 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:05:21,072 DEBUG [AbstractBrokerTest] Logging in
21:05:21,349 INFO [TestEventsLogger] [KcSamlSignedBrokerTest] loginWithExistingUserWithErrorFromProviderIdP() FINISHED
21:05:21,357 INFO [TestEventsLogger] [KcSamlSignedBrokerTest] testLogInAsUserInIDP() STARTED
21:05:21,550 DEBUG [AbstractBrokerTest] creating user for realm provider
21:05:21,893 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:05:21,924 DEBUG [AbstractBrokerTest] Logging in
21:05:22,186 DEBUG [AbstractBrokerTest] Updating info on updateAccount page
21:05:22,253 DEBUG [AbstractBrokerTest] Testing single log out
21:05:22,383 INFO [TestEventsLogger] [KcSamlSignedBrokerTest] testLogInAsUserInIDP() FINISHED
21:05:22,393 INFO [TestEventsLogger] [KcSamlSignedBrokerTest] testLinkAccountWithEmailVerified() STARTED
21:05:22,561 DEBUG [AbstractBrokerTest] creating user for realm provider
21:05:22,842 INFO [MailServer] Started mail server (localhost:3025)
21:05:22,842 DEBUG [MailServer] Creating email account user@localhost.com
21:05:23,079 DEBUG [AbstractBrokerTest] Clicking social kc-saml-idp
21:05:23,098 DEBUG [AbstractBrokerTest] Logging in
21:05:23,339 DEBUG [AbstractBrokerTest] Updating info on updateAccount page
21:05:38,896 DEBUG [MailAssert] ---------------------
21:05:38,899 DEBUG [MailAssert] Someone wants to link your "Consumer" account with "Kc-saml-idp" account of user testuser . If this was you, click the link below to link accounts
http://localhost:8180/auth/realms/consumer/login-actions/first-broker-login?code=xF6-SK8Bz7WFZNd-Wqbd6wC84oFMnsD1T2ftjFEw0ew.de2bc834-13d8-426a-8e05-3f3ecca5d2fd&execution=5e5333f0-1f9a-446d-809c-37b0d2cc0f67&key=IvxoIuUW80
This link will expire within 5 minutes.
If you don't want to link account, just ignore this message. If you link accounts, you will be able to login to Consumer through Kc-saml-idp.
21:05:38,899 DEBUG [MailAssert] ---------------------
21:05:38,900 INFO [AbstractBrokerTest] navigating to url from email: http://localhost:8180/auth/realms/consumer/login-actions/first-broker-login?code=xF6-SK8Bz7WFZNd-Wqbd6wC84oFMnsD1T2ftjFEw0ew.de2bc834-13d8-426a-8e05-3f3ecca5d2fd&execution=5e5333f0-1f9a-446d-809c-37b0d2cc0f67&key=IvxoIuUW80
21:05:39,035 INFO [MailServer] Stopping mail server (localhost:3025)
21:05:39,128 INFO [TestEventsLogger] [KcSamlSignedBrokerTest] testLinkAccountWithEmailVerified() FINISHED
21:05:39,138 INFO [AuthServerTestEnricher] removing test realms after test class
21:05:39,138 INFO [AuthServerTestEnricher] removing realm: provider
21:05:39,375 INFO [AuthServerTestEnricher] removing realm: consumer
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.349 sec - in org.keycloak.testsuite.broker.KcSamlSignedBrokerTest
Running org.keycloak.testsuite.broker.OidcUserAttributeMapperTest
21:05:39,614 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:05:39,615 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.broker.OidcUserAttributeMapperTest
21:05:39,627 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testBasicMappingEmail() STARTED
21:05:39,675 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:05:39,778 DEBUG [AbstractKeycloakTest] loading test realms
21:05:39,779 INFO [AbstractKeycloakTest] importing test realms
21:05:39,779 DEBUG [AbstractKeycloakTest] importing realm: provider
21:05:40,334 DEBUG [AbstractKeycloakTest] importing realm: consumer
21:05:41,411 DEBUG [AbstractUserAttributeMapperTest] adding client brokerapp to realm provider
21:05:41,480 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:41,593 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:41,909 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:41,923 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:42,182 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:42,360 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:42,380 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:42,706 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testBasicMappingEmail() FINISHED
21:05:42,712 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testBasicMappingMultipleValues() STARTED
21:05:42,932 DEBUG [AbstractUserAttributeMapperTest] adding client brokerapp to realm provider
21:05:42,953 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:43,035 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:43,243 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:43,253 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:43,482 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:43,603 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:43,614 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:43,980 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testBasicMappingMultipleValues() FINISHED
21:05:43,989 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testBasicMappingRemoveValue() STARTED
21:05:44,216 DEBUG [AbstractUserAttributeMapperTest] adding client brokerapp to realm provider
21:05:44,246 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:44,325 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:44,605 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:44,619 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:44,935 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:45,093 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:45,117 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:45,507 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testBasicMappingRemoveValue() FINISHED
21:05:45,513 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testBasicMappingClearValue() STARTED
21:05:45,688 DEBUG [AbstractUserAttributeMapperTest] adding client brokerapp to realm provider
21:05:45,703 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:45,769 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:46,003 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:46,018 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:46,334 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:46,440 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:46,451 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:46,824 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testBasicMappingClearValue() FINISHED
21:05:46,831 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testAddBasicMappingMultipleValues() STARTED
21:05:46,970 DEBUG [AbstractUserAttributeMapperTest] adding client brokerapp to realm provider
21:05:46,986 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:47,045 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:47,254 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:47,264 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:47,499 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:47,591 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:47,603 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:47,897 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testAddBasicMappingMultipleValues() FINISHED
21:05:47,903 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testDeleteBasicMappingMultipleValues() STARTED
21:05:48,014 DEBUG [AbstractUserAttributeMapperTest] adding client brokerapp to realm provider
21:05:48,035 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:48,089 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:48,352 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:48,366 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:48,662 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:49,124 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:49,154 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:49,560 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testDeleteBasicMappingMultipleValues() FINISHED
21:05:49,566 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testBasicMappingSingleValue() STARTED
21:05:49,685 DEBUG [AbstractUserAttributeMapperTest] adding client brokerapp to realm provider
21:05:49,702 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:49,754 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:50,031 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:50,044 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:50,285 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:50,422 DEBUG [AbstractBaseBrokerTest] Clicking social kc-oidc-idp
21:05:50,445 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:50,832 INFO [TestEventsLogger] [OidcUserAttributeMapperTest] testBasicMappingSingleValue() FINISHED
21:05:50,839 INFO [AuthServerTestEnricher] removing test realms after test class
21:05:50,839 INFO [AuthServerTestEnricher] removing realm: provider
21:05:51,041 INFO [AuthServerTestEnricher] removing realm: consumer
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.598 sec - in org.keycloak.testsuite.broker.OidcUserAttributeMapperTest
Running org.keycloak.testsuite.broker.SamlUserAttributeMapperTest
21:05:51,239 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:05:51,239 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.broker.SamlUserAttributeMapperTest
21:05:51,240 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testBasicMappingEmail() STARTED
21:05:51,284 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:05:51,383 DEBUG [AbstractKeycloakTest] loading test realms
21:05:51,383 INFO [AbstractKeycloakTest] importing test realms
21:05:51,384 DEBUG [AbstractKeycloakTest] importing realm: provider
21:05:52,019 DEBUG [AbstractKeycloakTest] importing realm: consumer
21:05:52,414 DEBUG [AbstractUserAttributeMapperTest] adding client null to realm provider
21:05:52,449 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:52,548 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:52,778 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:52,803 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:53,033 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:53,201 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:53,230 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:53,549 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testBasicMappingEmail() FINISHED
21:05:53,555 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testBasicMappingMultipleValues() STARTED
21:05:53,672 DEBUG [AbstractUserAttributeMapperTest] adding client null to realm provider
21:05:53,691 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:53,778 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:54,007 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:54,037 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:54,238 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:54,327 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:54,352 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:54,625 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testBasicMappingMultipleValues() FINISHED
21:05:54,632 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testBasicMappingRemoveValue() STARTED
21:05:54,747 DEBUG [AbstractUserAttributeMapperTest] adding client null to realm provider
21:05:54,763 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:54,847 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:55,058 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:55,075 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:55,334 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:55,439 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:55,463 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:55,743 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testBasicMappingRemoveValue() FINISHED
21:05:55,751 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testBasicMappingClearValue() STARTED
21:05:55,987 DEBUG [AbstractUserAttributeMapperTest] adding client null to realm provider
21:05:56,004 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:56,076 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:56,283 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:56,321 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:56,581 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:56,701 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:56,728 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:57,021 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testBasicMappingClearValue() FINISHED
21:05:57,026 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testAddBasicMappingMultipleValues() STARTED
21:05:57,140 DEBUG [AbstractUserAttributeMapperTest] adding client null to realm provider
21:05:57,156 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:57,261 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:57,479 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:57,499 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:57,706 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:57,851 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:57,882 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:58,209 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testAddBasicMappingMultipleValues() FINISHED
21:05:58,214 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testDeleteBasicMappingMultipleValues() STARTED
21:05:58,329 DEBUG [AbstractUserAttributeMapperTest] adding client null to realm provider
21:05:58,345 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:58,435 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:58,664 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:58,682 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:58,890 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:05:58,990 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:59,011 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:59,294 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testDeleteBasicMappingMultipleValues() FINISHED
21:05:59,299 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testBasicMappingSingleValue() STARTED
21:05:59,452 DEBUG [AbstractUserAttributeMapperTest] adding client null to realm provider
21:05:59,472 DEBUG [AbstractUserAttributeMapperTest] adding identity provider to realm consumer
21:05:59,555 DEBUG [AbstractUserAttributeMapperTest] creating user in realm provider
21:05:59,761 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:05:59,779 DEBUG [AbstractBaseBrokerTest] Logging in
21:05:59,997 DEBUG [AbstractBaseBrokerTest] Updating info on updateAccount page
21:06:00,116 DEBUG [AbstractBaseBrokerTest] Clicking social kc-saml-idp
21:06:00,137 DEBUG [AbstractBaseBrokerTest] Logging in
21:06:00,409 INFO [TestEventsLogger] [SamlUserAttributeMapperTest] testBasicMappingSingleValue() FINISHED
21:06:00,414 INFO [AuthServerTestEnricher] removing test realms after test class
21:06:00,415 INFO [AuthServerTestEnricher] removing realm: provider
21:06:00,581 INFO [AuthServerTestEnricher] removing realm: consumer
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.517 sec - in org.keycloak.testsuite.broker.SamlUserAttributeMapperTest
Running org.keycloak.testsuite.broker.SocialLoginTest
21:06:00,765 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:06:00,766 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.broker.SocialLoginTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.008 sec - in org.keycloak.testsuite.broker.SocialLoginTest
Running org.keycloak.testsuite.cli.admin.KcAdmCreateTest
21:06:00,786 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:06:00,787 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.cli.admin.KcAdmCreateTest
21:06:00,793 INFO [TestEventsLogger] [KcAdmCreateTest] testCreateWithRealmOverride() STARTED
21:06:00,801 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:06:00,895 DEBUG [AbstractKeycloakTest] loading test realms
21:06:00,899 INFO [AbstractKeycloakTest] importing test realms
21:06:00,899 DEBUG [AbstractKeycloakTest] importing realm: test
Executing: sh -c bin/kcadm.sh config credentials -x --config 'f1ec36cf-cf68-4184-8b9f-4fb06eb2d13a.config' --server http://localhost:8180/auth --realm master --user admin --password admin
Executing: sh -c bin/kcadm.sh create clients --config 'f1ec36cf-cf68-4184-8b9f-4fb06eb2d13a.config' --server http://localhost:8180/auth -r test -s clientId=my_first_client
21:06:07,772 INFO [TestEventsLogger] [KcAdmCreateTest] testCreateWithRealmOverride() FINISHED
21:06:07,781 INFO [TestEventsLogger] [KcAdmCreateTest] testCreateThoroughly() STARTED
Executing: sh -c bin/kcadm.sh config credentials -x --config 'efc3e388-b5fd-4aae-9f21-5c00aca33a90.config' --server http://localhost:8180/auth --realm master --user admin --password admin
Executing: sh -c bin/kcadm.sh create clients --config 'efc3e388-b5fd-4aae-9f21-5c00aca33a90.config' -o -f - < 'f8b7f8ac-0672-4a48-bbbc-5bb921b58f25.json'
Executing: sh -c bin/kcadm.sh create clients --config 'efc3e388-b5fd-4aae-9f21-5c00aca33a90.config' -o -f 'f8b7f8ac-0672-4a48-bbbc-5bb921b58f25.json' -s clientId=my_client2 -s enabled=false -s 'redirectUris=["http://localhost:8980/myapp2/*"]' -s 'name=My Client App II' -s 'webOrigins=["http://localhost:8980/myapp2"]' -s baseUrl=http://localhost:8980/myapp2 -s rootUrl=http://localhost:8980/myapp2
Executing: sh -c bin/kcadm.sh create clients --config 'efc3e388-b5fd-4aae-9f21-5c00aca33a90.config' -i -s clientId=my_client3
Executing: sh -c bin/kcadm.sh create clients --config 'efc3e388-b5fd-4aae-9f21-5c00aca33a90.config' -s clientId=my_client4
21:06:18,244 INFO [TestEventsLogger] [KcAdmCreateTest] testCreateThoroughly() FINISHED
21:06:18,255 INFO [AuthServerTestEnricher] removing test realms after test class
21:06:18,255 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.752 sec - in org.keycloak.testsuite.cli.admin.KcAdmCreateTest
Running org.keycloak.testsuite.cli.admin.KcAdmSessionTest
21:06:18,542 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:06:18,543 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.cli.admin.KcAdmSessionTest
21:06:18,550 INFO [TestEventsLogger] [KcAdmSessionTest] test() STARTED
21:06:18,576 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:06:18,740 DEBUG [AbstractKeycloakTest] loading test realms
21:06:18,742 INFO [AbstractKeycloakTest] importing test realms
21:06:18,743 DEBUG [AbstractKeycloakTest] importing realm: test
Executing: sh -c bin/kcadm.sh config credentials --server http://localhost:8180/auth --realm master --user admin --password admin --config /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/target/containers/keycloak-client-tools/93848c59-3f4d-4fe2-afc8-469991760a58.config
Executing: sh -c bin/kcadm.sh create realms --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' -s realm=demorealm -s enabled=true
Executing: sh -c bin/kcadm.sh create users --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' -r demorealm -s username=testuser -s enabled=true -i
Executing: sh -c bin/kcadm.sh add-roles --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' -r demorealm --uusername testuser --cclientid realm-management --rolename realm-admin
Executing: sh -c bin/kcadm.sh set-password --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' -r demorealm --username testuser -p password
Executing: sh -c bin/kcadm.sh config credentials --server http://localhost:8180/auth --realm demorealm --user testuser --password password --config /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/target/containers/keycloak-client-tools/93848c59-3f4d-4fe2-afc8-469991760a58.config
Executing: sh -c bin/kcadm.sh get-roles --config '93848c59-3f4d-4fe2-afc8-469991760a58.config'
Executing: sh -c bin/kcadm.sh create roles --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' -s name=testrole -s 'description=Test role' -o
Executing: sh -c bin/kcadm.sh get-roles --config '93848c59-3f4d-4fe2-afc8-469991760a58.config'
Executing: sh -c bin/kcadm.sh create clients --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' -s clientId=testclient -i
Executing: sh -c bin/kcadm.sh create clients/4e7e73d7-18aa-443f-b1d0-0e313d7dc73a/roles --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' -s name=clientrole -s 'description=Test client role'
Executing: sh -c bin/kcadm.sh get-roles --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' --cclientid testclient
Executing: sh -c bin/kcadm.sh add-roles --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' --uusername testuser --cclientid testclient --rolename clientrole
Executing: sh -c bin/kcadm.sh get-roles --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' --uusername testuser --all
Executing: sh -c bin/kcadm.sh add-roles --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' --uusername testuser --rolename testrole
Executing: sh -c bin/kcadm.sh get-roles --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' --uusername testuser --all
Executing: sh -c bin/kcadm.sh create groups --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' -s name=TestUsers -i
Executing: sh -c bin/kcadm.sh create groups/103cf971-66bb-4959-ba2a-8a0f6f21bd3f/children --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' -s name=TestPowerUsers -i
Executing: sh -c bin/kcadm.sh update users/c68cdbb8-1959-4f42-997b-4954822ce99c/groups/ae43a419-66d6-4c8b-b638-f1fd91924b95 --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' -s realm=demorealm -s userId=c68cdbb8-1959-4f42-997b-4954822ce99c -s groupId=ae43a419-66d6-4c8b-b638-f1fd91924b95 -n
Executing: sh -c bin/kcadm.sh delete groups/ae43a419-66d6-4c8b-b638-f1fd91924b95 --config '93848c59-3f4d-4fe2-afc8-469991760a58.config'
Executing: sh -c bin/kcadm.sh delete groups/103cf971-66bb-4959-ba2a-8a0f6f21bd3f --config '93848c59-3f4d-4fe2-afc8-469991760a58.config'
Executing: sh -c bin/kcadm.sh delete clients/4e7e73d7-18aa-443f-b1d0-0e313d7dc73a --config '93848c59-3f4d-4fe2-afc8-469991760a58.config'
Executing: sh -c bin/kcadm.sh delete roles/testrole --config '93848c59-3f4d-4fe2-afc8-469991760a58.config'
Executing: sh -c bin/kcadm.sh delete users/c68cdbb8-1959-4f42-997b-4954822ce99c --config '93848c59-3f4d-4fe2-afc8-469991760a58.config'
Executing: sh -c bin/kcadm.sh delete realms/demorealm --config '93848c59-3f4d-4fe2-afc8-469991760a58.config' --realm master
21:07:25,355 INFO [TestEventsLogger] [KcAdmSessionTest] test() FINISHED
21:07:25,379 INFO [AuthServerTestEnricher] removing test realms after test class
21:07:25,380 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.283 sec - in org.keycloak.testsuite.cli.admin.KcAdmSessionTest
Running org.keycloak.testsuite.cli.admin.KcAdmTest
21:07:25,833 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:07:25,834 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.cli.admin.KcAdmTest
21:07:25,838 INFO [TestEventsLogger] [KcAdmTest] testCRUDWithOnTheFlyServiceAccountWithSignedJwtClient() STARTED
21:07:25,881 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:07:26,082 DEBUG [AbstractKeycloakTest] loading test realms
21:07:26,086 INFO [AbstractKeycloakTest] importing test realms
21:07:26,087 DEBUG [AbstractKeycloakTest] importing realm: test
Executing: sh -c bin/kcadm.sh create clients --no-config --server http://localhost:8180/auth --realm test --client admin-cli-jwt --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass storepass --keypass keypass --alias admin-cli -s clientId=test-client -o
Executing: sh -c bin/kcadm.sh get clients/124e034f-1d00-4dfc-aeec-6fc4e1173356 --no-config --server http://localhost:8180/auth --realm test --client admin-cli-jwt --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass storepass --keypass keypass --alias admin-cli
Executing: sh -c bin/kcadm.sh update clients/124e034f-1d00-4dfc-aeec-6fc4e1173356 --no-config --server http://localhost:8180/auth --realm test --client admin-cli-jwt --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass storepass --keypass keypass --alias admin-cli -s enabled=false -o
Executing: sh -c bin/kcadm.sh delete clients/124e034f-1d00-4dfc-aeec-6fc4e1173356 --no-config --server http://localhost:8180/auth --realm test --client admin-cli-jwt --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass storepass --keypass keypass --alias admin-cli
Executing: sh -c bin/kcadm.sh delete clients/124e034f-1d00-4dfc-aeec-6fc4e1173356 --no-config --server http://localhost:8180/auth --realm test --client admin-cli-jwt --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass storepass --keypass keypass --alias admin-cli
STDOUT:
STDERR:
Logging into http://localhost:8180/auth as service-account-admin-cli-jwt of realm test
Resource not found for url: http://localhost:8180/auth/admin/realms/test/clients/124e034f-1d00-4dfc-aeec-6fc4e1173356
21:07:44,189 INFO [TestEventsLogger] [KcAdmTest] testCRUDWithOnTheFlyServiceAccountWithSignedJwtClient() FINISHED
21:07:44,199 INFO [TestEventsLogger] [KcAdmTest] testCredentialsNoServerWithDefaultConfig() STARTED
Executing: sh -c bin/kcadm.sh config credentials --realm master --user admin --password admin
STDOUT:
STDERR:
Required option not specified: --server
Try 'kcadm.sh help config credentials' for more information
21:07:45,750 INFO [TestEventsLogger] [KcAdmTest] testCredentialsNoServerWithDefaultConfig() FINISHED
21:07:45,759 INFO [TestEventsLogger] [KcAdmTest] testUserLoginWithCustomConfig() STARTED
Executing: sh -c bin/kcadm.sh config credentials --server http://localhost:8180/auth --realm master --user admin --password admin --config 'd725c4ab-1db0-47cc-a750-6b1f88627edf.config'
21:07:48,857 INFO [TestEventsLogger] [KcAdmTest] testUserLoginWithCustomConfig() FINISHED
21:07:48,865 INFO [TestEventsLogger] [KcAdmTest] testBadCommand() STARTED
Executing: sh -c bin/kcadm.sh nonexistent
21:07:49,056 ERROR [MailServer$1] Exception in thread "Thread-227"
21:07:49,058 ERROR [MailServer$1] Unexpected I/O error
java.lang.RuntimeException: Unexpected I/O error
at org.keycloak.testsuite.cli.exec.StreamReaderThread.run(StreamReaderThread.java:23)
Caused by: java.io.InterruptedIOException: Signalled to exit
at org.keycloak.testsuite.cli.exec.InteractiveInputStream.read(InteractiveInputStream.java:50)
at org.keycloak.testsuite.cli.exec.InteractiveInputStream.read(InteractiveInputStream.java:18)
at org.keycloak.testsuite.cli.exec.AbstractExec.copyStream(AbstractExec.java:242)
at org.keycloak.testsuite.cli.exec.StreamReaderThread.run(StreamReaderThread.java:21)
STDOUT:
STDERR:
Unknown command: nonexistent
21:07:50,122 INFO [TestEventsLogger] [KcAdmTest] testBadCommand() FINISHED
21:07:50,132 INFO [TestEventsLogger] [KcAdmTest] testCustomConfigLoginCreateDelete() STARTED
Executing: sh -c bin/kcadm.sh config credentials --server http://localhost:8180/auth --realm master --user admin --password admin --config '9bda7203-3624-4b48-9ce8-6da94c743210.config'
Executing: sh -c bin/kcadm.sh create --config '9bda7203-3624-4b48-9ce8-6da94c743210.config' clients -s clientId=test-client -o
Executing: sh -c bin/kcadm.sh delete clients/5d38597a-4afb-4875-85ee-55ebedb1ae3c --config '9bda7203-3624-4b48-9ce8-6da94c743210.config'
21:07:58,128 INFO [TestEventsLogger] [KcAdmTest] testCustomConfigLoginCreateDelete() FINISHED
21:07:58,137 INFO [TestEventsLogger] [KcAdmTest] testCredentialsServerAndRealmWithDefaultConfig() STARTED
Executing: sh -c bin/kcadm.sh config credentials --server http://localhost:8180/auth --realm master
21:07:59,866 INFO [TestEventsLogger] [KcAdmTest] testCredentialsServerAndRealmWithDefaultConfig() FINISHED
21:07:59,875 INFO [TestEventsLogger] [KcAdmTest] testCRUDWithOnTheFlyUserAuthWithClientSecret() STARTED
Executing: sh -c bin/kcadm.sh get clients --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-secret --secret password
STDOUT:
STDERR:
Logging into http://localhost:8180/auth as user user1 of realm test
Client not allowed for direct access grants [invalid_grant]
Executing: sh -c bin/kcadm.sh get clients --no-config --server http://localhost:8180/auth --realm test --user user1 --password wrong --client admin-cli-secret-direct --secret password
STDOUT:
STDERR:
Logging into http://localhost:8180/auth as user user1 of realm test
Invalid user credentials [invalid_grant]
Executing: sh -c bin/kcadm.sh get clients --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-secret-direct --secret wrong
STDOUT:
STDERR:
Logging into http://localhost:8180/auth as user user1 of realm test
Invalid client secret [unauthorized_client]
Executing: sh -c bin/kcadm.sh create clients --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-secret-direct --secret password -s clientId=test-client -o
Executing: sh -c bin/kcadm.sh get clients/c8e75063-6c6b-406c-8bc7-4b24aae40a6d --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-secret-direct --secret password
Executing: sh -c bin/kcadm.sh update clients/c8e75063-6c6b-406c-8bc7-4b24aae40a6d --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-secret-direct --secret password -s enabled=false -o
Executing: sh -c bin/kcadm.sh delete clients/c8e75063-6c6b-406c-8bc7-4b24aae40a6d --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-secret-direct --secret password
Executing: sh -c bin/kcadm.sh delete clients/c8e75063-6c6b-406c-8bc7-4b24aae40a6d --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-secret-direct --secret password
STDOUT:
STDERR:
Logging into http://localhost:8180/auth as user user1 of realm test
Resource not found for url: http://localhost:8180/auth/admin/realms/test/clients/c8e75063-6c6b-406c-8bc7-4b24aae40a6d
21:08:21,734 INFO [TestEventsLogger] [KcAdmTest] testCRUDWithOnTheFlyUserAuthWithClientSecret() FINISHED
21:08:21,742 INFO [TestEventsLogger] [KcAdmTest] testCredentialsNoRealmWithDefaultConfig() STARTED
Executing: sh -c bin/kcadm.sh config credentials --server http://localhost:8180/auth --user admin --password admin
21:08:21,986 ERROR [MailServer$1] Exception in thread "Thread-266"
21:08:21,986 ERROR [MailServer$1] Unexpected I/O error
java.lang.RuntimeException: Unexpected I/O error
at org.keycloak.testsuite.cli.exec.StreamReaderThread.run(StreamReaderThread.java:23)
Caused by: java.io.InterruptedIOException: Signalled to exit
at org.keycloak.testsuite.cli.exec.InteractiveInputStream.read(InteractiveInputStream.java:50)
at org.keycloak.testsuite.cli.exec.InteractiveInputStream.read(InteractiveInputStream.java:18)
at org.keycloak.testsuite.cli.exec.AbstractExec.copyStream(AbstractExec.java:242)
at org.keycloak.testsuite.cli.exec.StreamReaderThread.run(StreamReaderThread.java:21)
STDOUT:
STDERR:
Required option not specified: --realm
Try 'kcadm.sh help config credentials' for more information
21:08:22,897 INFO [TestEventsLogger] [KcAdmTest] testCredentialsNoRealmWithDefaultConfig() FINISHED
21:08:22,906 INFO [TestEventsLogger] [KcAdmTest] testBadOptionInPlaceOfCommand() STARTED
Executing: sh -c bin/kcadm.sh --nonexistent
21:08:23,098 ERROR [MailServer$1] Exception in thread "Thread-269"
21:08:23,099 ERROR [MailServer$1] Unexpected I/O error
java.lang.RuntimeException: Unexpected I/O error
at org.keycloak.testsuite.cli.exec.StreamReaderThread.run(StreamReaderThread.java:23)
Caused by: java.io.InterruptedIOException: Signalled to exit
at org.keycloak.testsuite.cli.exec.InteractiveInputStream.read(InteractiveInputStream.java:50)
at org.keycloak.testsuite.cli.exec.InteractiveInputStream.read(InteractiveInputStream.java:18)
at org.keycloak.testsuite.cli.exec.AbstractExec.copyStream(AbstractExec.java:242)
at org.keycloak.testsuite.cli.exec.StreamReaderThread.run(StreamReaderThread.java:21)
STDOUT:
STDERR:
Unknown command: --nonexistent
21:08:24,117 INFO [TestEventsLogger] [KcAdmTest] testBadOptionInPlaceOfCommand() FINISHED
21:08:24,127 INFO [TestEventsLogger] [KcAdmTest] testCRUDWithOnTheFlyServiceAccountWithClientSecret() STARTED
Executing: sh -c bin/kcadm.sh create clients --no-config --server http://localhost:8180/auth --realm test --client admin-cli-secret --secret password -s clientId=test-client -o
Executing: sh -c bin/kcadm.sh get clients/a7eddfee-11cb-4295-a25c-2f1135f33531 --no-config --server http://localhost:8180/auth --realm test --client admin-cli-secret --secret password
Executing: sh -c bin/kcadm.sh update clients/a7eddfee-11cb-4295-a25c-2f1135f33531 --no-config --server http://localhost:8180/auth --realm test --client admin-cli-secret --secret password -s enabled=false -o
Executing: sh -c bin/kcadm.sh delete clients/a7eddfee-11cb-4295-a25c-2f1135f33531 --no-config --server http://localhost:8180/auth --realm test --client admin-cli-secret --secret password
Executing: sh -c bin/kcadm.sh delete clients/a7eddfee-11cb-4295-a25c-2f1135f33531 --no-config --server http://localhost:8180/auth --realm test --client admin-cli-secret --secret password
STDOUT:
STDERR:
Logging into http://localhost:8180/auth as service-account-admin-cli-secret of realm test
Resource not found for url: http://localhost:8180/auth/admin/realms/test/clients/a7eddfee-11cb-4295-a25c-2f1135f33531
21:08:36,703 INFO [TestEventsLogger] [KcAdmTest] testCRUDWithOnTheFlyServiceAccountWithClientSecret() FINISHED
21:08:36,711 INFO [TestEventsLogger] [KcAdmTest] testCRUDWithOnTheFlyUserAuthWithSignedJwtClient() STARTED
Executing: sh -c bin/kcadm.sh get clients --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-jwt --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass storepass --keypass keypass --alias admin-cli
STDOUT:
STDERR:
Logging into http://localhost:8180/auth as user user1 of realm test
Client not allowed for direct access grants [invalid_grant]
Executing: sh -c bin/kcadm.sh get clients --no-config --server http://localhost:8180/auth --realm test --user user1 --password wrong --client admin-cli-jwt-direct --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass storepass --keypass keypass --alias admin-cli
STDOUT:
STDERR:
Logging into http://localhost:8180/auth as user user1 of realm test
Invalid user credentials [invalid_grant]
Executing: sh -c bin/kcadm.sh get clients --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-jwt-direct --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass wrong --keypass keypass --alias admin-cli
STDOUT:
STDERR:
Logging into http://localhost:8180/auth as user user1 of realm test
Failed to load private key: Keystore was tampered with, or password was incorrect
Executing: sh -c bin/kcadm.sh create clients --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-jwt-direct --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass storepass --keypass keypass --alias admin-cli -s clientId=test-client -o
Executing: sh -c bin/kcadm.sh get clients/18c15d8e-1664-4831-a874-7f98920339b7 --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-jwt-direct --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass storepass --keypass keypass --alias admin-cli
Executing: sh -c bin/kcadm.sh update clients/18c15d8e-1664-4831-a874-7f98920339b7 --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-jwt-direct --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass storepass --keypass keypass --alias admin-cli -s enabled=false -o
Executing: sh -c bin/kcadm.sh delete clients/18c15d8e-1664-4831-a874-7f98920339b7 --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-jwt-direct --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass storepass --keypass keypass --alias admin-cli
Executing: sh -c bin/kcadm.sh delete clients/18c15d8e-1664-4831-a874-7f98920339b7 --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass --client admin-cli-jwt-direct --keystore '/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration-arquillian/tests/base/src/test/resources/cli/kcadm/admin-cli-keystore.jks' --storepass storepass --keypass keypass --alias admin-cli
STDOUT:
STDERR:
Logging into http://localhost:8180/auth as user user1 of realm test
Resource not found for url: http://localhost:8180/auth/admin/realms/test/clients/18c15d8e-1664-4831-a874-7f98920339b7
21:08:58,595 INFO [TestEventsLogger] [KcAdmTest] testCRUDWithOnTheFlyUserAuthWithSignedJwtClient() FINISHED
21:08:58,603 INFO [TestEventsLogger] [KcAdmTest] testCRUDWithOnTheFlyUserAuth() STARTED
Executing: sh -c bin/kcadm.sh create clients --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass -s clientId=test-client -o
Executing: sh -c bin/kcadm.sh get clients/f2f6fe22-e817-4143-8113-222700f8f99e --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass
Executing: sh -c bin/kcadm.sh update clients/f2f6fe22-e817-4143-8113-222700f8f99e --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass -s enabled=false -o
Executing: sh -c bin/kcadm.sh delete clients/f2f6fe22-e817-4143-8113-222700f8f99e --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass
Executing: sh -c bin/kcadm.sh delete clients/f2f6fe22-e817-4143-8113-222700f8f99e --no-config --server http://localhost:8180/auth --realm test --user user1 --password userpass
STDOUT:
STDERR:
Logging into http://localhost:8180/auth as user user1 of realm test
Resource not found for url: http://localhost:8180/auth/admin/realms/test/clients/f2f6fe22-e817-4143-8113-222700f8f99e
21:09:12,229 INFO [TestEventsLogger] [KcAdmTest] testCRUDWithOnTheFlyUserAuth() FINISHED
21:09:12,238 INFO [TestEventsLogger] [KcAdmTest] testClientLoginWithDefaultConfigInteractive() STARTED
TEST SKIPPED - This test currently suffers from intermittent failures. Use -Dtest.intermittent=true to run it.
21:09:12,384 INFO [TestEventsLogger] [KcAdmTest] testClientLoginWithDefaultConfigInteractive() FINISHED
21:09:12,390 INFO [TestEventsLogger] [KcAdmTest] testUserLoginWithDefaultConfigInteractive() STARTED
TEST SKIPPED - This test currently suffers from intermittent failures. Use -Dtest.intermittent=true to run it.
21:09:12,560 INFO [TestEventsLogger] [KcAdmTest] testUserLoginWithDefaultConfigInteractive() FINISHED
21:09:12,573 INFO [TestEventsLogger] [KcAdmTest] testUserLoginWithDefaultConfig() STARTED
Executing: sh -c bin/kcadm.sh config credentials --server http://localhost:8180/auth --realm master --user admin --password admin
21:09:15,138 INFO [TestEventsLogger] [KcAdmTest] testUserLoginWithDefaultConfig() FINISHED
21:09:15,145 INFO [TestEventsLogger] [KcAdmTest] testHelpGlobalOption() STARTED
Executing: sh -c bin/kcadm.sh --help
Executing: sh -c bin/kcadm.sh create --help
Executing: sh -c bin/kcadm.sh get --help
Executing: sh -c bin/kcadm.sh update --help
Executing: sh -c bin/kcadm.sh delete --help
Executing: sh -c bin/kcadm.sh get-roles --help
Executing: sh -c bin/kcadm.sh add-roles --help
Executing: sh -c bin/kcadm.sh remove-roles --help
Executing: sh -c bin/kcadm.sh set-password --help
Executing: sh -c bin/kcadm.sh config --help
Executing: sh -c bin/kcadm.sh config credentials --help
Executing: sh -c bin/kcadm.sh config truststore --help
21:09:25,631 INFO [TestEventsLogger] [KcAdmTest] testHelpGlobalOption() FINISHED
21:09:25,637 INFO [TestEventsLogger] [KcAdmTest] testNoArgs() STARTED
Executing: sh -c bin/kcadm.sh
STDOUT:
Keycloak Admin CLI
Use 'kcadm.sh config credentials' command with username and password to start a session against a specific
server and realm.
For example:
$ kcadm.sh config credentials --server http://localhost:8080/auth --realm master --user admin
Enter password:
Logging into http://localhost:8080/auth as user admin of realm master
Any configured username can be used for login, but to perform admin operations the user
needs proper roles, otherwise operations will fail.
Usage: kcadm.sh COMMAND [ARGUMENTS]
Global options:
-x Print full stack trace when exiting with error
--help Print help for specific command
--config Path to the config file (~/.keycloak/kcadm.config by default)
Commands:
config Set up credentials, and other configuration settings using the config file
create Create new resource
get Get a resource
update Update a resource
delete Delete a resource
get-roles List roles for a user or a group
add-roles Add role to a user or a group
remove-roles Remove role from a user or a group
set-password Re-set password for a user
help This help
Use 'kcadm.sh help <command>' for more information about a given command.
STDERR:
Executing: sh -c bin/kcadm.sh config
STDOUT:
STDERR:
Sub-command required by 'kcadm.sh config' - one of: 'credentials', 'truststore'
Executing: sh -c bin/kcadm.sh config credentials
STDOUT:
Usage: kcadm.sh config credentials --server SERVER_URL --realm REALM --user USER [--password PASSWORD] [ARGUMENTS]
kcadm.sh config credentials --server SERVER_URL --realm REALM --client CLIENT_ID [--secret SECRET] [ARGUMENTS]
kcadm.sh config credentials --server SERVER_URL --realm REALM --client CLIENT_ID [--keystore KEYSTORE] [ARGUMENTS]
Command to establish an authenticated client session with the server. There are many authentication
options available, and it depends on server side client authentication configuration how client can or should authenticate.
The information always required includes --server, and --realm. Then, --user and / or --client need to be used to authenticate.
If --client is not provided it defaults to 'admin-cli'. The authentication options / requirements depend on how this client is configured.
If confidential client authentication is also configured, you may have to specify a client id, and client credentials in addition to
user credentials. Client credentials are either a client secret, or a keystore information to use Signed JWT mechanism.
If only client credentials are provided, and no user credentials, then the service account is used for login.
Arguments:
Global options:
-x Print full stack trace when exiting with error
--config Path to a config file (~/.keycloak/kcadm.config by default)
--truststore PATH Path to a truststore containing trusted certificates
--trustpass PASSWORD Truststore password (prompted for if not specified and --truststore is used)
Command specific options:
--server SERVER_URL Server endpoint url (e.g. 'http://localhost:8080/auth')
--realm REALM Realm name to use
--user USER Username to login with
--password PASSWORD Password to login with (prompted for if not specified and --user is used)
--client CLIENT_ID ClientId used by this client tool ('admin-cli' by default)
--secret SECRET Secret to authenticate the client (prompted for if --client is specified, and no --keystore is specified)
--keystore PATH Path to a keystore containing private key
--storepass PASSWORD Keystore password (prompted for if not specified and --keystore is used)
--keypass PASSWORD Key password (prompted for if not specified and --keystore is used without --storepass,
otherwise defaults to keystore password)
--alias ALIAS Alias of the key inside a keystore (defaults to the value of ClientId)
Examples:
Login as 'admin' user of 'master' realm to a local Keycloak server running on default port.
You will be prompted for a password:
$ kcadm.sh config credentials --server http://localhost:8080/auth --realm master --user admin
Login to Keycloak server at non-default endpoint passing the password via standard input:
$ kcadm.sh config credentials --server http://localhost:9080/auth --realm master --user admin << EOF
mypassword
EOF
Login specifying a password through command line:
$ kcadm.sh config credentials --server http://localhost:9080/auth --realm master --user admin --password $PASSWORD
Login using a client service account of a custom client. You will be prompted for a client secret:
$ kcadm.sh config credentials --server http://localhost:9080/auth --realm master --client reg-cli
Login using a client service account of a custom client, authenticating with signed JWT.
You will be prompted for a keystore password, and a key password:
$ kcadm.sh config credentials --server http://localhost:9080/auth --realm master --client reg-cli --keystore ~/.keycloak/keystore.jks
Login as 'user' while also authenticating a custom client with signed JWT.
You will be prompted for a user password, a keystore password, and a key password:
$ kcadm.sh config credentials --server http://localhost:9080/auth --realm master --user user --client reg-cli --keystore ~/.keycloak/keystore.jks
Use 'kcadm.sh help' for general information and a list of commands
STDERR:
Executing: sh -c bin/kcadm.sh config truststore
STDOUT:
Usage: kcadm.sh config truststore [TRUSTSTORE | --delete] [--trustpass PASSWORD] [ARGUMENTS]
Command to configure a global truststore to use when using https to connect to Keycloak server.
Arguments:
Global options:
-x Print full stack trace when exiting with error
--config Path to the config file (~/.keycloak/kcadm.config by default)
Command specific options:
TRUSTSTORE Path to truststore file
--trustpass PASSWORD Truststore password to unlock truststore (prompted for if set to '-')
-d, --delete Remove truststore configuration
Examples:
Specify a truststore - you will be prompted for truststore password every time it is used:
$ kcadm.sh config truststore ~/.keycloak/truststore.jks
Specify a truststore, and password - truststore will automatically be used without prompting for password:
$ kcadm.sh config truststore --storepass $PASSWORD ~/.keycloak/truststore.jks
Remove truststore configuration:
$ kcadm.sh config truststore --delete
Use 'kcadm.sh help' for general information and a list of commands
STDERR:
Executing: sh -c bin/kcadm.sh create
STDOUT:
Usage: kcadm.sh create ENDPOINT_URI [ARGUMENTS]
Command to create new resources on the server.
Use `kcadm.sh config credentials` to establish an authenticated sessions, or use CREDENTIALS OPTIONS
to perform one time authentication.
Arguments:
Global options:
-x Print full stack trace when exiting with error
--config Path to the config file (~/.keycloak/kcadm.config by default)
--truststore PATH Path to a truststore containing trusted certificates
--trustpass PASSWORD Truststore password (prompted for if not specified and --truststore is used)
CREDENTIALS OPTIONS Same set of options as accepted by 'kcadm.sh config credentials' in order to establish
an authenticated sessions. This allows on-the-fly transient authentication that does
not touch a config file.
Command specific options:
ENDPOINT_URI URI used to compose a target resource url. Commonly used values are:
realms, users, roles, groups, clients, keys, serverinfo, components ...
If it starts with 'http://' then it will be used as target resource url
-r, --target-realm REALM Target realm to issue requests against if not the one authenticated against
-s, --set NAME=VALUE Set a specific attribute NAME to a specified value VALUE
-d, --delete NAME Remove a specific attribute NAME from JSON request body
-f, --file FILENAME Read object from file or standard input if FILENAME is set to '-'
-b, --body CONTENT Content to be sent as-is or used as a JSON object template
-q, --query NAME=VALUE Add to request URI a NAME query parameter with value VALUE
-h, --header NAME=VALUE Set request header NAME to VALUE
-H, --print-headers Print response headers
-o, --output After creation output the new resource to standard output
-i, --id After creation only print id of the new resource to standard output
-F, --fields FILTER A filter pattern to specify which fields of a JSON response to output
-c, --compressed Don't pretty print the output
-a, --admin-root URL URL of Admin REST endpoint root if not default - e.g. http://localhost:8080/auth/admin
Nested attributes are supported by using '.' to separate components of a KEY. Optionaly, the KEY components
can be quoted with double quotes - e.g. my_client.attributes."external.user.id". If VALUE starts with [ and
ends with ] the attribute will be set as a JSON array. If VALUE starts with { and ends with } the attribute
will be set as a JSON object. If KEY ends with an array index - e.g. clients[3]=VALUE - then the specified item
of the array is updated. If KEY+=VALUE syntax is used, then KEY is assumed to be an array, and another item is
added to it.
Attributes can also be deleted. If KEY ends with an array index, then the targeted item of an array is removed
and the following items are shifted.
Examples:
Create a new realm:
$ kcadm.sh create realms -s realm=demorealm -s enabled=true
Create a new realm role in realm 'demorealm' returning newly created role:
$ kcadm.sh create roles -r demorealm -s name=manage-all -o
Create a new user in realm 'demorealm' returning only 'id', and 'username' attributes:
$ kcadm.sh create users -r demorealm -s username=testuser -s enabled=true -o --fields id,username
Create a new client using configuration read from standard input:
$ kcadm.sh create clients -r demorealm -f - << EOF
{
"clientId": "my_client"
}
EOF
Create a new group using configuration JSON passed as 'body' argument:
$ kcadm.sh create groups -r demorealm -b '{ "name": "Admins" }'
Create a client using file as a template, and override some attributes - return an 'id' of new client:
$ kcadm.sh create clients -r demorealm -f my_client.json -s clientId=my_client2 -s 'redirectUris=["http://localhost:8980/myapp/*"]' -i
Create a new client role for client my_client in realm 'demorealm' (replace ID with output of previous example command):
$ kcadm.sh create clients/ID/roles -r demorealm -s name=client_role
Use 'kcadm.sh help' for general information and a list of commands
STDERR:
Executing: sh -c bin/kcadm.sh get
STDOUT:
Usage: kcadm.sh get ENDPOINT_URI [ARGUMENTS]
Command to retrieve existing resources from the server.
Use `kcadm.sh config credentials` to establish an authenticated session, or use CREDENTIALS OPTIONS
to perform one time authentication.
Arguments:
Global options:
-x Print full stack trace when exiting with error
--config Path to the config file (~/.keycloak/kcadm.config by default)
--truststore PATH Path to a truststore containing trusted certificates
--trustpass PASSWORD Truststore password (prompted for if not specified and --truststore is used)
CREDENTIALS OPTIONS Same set of options as accepted by 'kcadm.sh config credentials' in order to establish
an authenticated sessions. This allows on-the-fly transient authentication that does
not touch a config file.
Command specific options:
ENDPOINT_URI URI used to compose a target resource url. Commonly used values are:
realms, users, roles, groups, clients, keys, serverinfo, components ...
If it starts with 'http://' then it will be used as target resource url
-r, --target-realm REALM Target realm to issue requests against if not the one authenticated against
-q, --query NAME=VALUE Add to request URI a NAME query parameter with value VALUE
-h, --header NAME=VALUE Set request header NAME to VALUE
-o, --offset OFFSET Set paging offset - adds a query parameter 'first' which some endpoints recognize
-l, --limit LIMIT Set limit to number of items in result - adds a query parameter 'max'
which some endpoints recognize
-H, --print-headers Print response headers
-o, --output After delete output any response to standard output
-F, --fields FILTER A filter pattern to specify which fields of a JSON response to output
-c, --compressed Don't pretty print the output
--format FORMAT Set output format to comma-separated-values by using 'csv'. Default format is 'json'
--noquotes Don't quote strings when output format is 'csv'
-a, --admin-root URL URL of Admin REST endpoint root if not default - e.g. http://localhost:8080/auth/admin
Examples:
Get all realms, displaying only some of the attributes:
$ kcadm.sh get realms --fields id,realm,enabled
Get 'demorealm':
$ kcadm.sh get realms/demorealm
Get all configured identity providers in demorealm, displaying only some of the attributes:
$ kcadm.sh get identity-provider/instances -r demorealm --fields alias,providerId,enabled
Get all clients in demorealm, displaying only some of the attributes:
$ kcadm.sh get clients -r demorealm --fields 'id,clientId,protocolMappers(id,name,protocol,protocolMapper)'
Get specific client in demorealm, and remove 'id', and 'protocolMappers' attributes in order to use
it as a template (replace ID with client's 'id'):
$ kcadm.sh get clients/ID -r demorealm --fields '*(*),-id,-protocolMappers' > realm-template.json
Display first level attributes available on 'serverinfo' resource:
$ kcadm.sh get serverinfo -r demorealm --fields '*'
Display system info and memory info:
$ kcadm.sh get serverinfo -r demorealm --fields 'systemInfo(*),memoryInfo(*)'
Get adapter configuration for the client (replace ID with client's 'id'):
$ kcadm.sh get clients/ID/installation/providers/keycloak-oidc-keycloak-json -r demorealm
Get first 100 users at the most:
$ kcadm.sh get users -r demorealm --offset 0 --limit 100
Note: 'users' endpoint knows how to handle --offset and --limit. Most other endpoints don't.
Get all users whose 'username' matches '*test*' pattern, and 'email' matches '*@google.com*':
$ kcadm.sh get users -r demorealm -q username=test -q email=@google.com
Note: it is the 'users' endpoint that interprets query parameters 'username', and 'email' in such a way that
it results in the described semantics. Another endpoint may provide a different semantics.
Use 'kcadm.sh help' for general information and a list of commands
STDERR:
Executing: sh -c bin/kcadm.sh update
STDOUT:
Usage: kcadm.sh update ENDPOINT_URI [ARGUMENTS]
Command to update existing resources on the server.
Use `kcadm.sh config credentials` to establish an authenticated sessions, or use CREDENTIALS OPTIONS
to perform one time authentication.
Arguments:
Global options:
-x Print full stack trace when exiting with error
--config Path to the config file (~/.keycloak/kcadm.config by default)
--truststore PATH Path to a truststore containing trusted certificates
--trustpass PASSWORD Truststore password (prompted for if not specified and --truststore is used)
CREDENTIALS OPTIONS Same set of options as accepted by 'kcadm.sh config credentials' in order to establish
an authenticated sessions. This allows on-the-fly transient authentication that does
not touch a config file.
Command specific options:
ENDPOINT_URI URI used to compose a target resource url. Commonly used values start with:
realms/, users/, roles/, groups/, clients/, keys/, components/ ...
If it starts with 'http://' then it will be used as target resource url
-r, --target-realm REALM Target realm to issue requests against if not the one authenticated against
-s, --set NAME=VALUE Set a specific attribute NAME to a specified value VALUE
NAME+=VALUE Add item VALUE to list attribute NAME
-d, --delete NAME Remove a specific attribute NAME from JSON request body
-f, --file FILENAME Read object from file or standard input if FILENAME is set to '-'
-b, --body CONTENT Content to be sent as-is or used as a JSON object template
-q, --query NAME=VALUE Add to request URI a NAME query parameter with value VALUE
-h, --header NAME=VALUE Set request header NAME to VALUE
-m, --merge Merge new values with existing configuration on the server
Merge is automatically enabled unless --file is specified
-n, --no-merge Suppress merge mode
-H, --print-headers Print response headers
-o, --output After update output the new resource to standard output
-F, --fields FILTER A filter pattern to specify which fields of a JSON response to output
-c, --compressed Don't pretty print the output
-a, --admin-root URL URL of Admin REST endpoint root if not default - e.g. http://localhost:8080/auth/admin
Nested attributes are supported by using '.' to separate components of a KEY. Optionaly, the KEY components
can be quoted with double quotes - e.g. my_client.attributes."external.user.id". If VALUE starts with [ and
ends with ] the attribute will be set as a JSON array. If VALUE starts with { and ends with } the attribute
will be set as a JSON object. If KEY ends with an array index - e.g. clients[3]=VALUE - then the specified item
of the array is updated. If KEY+=VALUE syntax is used, then KEY is assumed to be an array, and another item is
added to it.
Attributes can also be deleted. If KEY ends with an array index, then the targeted item of an array is removed
and the following items are shifted.
Merged mode fetches target resource item from the server, applies attribute changes to it, and sends it
back to the server.
Examples:
Update a target realm by fetching current configuration from the server, and applying specified changes
$ kcadm.sh update realms/demorealm -s registrationAllowed=true
Update a client by overwriting existing configuration using local file as a template (replace ID with client's 'id'):
$ kcadm.sh update clients/ID -f new_my_client.json -s 'redirectUris=["http://localhost:8080/myapp/*"]'
Update client by fetching current configuration from server and merging with specified changes (replace ID with client's 'id'):
$ kcadm.sh update clients/ID -f new_my_client.json -s enabled=true --merge
Reset user's password (replace ID with user's 'id'):
$ kcadm.sh update users/ID/reset-password -r demorealm -s type=password -s value=NEWPASSWORD -s temporary=true -n
Use 'kcadm.sh help' for general information and a list of commands
STDERR:
Executing: sh -c bin/kcadm.sh delete
STDOUT:
Usage: kcadm.sh delete ENDPOINT_URI [ARGUMENTS]
Command to delete resources on the server.
Use `kcadm.sh config credentials` to establish an authenticated sessions, or use CREDENTIALS OPTIONS
to perform one time authentication.
Arguments:
Global options:
-x Print full stack trace when exiting with error
--config Path to the config file (~/.keycloak/kcadm.config by default)
--truststore PATH Path to a truststore containing trusted certificates
--trustpass PASSWORD Truststore password (prompted for if not specified and --truststore is used)
CREDENTIALS OPTIONS Same set of options as accepted by 'kcadm.sh config credentials' in order to establish
an authenticated sessions. This allows on-the-fly transient authentication that does
not touch a config file.
Command specific options:
ENDPOINT_URI URI used to compose a target resource url. Commonly used values start with:
realms/, users/, roles/, groups/, clients/, keys/, components/ ...
If it starts with 'http://' then it will be used as target resource url
-r, --target-realm REALM Target realm to issue requests against if not the one authenticated against
-s, --set NAME=VALUE Send a body with request - set a specific attribute NAME to a specified value VALUE
-d, --delete NAME Remove a specific attribute NAME from JSON request body
-f, --file FILENAME Send a body with request - read object from file or standard input if FILENAME is set to '-'
-b, --body CONTENT Content to be sent as-is or used as a JSON object template
-q, --query NAME=VALUE Add to request URI a NAME query parameter with value VALUE
-h, --header NAME=VALUE Set request header NAME to VALUE
-H, --print-headers Print response headers
-o, --output After delete output any response to standard output
-F, --fields FILTER A filter pattern to specify which fields of a JSON response to output
-c, --compressed Don't pretty print the output
-a, --admin-root URL URL of Admin REST endpoint root if not default - e.g. http://localhost:8080/auth/admin
Examples:
Delete a realm role:
$ kcadm.sh delete roles/manage-all -r demorealm
Delete a user (replace USER_ID with the value of user's 'id' attribute):
$ kcadm.sh delete users/USER_ID -r demorealm
Use 'kcadm.sh help' for general information and a list of commands
STDERR:
Executing: sh -c bin/kcadm.sh add-roles
STDOUT:
Usage: kcadm.sh add-roles (--uusername USERNAME | --uid ID) [--cclientid CLIENT_ID | --cid ID] (--rolename NAME | --roleid ID)+ [ARGUMENTS]
kcadm.sh add-roles (--gname NAME | --gpath PATH | --gid ID) [--cclientid CLIENT_ID | --cid ID] (--rolename NAME | --roleid ID)+ [ARGUMENTS]
kcadm.sh add-roles (--rname ROLE_NAME | --rid ROLE_ID) [--cclientid CLIENT_ID | --cid ID] (--rolename NAME | --roleid ID)+ [ARGUMENTS]
Command to add realm or client roles to a user, a group or a composite role.
Use `kcadm.sh config credentials` to establish an authenticated session, or use CREDENTIALS OPTIONS
to perform one time authentication.
If client is specified using --cclientid or --cid then roles to add are client roles, otherwise they are realm roles.
Either a user, or a group needs to be specified. If user is specified using --uusername or --uid then roles are added
to a specific user. If group is specified using --gname, --gpath or --gid then roles are added to a specific group.
If composite role is specified using --rname or --rid then roles are added to a specific composite role.
One or more roles have to be specified using --rolename or --roleid so that they are added to a group, a user or a composite role.
Arguments:
Global options:
-x Print full stack trace when exiting with error
--config Path to the config file (~/.keycloak/kcadm.config by default)
--truststore PATH Path to a truststore containing trusted certificates
--trustpass PASSWORD Truststore password (prompted for if not specified and --truststore is used)
CREDENTIALS OPTIONS Same set of options as accepted by 'kcadm.sh config credentials' in order to establish
an authenticated sessions. This allows on-the-fly transient authentication that does
not touch a config file.
Command specific options:
--uusername User's 'username'. If more than one user exists with the same username
you'll have to use --uid to specify the target user
--uid User's 'id' attribute
--gname Group's 'name'. If more than one group exists with the same name you'll have
to use --gid, or --gpath to specify the target group
--gpath Group's 'path' attribute
--gid Group's 'id' attribute
--rname Composite role's 'name' attribute
--rid Composite role's 'id' attribute
--cclientid Client's 'clientId' attribute
--cid Client's 'id' attribute
--rolename Role's 'name' attribute
--roleid Role's 'id' attribute
-a, --admin-root URL URL of Admin REST endpoint root if not default - e.g. http://localhost:8080/auth/admin
-r, --target-realm REALM Target realm to issue requests against if not the one authenticated against
Examples:
Add 'offline_access' realm role to a user:
$ kcadm.sh add-roles -r demorealm --uusername testuser --rolename offline_access
Add 'realm-management' client roles 'view-users', 'view-clients' and 'view-realm' to a user:
$ kcadm.sh add-roles -r demorealm --uusername testuser --cclientid realm-management --rolename view-users --rolename view-clients --rolename view-realm
Add 'uma_authorization' realm role to a group:
$ kcadm.sh add-roles -r demorealm --gname PowerUsers --rolename uma_authorization
Add 'realm-management' client roles 'realm-admin' to a group:
$ kcadm.sh add-roles -r demorealm --gname PowerUsers --cclientid realm-management --rolename realm-admin
Use 'kcadm.sh help' for general information and a list of commands
STDERR:
Executing: sh -c bin/kcadm.sh remove-roles
STDOUT:
Usage: kcadm.sh remove-roles (--uusername USERNAME | --uid ID) [--cclientid CLIENT_ID | --cid ID] (--rolename NAME | --roleid ID)+ [ARGUMENTS]
kcadm.sh remove-roles (--gname NAME | --gpath PATH | --gid ID) [--cclientid CLIENT_ID | --cid ID] (--rolename NAME | --roleid ID)+ [ARGUMENTS]
kcadm.sh remove-roles (--rname ROLE_NAME | --rid ROLE_ID) [--cclientid CLIENT_ID | --cid ID] (--rolename NAME | --roleid ID)+ [ARGUMENTS]
Command to remove realm or client roles from a user, a group or a composite role.
Use `kcadm.sh config credentials` to establish an authenticated session, or use CREDENTIALS OPTIONS
to perform one time authentication.
If client is specified using --cclientid or --cid then roles to remove are client roles, otherwise they are realm roles.
Either a user, or a group needs to be specified. If user is specified using --uusername or --uid then roles are removed
from a specific user. If group is specified using --gname, --gpath or --gid then roles are removed from a specific group.
If composite role is specified using --rname or --rid then roles are removed from a specific composite role.
One or more roles have to be specified using --rolename or --roleid to be removed from a group, a user or a composite role.
Arguments:
Global options:
-x Print full stack trace when exiting with error
--config Path to the config file (~/.keycloak/kcadm.config by default)
--truststore PATH Path to a truststore containing trusted certificates
--trustpass PASSWORD Truststore password (prompted for if not specified and --truststore is used)
CREDENTIALS OPTIONS Same set of options as accepted by 'kcadm.sh config credentials' in order to establish
an authenticated sessions. This allows on-the-fly transient authentication that does
not touch a config file.
Command specific options:
--uusername User's 'username'. If more than one user exists with the same username
you'll have to use --uid to specify the target user
--uid User's 'id' attribute
--gname Group's 'name'. If more than one group exists with the same name you'll have
to use --gid, or --gpath to specify the target group
--gpath Group's 'path' attribute
--gid Group's 'id' attribute
--rname Composite role's 'name' attribute
--rid Composite role's 'id' attribute
--cclientid Client's 'clientId' attribute
--cid Client's 'id' attribute
--rolename Role's 'name' attribute
--roleid Role's 'id' attribute
-a, --admin-root URL URL of Admin REST endpoint root if not default - e.g. http://localhost:8080/auth/admin
-r, --target-realm REALM Target realm to issue requests against if not the one authenticated against
Examples:
Remove 'offline_access' realm role from a user:
$ kcadm.sh remove-roles -r demorealm --uusername testuser --rolename offline_access
Remove 'realm-management' client roles 'view-users', 'view-clients' and 'view-realm' from a user:
$ kcadm.sh remove-roles -r demorealm --uusername testuser --cclientid realm-management --rolename view-users --rolename view-clients --rolename view-realm
Remove 'uma_authorization' realm role to a group:
$ kcadm.sh remove-roles -r demorealm --gname PowerUsers --rolename uma_authorization
Remove 'realm-management' client roles 'realm-admin' from a group:
$ kcadm.sh remove-roles -r demorealm --gname PowerUsers --cclientid realm-management --rolename realm-admin
Use 'kcadm.sh help' for general information and a list of commands
STDERR:
Executing: sh -c bin/kcadm.sh set-password
STDOUT:
Usage: kcadm.sh set-password (--username USERNAME | --userid ID) [--password PASSWORD] [ARGUMENTS]
Command to reset user's password.
Use `kcadm.sh config credentials` to establish an authenticated session, or use CREDENTIALS OPTIONS
to perform one time authentication.
Arguments:
Global options:
-x Print full stack trace when exiting with error
--config Path to the config file (~/.keycloak/kcadm.config by default)
--truststore PATH Path to a truststore containing trusted certificates
--trustpass PASSWORD Truststore password (prompted for if not specified and --truststore is used)
CREDENTIALS OPTIONS Same set of options as accepted by 'kcadm.sh config credentials' in order to establish
an authenticated sessions. This allows on-the-fly transient authentication that does
not touch a config file.
Command specific options:
--username USERNAME Identify target user by 'username'
--userid ID Identify target user by 'id'
-p, --new-password New password to set. If not specified you will be prompted for it.
-t, --temporary Make the new password temporary - user has to change it on next logon
-a, --admin-root URL URL of Admin REST endpoint root if not default - e.g. http://localhost:8080/auth/admin
-r, --target-realm REALM Target realm to issue requests against if not the one authenticated against
Examples:
Set new temporary password for the user:
$ kcadm.sh set-password -r demorealm --username testuser --password NEWPASS -t
Use 'kcadm.sh help' for general information and a list of commands
STDERR:
Executing: sh -c bin/kcadm.sh help
21:09:35,918 INFO [TestEventsLogger] [KcAdmTest] testNoArgs() FINISHED
21:09:35,924 INFO [TestEventsLogger] [KcAdmTest] testBadOption() STARTED
Executing: sh -c bin/kcadm.sh get users --nonexistent
STDOUT:
STDERR:
Invalid option: --nonexistent
Try 'kcadm.sh help get' for more information
Executing: sh -c bin/kcadm.sh set-password --nonexistent
STDOUT:
STDERR:
Invalid option: --nonexistent
Try 'kcadm.sh help set-password' for more information
21:09:37,621 INFO [TestEventsLogger] [KcAdmTest] testBadOption() FINISHED
21:09:37,631 INFO [AuthServerTestEnricher] removing test realms after test class
21:09:37,632 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 132.089 sec - in org.keycloak.testsuite.cli.admin.KcAdmTest
Running org.keycloak.testsuite.cli.admin.KcAdmTruststoreTest
21:09:37,938 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:09:37,939 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.cli.admin.KcAdmTruststoreTest
21:09:37,940 INFO [TestEventsLogger] [KcAdmTruststoreTest] testTruststore() STARTED
21:09:37,965 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:09:38,086 DEBUG [AbstractKeycloakTest] loading test realms
21:09:38,090 INFO [AbstractKeycloakTest] importing test realms
21:09:38,091 DEBUG [AbstractKeycloakTest] importing realm: test
TEST SKIPPED - This test requires HTTPS. Run with '-Pauth-server-wildfly -Dauth.server.ssl.required=true'
21:09:40,698 INFO [TestEventsLogger] [KcAdmTruststoreTest] testTruststore() FINISHED
21:09:40,704 INFO [AuthServerTestEnricher] removing test realms after test class
21:09:40,704 INFO [AuthServerTestEnricher] removing realm: test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.256 sec - in org.keycloak.testsuite.cli.admin.KcAdmTruststoreTest
Running org.keycloak.testsuite.cli.admin.KcAdmUpdateTest
21:09:41,212 DEBUG [KeycloakWebDriverConfigurator] Adding new capabilities for HtmlUnitDriver: {version=chrome}
21:09:41,213 INFO [AppServerTestEnricher]
TEST CONTEXT: org.keycloak.testsuite.cli.admin.KcAdmUpdateTest
21:09:41,216 INFO [TestEventsLogger] [KcAdmUpdateTest] testUpdateThoroughly() STARTED
21:09:41,232 INFO [KeycloakDronePostSetup] Configuring driver settings. implicitWait=750, pageLoadTimeout=10000
21:09:41,526 DEBUG [AbstractKeycloakTest] loading test realms
21:09:41,528 INFO [AbstractKeycloakTest] importing test realms
21:09:41,529 DEBUG [AbstractKeycloakTest] importing realm: test
^C
Results :
Tests in error:
TrustStoreEmailTest.verifyEmailWithSslEnabled:87 » Runtime java.net.SocketTime...
TrustStoreEmailTest.verifyEmailWithSslWrongCertificate:111 » Runtime java.net....
RequiredActionEmailVerificationTest.verifyEmailBadCode:314 » Runtime java.net....
RequiredActionEmailVerificationTest.verifyEmailConfig:107 » Runtime java.net.S...
RequiredActionEmailVerificationTest.verifyEmailExisting:125 » Runtime java.net...
RequiredActionEmailVerificationTest.verifyEmailNewBrowserSession:245 » Runtime
RequiredActionEmailVerificationTest.verifyEmailRegister:156 » Runtime java.net...
RequiredActionEmailVerificationTest.verifyEmailResend:185 » Runtime java.net.S...
RequiredActionEmailVerificationTest.verifyEmailResendFirstInvalidSecondStillValid:218 » Runtime
RequiredActionEmailVerificationTest.verifyInvalidKeyOrCode:281 » Runtime java....
Tests run: 439, Failures: 0, Errors: 10, Skipped: 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment