Skip to content
Success

Console Output

Started by GitHub push by md-5
Building in workspace /var/lib/jenkins/jobs/BungeeCord/workspace
Checkout:workspace / /var/lib/jenkins/jobs/BungeeCord/workspace - hudson.remoting.LocalChannel@10939d2
Using strategy: Default
Last Built Revision: Revision b923ea847b3680d2118460d107397bc3260000e3 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://github.com/ElasticPortalSuite/BungeeCord.git
Commencing build of Revision 7538ff46ed0b5973cc84dad40328179c87ebdd22 (origin/master)
Checking out Revision 7538ff46ed0b5973cc84dad40328179c87ebdd22 (origin/master)
Parsing POMs
Modules changed, recalculating dependency graph
[workspace] $ java -Dbuild.number=146 -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.2.jar:/var/lib/jenkins/tools/Maven/Maven/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/Maven/Maven/ /var/cache/jenkins/war/WEB-INF/lib/remoting-2.21.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.2.jar 42082
<===[JENKINS REMOTING CAPACITY]===>channel started
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f /var/lib/jenkins/jobs/BungeeCord/workspace/pom.xml clean install -Dbuild.number=146
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] BungeeCord
[INFO] BungeeCord-API
[INFO] BungeeCord-Proxy
Projects to build: [MavenProject: net.md-5:bungeecord-parent:1.4.7-SNAPSHOT @ /var/lib/jenkins/jobs/BungeeCord/workspace/pom.xml, MavenProject: net.md-5:bungeecord-api:1.4.7-SNAPSHOT @ /var/lib/jenkins/jobs/BungeeCord/workspace/api/pom.xml, MavenProject: net.md-5:bungeecord-proxy:1.4.7-SNAPSHOT @ /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/pom.xml]
projectStarted net.md-5:bungeecord-parent:1.4.7-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building BungeeCord 1.4.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bungeecord-parent ---
mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
mojoStarted org.apache.maven.plugins:maven-enforcer-plugin:1.0(enforce-maven)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ bungeecord-parent ---
mojoSucceeded org.apache.maven.plugins:maven-enforcer-plugin:1.0(enforce-maven)
mojoStarted com.lukegb.mojo:gitdescribe-maven-plugin:1.3(default)
[INFO] 
[INFO] --- gitdescribe-maven-plugin:1.3:gitdescribe (default) @ bungeecord-parent ---
[INFO] Setting Git Describe: git-BungeeCord-1.4.7-SNAPSHOT-"7538ff4"-146
mojoSucceeded com.lukegb.mojo:gitdescribe-maven-plugin:1.3(default)
mojoStarted org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ bungeecord-parent ---
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/pom.xml to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-parent/1.4.7-SNAPSHOT/bungeecord-parent-1.4.7-SNAPSHOT.pom
mojoSucceeded org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)
projectSucceeded net.md-5:bungeecord-parent:1.4.7-SNAPSHOT
projectStarted net.md-5:bungeecord-api:1.4.7-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building BungeeCord-API 1.4.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)[INFO] Deleting /var/lib/jenkins/jobs/BungeeCord/workspace/api/target

[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bungeecord-api ---
mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
mojoStarted org.apache.maven.plugins:maven-enforcer-plugin:1.0(enforce-maven)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ bungeecord-api ---
mojoSucceeded org.apache.maven.plugins:maven-enforcer-plugin:1.0(enforce-maven)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ bungeecord-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/BungeeCord/workspace/api/src/main/resources
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:3.0(default-compile)
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ bungeecord-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /var/lib/jenkins/jobs/BungeeCord/workspace/api/target/classes
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:3.0(default-compile)
mojoStarted com.lukegb.mojo:gitdescribe-maven-plugin:1.3(default)[INFO] Setting Git Describe: git-BungeeCord-API-1.4.7-SNAPSHOT-"7538ff4"-146

[INFO] 
[INFO] --- gitdescribe-maven-plugin:1.3:gitdescribe (default) @ bungeecord-api ---
mojoSucceeded com.lukegb.mojo:gitdescribe-maven-plugin:1.3(default)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources)
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ bungeecord-api ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/BungeeCord/workspace/api/src/test/resources
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:3.0(default-testCompile)[INFO] No sources to compile

