Started by GitHub push by GermanCoding
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/PacketAPI
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /var/jenkins_home/workspace/PacketAPI/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/GermanCoding/PacketAPI.git # timeout=10
Fetching upstream changes from https://github.com/GermanCoding/PacketAPI.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
> git fetch --tags --force --progress -- https://github.com/GermanCoding/PacketAPI.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 778593d1a054e7ca20ff1b36a28a49e1de9a63ef (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 778593d1a054e7ca20ff1b36a28a49e1de9a63ef # timeout=10
Commit message: "Buildserver is now on Java 11"
> git rev-list --no-walk 44dae0daf03f8c5b32eefafbe41be73f4f7afe92 # timeout=10
[PacketAPI] $ /var/jenkins_home/tools/hudson.tasks.Ant_AntInstallation/Ant-10.12/bin/ant -file build.xml dist doc
Buildfile: /var/jenkins_home/workspace/PacketAPI/PacketAPI/build.xml
init:
compile:
[javac] /var/jenkins_home/workspace/PacketAPI/PacketAPI/build.xml:20: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
dist:
init:
doc:
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
[javadoc] Loading source files for package com.germancoding.packetapi...
[javadoc] Loading source files for package com.germancoding.packetapi.defaultpackets...
[javadoc] Loading source files for package com.germancoding.packetapi.udp...
[javadoc] Constructing Javadoc information...
[javadoc] Standard Doclet version 11.0.13
[javadoc] Building tree for all the packages and classes...
[javadoc] /var/jenkins_home/workspace/PacketAPI/PacketAPI/src/com/germancoding/packetapi/udp/UnreliableSocket.java:115: warning: no @param for remoteAddress
[javadoc] public void setRemoteAddress(InetAddress remoteAddress) {
[javadoc] ^
[javadoc] /var/jenkins_home/workspace/PacketAPI/PacketAPI/src/com/germancoding/packetapi/udp/UnreliableSocket.java:129: warning: no @param for remotePort
[javadoc] public void setRemotePort(int remotePort) {
[javadoc] ^
[javadoc] Building index for all the packages and classes...
[javadoc] Building index for all classes...
[javadoc] Building index for all classes...
[javadoc] Generating /var/jenkins_home/workspace/PacketAPI/PacketAPI/doc/help-doc.html...
[javadoc] 2 warnings
BUILD SUCCESSFUL
Total time: 1 second
Archiving artifacts
Publishing Javadoc
Finished: SUCCESS