Skip to content
Success

Console Output

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building BungeeCord-Native 1.8-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bungeecord-native ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10:jar (default-cli) @ bungeecord-native ---
[INFO] 
Loading source files for package net.md_5.bungee...
Constructing Javadoc information...
Standard Doclet version 1.7.0_65
Building tree for all the packages and classes...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/net/md_5/bungee/BungeeCipher.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/net/md_5/bungee/FallbackCipher.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/net/md_5/bungee/NativeCipher.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/net/md_5/bungee/package-frame.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/net/md_5/bungee/package-summary.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/net/md_5/bungee/package-tree.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/constant-values.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/net/md_5/bungee/class-use/NativeCipher.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/net/md_5/bungee/class-use/BungeeCipher.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/net/md_5/bungee/class-use/FallbackCipher.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/net/md_5/bungee/package-use.html...
Building index for all the packages and classes...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/overview-tree.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/index-all.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/allclasses-frame.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/allclasses-noframe.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/index.html...
Generating /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/apidocs/help-doc.html...
26 warnings
[WARNING] Javadoc Warnings
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/FallbackCipher.java:3: error: package io.netty.buffer does not exist
[WARNING] import io.netty.buffer.ByteBuf;
[WARNING] ^
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/FallbackCipher.java:4: error: package io.netty.channel does not exist
[WARNING] import io.netty.channel.ChannelHandlerContext;
[WARNING] ^
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/BungeeCipher.java:3: error: package io.netty.buffer does not exist
[WARNING] import io.netty.buffer.ByteBuf;
[WARNING] ^
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/BungeeCipher.java:4: error: package io.netty.channel does not exist
[WARNING] import io.netty.channel.ChannelHandlerContext;
[WARNING] ^
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/FallbackCipher.java:41: error: cannot find symbol
[WARNING] public void cipher(ByteBuf in, ByteBuf out) throws ShortBufferException
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: class FallbackCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/FallbackCipher.java:41: error: cannot find symbol
[WARNING] public void cipher(ByteBuf in, ByteBuf out) throws ShortBufferException
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: class FallbackCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/FallbackCipher.java:57: error: cannot find symbol
[WARNING] public ByteBuf cipher(ChannelHandlerContext ctx, ByteBuf in) throws ShortBufferException
[WARNING] ^
[WARNING] symbol:   class ChannelHandlerContext
[WARNING] location: class FallbackCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/FallbackCipher.java:57: error: cannot find symbol
[WARNING] public ByteBuf cipher(ChannelHandlerContext ctx, ByteBuf in) throws ShortBufferException
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: class FallbackCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/FallbackCipher.java:57: error: cannot find symbol
[WARNING] public ByteBuf cipher(ChannelHandlerContext ctx, ByteBuf in) throws ShortBufferException
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: class FallbackCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/FallbackCipher.java:73: error: cannot find symbol
[WARNING] private byte[] bufToByte(ByteBuf in)
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: class FallbackCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/BungeeCipher.java:18: error: cannot find symbol
[WARNING] void cipher(ByteBuf in, ByteBuf out) throws GeneralSecurityException;
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: interface BungeeCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/BungeeCipher.java:18: error: cannot find symbol
[WARNING] void cipher(ByteBuf in, ByteBuf out) throws GeneralSecurityException;
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: interface BungeeCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/BungeeCipher.java:20: error: cannot find symbol
[WARNING] ByteBuf cipher(ChannelHandlerContext ctx, ByteBuf in) throws GeneralSecurityException;
[WARNING] ^
[WARNING] symbol:   class ChannelHandlerContext
[WARNING] location: interface BungeeCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/BungeeCipher.java:20: error: cannot find symbol
[WARNING] ByteBuf cipher(ChannelHandlerContext ctx, ByteBuf in) throws GeneralSecurityException;
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: interface BungeeCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/BungeeCipher.java:20: error: cannot find symbol
[WARNING] ByteBuf cipher(ChannelHandlerContext ctx, ByteBuf in) throws GeneralSecurityException;
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: interface BungeeCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/NativeCipher.java:3: error: package com.google.common.base does not exist
[WARNING] import com.google.common.base.Preconditions;
[WARNING] ^
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/NativeCipher.java:4: error: package com.google.common.io does not exist
[WARNING] import com.google.common.io.ByteStreams;
[WARNING] ^
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/NativeCipher.java:5: error: package io.netty.buffer does not exist
[WARNING] import io.netty.buffer.ByteBuf;
[WARNING] ^
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/NativeCipher.java:6: error: package io.netty.channel does not exist
[WARNING] import io.netty.channel.ChannelHandlerContext;
[WARNING] ^
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/NativeCipher.java:7: error: package lombok does not exist
[WARNING] import lombok.Getter;
[WARNING] ^
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/NativeCipher.java:78: error: cannot find symbol
[WARNING] public void cipher(ByteBuf in, ByteBuf out) throws GeneralSecurityException
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: class NativeCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/NativeCipher.java:78: error: cannot find symbol
[WARNING] public void cipher(ByteBuf in, ByteBuf out) throws GeneralSecurityException
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: class NativeCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/NativeCipher.java:100: error: cannot find symbol
[WARNING] public ByteBuf cipher(ChannelHandlerContext ctx, ByteBuf in) throws GeneralSecurityException
[WARNING] ^
[WARNING] symbol:   class ChannelHandlerContext
[WARNING] location: class NativeCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/NativeCipher.java:100: error: cannot find symbol
[WARNING] public ByteBuf cipher(ChannelHandlerContext ctx, ByteBuf in) throws GeneralSecurityException
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: class NativeCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/NativeCipher.java:100: error: cannot find symbol
[WARNING] public ByteBuf cipher(ChannelHandlerContext ctx, ByteBuf in) throws GeneralSecurityException
[WARNING] ^
[WARNING] symbol:   class ByteBuf
[WARNING] location: class NativeCipher
[WARNING] /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/main/java/net/md_5/bungee/NativeCipher.java:18: error: cannot find symbol
[WARNING] @Getter
[WARNING] ^
[WARNING] symbol:   class Getter
[WARNING] location: class NativeCipher
[INFO] Building jar: /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/bungeecord-native-1.8-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ bungeecord-native ---
[INFO] 
[INFO] --- gitdescribe-maven-plugin:1.3:gitdescribe (default) @ bungeecord-native ---
[INFO] Setting Git Describe: git:BungeeCord-Native:1.8-SNAPSHOT:"0a0146b":1003
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.3:jar (default-cli) @ bungeecord-native ---
[INFO] Building jar: /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/bungeecord-native-1.8-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ bungeecord-native ---
[INFO] 
[INFO] --- gitdescribe-maven-plugin:1.3:gitdescribe (default) @ bungeecord-native ---
[INFO] Setting Git Describe: git:BungeeCord-Native:1.8-SNAPSHOT:"0a0146b":1003
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ bungeecord-native ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ bungeecord-native ---
[INFO] Compiling 4 source files to /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ bungeecord-native ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/BungeeCord/workspace/native/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ bungeecord-native ---
[INFO] Compiling 1 source file to /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ bungeecord-native ---
[INFO] Surefire report directory: /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running net.md_5.bungee.NativeCipherTest
Testing Java cipher...
This cipher works correctly!
Benchmarking Java cipher...
Encryption Iteration: 50000, Elapsed: 43 ms
Decryption Iteration: 50000, Elapsed: 4 ms
Testing OpenSSL cipher...
This cipher works correctly!
Benchmarking OpenSSL cipher...
Encryption Iteration: 50000, Elapsed: 12 ms
Decryption Iteration: 50000, Elapsed: 4 ms
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ bungeecord-native ---
[INFO] Building jar: /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/bungeecord-native-1.8-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ bungeecord-native ---
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/bungeecord-native-1.8-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-native/1.8-SNAPSHOT/bungeecord-native-1.8-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/native/pom.xml to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-native/1.8-SNAPSHOT/bungeecord-native-1.8-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/bungeecord-native-1.8-SNAPSHOT-javadoc.jar to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-native/1.8-SNAPSHOT/bungeecord-native-1.8-SNAPSHOT-javadoc.jar
[INFO] Installing /var/lib/jenkins/jobs/BungeeCord/workspace/native/target/bungeecord-native-1.8-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/net/md-5/bungeecord-native/1.8-SNAPSHOT/bungeecord-native-1.8-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ bungeecord-native ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/maven-metadata.xml (2 KB at 2.2 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/bungeecord-native-1.8-20140925.003426-12.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/bungeecord-native-1.8-20140925.003426-12.jar (11 KB at 9.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/bungeecord-native-1.8-20140925.003426-12.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/bungeecord-native-1.8-20140925.003426-12.pom (1012 B at 0.9 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/maven-metadata.xml (379 B at 0.7 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/maven-metadata.xml (2 KB at 1.2 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/maven-metadata.xml (379 B at 0.3 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/bungeecord-native-1.8-20140925.003426-12-javadoc.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/bungeecord-native-1.8-20140925.003426-12-javadoc.jar (46 KB at 31.4 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/maven-metadata.xml (2 KB at 1.1 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/bungeecord-native-1.8-20140925.003426-12-sources.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/bungeecord-native-1.8-20140925.003426-12-sources.jar (7 KB at 4.8 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/net/md-5/bungeecord-native/1.8-SNAPSHOT/maven-metadata.xml (2 KB at 1.0 KB/sec)
[ERROR] javadoc: warning - Class NoArgsConstructor not found.