[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ bungeecord-api ---
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:3.0(default-testCompile)
mojoStarted org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test)
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ bungeecord-api ---
[INFO] No tests to run.
[INFO] Surefire report directory: /var/lib/jenkins/jobs/BungeeCord/workspace/api/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test)
[JENKINS] Recording test results
mojoStarted org.apache.maven.plugins:maven-jar-plugin:2.3.2(default-jar)
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ bungeecord-api ---
[INFO] Building jar: /var/lib/jenkins/jobs/BungeeCord/workspace/api/target/bungeecord-api-1.4.7-SNAPSHOT.jar
mojoSucceeded org.apache.maven.plugins:maven-jar-plugin:2.3.2(default-jar)
mojoStarted org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/api/target/bungeecord-api-1.4.7-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-api/1.4.7-SNAPSHOT/bungeecord-api-1.4.7-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/api/pom.xml to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-api/1.4.7-SNAPSHOT/bungeecord-api-1.4.7-SNAPSHOT.pom

[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ bungeecord-api ---
mojoSucceeded org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)
projectSucceeded net.md-5:bungeecord-api:1.4.7-SNAPSHOT
projectStarted net.md-5:bungeecord-proxy:1.4.7-SNAPSHOT
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building BungeeCord-Proxy 1.4.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Deleting /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target
mojoStarted org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bungeecord-proxy ---
mojoSucceeded org.apache.maven.plugins:maven-clean-plugin:2.4.1(default-clean)
mojoStarted org.apache.maven.plugins:maven-enforcer-plugin:1.0(enforce-maven)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ bungeecord-proxy ---
mojoSucceeded org.apache.maven.plugins:maven-enforcer-plugin:1.0(enforce-maven)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/src/main/resources

