Skip to content
Success

Console Output

Started by GitHub push by mcmonkey4eva
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/dDiscordBot/workspace
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/DenizenScript/dDiscordBot.git # timeout=10
Fetching upstream changes from git://github.com/DenizenScript/dDiscordBot.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/DenizenScript/dDiscordBot.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 0f21ffbde73a3317317ecb5f0bf672da3af57afe (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0f21ffbde73a3317317ecb5f0bf672da3af57afe
Commit message: "add user.status, activity_type, _name, _url, fixes #22"
 > git rev-list --no-walk 957cd9e4a0d7ab08709351a9167ea08cd7a618b9 # timeout=10
 > git tag -a -f -m Jenkins Build #50 jenkins-dDiscordBot-50 # timeout=10
Parsing POMs
Established TCP socket on 44170
[workspace] $ /var/lib/jenkins/tools/hudson.model.JDK/JDK8/bin/java -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.13.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.3 /var/cache/jenkins/war/WEB-INF/lib/remoting-3.33.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.13.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 44170
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/dDiscordBot/workspace/pom.xml clean package install -DBUILD_NUMBER=50
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.denizenscript:ddiscordbot:jar:0.6
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] -------------------< com.denizenscript:ddiscordbot >--------------------
[INFO] Building dDiscordBot 0.6
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.denizenscript:denizen:jar:1.1.1-SNAPSHOT is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for io.netty:netty-codec-http:jar:4.1.34.Final is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for io.netty:netty-codec-http2:jar:4.1.34.Final is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for io.netty:netty-handler:jar:4.1.34.Final is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for io.netty:netty-handler-proxy:jar:4.1.34.Final is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.34.Final is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ddiscordbot ---
[INFO] Deleting /var/lib/jenkins/jobs/dDiscordBot/workspace/target
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ ddiscordbot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ddiscordbot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /var/lib/jenkins/jobs/dDiscordBot/workspace/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ ddiscordbot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/dDiscordBot/workspace/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ddiscordbot ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ ddiscordbot ---
[INFO] No tests to run.
[INFO] Surefire report directory: /var/lib/jenkins/jobs/dDiscordBot/workspace/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ ddiscordbot ---
[INFO] Building jar: /var/lib/jenkins/jobs/dDiscordBot/workspace/target/dDiscordBot-0.6-b50.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.0:shade (default) @ ddiscordbot ---
[INFO] Excluding com.denizenscript:denizen:jar:1.1.1-SNAPSHOT from the shaded jar.
[INFO] Including com.discord4j:discord4j-core:jar:3.0.4 in the shaded jar.
[INFO] Including com.discord4j:discord4j-rest:jar:3.0.4 in the shaded jar.
[INFO] Including com.discord4j:discord4j-common:jar:3.0.4 in the shaded jar.
[INFO] Including io.projectreactor.netty:reactor-netty:jar:0.8.6.RELEASE in the shaded jar.
[INFO] Including io.netty:netty-codec-http:jar:4.1.34.Final in the shaded jar.
[INFO] Including io.netty:netty-codec-http2:jar:4.1.34.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.34.Final in the shaded jar.
[INFO] Including io.netty:netty-handler-proxy:jar:4.1.34.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.34.Final in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.9.8 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.9.8 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.8 in the shaded jar.
[INFO] Including io.projectreactor:reactor-core:jar:3.2.8.RELEASE in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.2 in the shaded jar.
[INFO] Including io.projectreactor.addons:reactor-extra:jar:3.2.2.RELEASE in the shaded jar.
[INFO] Including com.discord4j:discord4j-gateway:jar:3.0.4 in the shaded jar.
[INFO] Including com.discord4j:discord4j-voice:jar:3.0.4 in the shaded jar.
[INFO] Including com.discord4j:simple-fsm:jar:1.0.1 in the shaded jar.
[INFO] Including com.discord4j:stores-jdk:jar:3.0.3 in the shaded jar.
[INFO] Including com.discord4j:stores-api:jar:3.0.3 in the shaded jar.
[INFO] Including com.austinv11.servicer:Servicer:jar:1.0.0 in the shaded jar.
[INFO] Minimizing jar com.denizenscript:ddiscordbot:jar:0.6
[INFO] discord4j.core.ConnectedObserver not removed because it was specifically included
[INFO] discord4j.core.shard.ShardAwareStore not removed because it was specifically included
[INFO] discord4j.core.shard.ShardingJdkStoreRegistry not removed because it was specifically included
[INFO] discord4j.core.shard.ShardingJdkStoreService not removed because it was specifically included
[INFO] discord4j.core.shard.ShardingClientBuilder not removed because it was specifically included
[INFO] discord4j.core.shard.ShardingStoreRegistry not removed because it was specifically included
[INFO] discord4j.rest.http.FallbackReaderStrategy not removed because it was specifically included
[INFO] discord4j.rest.response.ResumingTransformer not removed because it was specifically included
[INFO] discord4j.rest.request.SingleRouterFactory not removed because it was specifically included
[INFO] discord4j.common.annotations.Beta not removed because it was specifically included
[INFO] discord4j.gateway.json.dispatch.EventNames not removed because it was specifically included
[INFO] discord4j.voice.Opus not removed because it was specifically included
[INFO] discord4j.store.api.util.MappingIterable$MappingSpliterator not removed because it was specifically included
[INFO] discord4j.store.api.readonly.ReadOnlyStore not removed because it was specifically included
[INFO] discord4j.store.api.mapping.MappingStoreService not removed because it was specifically included
[INFO] discord4j.store.api.readonly.primitive.ReadOnlyLongObjStore not removed because it was specifically included
[INFO] discord4j.store.api.util.MappingIterable$1 not removed because it was specifically included
[INFO] discord4j.store.api.util.MappingIterable$MappingIterator not removed because it was specifically included
[INFO] discord4j.store.api.util.MappingIterable not removed because it was specifically included
[INFO] discord4j.store.api.readonly.ReadOnlyStoreService not removed because it was specifically included
[INFO] Minimized 3638 -> 3166 (87%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/dDiscordBot/workspace/target/dDiscordBot-0.6-b50.jar with /var/lib/jenkins/jobs/dDiscordBot/workspace/target/ddiscordbot-0.6-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/dDiscordBot/workspace/dependency-reduced-pom.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ ddiscordbot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ddiscordbot ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ ddiscordbot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/dDiscordBot/workspace/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ddiscordbot ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ ddiscordbot ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ ddiscordbot ---
[INFO] Building jar: /var/lib/jenkins/jobs/dDiscordBot/workspace/target/dDiscordBot-0.6-b50.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.0:shade (default) @ ddiscordbot ---
[INFO] Excluding com.denizenscript:denizen:jar:1.1.1-SNAPSHOT from the shaded jar.
[INFO] Including com.discord4j:discord4j-core:jar:3.0.4 in the shaded jar.
[INFO] Including com.discord4j:discord4j-rest:jar:3.0.4 in the shaded jar.
[INFO] Including com.discord4j:discord4j-common:jar:3.0.4 in the shaded jar.
[INFO] Including io.projectreactor.netty:reactor-netty:jar:0.8.6.RELEASE in the shaded jar.
[INFO] Including io.netty:netty-codec-http:jar:4.1.34.Final in the shaded jar.
[INFO] Including io.netty:netty-codec-http2:jar:4.1.34.Final in the shaded jar.
[INFO] Including io.netty:netty-handler:jar:4.1.34.Final in the shaded jar.
[INFO] Including io.netty:netty-handler-proxy:jar:4.1.34.Final in the shaded jar.
[INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.34.Final in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.9.8 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.9.8 in the shaded jar.
[INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.8 in the shaded jar.
[INFO] Including io.projectreactor:reactor-core:jar:3.2.8.RELEASE in the shaded jar.
[INFO] Including org.reactivestreams:reactive-streams:jar:1.0.2 in the shaded jar.
[INFO] Including io.projectreactor.addons:reactor-extra:jar:3.2.2.RELEASE in the shaded jar.
[INFO] Including com.discord4j:discord4j-gateway:jar:3.0.4 in the shaded jar.
[INFO] Including com.discord4j:discord4j-voice:jar:3.0.4 in the shaded jar.
[INFO] Including com.discord4j:simple-fsm:jar:1.0.1 in the shaded jar.
[INFO] Including com.discord4j:stores-jdk:jar:3.0.3 in the shaded jar.
[INFO] Including com.discord4j:stores-api:jar:3.0.3 in the shaded jar.
[INFO] Including com.austinv11.servicer:Servicer:jar:1.0.0 in the shaded jar.
[INFO] Minimizing jar com.denizenscript:ddiscordbot:jar:0.6
[INFO] discord4j.core.ConnectedObserver not removed because it was specifically included
[INFO] discord4j.core.shard.ShardAwareStore not removed because it was specifically included
[INFO] discord4j.core.shard.ShardingJdkStoreRegistry not removed because it was specifically included
[INFO] discord4j.core.shard.ShardingJdkStoreService not removed because it was specifically included
[INFO] discord4j.core.shard.ShardingClientBuilder not removed because it was specifically included
[INFO] discord4j.core.shard.ShardingStoreRegistry not removed because it was specifically included
[INFO] discord4j.rest.http.FallbackReaderStrategy not removed because it was specifically included
[INFO] discord4j.rest.response.ResumingTransformer not removed because it was specifically included
[INFO] discord4j.rest.request.SingleRouterFactory not removed because it was specifically included
[INFO] discord4j.common.annotations.Beta not removed because it was specifically included
[INFO] discord4j.gateway.json.dispatch.EventNames not removed because it was specifically included
[INFO] discord4j.voice.Opus not removed because it was specifically included
[INFO] discord4j.store.api.util.MappingIterable$MappingSpliterator not removed because it was specifically included
[INFO] discord4j.store.api.readonly.ReadOnlyStore not removed because it was specifically included
[INFO] discord4j.store.api.mapping.MappingStoreService not removed because it was specifically included
[INFO] discord4j.store.api.readonly.primitive.ReadOnlyLongObjStore not removed because it was specifically included
[INFO] discord4j.store.api.util.MappingIterable$1 not removed because it was specifically included
[INFO] discord4j.store.api.util.MappingIterable$MappingIterator not removed because it was specifically included
[INFO] discord4j.store.api.util.MappingIterable not removed because it was specifically included
[INFO] discord4j.store.api.readonly.ReadOnlyStoreService not removed because it was specifically included
[INFO] Minimized 3638 -> 3166 (87%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/dDiscordBot/workspace/target/dDiscordBot-0.6-b50.jar with /var/lib/jenkins/jobs/dDiscordBot/workspace/target/ddiscordbot-0.6-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/dDiscordBot/workspace/dependency-reduced-pom.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ddiscordbot ---
[INFO] Installing /var/lib/jenkins/jobs/dDiscordBot/workspace/target/dDiscordBot-0.6-b50.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/ddiscordbot/0.6/ddiscordbot-0.6.jar
[INFO] Installing /var/lib/jenkins/jobs/dDiscordBot/workspace/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/ddiscordbot/0.6/ddiscordbot-0.6.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.655 s
[INFO] Finished at: 2019-10-09T17:59:50Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/jobs/dDiscordBot/workspace/dependency-reduced-pom.xml to com.denizenscript/ddiscordbot/0.6/ddiscordbot-0.6.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/dDiscordBot/workspace/target/dDiscordBot-0.6-b50.jar to com.denizenscript/ddiscordbot/0.6/ddiscordbot-0.6.jar
channel stopped
Archiving artifacts
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Sending notification to Discord.
Finished: SUCCESS