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/12/28 12:35:56 UTC

Build failed in Jenkins: sling-trunk-1.6 » Apache Sling JCR Resource Resolver #1171

See <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/1171/changes>

Changes:

[cziegeler] SLING-2344 : Escape output of request paramters

------------------------------------------
ignoring exception during new ExecutedMojo null
[INFO] [INFO] META-INF already added, skipping

[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ org.apache.sling.jcr.ocm ---
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/target/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] [INFO] Checking legal files in: org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT.jar
[INFO] Checking legal files in: org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar

[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ org.apache.sling.jcr.ocm ---
[INFO] [INFO] Installing /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/target/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/apache/sling/org.apache.sling.jcr.ocm/2.0.5-SNAPSHOT/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/pom.xml to /home/jenkins/.m2/repository/org/apache/sling/org.apache.sling.jcr.ocm/2.0.5-SNAPSHOT/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/target/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/apache/sling/org.apache.sling.jcr.ocm/2.0.5-SNAPSHOT/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.apache.sling.jcr.ocm ---
[INFO] [INFO] Local OBR update disabled (enable with -DobrRepository)

[INFO] --- maven-bundle-plugin:2.0.1:install (default-install) @ org.apache.sling.jcr.ocm ---
[JENKINS] Archiving /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/target/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar to /home/hudson/hudson/jobs/sling-trunk-1.6/modules/org.apache.sling$org.apache.sling.jcr.ocm/builds/2011-12-28_11-27-14/archive/org.apache.sling/org.apache.sling.jcr.ocm/2.0.5-SNAPSHOT/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] Deleting <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/target>
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Sling JCR Resource Resolver 2.0.11-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.apache.sling.jcr.resource ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java) @ org.apache.sling.jcr.resource ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ org.apache.sling.jcr.resource ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.apache.sling.jcr.resource ---
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] [INFO] Executing tasks

main:
     [echo] **************** WARNING (SLING-443/SLING-1782) ******************************
     [echo] On most platforms, you'll get OutOfMemoryErrors when building unless you set
     [echo] on 32bit platforms: MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=256M", see SLING-443
     [echo] on 64bit platforms: MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M", see SLING-1782
     [echo] ******************************************************************************
[INFO] Executed tasks

[INFO] --- maven-antrun-plugin:1.6:run (default) @ org.apache.sling.jcr.resource ---
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.apache.sling.jcr.resource ---
[INFO] Compiling 35 source files to <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverWebConsolePlugin.java>:[39,30] package org.apache.sling.engine does not exist
[ERROR] <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverWebConsolePlugin.java>:[145,21] cannot find symbol
symbol  : variable ResponseUtil
location: class org.apache.sling.jcr.resource.internal.JcrResourceResolverWebConsolePlugin
[ERROR] <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverWebConsolePlugin.java>:[160,21] cannot find symbol
symbol  : variable ResponseUtil
location: class org.apache.sling.jcr.resource.internal.JcrResourceResolverWebConsolePlugin
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/pom.xml> to /home/hudson/hudson/jobs/sling-trunk-1.6/modules/org.apache.sling$org.apache.sling.jcr.resource/builds/2011-12-28_11-27-14/archive/org.apache.sling/org.apache.sling.jcr.resource/2.0.11-SNAPSHOT/org.apache.sling.jcr.resource-2.0.11-SNAPSHOT.pom


Build failed in Jenkins: sling-trunk-1.6 » Apache Sling JCR Resource Resolver #1173

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

------------------------------------------
ignoring exception during new ExecutedMojo null
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ org.apache.sling.jcr.ocm ---
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/target/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] [INFO] Checking legal files in: org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT.jar
[INFO] Checking legal files in: org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar

[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ org.apache.sling.jcr.ocm ---
[INFO] [INFO] Installing /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/target/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/apache/sling/org.apache.sling.jcr.ocm/2.0.5-SNAPSHOT/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/pom.xml to /home/jenkins/.m2/repository/org/apache/sling/org.apache.sling.jcr.ocm/2.0.5-SNAPSHOT/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/target/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/apache/sling/org.apache.sling.jcr.ocm/2.0.5-SNAPSHOT/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.apache.sling.jcr.ocm ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-bundle-plugin:2.0.1:install (default-install) @ org.apache.sling.jcr.ocm ---
[JENKINS] Archiving /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/target/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar to /home/hudson/hudson/jobs/sling-trunk-1.6/modules/org.apache.sling$org.apache.sling.jcr.ocm/builds/2011-12-28_22-52-53/archive/org.apache.sling/org.apache.sling.jcr.ocm/2.0.5-SNAPSHOT/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Sling JCR Resource Resolver 2.0.11-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] [INFO] Deleting <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/target>

[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.apache.sling.jcr.resource ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java) @ org.apache.sling.jcr.resource ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ org.apache.sling.jcr.resource ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.apache.sling.jcr.resource ---
[INFO] [INFO] Executing tasks

main:
     [echo] **************** WARNING (SLING-443/SLING-1782) ******************************
     [echo] On most platforms, you'll get OutOfMemoryErrors when building unless you set
     [echo] on 32bit platforms: MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=256M", see SLING-443
     [echo] on 64bit platforms: MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M", see SLING-1782
     [echo] ******************************************************************************
[INFO] Executed tasks

[INFO] --- maven-antrun-plugin:1.6:run (default) @ org.apache.sling.jcr.resource ---
[INFO] [INFO] Compiling 35 source files to <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/target/classes>

[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.apache.sling.jcr.resource ---
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverWebConsolePlugin.java>:[39,30] package org.apache.sling.engine does not exist
[ERROR] <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverWebConsolePlugin.java>:[145,21] cannot find symbol
symbol  : variable ResponseUtil
location: class org.apache.sling.jcr.resource.internal.JcrResourceResolverWebConsolePlugin
[ERROR] <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverWebConsolePlugin.java>:[160,21] cannot find symbol
symbol  : variable ResponseUtil
location: class org.apache.sling.jcr.resource.internal.JcrResourceResolverWebConsolePlugin
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/pom.xml> to /home/hudson/hudson/jobs/sling-trunk-1.6/modules/org.apache.sling$org.apache.sling.jcr.resource/builds/2011-12-28_22-52-53/archive/org.apache.sling/org.apache.sling.jcr.resource/2.0.11-SNAPSHOT/org.apache.sling.jcr.resource-2.0.11-SNAPSHOT.pom


Build failed in Jenkins: sling-trunk-1.6 » Apache Sling JCR Resource Resolver #1172

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

------------------------------------------
ignoring exception during new ExecutedMojo null
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ org.apache.sling.jcr.ocm ---
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/target/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] [INFO] Checking legal files in: org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT.jar
[INFO] Checking legal files in: org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar

[INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ org.apache.sling.jcr.ocm ---
[INFO] [INFO] Installing /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/target/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/apache/sling/org.apache.sling.jcr.ocm/2.0.5-SNAPSHOT/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT.jar
[INFO] Installing /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/pom.xml to /home/jenkins/.m2/repository/org/apache/sling/org.apache.sling.jcr.ocm/2.0.5-SNAPSHOT/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT.pom
[INFO] Installing /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/target/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/apache/sling/org.apache.sling.jcr.ocm/2.0.5-SNAPSHOT/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.apache.sling.jcr.ocm ---
[INFO] [INFO] Local OBR update disabled (enable with -DobrRepository)

[INFO] --- maven-bundle-plugin:2.0.1:install (default-install) @ org.apache.sling.jcr.ocm ---
[JENKINS] Archiving /home/jenkins/jenkins-slave/workspace/sling-trunk-1.6/trunk/bundles/jcr/ocm/target/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar to /home/hudson/hudson/jobs/sling-trunk-1.6/modules/org.apache.sling$org.apache.sling.jcr.ocm/builds/2011-12-28_15-06-55/archive/org.apache.sling/org.apache.sling.jcr.ocm/2.0.5-SNAPSHOT/org.apache.sling.jcr.ocm-2.0.5-SNAPSHOT-sources.jar
[INFO] [INFO] Deleting <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/target>
                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Sling JCR Resource Resolver 2.0.11-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.apache.sling.jcr.resource ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java) @ org.apache.sling.jcr.resource ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ org.apache.sling.jcr.resource ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.apache.sling.jcr.resource ---
[INFO] [INFO] Executing tasks

main:
     [echo] **************** WARNING (SLING-443/SLING-1782) ******************************
     [echo] On most platforms, you'll get OutOfMemoryErrors when building unless you set
     [echo] on 32bit platforms: MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=256M", see SLING-443
     [echo] on 64bit platforms: MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M", see SLING-1782
     [echo] ******************************************************************************
[INFO] Executed tasks

[INFO] --- maven-antrun-plugin:1.6:run (default) @ org.apache.sling.jcr.resource ---
[INFO] [INFO] Compiling 35 source files to <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/target/classes>

[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.apache.sling.jcr.resource ---
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverWebConsolePlugin.java>:[39,30] package org.apache.sling.engine does not exist
[ERROR] <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverWebConsolePlugin.java>:[145,21] cannot find symbol
symbol  : variable ResponseUtil
location: class org.apache.sling.jcr.resource.internal.JcrResourceResolverWebConsolePlugin
[ERROR] <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolverWebConsolePlugin.java>:[160,21] cannot find symbol
symbol  : variable ResponseUtil
location: class org.apache.sling.jcr.resource.internal.JcrResourceResolverWebConsolePlugin
[INFO] 3 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/ws/pom.xml> to /home/hudson/hudson/jobs/sling-trunk-1.6/modules/org.apache.sling$org.apache.sling.jcr.resource/builds/2011-12-28_15-06-55/archive/org.apache.sling/org.apache.sling.jcr.resource/2.0.11-SNAPSHOT/org.apache.sling.jcr.resource-2.0.11-SNAPSHOT.pom