[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ bungeecord-proxy ---
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-resources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:3.0(default-compile)[INFO] Changes detected - recompiling the module!
[INFO] Compiling 40 source files to /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/classes

[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ bungeecord-proxy ---
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/src/main/java/net/md_5/bungee/BungeeCord.java: Some input files use or override a deprecated API.
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:3.0(default-compile)[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/src/main/java/net/md_5/bungee/BungeeCord.java: Recompile with -Xlint:deprecation for details.

mojoStarted com.lukegb.mojo:gitdescribe-maven-plugin:1.3(default)[INFO] Setting Git Describe: git-BungeeCord-Proxy-1.4.7-SNAPSHOT-"7538ff4"-146

[INFO] 
[INFO] --- gitdescribe-maven-plugin:1.3:gitdescribe (default) @ bungeecord-proxy ---
mojoSucceeded com.lukegb.mojo:gitdescribe-maven-plugin:1.3(default)
mojoStarted org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources)
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ bungeecord-proxy ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/src/test/resources
mojoSucceeded org.apache.maven.plugins:maven-resources-plugin:2.5(default-testResources)
mojoStarted org.apache.maven.plugins:maven-compiler-plugin:3.0(default-testCompile)[INFO] No sources to compile

[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ bungeecord-proxy ---
mojoSucceeded org.apache.maven.plugins:maven-compiler-plugin:3.0(default-testCompile)
mojoStarted org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test)
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ bungeecord-proxy ---
[INFO] No tests to run.
[INFO] Surefire report directory: /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

mojoSucceeded org.apache.maven.plugins:maven-surefire-plugin:2.10(default-test)
[JENKINS] Recording test results
mojoStarted org.apache.maven.plugins:maven-jar-plugin:2.4(default-jar)
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bungeecord-proxy ---
[INFO] Building jar: /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/BungeeCord.jar
mojoSucceeded org.apache.maven.plugins:maven-jar-plugin:2.4(default-jar)
mojoStarted org.apache.maven.plugins:maven-shade-plugin:2.0(default)
[INFO] 
[INFO] --- maven-shade-plugin:2.0:shade (default) @ bungeecord-proxy ---
[INFO] Including net.md-5:mendax:jar:1.4.6-SNAPSHOT in the shaded jar.
[INFO] Including net.md-5:bungeecord-api:jar:1.4.7-SNAPSHOT in the shaded jar.
[INFO] Including com.google.guava:guava:jar:13.0.1 in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.11 in the shaded jar.
[INFO] Including mysql:mysql-connector-java:jar:5.1.22 in the shaded jar.
[INFO] Including org.bouncycastle:bcprov-jdk15on:jar:1.47 in the shaded jar.
[INFO] Minimizing jar net.md-5:bungeecord-proxy:jar:1.4.7-SNAPSHOT
[INFO] com.mysql.jdbc.PreparedStatement$BatchParams not removed because it was specifically included
[INFO] com.mysql.jdbc.LoadBalanceExceptionChecker not removed because it was specifically included
[INFO] com.mysql.jdbc.log.LogFactory not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl not removed because it was specifically included
[INFO] com.mysql.jdbc.SocketFactory not removed because it was specifically included
[INFO] com.mysql.jdbc.interceptors.ServerStatusDiffInterceptor not removed because it was specifically included
[INFO] org.gjt.mm.mysql.Driver not removed because it was specifically included
[INFO] com.mysql.jdbc.Messages not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException not removed because it was specifically included
[INFO] com.mysql.jdbc.PingTarget not removed because it was specifically included
[INFO] com.mysql.jdbc.NdbLoadBalanceExceptionChecker not removed because it was specifically included
[INFO] com.mysql.jdbc.MiniAdmin not removed because it was specifically included
[INFO] com.mysql.jdbc.PerConnectionLRUFactory not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionPropertiesImpl$BooleanConnectionProperty not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.MySQLInvalidAuthorizationSpecException not removed because it was specifically included
[INFO] com.mysql.jdbc.TimeUtil not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4MysqlSQLXML not removed because it was specifically included
[INFO] com.mysql.jdbc.CharsetMapping not removed because it was specifically included
[INFO] com.mysql.jdbc.NonRegisteringDriver$1 not removed because it was specifically included
[INFO] com.mysql.jdbc.ServerPreparedStatement$BatchedBindValues not removed because it was specifically included
[INFO] com.mysql.jdbc.util.ServerController not removed because it was specifically included
[INFO] com.mysql.jdbc.SQLError not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4NClob not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionPropertiesImpl$1 not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.MysqlXid not removed because it was specifically included
[INFO] com.mysql.jdbc.StreamingNotifiable not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientException not removed because it was specifically included
[INFO] com.mysql.jdbc.NotUpdatable not removed because it was specifically included
[INFO] com.mysql.jdbc.util.PropertiesDocGenerator not removed because it was specifically included
[INFO] com.mysql.jdbc.Connection not removed because it was specifically included
[INFO] com.mysql.jdbc.FailoverConnectionProxy not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4ClientInfoProvider not removed because it was specifically included
[INFO] com.mysql.jdbc.StatementImpl$CancelTask$1 not removed because it was specifically included
[INFO] com.mysql.jdbc.interceptors.ResultSetScannerInterceptor$1 not removed because it was specifically included
[INFO] com.mysql.jdbc.Extension not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.MySQLTimeoutException not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionGroupManager not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$10 not removed because it was specifically included
[INFO] com.mysql.jdbc.interceptors.SessionAssociationInterceptor not removed because it was specifically included
[INFO] com.mysql.jdbc.ExceptionInterceptor not removed because it was specifically included
[INFO] com.mysql.jdbc.ByteArrayRow not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionPropertiesImpl$MemorySizeConnectionProperty not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$ResultSetIterator not removed because it was specifically included
[INFO] com.mysql.jdbc.Util not removed because it was specifically included
[INFO] com.mysql.jdbc.RowDataCursor not removed because it was specifically included
[INFO] com.mysql.jdbc.MySQLConnection not removed because it was specifically included
[INFO] com.mysql.jdbc.log.Jdk14Logger not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4MysqlSQLXML$SimpleSaxToReader not removed because it was specifically included
[INFO] com.mysql.jdbc.Collation not removed because it was specifically included
[INFO] com.mysql.jdbc.BlobFromLocator not removed because it was specifically included
[INFO] com.mysql.jdbc.CallableStatement$CallableStatementParamInfo not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.MysqlXADataSource not removed because it was specifically included
[INFO] com.mysql.jdbc.ReplicationConnection not removed because it was specifically included
[INFO] com.mysql.jdbc.LoadBalancedAutoCommitInterceptor not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException not removed because it was specifically included
[INFO] com.mysql.jdbc.log.NullLogger not removed because it was specifically included
[INFO] com.mysql.jdbc.ReplicationDriver not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4CallableStatement not removed because it was specifically included
[INFO] com.mysql.jdbc.EscapeTokenizer not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.MysqlDataSource not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionPropertiesTransform not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.WrapperBase not removed because it was specifically included
[INFO] com.mysql.jdbc.NetworkResources not removed because it was specifically included
[INFO] com.mysql.jdbc.BufferRow not removed because it was specifically included
[INFO] com.mysql.jdbc.log.StandardLogger not removed because it was specifically included
[INFO] com.mysql.jdbc.RowDataDynamic not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionPropertiesImpl$IntegerConnectionProperty not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData not removed because it was specifically included
[INFO] com.mysql.jdbc.Field not removed because it was specifically included
[INFO] com.mysql.jdbc.CompressedInputStream not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.JDBC4PreparedStatementWrapper not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$IteratorWithCleanup not removed because it was specifically included
[INFO] com.mysql.jdbc.WriterWatcher not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.jdbc4.MySQLTimeoutException not removed because it was specifically included
[INFO] com.mysql.jdbc.LoadBalancedMySQLConnection not removed because it was specifically included
[INFO] com.mysql.jdbc.MysqlErrorNumbers not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$SingleStringIterator not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionPropertiesImpl$ConnectionProperty not removed because it was specifically included
[INFO] com.mysql.jdbc.RowDataDynamic$OperationNotSupportedException not removed because it was specifically included
[INFO] com.mysql.jdbc.profiler.LoggingProfilerEventHandler not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionFeatureNotAvailableException not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper not removed because it was specifically included
[INFO] com.mysql.jdbc.util.BaseBugReport not removed because it was specifically included
[INFO] com.mysql.jdbc.ResultSetMetaData not removed because it was specifically included
[INFO] com.mysql.jdbc.BalanceStrategy not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionPropertiesImpl$StringConnectionProperty not removed because it was specifically included
[INFO] com.mysql.jdbc.Driver not removed because it was specifically included
[INFO] com.mysql.jdbc.LoadBalancingConnectionProxy$ConnectionErrorFiringInvocationHandler not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionPropertiesImpl$XmlMap not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.MySQLNonTransientException not removed because it was specifically included
[INFO] com.mysql.jdbc.authentication.MysqlOldPasswordPlugin not removed because it was specifically included
[INFO] com.mysql.jdbc.ResultSetRow not removed because it was specifically included
[INFO] com.mysql.jdbc.AuthenticationPlugin not removed because it was specifically included
[INFO] com.mysql.jdbc.PreparedStatement not removed because it was specifically included
[INFO] com.mysql.jdbc.PerConnectionLRUFactory$PerConnectionLRU not removed because it was specifically included
[INFO] com.mysql.jdbc.LoadBalancingConnectionProxy not removed because it was specifically included
[INFO] com.mysql.jdbc.ReflectiveStatementInterceptorAdapter not removed because it was specifically included
[INFO] com.mysql.jdbc.SocketMetadata not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.JDBC4ConnectionWrapper not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException not removed because it was specifically included
[INFO] com.mysql.jdbc.MysqlDefs not removed because it was specifically included
[INFO] com.mysql.jdbc.ProfilerEventHandlerFactory not removed because it was specifically included
[INFO] com.mysql.jdbc.CallableStatement$CallableStatementParamInfoJDBC3 not removed because it was specifically included
[INFO] com.mysql.jdbc.NamedPipeSocketFactory$RandomAccessFileInputStream not removed because it was specifically included
[INFO] com.mysql.jdbc.SequentialBalanceStrategy not removed because it was specifically included
[INFO] com.mysql.jdbc.util.ErrorMappingsDocGenerator not removed because it was specifically included
[INFO] com.mysql.jdbc.IterateBlock not removed because it was specifically included
[INFO] com.mysql.jdbc.ResultSetImpl not removed because it was specifically included
[INFO] com.mysql.jdbc.AssertionFailedException not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.MySQLSyntaxErrorException not removed because it was specifically included
[INFO] com.mysql.jdbc.integration.jboss.MysqlValidConnectionChecker not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4Connection not removed because it was specifically included
[INFO] com.mysql.jdbc.BestResponseTimeBalanceStrategy not removed because it was specifically included
[INFO] com.mysql.jdbc.MysqlIO not removed because it was specifically included
[INFO] com.mysql.jdbc.Buffer not removed because it was specifically included
[INFO] com.mysql.jdbc.StandardSocketFactory not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionGroup not removed because it was specifically included
[INFO] com.mysql.jdbc.NamedPipeSocketFactory$RandomAccessFileOutputStream not removed because it was specifically included
[INFO] com.mysql.jdbc.log.Slf4JLogger not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection not removed because it was specifically included
[INFO] com.mysql.jdbc.RowData not removed because it was specifically included
[INFO] com.mysql.jdbc.PreparedStatement$EmulatedPreparedStatementBindings not removed because it was specifically included
[INFO] com.mysql.jdbc.profiler.ProfilerEvent not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4CommentClientInfoProvider not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$LocalAndReferencedColumns not removed because it was specifically included
[INFO] com.mysql.jdbc.PreparedStatement$AppendingBatchVisitor not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4PreparedStatementHelper not removed because it was specifically included
[INFO] com.mysql.jdbc.util.LRUCache not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4UpdatableResultSet not removed because it was specifically included
[INFO] com.mysql.jdbc.BlobFromLocator$LocatorInputStream not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection not removed because it was specifically included
[INFO] com.mysql.jdbc.MysqlSavepoint not removed because it was specifically included
[INFO] com.mysql.jdbc.PreparedStatement$BatchVisitor not removed because it was specifically included
[INFO] com.mysql.jdbc.interceptors.ResultSetScannerInterceptor not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionLifecycleInterceptor not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.MySQLDataException not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.MysqlXAConnection not removed because it was specifically included
[INFO] com.mysql.jdbc.Util$RandStructcture not removed because it was specifically included
[INFO] com.mysql.jdbc.StringUtils not removed because it was specifically included
[INFO] com.mysql.jdbc.WatchableWriter not removed because it was specifically included
[INFO] com.mysql.jdbc.log.Log not removed because it was specifically included
[INFO] com.mysql.jdbc.CacheAdapter not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.JDBC4MysqlXAConnection not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$11 not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$10 not removed because it was specifically included
[INFO] com.mysql.jdbc.MysqlDataTruncation not removed because it was specifically included
[INFO] com.mysql.jdbc.StatementInterceptor not removed because it was specifically included
[INFO] com.mysql.jdbc.NonRegisteringDriver not removed because it was specifically included
[INFO] com.mysql.jdbc.ServerPreparedStatement not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.JDBC4MysqlPooledConnection not removed because it was specifically included
[INFO] com.mysql.jdbc.WatchableOutputStream not removed because it was specifically included
[INFO] com.mysql.jdbc.ExportControlled$1 not removed because it was specifically included
[INFO] com.mysql.jdbc.StandardLoadBalanceExceptionChecker not removed because it was specifically included
[INFO] com.mysql.jdbc.CallableStatement not removed because it was specifically included
[INFO] com.mysql.jdbc.DocsConnectionPropsHelper not removed because it was specifically included
[INFO] com.mysql.jdbc.CallableStatement$CallableStatementParam not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory not removed because it was specifically included
[INFO] com.mysql.jdbc.CacheAdapterFactory not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.WrapperBase$ConnectionErrorFiringInvocationHandler not removed because it was specifically included
[INFO] com.mysql.jdbc.NoSubInterceptorWrapper not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4MySQLConnection not removed because it was specifically included
[INFO] com.mysql.jdbc.Constants not removed because it was specifically included
[INFO] com.mysql.jdbc.VersionedStringProperty not removed because it was specifically included
[INFO] com.mysql.jdbc.NamedPipeSocketFactory not removed because it was specifically included
[INFO] com.mysql.jdbc.integration.c3p0.MysqlConnectionTester not removed because it was specifically included
[INFO] com.mysql.jdbc.V1toV2StatementInterceptorAdapter not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionProperties not removed because it was specifically included
[INFO] com.mysql.jdbc.profiler.ProfilerEventHandler not removed because it was specifically included
[INFO] com.mysql.jdbc.authentication.MysqlNativePasswordPlugin not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$2 not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$3 not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$1 not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$6 not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$7 not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$4 not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$5 not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$8 not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$9 not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.StatementWrapper not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.JDBC4CallableStatementWrapper not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema not removed because it was specifically included
[INFO] com.mysql.jdbc.authentication.MysqlClearPasswordPlugin not removed because it was specifically included
[INFO] com.mysql.jdbc.FailoverConnectionProxy$FailoverInvocationHandler not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$TypeDescriptor not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionPropertiesImpl$LongConnectionProperty not removed because it was specifically included
[INFO] com.mysql.jdbc.integration.jboss.ExtendedMysqlExceptionSorter not removed because it was specifically included
[INFO] com.mysql.jdbc.PreparedStatement$ParseInfo not removed because it was specifically included
[INFO] com.mysql.jdbc.RowDataStatic not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$ExceptionInterceptorChain not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.ConnectionWrapper not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.MySQLStatementCancelledException not removed because it was specifically included
[INFO] com.mysql.jdbc.ExportControlled not removed because it was specifically included
[INFO] com.mysql.jdbc.EscapeProcessorResult not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionPropertiesImpl not removed because it was specifically included
[INFO] com.mysql.jdbc.OperationNotSupportedException not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4ResultSet not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4ClientInfoProviderSP not removed because it was specifically included
[INFO] com.mysql.jdbc.Security not removed because it was specifically included
[INFO] com.mysql.jdbc.NamedPipeSocketFactory$NamedPipeSocket not removed because it was specifically included
[INFO] com.mysql.jdbc.jmx.LoadBalanceConnectionGroupManager not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.MysqlXAException not removed because it was specifically included
[INFO] com.mysql.jdbc.PreparedStatement$EndPoint not removed because it was specifically included
[INFO] com.mysql.jdbc.CachedResultSetMetaData not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.MySQLTransientException not removed because it was specifically included
[INFO] com.mysql.jdbc.util.ResultSetUtil not removed because it was specifically included
[INFO] com.mysql.jdbc.CommunicationsException not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4DatabaseMetaData not removed because it was specifically included
[INFO] com.mysql.jdbc.OutputStreamWatcher not removed because it was specifically included
[INFO] com.mysql.jdbc.util.TimezoneDump not removed because it was specifically included
[INFO] com.mysql.jdbc.NotImplemented not removed because it was specifically included
[INFO] com.mysql.jdbc.ServerPreparedStatement$BindValue not removed because it was specifically included
[INFO] com.mysql.jdbc.Statement not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection not removed because it was specifically included
[INFO] com.mysql.jdbc.RandomBalanceStrategy not removed because it was specifically included
[INFO] com.mysql.jdbc.Blob not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4ServerPreparedStatement not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.DeadlockTimeoutRollbackMarker not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection not removed because it was specifically included
[INFO] com.mysql.jdbc.NonRegisteringDriver$ConnectionPhantomReference not removed because it was specifically included
[INFO] com.mysql.jdbc.ConnectionImpl$CompoundCacheKey not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema not removed because it was specifically included
[INFO] com.mysql.jdbc.StatementInterceptorV2 not removed because it was specifically included
[INFO] com.mysql.jdbc.EscapeProcessor not removed because it was specifically included
[INFO] com.mysql.jdbc.util.VersionFSHierarchyMaker not removed because it was specifically included
[INFO] com.mysql.jdbc.JDBC4PreparedStatement not removed because it was specifically included
[INFO] com.mysql.jdbc.StatementImpl$CancelTask not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$8 not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$9 not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$2 not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$3 not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$1 not removed because it was specifically included
[INFO] com.mysql.jdbc.SingleByteCharsetConverter not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$6 not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$7 not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$4 not removed because it was specifically included
[INFO] com.mysql.jdbc.DatabaseMetaData$5 not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException not removed because it was specifically included
[INFO] com.mysql.jdbc.PacketTooBigException not removed because it was specifically included
[INFO] com.mysql.jdbc.util.ReadAheadInputStream not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.MySQLTransactionRollbackException not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.MySQLTransientConnectionException not removed because it was specifically included
[INFO] com.mysql.jdbc.NonRegisteringReplicationDriver not removed because it was specifically included
[INFO] com.mysql.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean not removed because it was specifically included
[INFO] com.mysql.jdbc.UpdatableResultSet not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.jdbc4.MySQLInvalidAuthorizationSpecException not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.jdbc4.MySQLTransientException not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.JDBC4StatementWrapper not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.jdbc4.MySQLTransientConnectionException not removed because it was specifically included
[INFO] com.mysql.jdbc.MysqlParameterMetadata not removed because it was specifically included
[INFO] com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper not removed because it was specifically included
[INFO] com.mysql.jdbc.StatementImpl not removed because it was specifically included
[INFO] com.mysql.jdbc.log.LogUtils not removed because it was specifically included
[INFO] com.mysql.jdbc.ParameterBindings not removed because it was specifically included
[INFO] com.mysql.jdbc.authentication.Sha256PasswordPlugin not removed because it was specifically included
[INFO] com.mysql.jdbc.LicenseConfiguration not removed because it was specifically included
[INFO] com.mysql.jdbc.Clob not removed because it was specifically included
[INFO] com.mysql.jdbc.ResultSetInternalMethods not removed because it was specifically included
[INFO] com.mysql.jdbc.exceptions.jdbc4.MySQLDataException not removed because it was specifically included
[INFO] Minimized 3696 -> 1689 (45%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/BungeeCord.jar with /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/bungeecord-proxy-1.4.7-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/dependency-reduced-pom.xml
mojoSucceeded org.apache.maven.plugins:maven-shade-plugin:2.0(default)
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/BungeeCord.jar to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-proxy/1.4.7-SNAPSHOT/bungeecord-proxy-1.4.7-SNAPSHOT.jar
mojoStarted org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ bungeecord-proxy ---
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-proxy/1.4.7-SNAPSHOT/bungeecord-proxy-1.4.7-SNAPSHOT.pom
mojoSucceeded org.apache.maven.plugins:maven-install-plugin:2.3.1(default-install)
projectSucceeded net.md-5:bungeecord-proxy:1.4.7-SNAPSHOT
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] BungeeCord ........................................ SUCCESS [3.866s]
[INFO] BungeeCord-API .................................... SUCCESS [4.393s]
[INFO] BungeeCord-Proxy .................................. SUCCESS [9.231s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.189s
[INFO] Finished at: Fri Feb 01 04:15:25 CST 2013
[INFO] Final Memory: 17M/57M
[INFO] ------------------------------------------------------------------------
Projects to build: [MavenProject: net.md-5:bungeecord-parent:1.4.7-SNAPSHOT @ /var/lib/jenkins/jobs/BungeeCord/workspace/pom.xml, MavenProject: net.md-5:bungeecord-api:1.4.7-SNAPSHOT @ /var/lib/jenkins/jobs/BungeeCord/workspace/api/pom.xml, MavenProject: net.md-5:bungeecord-proxy:1.4.7-SNAPSHOT @ /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/dependency-reduced-pom.xml]
[JENKINS] Archiving /var/lib/jenkins/jobs/BungeeCord/workspace/api/pom.xml to /var/lib/jenkins/jobs/BungeeCord/modules/net.md-5$bungeecord-api/builds/2013-02-01_04-15-03/archive/net.md-5/bungeecord-api/1.4.7-SNAPSHOT/bungeecord-api-1.4.7-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/BungeeCord/workspace/api/target/bungeecord-api-1.4.7-SNAPSHOT.jar to /var/lib/jenkins/jobs/BungeeCord/modules/net.md-5$bungeecord-api/builds/2013-02-01_04-15-03/archive/net.md-5/bungeecord-api/1.4.7-SNAPSHOT/bungeecord-api-1.4.7-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/BungeeCord/workspace/pom.xml to /var/lib/jenkins/jobs/BungeeCord/modules/net.md-5$bungeecord-parent/builds/2013-02-01_04-15-03/archive/net.md-5/bungeecord-parent/1.4.7-SNAPSHOT/bungeecord-parent-1.4.7-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/dependency-reduced-pom.xml to /var/lib/jenkins/jobs/BungeeCord/modules/net.md-5$bungeecord-proxy/builds/2013-02-01_04-15-03/archive/net.md-5/bungeecord-proxy/1.4.7-SNAPSHOT/bungeecord-proxy-1.4.7-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/BungeeCord/workspace/proxy/target/BungeeCord.jar to /var/lib/jenkins/jobs/BungeeCord/modules/net.md-5$bungeecord-proxy/builds/2013-02-01_04-15-03/archive/net.md-5/bungeecord-proxy/1.4.7-SNAPSHOT/bungeecord-proxy-1.4.7-SNAPSHOT.jar
Waiting for Jenkins to finish collecting data
channel stopped
Archiving artifacts
IRC notifier plugin: Sending notification to: #md_5
Finished: SUCCESS