Created
November 1, 2012 15:51
-
-
Save kinow/3994499 to your computer and use it in GitHub Desktop.
gcm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
O] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Google Cloud Messsaging Notification Plugin 0.9-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ gcm --- | |
[INFO] Deleting /home/kinow/java/jenkins-workspace/gcm-notification-plugin/target | |
[INFO] | |
[INFO] >>> maven-hpi-plugin:1.90:run (default-cli) @ gcm >>> | |
[INFO] | |
[INFO] --- maven-hpi-plugin:1.90:validate (default-validate) @ gcm --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-maven) @ gcm --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.0.1:display-info (display-info) @ gcm --- | |
[INFO] Maven Version: 3.0.4 | |
[INFO] JDK Version: 1.6.0_31 normalized as: 1.6.0-31 | |
[INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 3.2.0-4-amd64 | |
[INFO] | |
[INFO] --- maven-localizer-plugin:1.13:generate (default) @ gcm --- | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ gcm --- | |
[debug] execute contextualize | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 1 resource | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gcm --- | |
[INFO] Compiling 7 source files to /home/kinow/java/jenkins-workspace/gcm-notification-plugin/target/classes | |
[INFO] | |
[INFO] <<< maven-hpi-plugin:1.90:run (default-cli) @ gcm <<< | |
[INFO] | |
[INFO] --- maven-hpi-plugin:1.90:run (default-cli) @ gcm --- | |
[INFO] artifact org.kohsuke.stapler:stapler: checking for updates from repo.jenkins-ci.org | |
[INFO] artifact org.kohsuke.stapler:stapler: checking for updates from central | |
[INFO] artifact org.kohsuke.stapler:stapler: checking for updates from m.g.o-public | |
[INFO] artifact org.kohsuke.stapler:stapler: checking for updates from java.net2 | |
[INFO] Generating ./work/plugins/gcm.hpl | |
[INFO] Copying dependency Jenkins plugin /home/kinow/.m2/repository/org/jvnet/hudson/plugins/analysis-core/1.0/analysis-core-1.0.jar | |
[INFO] Copying dependency Jenkins plugin /home/kinow/.m2/repository/org/jvnet/hudson/plugins/ci-game/1.16/ci-game-1.16.jar | |
[INFO] Copying dependency Jenkins plugin /home/kinow/.m2/repository/org/jvnet/hudson/plugins/instant-messaging/1.22/instant-messaging-1.22.jar | |
[INFO] Configuring Jetty for project: Google Cloud Messsaging Notification Plugin | |
2012-11-01 13:44:55.549::INFO: Logging to STDERR via org.mortbay.log.StdErrLog | |
[INFO] Context path = / | |
[INFO] Tmp directory = /home/kinow/java/jenkins-workspace/gcm-notification-plugin/target/work | |
[INFO] Web defaults = jetty default | |
[INFO] Starting jetty 6.1.1 ... | |
2012-11-01 13:44:55.919::INFO: jetty-6.1.1 | |
2012-11-01 13:44:55.947::INFO: Extract jar:file:/home/kinow/.m2/repository/org/jenkins-ci/main/jenkins-war/1.488/jenkins-war-1.488.war!/ to /home/kinow/java/jenkins-workspace/gcm-notification-plugin/target/work/webapp | |
Jenkins home directory: /home/kinow/java/jenkins-workspace/gcm-notification-plugin/./work found at: System.getProperty("HUDSON_HOME") | |
2012-11-01 13:44:59.936::INFO: Started SelectChannelConnector @ 0.0.0.0:8080[INFO] Started Jetty Server | |
[INFO] Console reloading is ENABLED. Hit ENTER on the console to restart the context. | |
Nov 1, 2012 1:45:00 PM jenkins.InitReactorRunner$1 onAttained | |
INFO: Started initialization | |
Nov 1, 2012 1:45:00 PM jenkins.InitReactorRunner$1 onAttained | |
INFO: Listed all plugins | |
Nov 1, 2012 1:45:00 PM jenkins.InitReactorRunner$1 onAttained | |
INFO: Prepared all plugins | |
Nov 1, 2012 1:45:00 PM jenkins.InitReactorRunner$1 onAttained | |
INFO: Started all plugins | |
Nov 1, 2012 1:45:00 PM jenkins.InitReactorRunner$1 onAttained | |
INFO: Augmented all extensions | |
Nov 1, 2012 1:45:03 PM jenkins.InitReactorRunner$1 onAttained | |
INFO: Loaded all jobs | |
Nov 1, 2012 1:45:03 PM org.jenkinsci.plugins.gcm.im.transport.GcmImConnectionProvider <init> | |
INFO: Creating singleton connection provider... | |
Nov 1, 2012 1:45:03 PM org.jenkinsci.plugins.gcm.im.transport.GcmImConnectionProvider init | |
INFO: Initialising connection provider... | |
Nov 1, 2012 1:45:03 PM hudson.plugins.im.IMConnectionProvider$ConnectorRunnable run | |
INFO: Trying to connect | |
Nov 1, 2012 1:45:04 PM org.apache.sshd.common.util.SecurityUtils$BouncyCastleRegistration run | |
INFO: Trying to register BouncyCastle as a JCE provider | |
Nov 1, 2012 1:45:04 PM org.apache.sshd.common.util.SecurityUtils$BouncyCastleRegistration run | |
INFO: Registration succeeded | |
Nov 1, 2012 1:45:04 PM org.jenkinsci.main.modules.sshd.SSHD start | |
INFO: Started SSHD at port 57170 | |
Nov 1, 2012 1:45:04 PM jenkins.InitReactorRunner$1 onAttained | |
INFO: Completed initialization | |
Nov 1, 2012 1:45:04 PM hudson.TcpSlaveAgentListener <init> | |
INFO: JNLP slave agent listener started on TCP port 48846 | |
Nov 1, 2012 1:45:04 PM hudson.WebAppMain$2 run | |
INFO: Jenkins is fully up and running | |
Nov 1, 2012 1:45:33 PM hudson.plugins.im.IMConnectionProvider$ConnectorRunnable run | |
INFO: Trying to reconnect | |
Nov 1, 2012 1:45:33 PM org.jenkinsci.plugins.gcm.im.transport.GcmImConnectionProvider createConnection | |
INFO: Provider: create new imconnection | |
Nov 1, 2012 1:45:33 PM org.jenkinsci.plugins.gcm.im.transport.GcmImConnection <init> | |
INFO: Creating GcmImConnection 1c95949c | |
Nov 1, 2012 1:45:33 PM org.jenkinsci.plugins.gcm.im.transport.GcmImConnection addConnectionListener | |
INFO: Add connection listener: org.jenkinsci.plugins.gcm.im.transport.GcmImConnectionProvider@204f9c6d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment