You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/11/25 20:18:34 UTC

Build failed in Jenkins: sling-contrib-extensions-contextaware-config-impl-1.7 #50

See <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/50/changes>

Changes:

[sseifert] SLING-6333 Context-Aware Config: Allow to mark Config Annotation Classes as "Collections"

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H17 (ubuntu) in workspace <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/>
Updating https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/contextaware-config/impl at revision '2016-11-25T20:17:17.785 +0000'
U         src/test/java/org/apache/sling/caconfig/impl/metadata/AnnotationClassParserTest.java
U         src/test/java/org/apache/sling/caconfig/example/ListConfig.java
U         src/main/java/org/apache/sling/caconfig/impl/metadata/AnnotationClassParser.java
U         pom.xml
At revision 1771375

Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 33030
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[sling-contrib-extensions-contextaware-config-impl-1.7] $ /home/jenkins/tools/java/latest1.7/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp /home/jenkins/jenkins-slave/maven32-agent.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/conf/logging jenkins.maven3.agent.Maven32Main /home/jenkins/tools/maven/apache-maven-3.3.9 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven32-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 33030
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 -U clean deploy
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Sling Context-Aware Configuration Implementation 1.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.api/1.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.api/1.0.1-SNAPSHOT/maven-metadata.xml (1009 B at 2.1 KB/sec)
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.api/1.0.1-SNAPSHOT/org.apache.sling.caconfig.api-1.0.1-20161101.210026-2.pom
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.api/1.0.1-SNAPSHOT/org.apache.sling.caconfig.api-1.0.1-20161101.210026-2.pom (3 KB at 7.3 KB/sec)
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.spi/1.1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.spi/1.1.1-SNAPSHOT/maven-metadata.xml (1009 B at 2.7 KB/sec)
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.api/1.0.1-SNAPSHOT/org.apache.sling.caconfig.api-1.0.1-20161101.210026-2.jar
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.api/1.0.1-SNAPSHOT/org.apache.sling.caconfig.api-1.0.1-20161101.210026-2.jar (14 KB at 33.1 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.apache.sling.caconfig.impl ---
[INFO] Deleting <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ org.apache.sling.caconfig.impl ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (set-bundle-required-execution-environment) @ org.apache.sling.caconfig.impl ---
[INFO] Executing tasks

main:
Setting Bundle-RequiredExecutionEnvironment=JavaSE-1.7 from sling.java.version=7
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ org.apache.sling.caconfig.impl ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ org.apache.sling.caconfig.impl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.apache.sling.caconfig.impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/src/main/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.apache.sling.caconfig.impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 44 source files to <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/src/main/java/org/apache/sling/caconfig/impl/metadata/AnnotationClassParser.java>:[128,54] cannot find symbol
  symbol:   method collection()
  location: variable configAnnotation of type org.apache.sling.caconfig.annotation.Configuration
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.219 s
[INFO] Finished at: 2016-11-25T20:17:49+00:00

[INFO] Final Memory: 33M/453M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project org.apache.sling.caconfig.impl: Compilation failure
[ERROR] <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/src/main/java/org/apache/sling/caconfig/impl/metadata/AnnotationClassParser.java>:[128,54] cannot find symbol
[ERROR] symbol:   method collection()
[ERROR] location: variable configAnnotation of type org.apache.sling.caconfig.annotation.Configuration
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
channel stopped
Recording test results

Jenkins build is back to normal : sling-contrib-extensions-contextaware-config-impl-1.7 #52

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/52/>


Build failed in Jenkins: sling-contrib-extensions-contextaware-config-impl-1.7 #51

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/51/>

------------------------------------------
Started by upstream project "sling-contrib-extensions-contextaware-config-spi-1.7" build number 22
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H17 (ubuntu) in workspace <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/>
Updating https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/contextaware-config/impl at revision '2016-11-25T20:20:53.987 +0000'
At revision 1771375

No changes for https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/contextaware-config/impl since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 37846
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[sling-contrib-extensions-contextaware-config-impl-1.7] $ /home/jenkins/tools/java/latest1.7/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp /home/jenkins/jenkins-slave/maven32-agent.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.3.9/conf/logging jenkins.maven3.agent.Maven32Main /home/jenkins/tools/maven/apache-maven-3.3.9 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven32-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 37846
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 -U clean deploy
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Sling Context-Aware Configuration Implementation 1.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.api/1.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.api/1.0.1-SNAPSHOT/maven-metadata.xml (1009 B at 1.8 KB/sec)
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.spi/1.1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.spi/1.1.1-SNAPSHOT/maven-metadata.xml (1013 B at 2.5 KB/sec)
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.spi/1.1.1-SNAPSHOT/org.apache.sling.caconfig.spi-1.1.1-20161125.201952-10.pom
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.spi/1.1.1-SNAPSHOT/org.apache.sling.caconfig.spi-1.1.1-20161125.201952-10.pom (5 KB at 12.5 KB/sec)
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.spi/1.1.1-SNAPSHOT/org.apache.sling.caconfig.spi-1.1.1-20161125.201952-10.jar
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.caconfig.spi/1.1.1-SNAPSHOT/org.apache.sling.caconfig.spi-1.1.1-20161125.201952-10.jar (23 KB at 48.5 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.apache.sling.caconfig.impl ---
[INFO] Deleting <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ org.apache.sling.caconfig.impl ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (set-bundle-required-execution-environment) @ org.apache.sling.caconfig.impl ---
[INFO] Executing tasks

main:
Setting Bundle-RequiredExecutionEnvironment=JavaSE-1.7 from sling.java.version=7
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ org.apache.sling.caconfig.impl ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ org.apache.sling.caconfig.impl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.apache.sling.caconfig.impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/src/main/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ org.apache.sling.caconfig.impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 44 source files to <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/src/main/java/org/apache/sling/caconfig/impl/metadata/AnnotationClassParser.java>:[128,54] cannot find symbol
  symbol:   method collection()
  location: variable configAnnotation of type org.apache.sling.caconfig.annotation.Configuration
[INFO] 1 error
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.908 s
[INFO] Finished at: 2016-11-25T20:21:18+00:00

[INFO] Final Memory: 33M/439M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project org.apache.sling.caconfig.impl: Compilation failure
[ERROR] <https://builds.apache.org/job/sling-contrib-extensions-contextaware-config-impl-1.7/ws/src/main/java/org/apache/sling/caconfig/impl/metadata/AnnotationClassParser.java>:[128,54] cannot find symbol
[ERROR] symbol:   method collection()
[ERROR] location: variable configAnnotation of type org.apache.sling.caconfig.annotation.Configuration
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
channel stopped
Recording test results