Skip to content

Instantly share code, notes, and snippets.

@tecsyscom
Created April 16, 2017 13:00
Show Gist options
  • Save tecsyscom/180ef85b20759d6356d28ac9ce294abe to your computer and use it in GitHub Desktop.
Save tecsyscom/180ef85b20759d6356d28ac9ce294abe to your computer and use it in GitHub Desktop.
keyCloak mvn install (2)
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.handleLoginResponse(AbstractSamlAuthenticationHandler.java:360)
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.handleSamlResponse(AbstractSamlAuthenticationHandler.java:213)
at org.keycloak.adapters.saml.profile.webbrowsersso.SamlEndpoint.handle(SamlEndpoint.java:44)
at org.keycloak.adapters.saml.SamlAuthenticator.authenticate(SamlAuthenticator.java:48)
at org.keycloak.adapters.saml.undertow.AbstractSamlAuthMech.authenticate(AbstractSamlAuthMech.java:115)
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:233)
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:250)
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:219)
at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:121)
at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:96)
at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:89)
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
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)
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Error Page
</title>
</head>
<body>
<h1>
There was an error
</h1>
<br/>
HTTP status code: 403
<br/>
Error info: SamlAuthenticationError [reason=INVALID_SIGNATURE, status=org.keycloak.dom.saml.v2.protocol.ResponseType@782d4d53]
</body>
</html>
20:08:46,535 ERROR XNIO-72 task-12 [org.keycloak.adapters.saml.profile.webbrowsersso.WebBrowserSsoAuthenticationHandler] Failed to verify saml response signature
org.keycloak.common.VerificationException: Invalid signature on document
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.verifyPostBindingSignature(AbstractSamlAuthenticationHandler.java:551)
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.validateSamlSignature(AbstractSamlAuthenticationHandler.java:271)
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.handleSamlResponse(AbstractSamlAuthenticationHandler.java:192)
at org.keycloak.adapters.saml.profile.webbrowsersso.SamlEndpoint.handle(SamlEndpoint.java:44)
at org.keycloak.adapters.saml.SamlAuthenticator.authenticate(SamlAuthenticator.java:48)
at org.keycloak.adapters.saml.undertow.AbstractSamlAuthMech.authenticate(AbstractSamlAuthMech.java:115)
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:233)
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:250)
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:219)
at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:121)
at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:96)
at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:89)
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
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)
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Error Page
</title>
</head>
<body>
<h1>
There was an error
</h1>
<br/>
HTTP status code: 403
<br/>
Error info: SamlAuthenticationError [reason=INVALID_SIGNATURE, status=org.keycloak.dom.saml.v2.protocol.ResponseType@701b8526]
</body>
</html>
In SendUsername Servlet doGet()
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-metadata/saml
********* HERE ******
redirecting
http://localhost:8081/auth/realms/demo/protocol/saml?SAMLRequest=jVJbT8IwFP4rS99HuwluNIwEIUYSLwugD76Y2h2kSdfOng7l31uGRn0ATfrQ9HznfJfTEYpaN3zS%2Bo1ZwGsL6KP3WhvkXaEgrTPcClTIjagBuZd8Obm55mmP8cZZb6XV5NByGiwQwXllDYkmX9epNdjW4JbgtkrC%2FeK6IBvvG06ptlLojUXPc5YnFOpG2x0AJdEsaFRG7PuPoUWwQx0IXSOtoLb0SynduyLRpXUSOs8FWQuNQKL5rCDz2VO%2FymEgIY2zlJ3H%2FSx9jkU%2BzOK0ys8yNmSSsUEAYxnsqC18tyO2MDfohfEFSVkyiNlZzM5XacrDSbJePug%2Fkqj8FHKhTKXMy%2BnIng8g5FerVRmXd8sViR7AYec8AMh4tPfDO3L3Y2%2F%2F3cT4j7BH9Mf8A1nDb8PA%2Bay0WsldNNHavk1D1D5k4V0LXbi18MclJL2ke1FVvO6gvDXYgFRrBRWh4wPp7z85%2FgA%3D&RelayState=http%3A%2F%2Ftest.com%2Ffoo%2Fbar
********* HERE ******
received response
In SendUsername Servlet doGet()
check role: manager
check role: user
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/employee2/saml
In SendUsername Servlet doGet()
check role: manager
check role: employee
check role: user
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/employee2/saml
>>>>>>>>>> single role attribute <<<<<<<<
In SendUsername Servlet doGet()
check role: el-jefe
check role: user
check role: hardcoded-role
check role: pee-on
20:08:47,816 ERROR XNIO-72 task-30 [org.keycloak.protocol.saml.SamlService] request validation failed
org.keycloak.common.VerificationException: Invalid signature on document
at org.keycloak.protocol.saml.SamlProtocolUtils.verifyDocumentSignature(SamlProtocolUtils.java:83)
at org.keycloak.protocol.saml.SamlProtocolUtils.verifyDocumentSignature(SamlProtocolUtils.java:68)
at org.keycloak.protocol.saml.SamlService$PostBindingProtocol.verifySignature(SamlService.java:451)
at org.keycloak.protocol.saml.SamlService$BindingProtocol.handleSamlRequest(SamlService.java:208)
at org.keycloak.protocol.saml.SamlService$PostBindingProtocol.execute(SamlService.java:474)
at org.keycloak.protocol.saml.SamlService.postBinding(SamlService.java:551)
at sun.reflect.GeneratedMethodAccessor946.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:101)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:395)
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:847)
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)
20:08:47,817 WARN XNIO-72 task-30 [org.keycloak.events] type=LOGIN_ERROR, realmId=demo, clientId=null, userId=null, ipAddress=127.0.0.1, error=invalid_signature
http://localhost:8081/auth/realms/demo/protocol/saml
In SendUsername Servlet doGet()
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post-sig/saml
In SendUsername Servlet doGet()
request-path: /foo
principal=bburke
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post2/saml
In SendUsername Servlet doGet()
request-path:
principal=bburke
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post/saml
In SendUsername Servlet doGet()
request-path: /
principal=G-db442c87-d474-4d1d-b5e3-0e914568ca4e
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post-sig-persistent/saml
*********** Current url: http://localhost:8081/input-portal
Current url: http://localhost:8081/input-portal/secured/post
parameter=hello
insecure:
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Insecure Page
</title>
</head>
<body>
UserPrincipal: bburke
</body>
</html>
In SendUsername Servlet doGet()
request-path: /
principal=G-e6ef1546-ffa7-456f-a1c7-840ecbb58d29
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post-sig-transient/saml
In SendUsername Servlet doGet()
In SendUsername Servlet doGet()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/employee-sig-front/saml?SAMLResponse=jVJNa8JAEP0rYe%2FrfmQ1yWICpV4Ee6nioZcyJhMVNrshs4H231cjpRak9DjMe%2FM%2BmCVB53q7CccwxlekPnjC5KNznuy0Ktk4eBuAzmQ9dEg21nb79LKxeiZtP4QY6uDYjfI3GIhwiOfgWbJCimcP16Fkpxh7K4QLNbhToGhzmSuBXe%2FCJyKn85G3Q%2FBRXA2xZL0q2Xr1Lk0rW71IucxBcbNQwPPDHDhimulW5SpT5gL236F2YaKZFA6q0QVPQUpuTJHxIk0Nh0KnbVto2TbZhUY04tpTBB9LpqXKuDRcLXZKW5lbU8yKefHGkj0ONGW45GPV8mrQTtzhrsP%2FtlI9LgLGeBIDgutINNiFpbiTuWn2dhshjvR7eg4NJntwI%2F7tgCa03Y51jURMVDeFn6Pi0ZNUXw%3D%3D&RelayState=logout&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=Hdv308IaFMD7Ew4sREsgO%2BBrk4xbyZWvrfUukGG%2BezzuiY%2FTeS8PBz7wZcLfsCdsdikK92yrQNEsQi9afXhsmNexasLe9hmDC9U2UV9xsZkmJtPjT%2BP2l%2FwG4oe8nhMQW6xFcJTWyGpFbwUPs1vFaQpgsp85hI7A1jSb6QOgui0%3D
visit 1st app
login to form
In SendUsername Servlet doGet()
visit 2nd app
In SendUsername Servlet doGet()
visit 3rd app
In SendUsername Servlet doGet()
GLO
In SendUsername Servlet doGet()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/employee-sig/saml?SAMLResponse=jZJBi8IwEIX%2FSsk9Jm1TG4MtyHoR3MsqHvayjHWqhTQpnRR2%2F%2F3WyrIuiOxxyPvy3jxmSdDazmz92Q%2FhDanzjjD6bK0jMz0VbOid8UANGQctkgmV2a1etyaZSdP1PvjKW3ZDnouBCPvQeMeiNVJoHFyHgl1C6IwQ1ldgL56C0VLHAtvO%2Bi9ETs1ZXKOwaLMu2Gb9kc%2FTSiUauDwlmqtc5lzH85TXdbpQEKfHpNKj2P2ss%2FcTVmcLPCoteX7MkxFLNQeVxVxCltYqVZnW2YgRDbhxFMCFgiUyzrlUPJ7v48RIbTI5G8l3Fh2wpyn9uBkrl9eAZmL7u%2Fb%2B20f5uAIYwkX0CLYlccLWL8Wdzc2zM7sAYaC%2F04s%2FYXQAO%2BDzBDSpzW6oKiRiorw5%2FH4qHp1H%2BQ0%3D&RelayState=logout&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=pNVhdM9LtdnoeVftSjiXLajbK4nSSyi35DpBxMq9FoNO4dQ%2BfZMik3pEAL4p6RrowL1NwdECHBPlpdKMY%2Bd6eEcMNigjmtTVZS1zU4SeYe0l%2F7igQkletKpDuTC3tlYFCpdIGCChTrLGUuOSoau47PLg7JfxArWJ3rq70OSKjIo%3D
In SendUsername Servlet doGet()
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post-enc/saml
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Error Page
</title>
</head>
<body>
<h1>
There was an error
</h1>
<br/>
HTTP status code: 403
</body>
</html>
In SendUsername Servlet doGet()
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post-assertion-and-response-sig/saml
In SendUsername Servlet doGet()
request-path: /
principal=bburke@redhat.com
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post-sig-email/saml
In SendUsername Servlet doGet()
In SendUsername Servlet doGet()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/employee-sig/saml?SAMLResponse=jZJLa8MwEIT%2FitFd0SN%2BRcSG0lwC6aUJOfRS1vI6MdiS8crQ%2FvsmDqUphNLjovk0s8OuCfpuMDt%2F8lN4RRq8I4w%2B%2Bs6RmZ8KNo3OeKCWjIMeyQRr9k8vO6MX0gyjD976jt2Qv8VAhGNovWPRBim0Dq5Dwc4hDEaIzlvozp6CyWWuBPZD5z8RObUncY3Cou2mYNvN%2BxKlbao04xpUwuMcJIcqX3Itl02lVZ2lkF7E7nudg58xzFSlmtWKN5myFyxueAUY88xaWSdqFedSXzCiCbeOArhQMC1VxmXMVXpQ2sjcJHqRxOkbi4440pz%2Bshkr19eAZmbHu%2Fb%2B20f5uAKYwlmMCF1Posber8Wdzc1zMPsAYaLf07OvMTpCN%2BHfCWhWm%2F1kLRIxUd4cfj4Vj86j%2FAI%3D&RelayState=logout&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=P5jOm%2FP%2BFSKgM%2BKX8i6TsKcQDepzNMuNWDCycZnFnrsQkMS6%2Fkrox2AhlNZSkhgHSQjU9fK3sJNIaf5yF6k9tDczXc4HirQWkWNo5PGDztE2jxJH36CNqxF7tEhFXZ49P3P4vb%2FEnrWOOkKrIXskxzA0YE41JADeR7S0rrswD0E%3D
In SendUsername Servlet doGet()
request-path: /
principal=bburke
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post/saml
20:08:52,984 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.612 sec - in org.keycloak.testsuite.keycloaksaml.SamlAdapterTest
Running org.keycloak.testsuite.model.CacheTest
20:08:53,101 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:08:53,152 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:09:00,343 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:09:00,343 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:09:00,344 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' already exists. Removing it before import
20:09:00,493 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:00,493 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:00,495 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:00,496 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:00,497 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:00,776 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:09:00,780 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:09:00,796 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7707 ms
20:09:01,768 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:09:02,002 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.011 sec - in org.keycloak.testsuite.model.CacheTest
Running org.keycloak.testsuite.model.ClientModelTest
20:09:02,122 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:09:02,151 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:09:08,949 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:09:08,949 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:09:08,949 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' already exists. Removing it before import
20:09:09,094 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:09,094 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:09,096 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:09,097 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:09,098 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:09,379 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:09:09,382 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:09:09,401 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7294 ms
20:09:10,376 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:09:13,112 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.099 sec - in org.keycloak.testsuite.model.ClientModelTest
Running org.keycloak.testsuite.model.ClusterInvalidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.keycloak.testsuite.model.ClusterInvalidationTest
Running org.keycloak.testsuite.model.ClusterSessionCleanerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.keycloak.testsuite.model.ClusterSessionCleanerTest
Running org.keycloak.testsuite.model.CompositeRolesModelTest
20:09:13,237 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:09:13,306 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:09:19,686 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:09:19,686 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:09:19,806 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:19,806 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:19,809 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:19,810 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:19,811 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:20,150 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:09:20,152 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:09:20,172 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 6956 ms
20:09:21,079 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:09:24,556 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.432 sec - in org.keycloak.testsuite.model.CompositeRolesModelTest
Running org.keycloak.testsuite.model.ConcurrentTransactionsTest
20:09:24,672 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:09:24,719 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:09:31,310 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:09:31,310 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:09:31,426 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:31,427 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:31,429 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:31,430 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:31,431 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:31,585 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:09:31,587 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:09:31,607 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 6947 ms
20:09:32,560 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:09:32,655 INFO Thread-410 [org.keycloak.testsuite.model.ConcurrentTransactionsTest] transaction1 started
20:09:32,655 INFO Thread-411 [org.keycloak.testsuite.model.ConcurrentTransactionsTest] transaction2 started
20:09:32,671 INFO Thread-410 [org.keycloak.testsuite.model.ConcurrentTransactionsTest] transaction1: Read client finished
20:09:32,671 INFO Thread-411 [org.keycloak.testsuite.model.ConcurrentTransactionsTest] transaction2: Going to update client secret
20:09:32,673 INFO Thread-411 [org.keycloak.testsuite.model.ConcurrentTransactionsTest] transaction2: commited
20:09:32,673 INFO Thread-410 [org.keycloak.testsuite.model.ConcurrentTransactionsTest] transaction1: Going to read client again
20:09:32,676 INFO Thread-410 [org.keycloak.testsuite.model.ConcurrentTransactionsTest] transaction1: secret: old
20:09:32,677 INFO main [org.keycloak.testsuite.model.ConcurrentTransactionsTest] after thread join
20:09:32,679 INFO main [org.keycloak.testsuite.model.ConcurrentTransactionsTest] SECRET FROM DB : new
20:09:32,679 INFO main [org.keycloak.testsuite.model.ConcurrentTransactionsTest] SECRET FROM CACHE : new
20:09:33,289 INFO main [org.keycloak.testsuite.model.ConcurrentTransactionsTest] removeUserAttribute: after thread join
20:09:33,425 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.847 sec - in org.keycloak.testsuite.model.ConcurrentTransactionsTest
Running org.keycloak.testsuite.model.DBLockTest
20:09:33,540 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:09:33,554 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:09:39,962 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:09:39,962 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:09:40,088 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:40,088 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:40,090 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:40,092 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:40,093 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:40,362 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:09:40,365 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:09:40,385 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 6856 ms
20:09:41,381 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:09:41,415 WARN Thread-420 [org.keycloak.connections.jpa.updater.liquibase.lock.CustomLockService] Failed to create lock table. Maybe other transaction created in the meantime. Retrying...
20:09:41,418 WARN Thread-416 [org.keycloak.connections.jpa.updater.liquibase.lock.CustomLockService] Failed to create lock table. Maybe other transaction created in the meantime. Retrying...
20:09:41,418 WARN Thread-417 [org.keycloak.connections.jpa.updater.liquibase.lock.CustomLockService] Failed to create lock table. Maybe other transaction created in the meantime. Retrying...
20:09:41,625 WARN Thread-422 [org.keycloak.connections.jpa.updater.liquibase.lock.CustomLockService] Failed to insert first record to the lock table. Maybe other transaction inserted in the meantime. Retrying...
20:09:41,856 INFO main [org.keycloak.testsuite.model.DBLockTest] DBLockTest executed in 463 ms with total counter 40. THREADS_COUNT=20, ITERATIONS_PER_THREAD=2
20:09:42,163 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.723 sec - in org.keycloak.testsuite.model.DBLockTest
Running org.keycloak.testsuite.model.ImportTest
20:09:42,279 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:09:42,335 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:09:48,681 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:09:48,681 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:09:48,784 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:48,784 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:48,786 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:48,787 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:48,788 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:09:49,206 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:09:49,210 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:09:49,242 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 6974 ms
20:09:50,264 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:09:52,594 INFO main [org.keycloak.storage.ldap.LDAPIdentityStoreRegistry] Creating new LDAP Store for the LDAP storage provider: 'MyLDAPProvider1', LDAP Configuration: {changedSyncPeriod=[0], lastSync=[0], fullSyncPeriod=[0], connectionUrl=[ldap://foo], priority=[1]}, binaryAttributes: []
20:09:52,596 INFO main [org.keycloak.storage.ldap.LDAPIdentityStoreRegistry] Creating new LDAP Store for the LDAP storage provider: 'MyLDAPProvider2', LDAP Configuration: {changedSyncPeriod=[0], lastSync=[0], fullSyncPeriod=[0], connectionUrl=[ldap://bar], priority=[2]}, binaryAttributes: []
20:09:53,065 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.888 sec - in org.keycloak.testsuite.model.ImportTest
Running org.keycloak.testsuite.model.MigrationVersionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.keycloak.testsuite.model.MigrationVersionTest
Running org.keycloak.testsuite.model.MultipleRealmsTest
20:09:53,186 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:09:53,247 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:10:00,046 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:10:00,046 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:10:00,154 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:00,155 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:00,157 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:00,158 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:00,159 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:00,535 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:10:00,537 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:10:00,565 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7392 ms
20:10:01,552 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:10:03,951 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.866 sec - in org.keycloak.testsuite.model.MultipleRealmsTest
Running org.keycloak.testsuite.model.PasswordPolicyTest
20:10:04,071 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:10:04,100 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:10:10,481 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:10:10,481 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:10:10,586 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:10,586 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:10,588 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:10,589 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:10,590 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:10,931 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:10:10,934 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:10:10,960 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 6904 ms
20:10:11,867 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:10:14,018 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.064 sec - in org.keycloak.testsuite.model.PasswordPolicyTest
Running org.keycloak.testsuite.model.SimplePerfTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.014 sec - in org.keycloak.testsuite.model.SimplePerfTest
Running org.keycloak.testsuite.model.TransactionsTest
20:10:14,133 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:10:14,151 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:10:20,537 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:10:20,537 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:10:20,645 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:20,645 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:20,647 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:20,648 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:20,649 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:22,088 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:10:22,090 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:10:22,108 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7986 ms
20:10:23,027 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:10:23,208 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.169 sec - in org.keycloak.testsuite.model.TransactionsTest
Running org.keycloak.testsuite.model.UserConsentModelTest
20:10:23,330 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:10:23,430 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:10:29,857 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:10:29,857 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:10:29,858 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' already exists. Removing it before import
20:10:29,986 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:29,986 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:29,988 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:29,989 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:29,990 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:30,379 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:10:30,382 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:10:30,399 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7084 ms
20:10:31,327 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:10:34,005 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.794 sec - in org.keycloak.testsuite.model.UserConsentModelTest
Running org.keycloak.testsuite.model.UserConsentWithUserStorageModelTest
20:10:34,123 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:10:34,213 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:10:41,145 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:10:41,146 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:10:41,255 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:41,255 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:41,258 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:41,259 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:41,260 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:41,540 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:10:41,542 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:10:41,567 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7456 ms
20:10:42,541 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:10:44,365 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.353 sec - in org.keycloak.testsuite.model.UserConsentWithUserStorageModelTest
Running org.keycloak.testsuite.model.UserModelTest
20:10:44,479 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:10:44,510 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:10:50,976 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:10:50,976 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:10:51,087 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:51,087 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:51,089 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:51,091 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:51,091 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:10:51,865 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:10:51,868 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:10:51,893 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7424 ms
20:10:52,808 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:10:55,594 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.224 sec - in org.keycloak.testsuite.model.UserModelTest
Running org.keycloak.testsuite.model.UserSessionInitializerTest
20:10:55,708 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:10:55,800 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:11:02,892 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:11:02,892 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:11:03,029 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:03,029 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:03,031 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:03,032 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:03,033 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:03,431 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:11:03,434 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:11:03,472 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7775 ms
20:11:04,821 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:11:05,634 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.036 sec - in org.keycloak.testsuite.model.UserSessionInitializerTest
Running org.keycloak.testsuite.model.UserSessionPersisterProviderTest
20:11:05,760 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:11:05,777 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:11:12,963 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:11:12,963 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:11:12,963 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' already exists. Removing it before import
20:11:13,097 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:13,097 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:13,099 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:13,100 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:13,101 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:13,700 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:11:13,703 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:11:13,722 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7982 ms
20:11:14,841 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:11:15,289 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.641 sec - in org.keycloak.testsuite.model.UserSessionPersisterProviderTest
Running org.keycloak.testsuite.model.UserSessionProviderOfflineTest
20:11:15,417 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:11:15,494 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:11:21,977 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:11:21,977 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:11:21,978 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' already exists. Removing it before import
20:11:22,117 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:22,117 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:22,119 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:22,120 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:22,121 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:22,736 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:11:22,739 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:11:22,764 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7369 ms
20:11:23,741 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:11:24,180 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.787 sec - in org.keycloak.testsuite.model.UserSessionProviderOfflineTest
Running org.keycloak.testsuite.model.UserSessionProviderTest
20:11:24,296 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:11:24,336 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:11:30,842 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:11:30,842 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:11:30,842 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' already exists. Removing it before import
20:11:30,995 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:30,995 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:30,997 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:30,998 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:30,999 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:31,484 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:11:31,486 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:11:31,504 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7220 ms
20:11:32,417 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm test
20:11:33,148 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.958 sec - in org.keycloak.testsuite.model.UserSessionProviderTest
Running org.keycloak.testsuite.saml.SamlEcpProfileTest
20:11:33,390 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:11:33,413 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:11:39,883 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:11:39,883 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:11:39,883 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' already exists. Removing it before import
20:11:40,020 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:40,020 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:40,022 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:40,023 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:40,024 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:40,619 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:11:40,669 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:11:40,695 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7315 ms
20:11:40,998 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm demo
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ecp="urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp" xmlns:paos="urn:liberty:paos:2003-08" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol">
<SOAP-ENV:Header>
<paos:Request SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next" SOAP-ENV:mustUnderstand="1" responseConsumerURL="" service="urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp"/>
<ecp:Request IsPassive="0" ProviderName="http://localhost:8081/ecp-sp/" SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next" SOAP-ENV:mustUnderstand="1">
<saml:Issuer>http://localhost:8081/ecp-sp/</saml:Issuer>
<samlp:IDPList>
<samlp:IDPEntry Loc="http://localhost:8081/auth/realms/demo/protocol/saml" Name="idp" ProviderID="idp"/>
</samlp:IDPList>
</ecp:Request>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<samlp:AuthnRequest xmlns="urn:oasis:names:tc:SAML:2.0:assertion" Destination="http://localhost:8081/auth/realms/demo/protocol/saml" ForceAuthn="false" ID="ID_beca5e4d-1b05-428e-ade7-5010665bee76" IsPassive="false" IssueInstant="2017-04-16T12:11:41.041Z" Version="2.0">
<saml:Issuer>http://localhost:8081/ecp-sp/</saml:Issuer>
<dsig:Signature xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:SignedInfo>
<dsig:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
<dsig:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/>
<dsig:Reference URI="#ID_beca5e4d-1b05-428e-ade7-5010665bee76">
<dsig:Transforms>
<dsig:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
<dsig:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
<dsig:DigestValue>MVIhBZ46E8qJjqX9LCyCsWd2Og42qZ7Z3MstUBo7eL0=</dsig:DigestValue>
</dsig:Reference>
</dsig:SignedInfo>
<dsig:SignatureValue>RppTC2boKSRDOTlZbqG4OrkH5EoJxX1bx0aQ2+RRinSQ6DUl4kCn0vGgCL4U6M7/BpJhn2EADukkhgt/qJ42lssbbJT0CgcjfghF7kURbo2XBaxwAQsaJVIEYtgxswxWntl6ijXWx/S1r5q6QEDi1b2+SoQITzPqoo9NqAtNgy4=</dsig:SignatureValue>
<dsig:KeyInfo>
<dsig:KeyValue>
<dsig:RSAKeyValue>
<dsig:Modulus>1RvGu8RjemSJA23nnMksoHA37MqY1DDTxOECY4rPAd9egr7GUNIXE0y1MokaR5R2crNpN8RIRwR8phQtQDjXL82c6W+NLQISxztarQJ7rdNJIYwHY0d5ri1XRpDP8zAuxubPYiMAVYcDkIcvlbBpwh/dRM5I2eElRK+eSiaMkCU=</dsig:Modulus>
<dsig:Exponent>AQAB</dsig:Exponent>
</dsig:RSAKeyValue>
</dsig:KeyValue>
</dsig:KeyInfo>
</dsig:Signature>
<samlp:NameIDPolicy AllowCreate="true" Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"/>
</samlp:AuthnRequest>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ecp="urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol">
<SOAP-ENV:Header>
<ecp:Response AssertionConsumerServiceURL="http://localhost:8081/ecp-sp/" SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next" SOAP-ENV:mustUnderstand="1"/>
<ecp:RequestAuthenticated SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next" SOAP-ENV:mustUnderstand="1"/>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<samlp:Response Destination="http://localhost:8081/ecp-sp/" ID="ID_7a810863-e1ba-4c6b-a748-97863811f754" InResponseTo="ID_beca5e4d-1b05-428e-ade7-5010665bee76" IssueInstant="2017-04-16T12:11:41.613Z" Version="2.0">
<saml:Issuer>http://localhost:8081/auth/realms/demo</saml:Issuer>
<dsig:Signature xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
<dsig:SignedInfo>
<dsig:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
<dsig:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/>
<dsig:Reference URI="#ID_7a810863-e1ba-4c6b-a748-97863811f754">
<dsig:Transforms>
<dsig:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
<dsig:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
<dsig:DigestValue>PFwoOXwvoWUNfe7JMWIgdw7BarSpNbF/vTnsKTSi2Qk=</dsig:DigestValue>
</dsig:Reference>
</dsig:SignedInfo>
<dsig:SignatureValue>fzxBEk5N9y5suyeYN3Jt3Vp5bIWnmXOPkPj+zTrNSwRb5LvjW98yoZgz+Zl1yBX//MvkMei+IiIG+7524uHn6sVYxxEjAN1Qsl8kHY54U2OepcqFSrS3shSeMFXWHPXS5K9vbQbsTsX+mG7wBWxU03ilLRzpqkW/oaeixwkxTOs=</dsig:SignatureValue>
<dsig:KeyInfo>
<dsig:KeyName>FJ86GcF3jTbNLOco4NvZkUCIUmfYCqoqtOQeMfbhNlE</dsig:KeyName>
<dsig:X509Data>
<dsig:X509Certificate>MIIBkTCB+wIGAVt2rQAuMA0GCSqGSIb3DQEBCwUAMA8xDTALBgNVBAMMBGRlbW8wHhcNMTcwNDE2MTIxMDAwWhcNMjcwNDE2MTIxMTQwWjAPMQ0wCwYDVQQDDARkZW1vMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrVrCuTtArbgaZzL1hvh0xtL5mc7o0NqPVnYXkLvgcwiC3BjLGw1tGEGoJaXDuSaRllobm53JBhjx33UNv+5z/UMG4kytBWxheNVKnL6GgqlNabMaFfPLPCF8kAgKnsi79NMo+n6KnSY8YeUmec/p2vjO2NjsSAVcWEQMVhJ31LwIDAQABMA0GCSqGSIb3DQEBCwUAA4GBACNYohDghkaZ4v+xbDYwTdEJf2tio/SKCRyX+tzoiJdg58TODBPyA3Oz89ep39hvw/3r9DNusLdgAy15On2HPb7gOmhcAcg9GRoG8JQXR53jWqNgg0kDt4vH5MbhVqAPbHpvWLa9rHcMLeqV1Fluc+sT7gCcxY01k8gMglPsEHzM</dsig:X509Certificate>
</dsig:X509Data>
<dsig:KeyValue>
<dsig:RSAKeyValue>
<dsig:Modulus>q1awrk7QK24Gmcy9Yb4dMbS+ZnO6NDaj1Z2F5C74HMIgtwYyxsNbRhBqCWlw7kmkZZaG5udyQYY8d91Db/uc/1DBuJMrQVsYXjVSpy+hoKpTWmzGhXzyzwhfJAICp7Iu/TTKPp+ip0mPGHlJnnP6dr4ztjY7EgFXFhEDFYSd9S8=</dsig:Modulus>
<dsig:Exponent>AQAB</dsig:Exponent>
</dsig:RSAKeyValue>
</dsig:KeyValue>
</dsig:KeyInfo>
</dsig:Signature>
<samlp:Status>
<samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success"/>
</samlp:Status>
<saml:Assertion xmlns="urn:oasis:names:tc:SAML:2.0:assertion" ID="ID_64d46b0d-d4f4-4312-96b9-4c61a67d39ef" IssueInstant="2017-04-16T12:11:41.613Z" Version="2.0">
<saml:Issuer>http://localhost:8081/auth/realms/demo</saml:Issuer>
<saml:Subject>
<saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">pedroigor</saml:NameID>
<saml:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">
<saml:SubjectConfirmationData InResponseTo="ID_beca5e4d-1b05-428e-ade7-5010665bee76" NotOnOrAfter="2017-04-16T12:16:39.613Z" Recipient="http://localhost:8081/ecp-sp/"/>
</saml:SubjectConfirmation>
</saml:Subject>
<saml:Conditions NotBefore="2017-04-16T12:11:39.613Z" NotOnOrAfter="2017-04-16T12:12:39.613Z">
<saml:AudienceRestriction>
<saml:Audience>http://localhost:8081/ecp-sp/</saml:Audience>
</saml:AudienceRestriction>
</saml:Conditions>
<saml:AuthnStatement AuthnInstant="2017-04-16T12:11:41.613Z" SessionIndex="cdcff1eb-0bb4-4de2-a1ab-2522b8a279ee">
<saml:AuthnContext>
<saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</saml:AuthnContextClassRef>
</saml:AuthnContext>
</saml:AuthnStatement>
<saml:AttributeStatement>
<saml:Attribute Name="Role" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic">
<saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">manager</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="Role" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic">
<saml:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xs:string">user</saml:AttributeValue>
</saml:Attribute>
</saml:AttributeStatement>
</saml:Assertion>
</samlp:Response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
In SendUsername Servlet doGet()
20:11:41,990 WARN XNIO-89 task-6 [org.keycloak.events] type=LOGIN_ERROR, realmId=demo, clientId=http://localhost:8081/ecp-sp/, userId=9f9d82b9-9bea-47bc-84f0-f3f8908dc1b5, ipAddress=127.0.0.1, error=invalid_user_credentials, auth_method=saml, redirect_uri=http://localhost:8081/ecp-sp/, code_id=81d6a4f7-3064-40fa-bc16-71ae4f96b088
20:11:42,109 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.834 sec - in org.keycloak.testsuite.saml.SamlEcpProfileTest
Running org.keycloak.testsuite.saml.SamlPicketlinkSPTest
20:11:42,231 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:11:42,264 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:11:48,706 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:11:48,706 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:11:48,707 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' already exists. Removing it before import
20:11:48,837 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:48,837 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:48,839 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:48,840 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:48,841 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:11:49,945 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:11:49,948 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:11:49,968 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 7749 ms
20:11:50,284 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm demo
20:11:50,385 INFO main [org.picketlink.common] Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:11:50,462 INFO main [org.picketlink.common] Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:11:50,492 INFO main [org.picketlink.common] Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:11:50,504 INFO main [org.picketlink.common] Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:11:50,516 INFO main [org.picketlink.common] Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:11:50,525 INFO main [org.picketlink.common] Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:11:50,535 INFO main [org.picketlink.common] Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:11:50,549 INFO main [org.picketlink.common] Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:11:50,558 INFO main [org.picketlink.common] Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:11:50,569 INFO main [org.picketlink.common] Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:11:50,578 INFO main [org.picketlink.common] Service Provider is setting the CanonicalizationMethod on XMLSignatureUtil::http://www.w3.org/2001/10/xml-exc-c14n#WithComments
20:11:51,465 ERROR XNIO-90 task-9 [org.picketlink.common] Service Provider could not handle the request.
org.picketlink.common.exceptions.ProcessingException: org.picketlink.common.exceptions.fed.SignatureValidationException: PL00009: Invalid Digital Signature:Signature Validation Failed
at org.picketlink.identity.federation.web.handlers.saml2.SAML2SignatureValidationHandler.constructSignatureException(SAML2SignatureValidationHandler.java:179)
at org.picketlink.identity.federation.web.handlers.saml2.SAML2SignatureValidationHandler.validateSender(SAML2SignatureValidationHandler.java:103)
at org.picketlink.identity.federation.web.handlers.saml2.SAML2SignatureValidationHandler.handleStatusResponseType(SAML2SignatureValidationHandler.java:62)
at org.picketlink.identity.federation.web.process.SAMLHandlerChainProcessor.callHandlerChain(SAMLHandlerChainProcessor.java:67)
at org.picketlink.identity.federation.web.process.ServiceProviderSAMLResponseProcessor.processHandlersChain(ServiceProviderSAMLResponseProcessor.java:106)
at org.picketlink.identity.federation.web.process.ServiceProviderSAMLResponseProcessor.process(ServiceProviderSAMLResponseProcessor.java:88)
at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAML2Response(SPFormAuthenticationMechanism.java:516)
at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.handleSAMLResponse(SPFormAuthenticationMechanism.java:306)
at org.picketlink.identity.federation.bindings.wildfly.sp.SPFormAuthenticationMechanism.authenticate(SPFormAuthenticationMechanism.java:268)
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:233)
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:250)
at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:219)
at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:121)
at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:96)
at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:89)
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:55)
at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
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: org.picketlink.common.exceptions.fed.SignatureValidationException: PL00009: Invalid Digital Signature:Signature Validation Failed
at org.picketlink.common.DefaultPicketLinkLogger.samlHandlerSignatureValidationFailed(DefaultPicketLinkLogger.java:1582)
... 36 more
*** logout pagesouce ***
request-path: /logout.jsp
principal=bburke
driver url: http://localhost:8081/sales-metadata/
********* HERE ******
redirecting
http://localhost:8081/auth/realms/demo/protocol/saml?SAMLRequest=jVJbT8IwFP4rS99HuwluNIwEIUYSLwugD76Y2h2kSdfOng7l31uGRn0ATfrQ9HznfJfTEYpaN3zS%2Bo1ZwGsL6KP3WhvkXaEgrTPcClTIjagBuZd8Obm55mmP8cZZb6XV5NByGiwQwXllDYkmX9epNdjW4JbgtkrC%2FeK6IBvvG06ptlLojUXPc5YnFOpG2x0AJdEsaFRG7PuPoUWwQx0IXSOtoLb0SynduyLRpXUSOs8FWQuNQKL5rCDz2VO%2FymEgIY2zlJ3H%2FSx9jkU%2BzOK0ys8yNmSSsUEAYxnsqC18tyO2MDfohfEFSVkyiNlZzM5XacrDSbJePug%2Fkqj8FHKhTKXMy%2BnIng8g5FerVRmXd8sViR7AYec8AMh4tPfDO3L3Y2%2F%2F3cT4j7BH9Mf8A1nDb8PA%2Bay0WsldNNHavk1D1D5k4V0LXbi18MclJL2ke1FVvO6gvDXYgFRrBRWh4wPp7z85%2FgA%3D&RelayState=http%3A%2F%2Ftest.com%2Ffoo%2Fbar
********* HERE ******
received response
********* HERE ******
redirecting
http://localhost:8081/auth/realms/demo/protocol/saml?SAMLRequest=jVJbT8IwFP4rS99HuwluNIwEIUYSLwugD76Y2h2kSdfOng7l31uGRn0ATfrQ9HznfJfTEYpaN3zS%2Bo1ZwGsL6KP3WhvkXaEgrTPcClTIjagBuZd8Obm55mmP8cZZb6XV5NByGiwQwXllDYkmX9epNdjW4JbgtkrC%2FeK6IBvvG06ptlLojUXPc5YnFOpG2x0AJdEsaFRG7PuPoUWwQx0IXSOtoLb0SynduyLRpXUSOs8FWQuNQKL5rCDz2VO%2FymEgIY2zlJ3H%2FSx9jkU%2BzOK0ys8yNmSSsUEAYxnsqC18tyO2MDfohfEFSVkyiNlZzM5XacrDSbJePug%2Fkqj8FHKhTKXMy%2BnIng8g5FerVRmXd8sViR7AYec8AMh4tPfDO3L3Y2%2F%2F3cT4j7BH9Mf8A1nDb8PA%2Bay0WsldNNHavk1D1D5k4V0LXbi18MclJL2ke1FVvO6gvDXYgFRrBRWh4wPp7z85%2FgA%3D&RelayState=http%3A%2F%2Ftest.com%2Ffoo%2Fbar
********* HERE ******
received response
>>>>>>>>>> single role attribute <<<<<<<<
********* HERE ******
redirecting
********* HERE ******
received response
http://localhost:8081/employee/
20:11:52,391 ERROR XNIO-90 task-2 [org.keycloak.protocol.saml.SamlService] request validation failed
org.keycloak.common.VerificationException: Invalid signature on document
at org.keycloak.protocol.saml.SamlProtocolUtils.verifyDocumentSignature(SamlProtocolUtils.java:83)
at org.keycloak.protocol.saml.SamlProtocolUtils.verifyDocumentSignature(SamlProtocolUtils.java:68)
at org.keycloak.protocol.saml.SamlService$PostBindingProtocol.verifySignature(SamlService.java:451)
at org.keycloak.protocol.saml.SamlService$BindingProtocol.handleSamlRequest(SamlService.java:208)
at org.keycloak.protocol.saml.SamlService$PostBindingProtocol.execute(SamlService.java:474)
at org.keycloak.protocol.saml.SamlService.postBinding(SamlService.java:551)
at sun.reflect.GeneratedMethodAccessor946.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:101)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:395)
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:847)
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)
20:11:52,392 WARN XNIO-90 task-2 [org.keycloak.events] type=LOGIN_ERROR, realmId=demo, clientId=null, userId=null, ipAddress=127.0.0.1, error=invalid_signature
*** logout pagesouce ***
request-path: /logout.jsp
principal=bburke
driver url: http://localhost:8081/sales-post-sig/
request-path: /
principal=bburke
*** logout pagesouce ***
request-path: /logout.jsp
principal=bburke
driver url: http://localhost:8081/sales-post/
request-path: /
principal=G-18c6d5f2-6cc4-4201-b7bc-501e580fcabd
*** logout pagesouce ***
request-path: /logout.jsp
principal=G-18c6d5f2-6cc4-4201-b7bc-501e580fcabd
driver url: http://localhost:8081/sales-post-sig-persistent/
request-path: /
principal=G-12823bab-1ff7-4717-9488-c7a8952aab08
*** logout pagesouce ***
request-path: /logout.jsp
principal=G-12823bab-1ff7-4717-9488-c7a8952aab08
driver url: http://localhost:8081/sales-post-sig-transient/
*** logout pagesouce ***
request-path: /logout.jsp
principal=bburke
driver url: http://localhost:8081/employee-sig-front/?SAMLResponse=jZJBa8MwDIX%2FSvDdtZ2ksWOaQFkvhe6ylh52GW6itAHHDpED279fmjLWQSk7Cr1PT3pohaazvd75sx%2FDG2DvHUL02VmHem4VZByc9gZb1M50gDpUer9%2B3el4wXU%2F%2BOArb8kNeS42iDCE1jsSbQBD68y1KMglhF4zZn1l7MVj0IorwaDrrf8CoNieaTN4FxiJtpuCbDcfKlepkTmnIm5imubLhKqMC5rnSQ1S5YLLZhK7n4MOfsaapDYZcEkrZVKaSqjpSWYNPSWVyNQE8SyeMMQRtg6DcaEgMReS8pSK7CBiLYRepgsu83cSHWHAef%2FpNlKurmnpmR3u8vtvIuXjEMwYLmwAYztkNXR%2Bxe5sbp693gcTRvxbvfgaoqOxIzzfAGe13o9VBYiElTeH36Hs0YOU3w%3D%3D&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=hXEgMw4QtS4u4rPmvZKd%2BHQT%2FIh%2FYg1ABN703eq09M5288QZUB3oK9WBsuEph1kZiNvLbRr51h1JF6dbagabiNkR%2FwCyxVR7sIYFi%2BAmIsnd3sxAFs%2FN5KLAPnsopYH4g6rjqOqf%2FLLw095VzyUyCmaPM8Z%2B2BTD4A7XvvRquV8%3D
visit 1st app
login to form
visit 2nd app
visit 3rd app
GLO
20:11:54,547 WARN XNIO-90 task-9 [org.keycloak.connections.httpclient.DefaultHttpClientFactory] Truststore is disabled
*** logout pagesouce ***
request-path: /logout.jsp
principal=bburke
driver url: http://localhost:8081/employee-sig/?SAMLResponse=jVLLasMwEPwVo7siWfErIjaU5hJIL03IoZeylteJQZaMV4b275s4lKYQSo%2FDzuzsDLsm6O2gd%2F7kp%2FCKNHhHGH301pGeRyWbRqc9UEfaQY%2Bkg9H7p5edVguph9EHb7xlN8nfZCDCMXTesWiDFDoHV1CycwiDFsJ6A%2FbsKehCFrHAfrD%2BE5FTdxIs2m5Ktt28F3mb5gpWvE7VkicoC14b03C5ats0a1S2yvFCdt9RDn6WNalZpalKOCYAPElj5DUWkudKtgUoWNa5vMiIJtw6CuBCyZSMcy4THmeHWOk41mmyyFTxxqIjjjRffknFqvW1Jz1rx7vm%2FttF9Tg%2BTOEsRgTbk2iw92txZ3PzHPQ%2BQJjoN3r2DUZHsBP%2BfQHNbL2fjEEiJqqbw89S8eg1qi8%3D&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=ktFy%2FCzVmmX2YtVR%2BUIaQk3uNB%2B4V%2BYmS0RvUOIbPrYYbAQ325FXIZebqohTCmfNSQJ3qd1lwey5tjnM94ByVs0DydepaJpi8jFGWDMbq4LzwiFOi28nTWsiDO3R5JLAgh5aCz1ow7lxrCiiNlQx1kd2eixQ3vQ0r02s1PgPWjM%3D
*** logout pagesouce ***
request-path: /logout.jsp
principal=bburke
driver url: http://localhost:8081/sales-post-enc/
request-path: /
principal=bburke@redhat.com
*** logout pagesouce ***
request-path: /logout.jsp
principal=bburke@redhat.com
driver url: http://localhost:8081/sales-post-sig-email/
*** logout pagesouce ***
request-path: /logout.jsp
principal=bburke
driver url: http://localhost:8081/employee-sig/?SAMLResponse=jZLBasMwEER%2FxeiuyFJkxxaxoTSXQHppQg69lLW9SQyyZLwytH9fx6E0hVB6XDRvZ2fQmqCzvdn5sx%2FDK1LvHWH00VlHZn4q2Dg444FaMg46JBNqs3962Rm1iE0%2F%2BOBrb9kN%2BVsMRDiE1jsWbZBC6%2BA6FOwSQm%2BEsL4Ge%2FEUTBZnUmDXW%2F%2BJyKk9CxZtNwXbbt7jk9anDFIOTVpxLbXk2bLJeZOeKonLJAYdT2L3HeXgZ0zldZUnKueVmjZqNRFZlQJPK9CYV1mSqNWEEY24dRTAhYKpWK54rLlMD1IZKU2SLJJUvrHoiAPNl0%2BpWLm%2B9mRmdrhr7r9dlI%2FjwxguYkCwHYkGO78WdzY3z97sA4SRfk%2FPvsHoCHbEvy%2BgWW32Y10jERPlzeFnqXj0Ncov&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=L2GiliNu4j1XioQnE6GJlzY926WNATzw5%2Fo%2FDlJWPjLEUtSCPeLPNmnHVSNBrXOeg70mBsp43plNZ8dsY7T%2BmUfw%2Bkk2BRUbwiDYRWsrMcZtqI%2FOavCT2YnPRvS5C85FGKJAlQpDUjaedfEu1Ngt3xSLfCm7A7%2FDVg7K7Cxigb8%3D
request-path: /
principal=bburke
*** logout pagesouce ***
request-path: /logout.jsp
principal=bburke
driver url: http://localhost:8081/sales-post/
20:11:55,989 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.87 sec - in org.keycloak.testsuite.saml.SamlPicketlinkSPTest
Running org.keycloak.testsuite.saml.ValidationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 sec - in org.keycloak.testsuite.saml.ValidationTest
Running org.keycloak.testsuite.samlfilter.SamlAdapterTest
20:11:56,107 INFO main [org.keycloak.services] KC-SERVICES0001: Loading config from file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/test-classes/META-INF/keycloak-server.json
20:11:56,127 WARN main [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:12:09,325 INFO main [org.keycloak.services] KC-SERVICES0031: Import of realm 'exported' requested. Strategy: OVERWRITE_EXISTING
20:12:09,326 INFO main [org.keycloak.exportimport.singlefile.SingleFileImportProvider] Full importing from file /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/singleFile-full.json
20:12:09,327 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' already exists. Removing it before import
20:12:09,556 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:12:09,556 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:12:09,559 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:12:09,560 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:12:09,561 WARN main [org.keycloak.storage.jpa.KeyUtils] The given key is not a valid key per specification, future migration might fail: f:1:path
20:12:10,362 INFO main [org.keycloak.exportimport.util.ImportUtils] Realm 'exported' imported
20:12:10,366 INFO main [org.keycloak.services] KC-SERVICES0032: Import finished successfully
20:12:10,392 INFO main [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 14299 ms
20:12:11,432 INFO main [org.keycloak.testsuite.KeycloakServer] Imported realm demo
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Error Page
</title>
</head>
<body>
<h1>
There was an error
</h1>
<br/>
HTTP status code: 403
<br/>
Error info: SamlAuthenticationError [reason=ERROR_STATUS, status=org.keycloak.dom.saml.v2.protocol.ResponseType@69412af6]
</body>
</html>
In SendUsername Servlet doGet()
In SendUsername Servlet doGet()
request-path: /
principal=bburke
20:12:12,297 WARN XNIO-91 task-19 [org.keycloak.connections.httpclient.DefaultHttpClientFactory] Truststore is disabled
In SendUsername Servlet doPost()
20:12:12,683 ERROR XNIO-91 task-32 [org.keycloak.adapters.saml.profile.webbrowsersso.WebBrowserSsoAuthenticationHandler] Failed to verify saml response signature
org.keycloak.common.VerificationException: Invalid signature on document
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.verifyPostBindingSignature(AbstractSamlAuthenticationHandler.java:551)
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.validateSamlSignature(AbstractSamlAuthenticationHandler.java:271)
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.handleSamlResponse(AbstractSamlAuthenticationHandler.java:192)
at org.keycloak.adapters.saml.profile.webbrowsersso.SamlEndpoint.handle(SamlEndpoint.java:44)
at org.keycloak.adapters.saml.SamlAuthenticator.authenticate(SamlAuthenticator.java:48)
at org.keycloak.adapters.saml.servlet.SamlFilter.doFilter(SamlFilter.java:167)
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.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:51)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:56)
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)
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Error Page
</title>
</head>
<body>
<h1>
There was an error
</h1>
<br/>
HTTP status code: 403
<br/>
Error info: SamlAuthenticationError [reason=INVALID_SIGNATURE, status=org.keycloak.dom.saml.v2.protocol.ResponseType@7010a9a1]
</body>
</html>
In SendUsername Servlet doGet()
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-metadata/saml
In SendUsername Servlet doGet()
check role: manager
check role: user
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/employee2/saml
In SendUsername Servlet doGet()
check role: manager
check role: employee
check role: user
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/employee2/saml
>>>>>>>>>> single role attribute <<<<<<<<
In SendUsername Servlet doGet()
check role: el-jefe
check role: user
check role: hardcoded-role
check role: pee-on
20:12:13,794 ERROR XNIO-91 task-12 [org.keycloak.protocol.saml.SamlService] request validation failed
org.keycloak.common.VerificationException: Invalid signature on document
at org.keycloak.protocol.saml.SamlProtocolUtils.verifyDocumentSignature(SamlProtocolUtils.java:83)
at org.keycloak.protocol.saml.SamlProtocolUtils.verifyDocumentSignature(SamlProtocolUtils.java:68)
at org.keycloak.protocol.saml.SamlService$PostBindingProtocol.verifySignature(SamlService.java:451)
at org.keycloak.protocol.saml.SamlService$BindingProtocol.handleSamlRequest(SamlService.java:208)
at org.keycloak.protocol.saml.SamlService$PostBindingProtocol.execute(SamlService.java:474)
at org.keycloak.protocol.saml.SamlService.postBinding(SamlService.java:551)
at sun.reflect.GeneratedMethodAccessor946.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:101)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:395)
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:847)
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)
20:12:13,794 WARN XNIO-91 task-12 [org.keycloak.events] type=LOGIN_ERROR, realmId=demo, clientId=null, userId=null, ipAddress=127.0.0.1, error=invalid_signature
http://localhost:8081/auth/realms/demo/protocol/saml
In SendUsername Servlet doGet()
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post-sig/saml
In SendUsername Servlet doGet()
request-path: /foo
principal=bburke
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post2/saml
In SendUsername Servlet doGet()
request-path:
principal=bburke
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post/saml
In SendUsername Servlet doGet()
request-path: /
principal=G-35538690-6e5f-4e2f-afa4-a4b47c828235
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post-sig-persistent/saml
In SendUsername Servlet doGet()
request-path: /
principal=G-1720f876-3f66-4662-953c-7518a82f9d5b
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post-sig-transient/saml
In SendUsername Servlet doGet()
In SendUsername Servlet doGet()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/employee-sig-front/saml?SAMLResponse=jVLLasMwEPwVo7siy%2FFDEbGhNJdAemlCDr2UtbJJDLJkvDK0f1%2FboTSFUAq6LJrZebBrgtZ2eucvfgivSJ13hNFHax3p%2BatkQ%2B%2B0B2pIO2iRdDB6%2F%2FSy08ki1l3vgzfeshvlbzAQYR8a71i0QQqNg2ko2TWETgthvQF79RS0ipUU2HbWfyJyai783HsXxGSIRdtNybabdzAmz1NVcymN4Wma1BxWsuB5coJCganz2Ixg9x3q4GdaBljLDDO%2BwiLm6bJQfBXjkhe5TDKlzrlRONKIBtw6CuBCyZJ43BunXOYHmejpZYtlot5YdMSe5gxjPlatJ4N65vZ3Hf63lepxETCEq%2BgRbEvihK1fizuZm2an9wHCQL%2BnZ3%2FC6Ah2wL8d0IzW%2B8EYJGKiuin8LBWPjqT6Ag%3D%3D&RelayState=logout&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=nRQWRJiG%2FLutMrV610MEIQxCVgPOxx75vH9BAI9%2FyAdRyehk5Zi2pcNrQQ8SqSUCeTg8aCPMIqRvc5j6HrtzUCgsRCw4X%2FOGgiw16v87E0Ek%2FLanTvrmMixiMbr2Q9LV8vUxXKCbz8FU0le6csXOgXMLtL11AbqVDKtXq82uoic%3D
visit 1st app
login to form
In SendUsername Servlet doGet()
visit 2nd app
In SendUsername Servlet doGet()
visit 3rd app
In SendUsername Servlet doGet()
GLO
In SendUsername Servlet doGet()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/employee-sig/saml?SAMLResponse=jVJNa8MwDP0rwXfXzrdnmsBYL4XuspYedhmqo7QBxw6RA9u%2FX5sy1kEpA12E3tN7emhJ0NtBb%2FzRT%2BENafCOMPrsrSM9jyo2jU57oI60gx5JB6O3z68bnSykHkYfvPGWXSmPwUCEY%2Bi8Y9EKKXQOLk3FTiEMWgjrDdiTp6CVVLHAfrD%2BC5FTdxQXKyxaryq2Xn1k6ikx6vDEizgteQZxwxWA4TmWppEAjSnKM9j9nLPzMw1MkSZYHDjIuOWZaTOuWtlwmRSqTGWrUsjPNKIJ144CuFCxRMYllxmPi12c6Evli0Ll7yza40iz%2B%2FNlrF5eDOqZO96k99886vsRwBROYkSwPYkGe78UNzJXzUFvA4SJ%2FnYvvsFoD3bCxw5oRuvtZAwSMVFfFX6XinvvUX8D&RelayState=logout&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=V0BcRyWJO4rzMYVb1D1GYM4hom5TzSbmfRu5kJW91IdH24nwHcPEhTE8yRJyewrAMpx097LE5YizuRKWY5CGqzO2r9j563R3ULxJ%2Bp%2B00PU3wOeZgvA%2Bkay%2FD8OKxeGSaJNzSdt%2By7hhxe%2BTFDA3uvsJtkXcMez%2FZKu3n3YcvbI%3D
In SendUsername Servlet doGet()
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post-enc/saml
In SendUsername Servlet doGet()
check role: manager
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Error Page
</title>
</head>
<body>
<h1>
There was an error
</h1>
<br/>
HTTP status code: 403
</body>
</html>
In SendUsername Servlet doGet()
request-path: /
principal=bburke@redhat.com
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post-sig-email/saml
In SendUsername Servlet doGet()
In SendUsername Servlet doGet()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/employee-sig/saml?SAMLResponse=jVLBasMwDP2V4LtrO%2FVSxzSBsV4K3WUtPewyHFdpA44dIge2v1%2BSMtZBKQNdhN7Te3pojaZ1nd6FcxjiG2AXPELy2TqPeh4VZOi9DgYb1N60gDpavX9%2B3el0wXXXhxhscORKeQw2iNDHJniSbABj483UFOQSY6cZc8EadwkYteJKMGg7F74AKDZnNlkhyXZTkO3mYym5SlXFaZXWkkpVc5pXmaAwDoSpszRPVyPY%2F5xzCDPNCgk1r3MKSgKVNl%2FRSimggnNb108nDksx0hAH2HqMxseCpFysKJdUZAeR6qmyRSbVO0mO0OPsfryMlOvJoJ65%2FU16%2F82jvB%2BBGeKF9WBci%2BwEbVizG5mrZqf30cQB%2F3Yv4QTJ0bgBHjvAGa33g7WASFh5Vfhdyu69R%2FkN&RelayState=logout&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=I%2BTE6FnrmlIHW0QJpRXj2gNSqpiSGQIM3NGaErpmdhVHRfyF%2BO2PvsMAoTFSibkhzXTQu4ZmHqOdgTIBW0g1DOxKHmreJgk54Zu36fW9SLWNMiNJZbMhhpQ%2FMRONZ1fcYeWFaYlk211Zy0glkm8dsCPP%2Blat8oOiNwztfSp1p0c%3D
In SendUsername Servlet doGet()
request-path: /
principal=bburke
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8081/sales-post/saml
20:12:17,053 INFO main [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.056 sec - in org.keycloak.testsuite.samlfilter.SamlAdapterTest
Results :
Tests run: 449, Failures: 0, Errors: 0, Skipped: 35
[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ keycloak-testsuite-integration ---
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.3/maven-archiver-2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.3/maven-archiver-2.3.pom (4 KB at 1.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom (2 KB at 3.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom (2 KB at 2.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.3/maven-archiver-2.3.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.3/maven-archiver-2.3.jar (18 KB at 15.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar (12 KB at 5.8 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.jar (200 KB at 53.9 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar (154 KB at 38.7 KB/sec)
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/keycloak-testsuite-integration-3.1.0.CR1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ keycloak-testsuite-integration ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-jar-plugin:2.2:test-jar (default) @ keycloak-testsuite-integration ---
[INFO] Building jar: /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/keycloak-testsuite-integration-3.1.0.CR1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ keycloak-testsuite-integration ---
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/keycloak-testsuite-integration-3.1.0.CR1-SNAPSHOT.jar to /Users/mingderwang/.m2/repository/org/keycloak/keycloak-testsuite-integration/3.1.0.CR1-SNAPSHOT/keycloak-testsuite-integration-3.1.0.CR1-SNAPSHOT.jar
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/pom.xml to /Users/mingderwang/.m2/repository/org/keycloak/keycloak-testsuite-integration/3.1.0.CR1-SNAPSHOT/keycloak-testsuite-integration-3.1.0.CR1-SNAPSHOT.pom
[INFO] Installing /Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/keycloak-testsuite-integration-3.1.0.CR1-SNAPSHOT-tests.jar to /Users/mingderwang/.m2/repository/org/keycloak/keycloak-testsuite-integration/3.1.0.CR1-SNAPSHOT/keycloak-testsuite-integration-3.1.0.CR1-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Keycloak Tomcat 8 Integration TestSuite 3.1.0.CR1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-core/8.0.14/tomcat-embed-core-8.0.14.pom
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/8.0.14/tomcat-embed-core-8.0.14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/8.0.14/tomcat-embed-core-8.0.14.pom (2 KB at 2.1 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/tomcat/embed/tomcat-embed-core/8.0.14/tomcat-embed-core-8.0.14.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/8.0.14/tomcat-embed-core-8.0.14.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/8.0.14/tomcat-embed-core-8.0.14.jar (2737 KB at 134.9 KB/sec)
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ keycloak-testsuite-tomcat8 ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java-version) @ keycloak-testsuite-tomcat8 ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven-version) @ keycloak-testsuite-tomcat8 ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ keycloak-testsuite-tomcat8 ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ keycloak-testsuite-tomcat8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/mingderwang/src/keyCloak/keycloak/testsuite/tomcat8/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ keycloak-testsuite-tomcat8 ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ keycloak-testsuite-tomcat8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 80 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ keycloak-testsuite-tomcat8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /Users/mingderwang/src/keyCloak/keycloak/testsuite/tomcat8/target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ keycloak-testsuite-tomcat8 ---
[INFO] Surefire report directory: /Users/mingderwang/src/keyCloak/keycloak/testsuite/tomcat8/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.keycloak.testsuite.TomcatSamlTest
20:12:56,002 INFO [org.xnio] XNIO version 3.3.4.Final
20:12:56,234 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.3.4.Final
20:12:57,039 INFO [org.keycloak.services] KC-SERVICES0001: Loading config from jar:file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/keycloak-testsuite-integration-3.1.0.CR1-SNAPSHOT-tests.jar!/META-INF/keycloak-server.json
20:12:57,693 WARN [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:13:06,364 INFO [org.infinispan.factories.GlobalComponentRegistry] ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final
20:13:16,336 INFO [org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider] Initializing database schema. Using changelog META-INF/jpa-changelog-master.xml
20:13:18,381 INFO [org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider] Initializing database schema. Using changelog META-INF/example-changelog.xml
20:13:18,647 INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [
name: keycloak-default
...]
20:13:19,005 INFO [org.hibernate.Version] HHH000412: Hibernate Core {5.0.7.Final}
20:13:19,008 INFO [org.hibernate.cfg.Environment] HHH000206: hibernate.properties not found
20:13:19,011 INFO [org.hibernate.cfg.Environment] HHH000021: Bytecode provider name : javassist
20:13:19,120 INFO [org.hibernate.annotations.common.Version] HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
20:13:19,447 WARN [org.hibernate.orm.connections] HHH10001002: Using Hibernate built-in connection pool (not for production use!)
20:13:19,449 INFO [org.hibernate.orm.connections] HHH10001005: using driver [org.h2.Driver] at URL [jdbc:h2:mem:test;DB_CLOSE_DELAY=-1]
20:13:19,450 INFO [org.hibernate.orm.connections] HHH10001001: Connection properties: {user=sa}
20:13:19,450 INFO [org.hibernate.orm.connections] HHH10001003: Autocommit mode: false
20:13:19,455 INFO [org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl] HHH000115: Hibernate connection pool size: 20 (min=1)
20:13:19,493 INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
20:13:22,045 INFO [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] HHH000397: Using ASTQueryTranslatorFactory
20:13:24,255 INFO [org.keycloak.services] KC-SERVICES0050: Initializing master realm
20:13:26,327 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.keycloak.services.resources.KeycloakApplication
20:13:26,331 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002200: Adding class resource org.keycloak.services.resources.ThemeResource from Application class org.keycloak.services.resources.KeycloakApplication
20:13:26,331 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002205: Adding provider class org.keycloak.services.filters.KeycloakTransactionCommitter from Application class org.keycloak.services.resources.KeycloakApplication
20:13:26,331 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002200: Adding class resource org.keycloak.services.resources.JsResource from Application class org.keycloak.services.resources.KeycloakApplication
20:13:26,332 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002220: Adding singleton resource org.keycloak.services.resources.RobotsResource from Application class org.keycloak.services.resources.KeycloakApplication
20:13:26,332 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002210: Adding provider singleton org.keycloak.services.util.ObjectMapperResolver from Application class org.keycloak.services.resources.KeycloakApplication
20:13:26,332 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002220: Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application class org.keycloak.services.resources.KeycloakApplication
20:13:26,332 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002220: Adding singleton resource org.keycloak.services.resources.WelcomeResource from Application class org.keycloak.services.resources.KeycloakApplication
20:13:26,333 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002220: Adding singleton resource org.keycloak.services.resources.ServerVersionResource from Application class org.keycloak.services.resources.KeycloakApplication
20:13:26,333 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002220: Adding singleton resource org.keycloak.services.resources.RealmsResource from Application class org.keycloak.services.resources.KeycloakApplication
20:13:27,152 INFO [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 31261 ms
Apr 16, 2017 8:13:37 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8082"]
Apr 16, 2017 8:13:37 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Apr 16, 2017 8:13:37 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Apr 16, 2017 8:13:37 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.0.14
Apr 16, 2017 8:13:37 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
Apr 16, 2017 8:13:38 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8082"]
20:13:40,085 WARN [org.keycloak.saml.common] XML External Entity switches are not supported. You may get XML injection vulnerabilities.
20:13:40,291 ERROR [org.keycloak.adapters.saml.profile.webbrowsersso.WebBrowserSsoAuthenticationHandler] Failed to verify saml response signature
org.keycloak.common.VerificationException: SigAlg was null
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.verifyRedirectBindingSignature(AbstractSamlAuthenticationHandler.java:567)
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.validateSamlSignature(AbstractSamlAuthenticationHandler.java:274)
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.handleSamlResponse(AbstractSamlAuthenticationHandler.java:192)
at org.keycloak.adapters.saml.profile.webbrowsersso.SamlEndpoint.handle(SamlEndpoint.java:44)
at org.keycloak.adapters.saml.SamlAuthenticator.authenticate(SamlAuthenticator.java:48)
at org.keycloak.adapters.saml.AbstractSamlAuthenticatorValve.executeAuthenticator(AbstractSamlAuthenticatorValve.java:226)
at org.keycloak.adapters.saml.AbstractSamlAuthenticatorValve.invoke(AbstractSamlAuthenticatorValve.java:176)
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)
20:13:41,814 ERROR [org.keycloak.adapters.saml.profile.webbrowsersso.WebBrowserSsoAuthenticationHandler] Failed to verify saml response signature
org.keycloak.common.VerificationException: Invalid signature on document
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.verifyPostBindingSignature(AbstractSamlAuthenticationHandler.java:551)
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.validateSamlSignature(AbstractSamlAuthenticationHandler.java:271)
at org.keycloak.adapters.saml.profile.AbstractSamlAuthenticationHandler.handleSamlResponse(AbstractSamlAuthenticationHandler.java:192)
at org.keycloak.adapters.saml.profile.webbrowsersso.SamlEndpoint.handle(SamlEndpoint.java:44)
at org.keycloak.adapters.saml.SamlAuthenticator.authenticate(SamlAuthenticator.java:48)
at org.keycloak.adapters.saml.AbstractSamlAuthenticatorValve.executeAuthenticator(AbstractSamlAuthenticatorValve.java:226)
at org.keycloak.adapters.saml.AbstractSamlAuthenticatorValve.invoke(AbstractSamlAuthenticatorValve.java:176)
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)
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Error Page
</title>
</head>
<body>
<h1>
There was an error
</h1>
<br/>
HTTP status code: 403
<br/>
Error info: SamlAuthenticationError [reason=INVALID_SIGNATURE, status=org.keycloak.dom.saml.v2.protocol.ResponseType@172ce1e6]
</body>
</html>
In SendUsername Servlet doGet()
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/sales-metadata/saml
In SendUsername Servlet doGet()
check role: manager
check role: user
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/employee2/saml
In SendUsername Servlet doGet()
check role: manager
check role: employee
check role: user
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/employee2/saml
>>>>>>>>>> single role attribute <<<<<<<<
In SendUsername Servlet doGet()
check role: el-jefe
check role: user
check role: hardcoded-role
check role: pee-on
20:13:43,846 ERROR [org.keycloak.protocol.saml.SamlService] request validation failed
org.keycloak.common.VerificationException: Invalid signature on document
at org.keycloak.protocol.saml.SamlProtocolUtils.verifyDocumentSignature(SamlProtocolUtils.java:83)
at org.keycloak.protocol.saml.SamlProtocolUtils.verifyDocumentSignature(SamlProtocolUtils.java:68)
at org.keycloak.protocol.saml.SamlService$PostBindingProtocol.verifySignature(SamlService.java:451)
at org.keycloak.protocol.saml.SamlService$BindingProtocol.handleSamlRequest(SamlService.java:208)
at org.keycloak.protocol.saml.SamlService$PostBindingProtocol.execute(SamlService.java:474)
at org.keycloak.protocol.saml.SamlService.postBinding(SamlService.java:551)
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:101)
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:395)
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:847)
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)
20:13:43,848 WARN [org.keycloak.events] type=LOGIN_ERROR, realmId=demo, clientId=null, userId=null, ipAddress=127.0.0.1, error=invalid_signature
http://localhost:8081/auth/realms/demo/protocol/saml
In SendUsername Servlet doGet()
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/sales-post-sig/saml
In SendUsername Servlet doGet()
request-path: /foo
principal=bburke
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/sales-post2/saml
In SendUsername Servlet doGet()
request-path: /
principal=bburke
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/sales-post/saml
In SendUsername Servlet doGet()
request-path: /
principal=G-1dc859a0-69b6-4558-aad9-137bd76145af
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/sales-post-sig-persistent/saml
*********** Current url: http://localhost:8082/input-portal
Current url: http://localhost:8082/input-portal/secured/post
parameter=hello
insecure:
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Insecure Page
</title>
</head>
<body>
UserPrincipal: bburke
</body>
</html>
In SendUsername Servlet doGet()
request-path: /
principal=G-e1199058-5037-4de9-a57e-c1ffd70e5b60
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/sales-post-sig-transient/saml
In SendUsername Servlet doGet()
In SendUsername Servlet doGet()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/employee-sig-front/saml?SAMLResponse=jVLLasMwEPwVo7uihxXFFrGhNJdAemlCDr0U2V4nBlkyXhnav2%2FiUJpCKD0uO7PzYNdoezeYXTiFKb4CDsEjJB%2B982jmVUGm0ZtgsUPjbQ9oYm32Ty87IxfcDGOIoQ6O3Ch%2Fgy0ijLELniQbwNh5ex0Kco5xMIy5UFt3DhhNxjPJoB9c%2BASg2J1oOwYf2dUQSbabgmw37yrTbb6qG6qgrahaCk4rkVuag1pJSK3UwC9g%2Fx3qEGaazeSSKw5UthmnKk0rmgmlqVZVk2qr21TmFxriBFuP0fpYEMnFinJFhT4IaURqlF7kXL6R5Agjzhku%2BUi5vho0M3e86%2FC%2FrZSPihDMTvHMRrCuR9ZAH9bsTuamOZh9tHHC39NzaCA5WjfB3w5wRpv9VNeASFh5U%2Fg5yh49SfkF&RelayState=logout&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=a8wlwhJKUeEKGTrGTNBR1gqbv9PezIvEQkTxj4CTdJhkmX2mOrvNFUj65001KUnTCsuvLIZaR6jZzO2j4ChymgJUCJbHs8Re8JSEa3YHON36inBB2HaHwCYXxRtjZazLReRd666tm6Z0rl8JZ0shGnvo09jONyBGgZgpZALFK6g%3D
visit 1st app
login to form
In SendUsername Servlet doGet()
visit 2nd app
In SendUsername Servlet doGet()
visit 3rd app
In SendUsername Servlet doGet()
GLO
20:13:47,407 WARN [org.keycloak.connections.httpclient.DefaultHttpClientFactory] Truststore is disabled
In SendUsername Servlet doGet()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/employee-sig/saml?SAMLResponse=jVLBasMwDP2V4Lvr2HGaxDSBsl4K3WUtPewyHEdtA44dIge2v1%2BaMtZBKbtJ6D29p4dWqDvbq50%2F%2BzG8AfbeIUSfnXWo5lFJxsEpr7FF5XQHqIJR%2B%2FXrTolFrPrBB2%2B8JTfKc7BGhCG03pFoAxhap69NSS4h9Iox6422F49B5XEuGHS99V8AFNszu1oh0XZTku3mI5ZSGClzegKp6VTXNM8aoLWErE4Fz5omnsDu55yDn2lJLTmHxNBTAQmVpk5o0TScyjTJ00IYIZd8oiGOsHUYtAslETHPaCwpXx64UDxRMlukefFOoiMMOLufLiPV6mpQzdzhLr3%2F5lE9ioAzPYYLG0DbDlkDnV%2BxO5mbZq%2F2QYcR%2F3YvvoHoqO0Izx3gjFb70RhAJKy6KfwuZY%2Feo%2FoG&RelayState=logout&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=VYP5%2F3K9mOXE2s%2BDila68NiQYsIPG%2F5SMrW3wyIRDuOZ3oVq5pDyMClJoum10F0SzuHbySV3HjaX542IAwHhlW2FcwTA8TxVPmNvNSTwtDTOPbZM5RVlnlqabnmIkNttcZW7UeH3k%2BWYgXWjWc5SMqJR6SL80qSTv8axLrKWWZQ%3D
In SendUsername Servlet doGet()
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/sales-post-enc/saml
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>
Apache Tomcat/8.0.14 - Error report
</title>
<style type="text/css">
H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}
</style>
</head>
<body>
<h1>
HTTP Status 403 - Access to the requested resource has been denied
</h1>
<div class="line">
</div>
<p>
<b>
type
</b>
Status report
</p>
<p>
<b>
message
</b>
<u>
Access to the requested resource has been denied
</u>
</p>
<p>
<b>
description
</b>
<u>
Access to the specified resource has been forbidden.
</u>
</p>
<hr class="line"/>
<h3>
Apache Tomcat/8.0.14
</h3>
</body>
</html>
In SendUsername Servlet doGet()
request-path: /
principal=bburke@redhat.com
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/sales-post-sig-email/saml
In SendUsername Servlet doGet()
In SendUsername Servlet doGet()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/employee-sig/saml?SAMLResponse=jVJNi8IwEP0rJfeYpImmDbYg60VwL6t42MuStqMW0qR0Utj996uVZV0Q2eMw7837YJZoO9ebbTiFMb4B9sEjJJ%2Bd82imVUHGwZtgsUXjbQdoYm12q9etSWfc9EOIoQ6O3CjPwRYRhtgGT5I1YGy9vQ4FOcfYG8ZcqK07B4wm41nKoOtd%2BAKg2J7Y1QpJNuuCbNYfAErnugIKYAVVUs1pzi2nai5lJkTWLI7zC9j%2FxNmHica1PFaQaVo3dkEVCE4raTXNdKVV0%2BSyaviFhjjCxmO0PhYk5UJTrqhY7EVqhDQqn8k8fSfJAQac3F%2BSkXJ5NWgm7nDX3n%2F7KB9VIJgd45kNYF2HrIEuLNmdzE2zN7to44h%2Fp5fQQHKwboTnDnBCm91Y14BIWHlT%2BD3KHr1H%2BQ0%3D&RelayState=logout&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=Oq0Ibn0uCpFEJpE5GYO%2FcyOQ53x3bKjnC8MCWW%2BVb3LeTIYMob56ZzEu0QBq%2FKmozU8sNjpl3DGz%2BINH9lxPaWCDG3n%2F4f6lepQ2gncvBFDdegFdck2dEqz%2BXv7IN59a7UPeD9O5jOF%2BMUTCzVpFWVjGKwaqGGXCjFXCpIZgtq4%3D
In SendUsername Servlet doGet()
request-path: /
principal=bburke
In SendUsername Servlet doPost()
*** logout pagesource ***
request-path: /logout.jsp
principal=null
driver url: http://localhost:8082/sales-post/saml
Apr 16, 2017 8:13:49 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-nio-8082"]
Apr 16, 2017 8:13:49 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Tomcat
Apr 16, 2017 8:13:49 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-nio-8082"]
Apr 16, 2017 8:13:49 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-nio-8082"]
20:13:50,795 INFO [org.hibernate.orm.connections] HHH10001008: Cleaning up connection pool [jdbc:h2:mem:test;DB_CLOSE_DELAY=-1]
20:13:50,822 INFO [org.keycloak.testsuite.KeycloakServer] Stopped Keycloak
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.317 sec - in org.keycloak.testsuite.TomcatSamlTest
Running org.keycloak.testsuite.TomcatTest
20:13:50,967 INFO [org.keycloak.services] KC-SERVICES0001: Loading config from jar:file:/Users/mingderwang/src/keyCloak/keycloak/testsuite/integration/target/keycloak-testsuite-integration-3.1.0.CR1-SNAPSHOT-tests.jar!/META-INF/keycloak-server.json
20:13:51,077 WARN [org.keycloak.examples.userstorage.readonly.PropertyFileUserStorageProviderFactory] Could not find users.properties in classpath
20:13:57,926 INFO [org.hibernate.jpa.internal.util.LogHelper] HHH000204: Processing PersistenceUnitInfo [
name: keycloak-default
...]
20:13:57,994 WARN [org.hibernate.orm.connections] HHH10001002: Using Hibernate built-in connection pool (not for production use!)
20:13:57,995 INFO [org.hibernate.orm.connections] HHH10001005: using driver [org.h2.Driver] at URL [jdbc:h2:mem:test;DB_CLOSE_DELAY=-1]
20:13:57,995 INFO [org.hibernate.orm.connections] HHH10001001: Connection properties: {user=sa}
20:13:57,995 INFO [org.hibernate.orm.connections] HHH10001003: Autocommit mode: false
20:13:57,995 INFO [org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl] HHH000115: Hibernate connection pool size: 20 (min=1)
20:13:57,997 INFO [org.hibernate.dialect.Dialect] HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
20:13:58,512 INFO [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] HHH000397: Using ASTQueryTranslatorFactory
20:13:59,678 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.keycloak.services.resources.KeycloakApplication
20:13:59,678 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002200: Adding class resource org.keycloak.services.resources.ThemeResource from Application class org.keycloak.services.resources.KeycloakApplication
20:13:59,678 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002205: Adding provider class org.keycloak.services.filters.KeycloakTransactionCommitter from Application class org.keycloak.services.resources.KeycloakApplication
20:13:59,678 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002200: Adding class resource org.keycloak.services.resources.JsResource from Application class org.keycloak.services.resources.KeycloakApplication
20:13:59,678 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002220: Adding singleton resource org.keycloak.services.resources.RealmsResource from Application class org.keycloak.services.resources.KeycloakApplication
20:13:59,678 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002220: Adding singleton resource org.keycloak.services.resources.WelcomeResource from Application class org.keycloak.services.resources.KeycloakApplication
20:13:59,678 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002220: Adding singleton resource org.keycloak.services.resources.ServerVersionResource from Application class org.keycloak.services.resources.KeycloakApplication
20:13:59,679 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002220: Adding singleton resource org.keycloak.services.resources.RobotsResource from Application class org.keycloak.services.resources.KeycloakApplication
20:13:59,679 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002210: Adding provider singleton org.keycloak.services.util.ObjectMapperResolver from Application class org.keycloak.services.resources.KeycloakApplication
20:13:59,679 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] RESTEASY002220: Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application class org.keycloak.services.resources.KeycloakApplication
20:13:59,696 INFO [org.keycloak.testsuite.KeycloakServer] Started Keycloak (http://localhost:8081/auth) in 8763 ms
Apr 16, 2017 8:14:00 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8082"]
Apr 16, 2017 8:14:00 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Apr 16, 2017 8:14:00 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Apr 16, 2017 8:14:00 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.0.14
Apr 16, 2017 8:14:00 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
Apr 16, 2017 8:14:01 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8082"]
Current url: http://localhost:8081/auth/realms/demo/protocol/openid-connect/auth?response_type=code&client_id=customer-portal&redirect_uri=http%3A%2F%2Flocalhost%3A8082%2Fcustomer-portal&state=a065e5ae-7ad4-43ef-8755-fcaef842cd35&login=true&scope=openid
20:14:06,537 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>
20:14:06,625 WARN [org.keycloak.connections.httpclient.DefaultHttpClientFactory] Truststore is disabled
20:14:06,694 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
20:14:06,748 WARN [org.keycloak.events] type=LOGIN_ERROR, realmId=demo, clientId=customer-portal, userId=null, ipAddress=127.0.0.1, error=invalid_user_credentials, auth_method=openid-connect, grant_type=password, client_auth_method=client-secret, username=monkey@redhat.com
Current url: http://localhost:8082/session-portal
20:14:12,151 WARN [org.keycloak.events] type=LOGIN_ERROR, realmId=demo, clientId=account, userId=null, ipAddress=127.0.0.1, error=invalid_redirect_uri, redirect_uri=http://localhost:8081/auth/realms/demo/account/login-redirect?path=sessions
Current url: http://localhost:8082/session-portal
Current url: http://localhost:8081/auth/realms/demo/protocol/openid-connect/auth?response_type=code&client_id=customer-portal&redirect_uri=http%3A%2F%2Flocalhost%3A8082%2Fcustomer-portal&state=d6eb0a5e-f29a-466a-9140-1020345c55cc&login=true&scope=openid
20:14:22,704 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>
Current url: http://localhost:8081/auth/realms/demo/protocol/openid-connect/auth?response_type=code&client_id=customer-portal&redirect_uri=http%3A%2F%2Flocalhost%3A8082%2Fcustomer-portal&state=87ca0b56-51e0-45e7-a073-96b42256333f&login=true&scope=openid
20:14:28,111 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:14:33,200 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>
Current url: http://localhost:8082/session-portal
20:14:38,714 WARN [org.keycloak.events] type=REFRESH_TOKEN_ERROR, realmId=demo, clientId=session-portal, userId=25c4463a-a52b-4441-ade5-fda79674bb8f, ipAddress=127.0.0.1, error=invalid_token, grant_type=refresh_token, refresh_token_type=Refresh, refresh_token_id=de071709-f1ae-43ab-a56b-bc8498d60682, client_auth_method=client-secret
20:14:38,715 ERROR [org.keycloak.adapters.RefreshableKeycloakSecurityContext] Refresh token failure status: 400 {"error":"invalid_grant","error_description":"Session not active"}
Current url: http://localhost:8081/auth/realms/demo/protocol/openid-connect/auth?response_type=code&client_id=product-portal&redirect_uri=http%3A%2F%2Flocalhost%3A8082%2Fproduct-portal?encodeTest%3Da%253Cb&state=ac997693-1f97-4642-82c3-7f1ca6371361&login=true&scope=openid
Current url: http://localhost:8082/product-portal?encodeTest=a%3Cb
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Product Portal
</title>
</head>
<body>
iPhone
iPad
uriEncodeTest=true
</body>
</html>
Current url: http://localhost:8082/session-portal
Current url: http://localhost:8082/session-portal
Current url: http://localhost:8082/input-portal
Current url: http://localhost:8082/input-portal/secured/post
parameter=hello
insecure:
<?xml version="1.0" encoding="ISO-8859-1"?>
<html>
<head>
<title>
Insecure Page
</title>
</head>
<body>
UserPrincipal: 25c4463a-a52b-4441-ade5-fda79674bb8f
</body>
</html>
Current url: http://localhost:8082/session-portal
Current url: http://localhost:8081/auth/realms/demo/protocol/openid-connect/auth?response_type=code&client_id=customer-portal&redirect_uri=http%3A%2F%2Flocalhost%3A8082%2Fcustomer-portal&state=24da19af-ab44-4a41-bd5f-f81dc4652a38&login=true&scope=openid
20:15:16,165 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>
Current url: http://localhost:8081/auth/realms/demo/protocol/openid-connect/auth?response_type=code&client_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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment