You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/07/05 12:24:28 UTC

Build failed in Jenkins: sling-trunk-1.6 #937

See <https://builds.apache.org/job/sling-trunk-1.6/937/changes>

Changes:

[cziegeler] SLING-2093 ; Reverse mapping with insufficient access rights truncates path

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1
Updating http://svn.apache.org/repos/asf/sling/trunk
U         bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolver.java
At revision 1142967
ERROR: Ignore Problem expanding maven opts macros org.jenkinsci.plugins.tokenmacro.TokenMacro
Found mavenVersion 2.2.1 from file jar:file:/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Parsing POMs
ERROR: Ignore Problem expanding maven opts macros org.jenkinsci.plugins.tokenmacro.TokenMacro
[trunk] $ /home/hudson/tools/java/latest1.6/bin/java -Xmx512M -XX:MaxPermSize=256M -enableassertions -cp /home/hudson/hudson-slave/maven-agent.jar:/home/hudson/hudson-slave/classworlds.jar hudson.maven.agent.Main /home/hudson/tools/maven/apache-maven-2.2.1 /home/hudson/hudson-slave/slave.jar /home/hudson/hudson-slave/maven-interceptor.jar 55544 /home/hudson/hudson-slave/maven2.1-interceptor.jar
<===[HUDSON REMOTING CAPACITY]===>channel started
   Executing Maven:  -B -f <https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/pom.xml> -DobrRepository=false clean install -DHttpTestBase.readyTimeoutSeconds=300 -PwarIntegrationTests
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.sling:org.apache.sling.commons.testing'}' and 'Vertex{label='org.apache.sling:org.apache.sling.api'}' introduces to cycle in the graph org.apache.sling:org.apache.sling.api --> org.apache.sling:org.apache.sling.commons.testing --> org.apache.sling:org.apache.sling.api
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Tue Jul 05 03:24:26 PDT 2011
[INFO] Final Memory: 13M/111M
[INFO] ------------------------------------------------------------------------
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Jenkins build is back to normal : sling-trunk-1.6 #939

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.6/939/>



Re: Build failed in Jenkins: sling-trunk-1.6 #938

Posted by Carsten Ziegeler <cz...@apache.org>.
Hmm, so it seems we have to require Maven 3

Carsten

2011/7/5 Bertrand Delacretaz <bd...@apache.org>:
> On Tue, Jul 5, 2011 at 2:48 PM, Carsten Ziegeler <cz...@apache.org> wrote:
>> No, it's not really a cycle; it's a cycle if you just look at
>> groupId/artifactId - but not if you consider versions as well. API
>> depends on a released version of Commons Testing and it seems that the
>> CI Build uses the current build version instead of the one specified
>> in the pom.
>
> Ah ok - I can reproduce the problem using Maven 2.2.1 locally.
>
> I have changed https://builds.apache.org/view/S-Z/view/Sling/job/sling-trunk-1.6/
> and 1.5 to use Maven 3.0.3 (was 2.2.1) and triggered new builds, let's
> see if those work.
>
> -Bertrand
>



-- 
Carsten Ziegeler
cziegeler@apache.org

Re: Build failed in Jenkins: sling-trunk-1.6 #938

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Tue, Jul 5, 2011 at 2:48 PM, Carsten Ziegeler <cz...@apache.org> wrote:
> No, it's not really a cycle; it's a cycle if you just look at
> groupId/artifactId - but not if you consider versions as well. API
> depends on a released version of Commons Testing and it seems that the
> CI Build uses the current build version instead of the one specified
> in the pom.

Ah ok - I can reproduce the problem using Maven 2.2.1 locally.

I have changed https://builds.apache.org/view/S-Z/view/Sling/job/sling-trunk-1.6/
and 1.5 to use Maven 3.0.3 (was 2.2.1) and triggered new builds, let's
see if those work.

-Bertrand

Re: Build failed in Jenkins: sling-trunk-1.6 #938

Posted by Carsten Ziegeler <cz...@apache.org>.
No, it's not really a cycle; it's a cycle if you just look at
groupId/artifactId - but not if you consider versions as well. API
depends on a released version of Commons Testing and it seems that the
CI Build uses the current build version instead of the one specified
in the pom.

Carsten


2011/7/5 Bertrand Delacretaz <bd...@apache.org>:
> On Tue, Jul 5, 2011 at 2:22 PM, Carsten Ziegeler <cz...@apache.org> wrote:
>> Is there anything we can do about?
>>
>>> [INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.sling:org.apache.sling.commons.testing'}' and 'Vertex{label='org.apache.sling:org.apache.sling.api'}' introduces to cycle in the graph org.apache.sling:org.apache.sling.api --> org.apache.sling:org.apache.sling.commons.testing --> org.apache.sling:org.apache.sling.api
>
> I don't get this error when doing "mvn clean install" locally on trunk
> revision 1143025 with Maven 3.0.2 - can you reproduce it?
>
> -Bertrand
>



-- 
Carsten Ziegeler
cziegeler@apache.org

Re: Build failed in Jenkins: sling-trunk-1.6 #938

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Tue, Jul 5, 2011 at 2:22 PM, Carsten Ziegeler <cz...@apache.org> wrote:
> Is there anything we can do about?
>
>> [INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.sling:org.apache.sling.commons.testing'}' and 'Vertex{label='org.apache.sling:org.apache.sling.api'}' introduces to cycle in the graph org.apache.sling:org.apache.sling.api --> org.apache.sling:org.apache.sling.commons.testing --> org.apache.sling:org.apache.sling.api

I don't get this error when doing "mvn clean install" locally on trunk
revision 1143025 with Maven 3.0.2 - can you reproduce it?

-Bertrand

Re: Build failed in Jenkins: sling-trunk-1.6 #938

Posted by Carsten Ziegeler <cz...@apache.org>.
Is there anything we can do about?

> [INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.sling:org.apache.sling.commons.testing'}' and 'Vertex{label='org.apache.sling:org.apache.sling.api'}' introduces to cycle in the graph org.apache.sling:org.apache.sling.api --> org.apache.sling:org.apache.sling.commons.testing --> org.apache.sling:org.apache.sling.api

Carsten

2011/7/5 Apache Jenkins Server <je...@builds.apache.org>:
> See <https://builds.apache.org/job/sling-trunk-1.6/938/changes>
>
> Changes:
>
> [fmeschbe] SLING-2126 Add helper method to validate a target to redirect to after logging in. Also use this
> method in the redirects in the DefaultAuthenticationFeedbackHandler and AbstractAuthenticationHandler. Finally, since we add a method, increase the micro version number for clients to be able properly require the implementation.
>
> ------------------------------------------
> Started by an SCM change
> Building remotely on ubuntu1
> Updating http://svn.apache.org/repos/asf/sling/trunk
> AU        bundles/auth/core/src/test/java/org/apache/sling/auth/core/spi/AbstractAuthenticationHandlerTest.java
> U         bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/AbstractAuthenticationHandler.java
> U         bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/DefaultAuthenticationFeedbackHandler.java
> U         bundles/auth/core/pom.xml
> At revision 1143017
> ERROR: Ignore Problem expanding maven opts macros org.jenkinsci.plugins.tokenmacro.TokenMacro
> Found mavenVersion 2.2.1 from file jar:file:/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
> [locks-and-latches] Checking to see if we really have the locks
> [locks-and-latches] Have all the locks, build can start
> Parsing POMs
> ERROR: Ignore Problem expanding maven opts macros org.jenkinsci.plugins.tokenmacro.TokenMacro
> [trunk] $ /home/hudson/tools/java/latest1.6/bin/java -Xmx512M -XX:MaxPermSize=256M -enableassertions -cp /home/hudson/hudson-slave/maven-agent.jar:/home/hudson/hudson-slave/classworlds.jar hudson.maven.agent.Main /home/hudson/tools/maven/apache-maven-2.2.1 /home/hudson/hudson-slave/slave.jar /home/hudson/hudson-slave/maven-interceptor.jar 46970 /home/hudson/hudson-slave/maven2.1-interceptor.jar
> <===[HUDSON REMOTING CAPACITY]===>channel started
>   Executing Maven:  -B -f <https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/pom.xml> -DobrRepository=false clean install -DHttpTestBase.readyTimeoutSeconds=300 -PwarIntegrationTests
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.sling:org.apache.sling.commons.testing'}' and 'Vertex{label='org.apache.sling:org.apache.sling.api'}' introduces to cycle in the graph org.apache.sling:org.apache.sling.api --> org.apache.sling:org.apache.sling.commons.testing --> org.apache.sling:org.apache.sling.api
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1 second
> [INFO] Finished at: Tue Jul 05 05:16:42 PDT 2011
> [INFO] Final Memory: 13M/111M
> [INFO] ------------------------------------------------------------------------
> channel stopped
> [locks-and-latches] Releasing all the locks
> [locks-and-latches] All the locks released
>
>



-- 
Carsten Ziegeler
cziegeler@apache.org

Build failed in Jenkins: sling-trunk-1.6 #938

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-trunk-1.6/938/changes>

Changes:

[fmeschbe] SLING-2126 Add helper method to validate a target to redirect to after logging in. Also use this
method in the redirects in the DefaultAuthenticationFeedbackHandler and AbstractAuthenticationHandler. Finally, since we add a method, increase the micro version number for clients to be able properly require the implementation.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1
Updating http://svn.apache.org/repos/asf/sling/trunk
AU        bundles/auth/core/src/test/java/org/apache/sling/auth/core/spi/AbstractAuthenticationHandlerTest.java
U         bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/AbstractAuthenticationHandler.java
U         bundles/auth/core/src/main/java/org/apache/sling/auth/core/spi/DefaultAuthenticationFeedbackHandler.java
U         bundles/auth/core/pom.xml
At revision 1143017
ERROR: Ignore Problem expanding maven opts macros org.jenkinsci.plugins.tokenmacro.TokenMacro
Found mavenVersion 2.2.1 from file jar:file:/home/hudson/tools/maven/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
Parsing POMs
ERROR: Ignore Problem expanding maven opts macros org.jenkinsci.plugins.tokenmacro.TokenMacro
[trunk] $ /home/hudson/tools/java/latest1.6/bin/java -Xmx512M -XX:MaxPermSize=256M -enableassertions -cp /home/hudson/hudson-slave/maven-agent.jar:/home/hudson/hudson-slave/classworlds.jar hudson.maven.agent.Main /home/hudson/tools/maven/apache-maven-2.2.1 /home/hudson/hudson-slave/slave.jar /home/hudson/hudson-slave/maven-interceptor.jar 46970 /home/hudson/hudson-slave/maven2.1-interceptor.jar
<===[HUDSON REMOTING CAPACITY]===>channel started
   Executing Maven:  -B -f <https://builds.apache.org/job/sling-trunk-1.6/ws/trunk/pom.xml> -DobrRepository=false clean install -DHttpTestBase.readyTimeoutSeconds=300 -PwarIntegrationTests
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.sling:org.apache.sling.commons.testing'}' and 'Vertex{label='org.apache.sling:org.apache.sling.api'}' introduces to cycle in the graph org.apache.sling:org.apache.sling.api --> org.apache.sling:org.apache.sling.commons.testing --> org.apache.sling:org.apache.sling.api
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Tue Jul 05 05:16:42 PDT 2011
[INFO] Final Memory: 13M/111M
[INFO] ------------------------------------------------------------------------
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released