13:22:17,849 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
13:22:17,849 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/Users/paul/src/zest-related/zest-java/libraries/shiro-core/build/resources/test/logback-test.xml]
13:22:18,010 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
13:22:18,015 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
13:22:18,049 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
13:22:18,208 |-WARN in ch.qos.logback.core.ConsoleAppender[stdout] - This appender no longer admits a layout as a sub-component, set an encoder instead.
13:22:18,208 |-WARN in ch.qos.logback.core.ConsoleAppender[stdout] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
13:22:18,208 |-WARN in ch.qos.logback.core.ConsoleAppender[stdout] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
13:22:18,209 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
13:22:18,210 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
13:22:18,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.qi4j.library.shiro] to TRACE
13:22:18,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.shiro] to TRACE
13:22:18,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.shiro.util.ThreadContext] to INFO
13:22:18,214 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
13:22:18,216 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3c9d141c - Registering current configuration as safe fallback point
@Test worker DEBUG o.a.s.i.ResourceUtils - Opening resource from class path [standalone-shiro.ini]
@Test worker DEBUG o.a.shiro.config.Ini - Parsing [users]
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: root=secret, admin
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: guest=guest, guest
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: presidentskroob=12345, president
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: darkhelmet=ludicrousspeed, darklord, schwartz
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: lonestarr=vespa, goodguy, schwartz
@Test worker DEBUG o.a.shiro.config.Ini - Parsing [roles]
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: admin=*
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: schwartz=lightsaber:*
@Test worker TRACE o.a.shiro.config.Ini - Discovered key/value pair: goodguy=winnebago:drive:eagle5
@Test worker DEBUG o.a.s.c.IniFactorySupport - Creating instance from Ini [sections=users,roles]
@Test worker TRACE o.a.shiro.config.Ini - Specified name was null or empty. Defaulting to the default section (name = "")
@Test worker DEBUG o.a.s.r.t.IniRealm - Discovered the [roles] section. Processing...
@Test worker DEBUG o.a.s.r.t.IniRealm - Discovered the [users] section. Processing...
@Test worker DEBUG o.qi4j.library.shiro - Realm Service 'PasswordRealmService' registered!
@Test worker TRACE o.a.s.m.DefaultSecurityManager - Context already contains a SecurityManager instance. Returning.
@Test worker TRACE o.a.s.m.DefaultSecurityManager - No identity (PrincipalCollection) found in the context. Looking for a remembered identity.
@Test worker TRACE o.a.s.m.DefaultSecurityManager - No remembered identity found. Returning original context.
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker TRACE o.a.s.a.AbstractAuthenticator - Authentication attempt received for token [org.apache.shiro.authc.UsernamePasswordToken - foo, rememberMe=false]
@Test worker TRACE o.a.s.a.p.ModularRealmAuthenticator - Iterating through 2 realms for PAM authentication
@Test worker TRACE o.a.s.a.p.ModularRealmAuthenticator - Attempting to authenticate token [org.apache.shiro.authc.UsernamePasswordToken - foo, rememberMe=false] using realm [org.apache.shiro.realm.text.IniRealm@21a60a44]
@Test worker DEBUG o.a.s.r.AuthenticatingRealm - Looked up AuthenticationInfo [null] from doGetAuthenticationInfo
@Test worker DEBUG o.a.s.r.AuthenticatingRealm - No AuthenticationInfo found for submitted AuthenticationToken [org.apache.shiro.authc.UsernamePasswordToken - foo, rememberMe=false]. Returning null.
@Test worker TRACE o.a.s.a.p.ModularRealmAuthenticator - Attempting to authenticate token [org.apache.shiro.authc.UsernamePasswordToken - foo, rememberMe=false] using realm [[interface org.qi4j.library.shiro.domain.passwords.PasswordRealmService]:PasswordRealmService]
@Test worker DEBUG o.qi4j.library.shiro - Found account for foo: 082a245e-a9a5-4278-944e-ab80a3b8cb6c-0
@Test worker DEBUG o.a.s.r.AuthenticatingRealm - Looked up AuthenticationInfo [foo] from doGetAuthenticationInfo
@Test worker DEBUG o.a.s.r.AuthenticatingRealm - AuthenticationInfo caching is disabled for info [foo]. Submitted token: [org.apache.shiro.authc.UsernamePasswordToken - foo, rememberMe=false].
@Test worker DEBUG o.a.s.a.AbstractAuthenticator - Authentication successful for token [org.apache.shiro.authc.UsernamePasswordToken - foo, rememberMe=false]. Returned account [foo]
@Test worker DEBUG o.a.s.s.s.DefaultSubjectContext - No SecurityManager available in subject context map. Falling back to SecurityUtils.getSecurityManager() lookup.
@Test worker TRACE o.a.s.m.DefaultSecurityManager - Context already contains a SecurityManager instance. Returning.
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker DEBUG o.a.s.s.s.DefaultSubjectContext - No SecurityManager available in subject context map. Falling back to SecurityUtils.getSecurityManager() lookup.
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = true; session has id = false
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = true; session is null = true; session has id = false
@Test worker TRACE o.a.s.s.s.DelegatingSubject - Starting session for host null
@Test worker DEBUG o.a.s.s.m.AbstractValidatingSessionManager - No sessionValidationScheduler set. Attempting to create default instance.
@Test worker TRACE o.a.s.s.m.AbstractValidatingSessionManager - Created default SessionValidationScheduler instance of type [org.apache.shiro.session.mgt.ExecutorServiceSessionValidationScheduler].
@Test worker INFO o.a.s.s.m.AbstractValidatingSessionManager - Enabling session validation scheduler...
@Test worker TRACE o.a.s.s.m.DefaultSessionManager - Creating session for host null
@Test worker DEBUG o.a.s.s.m.DefaultSessionManager - Creating new EIS record for new session instance [org.apache.shiro.session.mgt.SimpleSession,id=null]
@Test worker TRACE o.a.s.s.m.AbstractValidatingSessionManager - Attempting to retrieve session with key org.apache.shiro.session.mgt.DefaultSessionKey@74c85c2a
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = false; session has id = true
@Test worker TRACE o.a.s.s.m.AbstractValidatingSessionManager - Attempting to retrieve session with key org.apache.shiro.session.mgt.DefaultSessionKey@74c85c2a
@Test worker TRACE o.a.s.s.m.AbstractValidatingSessionManager - Attempting to retrieve session with key org.apache.shiro.session.mgt.DefaultSessionKey@74c85c2a
@Test worker TRACE o.a.s.m.DefaultSecurityManager - This org.apache.shiro.mgt.DefaultSecurityManager instance does not have a [org.apache.shiro.mgt.RememberMeManager] instance configured. RememberMe services will not be performed for account [foo].
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = false; session has id = true
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = false; session has id = true
@Test worker TRACE o.a.s.s.m.AbstractValidatingSessionManager - Attempting to retrieve session with key org.apache.shiro.session.mgt.DefaultSessionKey@74c85c2a
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = false; session has id = true
@Test worker TRACE o.a.s.s.m.AbstractValidatingSessionManager - Attempting to retrieve session with key org.apache.shiro.session.mgt.DefaultSessionKey@74c85c2a
@Test worker TRACE o.a.s.s.s.DelegatingSubject - attempting to get session; create = false; session is null = false; session has id = true
@Test worker TRACE o.a.s.s.m.AbstractValidatingSessionManager - Attempting to retrieve session with key org.apache.shiro.session.mgt.DefaultSessionKey@74c85c2a
@Test worker TRACE o.a.s.r.AuthorizingRealm - Retrieving AuthorizationInfo for principals [foo]
@Test worker TRACE o.a.s.r.AuthorizingRealm - Retrieving AuthorizationInfo for principals [foo]
@Test worker DEBUG o.a.s.r.AuthorizingRealm - No authorizationCache instance set. Checking for a cacheManager...
@Test worker INFO o.a.s.r.AuthorizingRealm - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
@Test worker DEBUG o.qi4j.library.shiro - No authorization info for foo