Build failed in Jenkins: onebusaway-gtfs-realtime-from-siri-cli #127

3 views
Skip to first unread message

c...@onebusaway.org

unread,
Jun 21, 2012, 6:25:45 PM6/21/12
to onebus...@googlegroups.com
See <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/127/>

------------------------------------------
Started by upstream project "onebusaway-siri" build number 199
Building in workspace <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/>
Checkout:workspace / <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/> - hudson.remoting.LocalChannel@637533df
Using strategy: Default
Last Built Revision: Revision c0fed245020f72ce8751beacc324f57b307b0c10 (origin/HEAD, origin/master)
Checkout:workspace / <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/> - hudson.remoting.LocalChannel@637533df
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/OneBusAway/onebusaway-gtfs-realtime-from-siri-cli.git
Seen branch in repository origin/HEAD
Seen branch in repository origin/master
Commencing build of Revision c0fed245020f72ce8751beacc324f57b307b0c10 (origin/HEAD, origin/master)
Checking out Revision c0fed245020f72ce8751beacc324f57b307b0c10 (origin/HEAD, origin/master)
Warning : There are multiple branch changesets here
Parsing POMs
Modules changed, recalculating dependency graph
[workspace] $ java -Xmx1G -Dfile.encoding=UTF-8 -cp /var/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.2.jar:/usr/share/apache-maven/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /usr/share/apache-maven /etc/jenkins/webapps/localhost/ROOT/WEB-INF/lib/remoting-2.12.jar /var/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.2.jar 56844
<===[JENKINS REMOTING CAPACITY]===> channel started
Executing Maven: -B -f <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/pom.xml> clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building onebusaway-gtfs-realtime-from-siri-cli 1.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ onebusaway-gtfs-realtime-from-siri-cli ---
[INFO] Deleting <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/target>
[INFO]
[INFO] --- maven-resources-plugin:2.4.2:resources (default-resources) @ onebusaway-gtfs-realtime-from-siri-cli ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ onebusaway-gtfs-realtime-from-siri-cli ---
[INFO] Compiling 8 source files to <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeMain.java>:[43,32] cannot find symbol
symbol : class StatusServletSource
location: package org.onebusaway.siri.jetty
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeService.java>:[44,40] cannot find symbol
symbol : class StatusProviderService
location: package org.onebusaway.siri.core.services
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeService.java>:[80,50] cannot find symbol
symbol: class StatusProviderService
public class SiriToGtfsRealtimeService implements StatusProviderService {
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeMain.java>:[131,37] cannot find symbol
symbol : class StatusServletSource
location: class org.onebusaway.gtfs_realtime.siri.SiriToGtfsRealtimeMain
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeService.java>:[268,2] method does not override or implement a method from a supertype
[INFO] 5 errors
[INFO] -------------------------------------------------------------
[JENKINS] Archiving <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/pom.xml> to /var/jenkins/jobs/onebusaway-gtfs-realtime-from-siri-cli/modules/org.onebusaway$onebusaway-gtfs-realtime-from-siri-cli/builds/2012-06-21_15-25-11/archive/org.onebusaway/onebusaway-gtfs-realtime-from-siri-cli/1.0.4-SNAPSHOT/onebusaway-gtfs-realtime-from-siri-cli-1.0.4-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.317s
[INFO] Finished at: Thu Jun 21 15:25:28 PDT 2012
[INFO] Final Memory: 11M/180M
[INFO] ------------------------------------------------------------------------
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project onebusaway-gtfs-realtime-from-siri-cli: Compilation failure
cause : Compilation failure
Stack trace :
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project onebusaway-gtfs-realtime-from-siri-cli: Compilation failure
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:104)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:287)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 27 more
Sending e-mails to: onebus...@googlegroups.com
channel stopped
[workspace] $ mvn site-deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building onebusaway-gtfs-realtime-from-siri-cli 1.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-site-plugin:3.0:site (default-site) @ onebusaway-gtfs-realtime-from-siri-cli ---
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
[INFO] configuring report plugin org.apache.maven.plugins:maven-javadoc-plugin:2.7
[INFO]
[INFO] >>> maven-javadoc-plugin:2.7:test-javadoc (report:test-javadoc) @ onebusaway-gtfs-realtime-from-siri-cli >>>
[INFO]
[INFO] --- maven-resources-plugin:2.4.2:resources (default-resources) @ onebusaway-gtfs-realtime-from-siri-cli ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ onebusaway-gtfs-realtime-from-siri-cli ---
[INFO] Compiling 8 source files to <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeMain.java>:[43,32] cannot find symbol
symbol : class StatusServletSource
location: package org.onebusaway.siri.jetty
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeService.java>:[44,40] cannot find symbol
symbol : class StatusProviderService
location: package org.onebusaway.siri.core.services
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeService.java>:[80,50] cannot find symbol
symbol: class StatusProviderService
public class SiriToGtfsRealtimeService implements StatusProviderService {
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeMain.java>:[131,37] cannot find symbol
symbol : class StatusServletSource
location: class org.onebusaway.gtfs_realtime.siri.SiriToGtfsRealtimeMain
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeService.java>:[268,2] method does not override or implement a method from a supertype
[INFO] 5 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.381s
[INFO] Finished at: Thu Jun 21 15:25:44 PDT 2012
[INFO] Final Memory: 21M/321M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0:site (default-site) on project onebusaway-gtfs-realtime-from-siri-cli: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project onebusaway-gtfs-realtime-from-siri-cli: Compilation failure: Compilation failure:
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeMain.java>:[43,32] cannot find symbol
[ERROR] symbol : class StatusServletSource
[ERROR] location: package org.onebusaway.siri.jetty
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeService.java>:[44,40] cannot find symbol
[ERROR] symbol : class StatusProviderService
[ERROR] location: package org.onebusaway.siri.core.services
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeService.java>:[80,50] cannot find symbol
[ERROR] symbol: class StatusProviderService
[ERROR] public class SiriToGtfsRealtimeService implements StatusProviderService {
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeMain.java>:[131,37] cannot find symbol
[ERROR] symbol : class StatusServletSource
[ERROR] location: class org.onebusaway.gtfs_realtime.siri.SiriToGtfsRealtimeMain
[ERROR] <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/src/main/java/org/onebusaway/gtfs_realtime/siri/SiriToGtfsRealtimeService.java>:[268,2] method does not override or implement a method from a supertype
[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/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

c...@onebusaway.org

unread,
Jun 30, 2012, 6:31:12 AM6/30/12
to onebus...@googlegroups.com
See <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/128/>

------------------------------------------
Started by user Admin
Building in workspace <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/>
Checkout:workspace / <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/> - hudson.remoting.LocalChannel@637533df
Using strategy: Default
Last Built Revision: Revision c0fed245020f72ce8751beacc324f57b307b0c10 (origin/HEAD, origin/master)
Checkout:workspace / <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/> - hudson.remoting.LocalChannel@637533df
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/OneBusAway/onebusaway-gtfs-realtime-from-siri-cli.git
Seen branch in repository origin/HEAD
Seen branch in repository origin/master
Commencing build of Revision c0fed245020f72ce8751beacc324f57b307b0c10 (origin/HEAD, origin/master)
Checking out Revision c0fed245020f72ce8751beacc324f57b307b0c10 (origin/HEAD, origin/master)
Warning : There are multiple branch changesets here
Parsing POMs
Modules changed, recalculating dependency graph
[workspace] $ java -Xmx1G -Dfile.encoding=UTF-8 -cp /var/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.2.jar:/usr/share/apache-maven/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /usr/share/apache-maven /etc/jenkins/webapps/localhost/ROOT/WEB-INF/lib/remoting-2.12.jar /var/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.2.jar 42333
[JENKINS] Archiving <http://hudson.onebusaway.org/job/onebusaway-gtfs-realtime-from-siri-cli/ws/pom.xml> to /var/jenkins/jobs/onebusaway-gtfs-realtime-from-siri-cli/modules/org.onebusaway$onebusaway-gtfs-realtime-from-siri-cli/builds/2012-06-30_03-30-42/archive/org.onebusaway/onebusaway-gtfs-realtime-from-siri-cli/1.0.4-SNAPSHOT/onebusaway-gtfs-realtime-from-siri-cli-1.0.4-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.113s
[INFO] Finished at: Sat Jun 30 03:30:58 PDT 2012
[INFO] Total time: 10.988s
[INFO] Finished at: Sat Jun 30 03:31:11 PDT 2012
[INFO] Final Memory: 21M/325M

c...@onebusaway.org

unread,
Jun 30, 2012, 6:43:54 AM6/30/12
to onebus...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages