You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/03/16 23:10:02 UTC

Build failed in Jenkins: Shiro #384

See <https://builds.apache.org/job/Shiro/384/changes>

Changes:

[lhazlewood] SHIRO-413: applied patch fix from 1.2.x branch

------------------------------------------
[...truncated 1164 lines...]
A         web/src/test/groovy/org/apache/shiro/web/config/IniFilterChainResolverFactoryTest.groovy
A         web/src/test/groovy/org/apache/shiro/web/filter
A         web/src/test/groovy/org/apache/shiro/web/filter/session
A         web/src/test/groovy/org/apache/shiro/web/filter/session/NoSessionCreationFilterTest.groovy
A         web/src/test/groovy/org/apache/shiro/web/filter/mgt
A         web/src/test/groovy/org/apache/shiro/web/filter/mgt/DefaultFilterChainManagerTest.groovy
A         web/src/test/groovy/org/apache/shiro/web/mgt
A         web/src/test/groovy/org/apache/shiro/web/mgt/DefaultWebSessionStorageEvaluatorTest.groovy
A         web/src/test/groovy/org/apache/shiro/web/env
A         web/src/test/groovy/org/apache/shiro/web/env/IniWebEnvironmentTest.groovy
A         web/src/test/resources
AU        web/src/test/resources/IniShiroFilterTest.ini
AU        web/src/test/resources/log4j.properties
A         web/src/main
A         web/src/main/java
A         web/src/main/java/org
A         web/src/main/java/org/apache
A         web/src/main/java/org/apache/shiro
A         web/src/main/java/org/apache/shiro/web
A         web/src/main/java/org/apache/shiro/web/subject
AU        web/src/main/java/org/apache/shiro/web/subject/WebSubjectContext.java
AU        web/src/main/java/org/apache/shiro/web/subject/package-info.java
A         web/src/main/java/org/apache/shiro/web/subject/support
AU        web/src/main/java/org/apache/shiro/web/subject/support/WebDelegatingSubject.java
AU        web/src/main/java/org/apache/shiro/web/subject/support/package-info.java
AU        web/src/main/java/org/apache/shiro/web/subject/support/DefaultWebSubjectContext.java
AU        web/src/main/java/org/apache/shiro/web/subject/WebSubject.java
A         web/src/main/java/org/apache/shiro/web/session
AU        web/src/main/java/org/apache/shiro/web/session/package-info.java
A         web/src/main/java/org/apache/shiro/web/session/mgt
AU        web/src/main/java/org/apache/shiro/web/session/mgt/DefaultWebSessionManager.java
AU        web/src/main/java/org/apache/shiro/web/session/mgt/ServletContainerSessionManager.java
AU        web/src/main/java/org/apache/shiro/web/session/mgt/WebSessionContext.java
AU        web/src/main/java/org/apache/shiro/web/session/mgt/WebSessionKey.java
AU        web/src/main/java/org/apache/shiro/web/session/mgt/DefaultWebSessionContext.java
A         web/src/main/java/org/apache/shiro/web/session/mgt/WebSessionManager.java
AU        web/src/main/java/org/apache/shiro/web/session/HttpServletSession.java
AU        web/src/main/java/org/apache/shiro/web/package-info.java
A         web/src/main/java/org/apache/shiro/web/servlet
AU        web/src/main/java/org/apache/shiro/web/servlet/AdviceFilter.java
AU        web/src/main/java/org/apache/shiro/web/servlet/ShiroHttpServletRequest.java
AU        web/src/main/java/org/apache/shiro/web/servlet/ProxiedFilterChain.java
AU        web/src/main/java/org/apache/shiro/web/servlet/SimpleCookie.java
AU        web/src/main/java/org/apache/shiro/web/servlet/package-info.java
AU        web/src/main/java/org/apache/shiro/web/servlet/ServletContextSupport.java
AU        web/src/main/java/org/apache/shiro/web/servlet/ShiroHttpServletResponse.java
AU        web/src/main/java/org/apache/shiro/web/servlet/ShiroHttpSession.java
AU        web/src/main/java/org/apache/shiro/web/servlet/AbstractFilter.java
AU        web/src/main/java/org/apache/shiro/web/servlet/Cookie.java
AU        web/src/main/java/org/apache/shiro/web/servlet/IniShiroFilter.java
AU        web/src/main/java/org/apache/shiro/web/servlet/NameableFilter.java
AU        web/src/main/java/org/apache/shiro/web/servlet/OncePerRequestFilter.java
A         web/src/main/java/org/apache/shiro/web/servlet/ShiroFilter.java
AU        web/src/main/java/org/apache/shiro/web/servlet/AbstractShiroFilter.java
A         web/src/main/java/org/apache/shiro/web/config
AU        web/src/main/java/org/apache/shiro/web/config/IniFilterChainResolverFactory.java
AU        web/src/main/java/org/apache/shiro/web/config/package-info.java
AU        web/src/main/java/org/apache/shiro/web/config/WebIniSecurityManagerFactory.java
A         web/src/main/java/org/apache/shiro/web/filter
AU        web/src/main/java/org/apache/shiro/web/filter/PathConfigProcessor.java
A         web/src/main/java/org/apache/shiro/web/filter/session
A         web/src/main/java/org/apache/shiro/web/filter/session/NoSessionCreationFilter.java
A         web/src/main/java/org/apache/shiro/web/filter/authc
A         web/src/main/java/org/apache/shiro/web/filter/authc/LogoutFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authc/PassThruAuthenticationFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authc/UserFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authc/package-info.java
AU        web/src/main/java/org/apache/shiro/web/filter/authc/AuthenticationFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authc/BasicHttpAuthenticationFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authc/FormAuthenticationFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authc/AuthenticatingFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authc/AnonymousFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/package-info.java
A         web/src/main/java/org/apache/shiro/web/filter/mgt
AU        web/src/main/java/org/apache/shiro/web/filter/mgt/SimpleNamedFilterList.java
AU        web/src/main/java/org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.java
AU        web/src/main/java/org/apache/shiro/web/filter/mgt/FilterChainManager.java
AU        web/src/main/java/org/apache/shiro/web/filter/mgt/package-info.java
AU        web/src/main/java/org/apache/shiro/web/filter/mgt/NamedFilterList.java
AU        web/src/main/java/org/apache/shiro/web/filter/mgt/DefaultFilterChainManager.java
AU        web/src/main/java/org/apache/shiro/web/filter/mgt/DefaultFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/mgt/FilterChainResolver.java
AU        web/src/main/java/org/apache/shiro/web/filter/AccessControlFilter.java
A         web/src/main/java/org/apache/shiro/web/filter/authz
AU        web/src/main/java/org/apache/shiro/web/filter/authz/HttpMethodPermissionFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authz/PermissionsAuthorizationFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authz/HostFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authz/package-info.java
AU        web/src/main/java/org/apache/shiro/web/filter/authz/AuthorizationFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authz/SslFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authz/PortFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/authz/RolesAuthorizationFilter.java
AU        web/src/main/java/org/apache/shiro/web/filter/PathMatchingFilter.java
A         web/src/main/java/org/apache/shiro/web/mgt
AU        web/src/main/java/org/apache/shiro/web/mgt/WebSecurityManager.java
AU        web/src/main/java/org/apache/shiro/web/mgt/package-info.java
AU        web/src/main/java/org/apache/shiro/web/mgt/CookieRememberMeManager.java
AU        web/src/main/java/org/apache/shiro/web/mgt/DefaultWebSecurityManager.java
AU        web/src/main/java/org/apache/shiro/web/mgt/DefaultWebSubjectFactory.java
A         web/src/main/java/org/apache/shiro/web/mgt/DefaultWebSessionStorageEvaluator.java
A         web/src/main/java/org/apache/shiro/web/env
A         web/src/main/java/org/apache/shiro/web/env/EnvironmentLoaderListener.java
A         web/src/main/java/org/apache/shiro/web/env/IniWebEnvironment.java
A         web/src/main/java/org/apache/shiro/web/env/WebEnvironment.java
A         web/src/main/java/org/apache/shiro/web/env/package-info.java
A         web/src/main/java/org/apache/shiro/web/env/DefaultWebEnvironment.java
A         web/src/main/java/org/apache/shiro/web/env/ResourceBasedWebEnvironment.java
A         web/src/main/java/org/apache/shiro/web/env/EnvironmentLoader.java
A         web/src/main/java/org/apache/shiro/web/env/MutableWebEnvironment.java
A         web/src/main/java/org/apache/shiro/web/util
AU        web/src/main/java/org/apache/shiro/web/util/RequestPairSource.java
AU        web/src/main/java/org/apache/shiro/web/util/SavedRequest.java
AU        web/src/main/java/org/apache/shiro/web/util/RedirectView.java
AU        web/src/main/java/org/apache/shiro/web/util/WebUtils.java
A         web/src/main/java/org/apache/shiro/web/tags
AU        web/src/main/java/org/apache/shiro/web/tags/NotAuthenticatedTag.java
AU        web/src/main/java/org/apache/shiro/web/tags/HasPermissionTag.java
AU        web/src/main/java/org/apache/shiro/web/tags/LacksPermissionTag.java
AU        web/src/main/java/org/apache/shiro/web/tags/SecureTag.java
AU        web/src/main/java/org/apache/shiro/web/tags/GuestTag.java
AU        web/src/main/java/org/apache/shiro/web/tags/HasAnyRolesTag.java
AU        web/src/main/java/org/apache/shiro/web/tags/PermissionTag.java
AU        web/src/main/java/org/apache/shiro/web/tags/package-info.java
AU        web/src/main/java/org/apache/shiro/web/tags/HasRoleTag.java
AU        web/src/main/java/org/apache/shiro/web/tags/UserTag.java
AU        web/src/main/java/org/apache/shiro/web/tags/LacksRoleTag.java
AU        web/src/main/java/org/apache/shiro/web/tags/PrincipalTag.java
AU        web/src/main/java/org/apache/shiro/web/tags/RoleTag.java
AU        web/src/main/java/org/apache/shiro/web/tags/AuthenticatedTag.java
A         web/src/main/resources
A         web/src/main/resources/META-INF
AU        web/src/main/resources/META-INF/shiro.tld
AU        web/pom.xml
 U        .
At revision 1457321
Parsing POMs
Modules changed, recalculating dependency graph
[trunk] $ /zonestorage/hudson_solaris/home/hudson/hudson-slave/tools/jdk6-u26-auto-install//bin/java -Xms128m -Xmx256m -XX:MaxPermSize=128m -cp /export/home/hudson/hudson-slave/maven-agent.jar:/export/home/hudson/hudson-slave/classworlds.jar hudson.maven.agent.Main /home/hudson/tools/maven/latest/ /zonestorage/hudson_solaris/home/hudson/hudson-slave/slave.jar /export/home/hudson/hudson-slave/maven-interceptor.jar 49881 /export/home/hudson/hudson-slave/maven2.1-interceptor.jar
<===[JEchannel started
NKINS REMOTING CAPACITY]===>   log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f <https://builds.apache.org/job/Shiro/ws/trunk/pom.xml> -Dmaven.repo.local=/export/home/hudson/hudson-slave/maven-repositories/1 -Pdocs apache-rat:check deploy
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   Apache Shiro
[INFO]   Apache Shiro :: Core
[INFO]   Apache Shiro :: Web
[INFO]   Apache Shiro :: Support :: AspectJ
[INFO]   Apache Shiro :: Support :: EHCache
[INFO]   Apache Shiro :: Support :: Hazelcast
[INFO]   Apache Shiro :: Support :: JSF
[INFO]   Apache Shiro :: Support :: Quartz
[INFO]   Apache Shiro :: Support :: Spring
[INFO]   Apache Shiro :: Support :: Guice
[INFO]   Apache Shiro :: Support :: OpenId4J
[INFO]   Apache Shiro :: Support :: Karaf Features
[INFO]   Apache Shiro :: Support :: CAS
[INFO]   Apache Shiro :: Support
[INFO]   Apache Shiro :: Samples
[INFO]   Apache Shiro :: Samples :: AspectJ
[INFO]   Apache Shiro :: Samples :: Quick Start
[INFO]   Apache Shiro :: Samples :: Web
[INFO]   Apache Shiro :: Samples :: Spring Client
[INFO]   Apache Shiro :: Samples :: Spring
[INFO]   Apache Shiro :: Samples :: Spring-Hibernate
[INFO]   Apache Shiro :: Samples :: Guice Web
[INFO]   Apache Shiro :: Samples :: Quick Start Guice
[INFO]   Apache Shiro :: Tools
[INFO]   Apache Shiro :: Tools :: Hasher
[INFO]   Apache Shiro :: Jar Bundle
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Shiro
[INFO]    task-segment: [apache-rat:check, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [apache-rat:check {execution: default-cli}]
[INFO] Exclude: **/.externalToolBuilders/*
[INFO] Exclude: **/infinitest.filters
[INFO] Exclude: velocity.log
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Shiro/ws/trunk> && svn --non-interactive info
[INFO] Working directory: <https://builds.apache.org/job/Shiro/ws/trunk>
[INFO] Storing buildNumber: 1457321 at timestamp: 1363471703597
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Shiro/ws/trunk> && svn --non-interactive info
[INFO] Working directory: <https://builds.apache.org/job/Shiro/ws/trunk>
[INFO] Storing buildScmBranch: trunk
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [groovy:compile {execution: default}]
[INFO] No sources found to compile
[INFO] [groovy:testCompile {execution: default}]
[INFO] No sources found to compile
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [javadoc:jar {execution: attach-api-docs}]
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[JENKINS] Archiving <https://builds.apache.org/job/Shiro/ws/trunk/pom.xml> to /home/hudson/hudson/jobs/Shiro/modules/org.apache.shiro$shiro-root/builds/2013-03-16_22-01-44/archive/org.apache.shiro/shiro-root/1.3.0-SNAPSHOT/shiro-root-1.3.0-SNAPSHOT.pom
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Shiro/ws/trunk> && svn --non-interactive info
[INFO] Working directory: <https://builds.apache.org/job/Shiro/ws/trunk>
[INFO] Storing buildNumber: 1457321 at timestamp: 1363471751369
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/Shiro/ws/trunk> && svn --non-interactive info
[INFO] Working directory: <https://builds.apache.org/job/Shiro/ws/trunk>
[INFO] Storing buildScmBranch: trunk
[INFO] [source:jar {execution: attach-sources}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/Shiro/ws/trunk/pom.xml> to /export/home/hudson/hudson-slave/maven-repositories/1/org/apache/shiro/shiro-root/1.3.0-SNAPSHOT/shiro-root-1.3.0-SNAPSHOT.pom
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'd2571cf024235483fa38eaab944892f8228e3122'; remote = '9268abdf9a3b068879ee4acbed40fe283e972687' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'd2571cf024235483fa38eaab944892f8228e3122'; remote = '9268abdf9a3b068879ee4acbed40fe283e972687' - IGNORING
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/shiro/shiro-root/1.3.0-SNAPSHOT/shiro-root-1.3.0-20130316.220919-38.pom
44K uploaded  (shiro-root-1.3.0-20130316.220919-38.pom)
[INFO] Retrieving previous metadata from apache.snapshots.https
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'd2571cf024235483fa38eaab944892f8228e3122'; remote = '9268abdf9a3b068879ee4acbed40fe283e972687' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'd2571cf024235483fa38eaab944892f8228e3122'; remote = '9268abdf9a3b068879ee4acbed40fe283e972687' - IGNORING
[INFO] Uploading repository metadata for: 'snapshot org.apache.shiro:shiro-root:1.3.0-SNAPSHOT'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.shiro:shiro-root'
[JENKINS] Archiving /export/home/hudson/hudson-slave/maven-repositories/1/org/apache/shiro/shiro-root/1.3.0-SNAPSHOT/shiro-root-1.3.0-SNAPSHOT.pom to /home/hudson/hudson/jobs/Shiro/modules/org.apache.shiro$shiro-root/builds/2013-03-16_22-01-44/archive/org.apache.shiro/shiro-root/1.3.0-20130316.220919-38/shiro-root-1.3.0-20130316.220919-38.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Shiro :: Core
[INFO]    task-segment: [apache-rat:check, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [apache-rat:check {execution: default-cli}]
[INFO] Exclude: **/.externalToolBuilders/*
[INFO] Exclude: **/infinitest.filters
[INFO] Exclude: velocity.log
[JENKINS] Archiving <https://builds.apache.org/job/Shiro/ws/trunk/core/pom.xml> to /home/hudson/hudson/jobs/Shiro/modules/org.apache.shiro$shiro-core/builds/2013-03-16_22-01-44/archive/org.apache.shiro/shiro-core/1.3.0-SNAPSHOT/shiro-core-1.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Too many unapproved licenses: 3
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 
[INFO] Finished at: Sat Mar 16 22:09:51 GMT+00:00 2013
[INFO] Final Memory: 69M/166M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@shiro.apache.org les.hazlewood@anjinllc.com
channel stopped