Running with gitlab-ci-multi-runner 9.2.0 (adfc387)
  on felinewith.me (7bd4b9e2)
Using Docker executor with image registry.felinewith.me/dockerhelper/maven:master ...
Using docker image sha256:5265c326c1cc5acf0d7518b845ad3f666fc6006731ac7b93874d6dd6abc78dd7 for predefined container...
Pulling docker image registry.felinewith.me/dockerhelper/maven:master ...
Using docker image registry.felinewith.me/dockerhelper/maven:master ID=sha256:02609f7debe45b8c53baa37ead8737595a33c8e8b30dac4e7639f5ea1562a497 for build container...
Running on runner-7bd4b9e2-project-54-concurrent-0 via felinewith.me...
Fetching changes...
Removing pom.xml.versionsBackup
Removing public/
Removing target/
HEAD is now at 78af4d1 started preliminary support for interrupts, stacks, and function calls
From https://felinewith.me/LadySerenaKitty/kcpu
   78af4d1..88a0a58  master     -> origin/master
Checking out 88a0a581 as master...
Skipping Git submodules setup
$ mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile test package install deploy
fatal: No names found, cannot describe anything.
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T19:39:06Z)
Maven home: /usr/share/maven
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-1.8-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.10.0-21-generic", arch: "amd64", family: "unix"
1295 [INFO] Error stacktraces are turned on.
1318 [WARNING] 
1319 [WARNING] Some problems were encountered while building the effective settings
1319 [WARNING] 'usePluginRegistry' is deprecated and has no effect. @ /root/.m2/settings.xml
1319 [WARNING] 
1359 [INFO] Scanning for projects...
1513 [INFO] 
1513 [INFO] ------------------------------------------------------------------------
1513 [INFO] Building kcpu 1.0-SNAPSHOT
1513 [INFO] ------------------------------------------------------------------------
1900 [INFO] 
1900 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu ---
2223 [INFO] Using 'UTF-8' encoding to copy filtered resources.
2223 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources
2225 [INFO] 
2225 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu ---
2598 [INFO] Changes detected - recompiling the module!
2602 [INFO] Compiling 27 source files to /builds/LadySerenaKitty/kcpu/target/classes
4403 [INFO] 
4409 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu ---
4411 [INFO] Using 'UTF-8' encoding to copy filtered resources.
4411 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources
4411 [INFO] 
4411 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu ---
4424 [INFO] Nothing to compile - all classes are up to date
4427 [INFO] 
4427 [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kcpu ---
4429 [INFO] Using 'UTF-8' encoding to copy filtered resources.
4429 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/test/resources
4429 [INFO] 
4429 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kcpu ---
4434 [INFO] No sources to compile
4434 [INFO] 
4434 [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kcpu ---
4611 [INFO] No tests to run.
4626 [INFO] 
4626 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu ---
4627 [INFO] Using 'UTF-8' encoding to copy filtered resources.
4627 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources
4627 [INFO] 
4627 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu ---
4634 [INFO] Nothing to compile - all classes are up to date
4634 [INFO] 
4634 [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kcpu ---
4635 [INFO] Using 'UTF-8' encoding to copy filtered resources.
4635 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/test/resources
4636 [INFO] 
4636 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kcpu ---
4637 [INFO] No sources to compile
4637 [INFO] 
4637 [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kcpu ---
4640 [INFO] No tests to run.
4640 [INFO] Skipping execution of surefire because it has already been run for this configuration
4640 [INFO] 
4641 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ kcpu ---
4930 [INFO] Building jar: /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT.jar
5009 [INFO] 
5010 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadoc) @ kcpu ---
8028 [INFO] 
Loading source files for package me.felinewith.kcpu.hardware.kmcu...
Loading source files for package me.felinewith.kcpu.hardware...
Loading source files for package me.felinewith.kcpu...
Loading source files for package me.felinewith.kcpu.interfaces...
Loading source files for package me.felinewith.kcpu.util...
Loading source files for package me.felinewith.kcpu.util.helpers...
Loading source files for package me.felinewith.kcpu.opcodes...
Loading source files for package me.felinewith.kcpu.memory...
Constructing Javadoc information...
Standard Doclet version 1.8.0_131
Building tree for all the packages and classes...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/KmcuOp.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/KmcuOpCodes.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/KmcuValueType.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/Kmcu.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/Kasm.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/Kasm.KasmBuilder.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/KBoard.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/Kcpu.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/Kemulator.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/KMemoryRange.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/KMemorySecurity.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/IDevice.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/IMemory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/BaseDevice.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/BaseMemory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/Converter.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/CPUStoppedException.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/HardwareMemIrq.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/HardwareRecvIrq.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/MemHelper.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/ValueHelper.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/ValueType.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/BasicMath.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/IOpcodeHandler.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/Memory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/OpDirector.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/BootRom.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/Buffer.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/overview-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/constant-values.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/serialized-form.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/class-use/KmcuValueType.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/class-use/KmcuOpCodes.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/class-use/KmcuOp.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/class-use/Kmcu.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/Kemulator.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/KMemorySecurity.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/Kasm.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/Kasm.KasmBuilder.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/KBoard.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/KMemoryRange.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/Kcpu.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/class-use/IMemory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/class-use/IDevice.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/CPUStoppedException.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/Converter.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/BaseMemory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/HardwareMemIrq.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/BaseDevice.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/HardwareRecvIrq.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/class-use/MemHelper.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/class-use/ValueHelper.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/class-use/ValueType.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/class-use/BasicMath.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/class-use/Memory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/class-use/IOpcodeHandler.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/class-use/OpDirector.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/class-use/Buffer.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/class-use/BootRom.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/package-use.html...
Building index for all the packages and classes...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/overview-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/index-all.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/allclasses-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/allclasses-noframe.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/index.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/overview-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/help-doc.html...
8073 [INFO] Building jar: /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT-javadoc.jar
8152 [INFO] 
8152 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu ---
8154 [INFO] Using 'UTF-8' encoding to copy filtered resources.
8154 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources
8155 [INFO] 
8155 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu ---
8163 [INFO] Nothing to compile - all classes are up to date
8163 [INFO] 
8163 [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kcpu ---
8164 [INFO] Using 'UTF-8' encoding to copy filtered resources.
8164 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/test/resources
8165 [INFO] 
8165 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kcpu ---
8166 [INFO] No sources to compile
8166 [INFO] 
8166 [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kcpu ---
8169 [INFO] No tests to run.
8170 [INFO] Skipping execution of surefire because it has already been run for this configuration
8170 [INFO] 
8170 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ kcpu ---
8179 [INFO] 
8179 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadoc) @ kcpu ---
10642 [INFO] 
Loading source files for package me.felinewith.kcpu.hardware.kmcu...
Loading source files for package me.felinewith.kcpu.hardware...
Loading source files for package me.felinewith.kcpu...
Loading source files for package me.felinewith.kcpu.interfaces...
Loading source files for package me.felinewith.kcpu.util...
Loading source files for package me.felinewith.kcpu.util.helpers...
Loading source files for package me.felinewith.kcpu.opcodes...
Loading source files for package me.felinewith.kcpu.memory...
Constructing Javadoc information...
Standard Doclet version 1.8.0_131
Building tree for all the packages and classes...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/KmcuOp.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/KmcuOpCodes.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/KmcuValueType.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/Kmcu.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/Kasm.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/Kasm.KasmBuilder.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/KBoard.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/Kcpu.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/Kemulator.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/KMemoryRange.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/KMemorySecurity.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/IDevice.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/IMemory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/BaseDevice.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/BaseMemory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/Converter.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/CPUStoppedException.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/HardwareMemIrq.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/HardwareRecvIrq.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/MemHelper.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/ValueHelper.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/ValueType.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/BasicMath.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/IOpcodeHandler.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/Memory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/OpDirector.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/BootRom.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/Buffer.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/overview-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/constant-values.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/serialized-form.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/class-use/KmcuValueType.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/class-use/KmcuOpCodes.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/class-use/KmcuOp.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/class-use/Kmcu.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/Kemulator.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/KMemorySecurity.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/Kasm.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/Kasm.KasmBuilder.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/KBoard.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/KMemoryRange.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/Kcpu.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/class-use/IMemory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/class-use/IDevice.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/CPUStoppedException.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/Converter.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/BaseMemory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/HardwareMemIrq.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/BaseDevice.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/HardwareRecvIrq.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/class-use/MemHelper.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/class-use/ValueHelper.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/class-use/ValueType.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/class-use/BasicMath.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/class-use/Memory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/class-use/IOpcodeHandler.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/class-use/OpDirector.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/class-use/Buffer.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/class-use/BootRom.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/package-use.html...
Building index for all the packages and classes...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/overview-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/index-all.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/allclasses-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/allclasses-noframe.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/index.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/overview-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/help-doc.html...
10675 [INFO] Building jar: /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT-javadoc.jar
10741 [INFO] 
10744 [INFO] --- maven-install-plugin:2.4:install (default-install) @ kcpu ---
10824 [INFO] Installing /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT.jar to /root/.m2/repository/me/felinewith/kcpu/1.0-SNAPSHOT/kcpu-1.0-SNAPSHOT.jar
10827 [INFO] Installing /builds/LadySerenaKitty/kcpu/pom.xml to /root/.m2/repository/me/felinewith/kcpu/1.0-SNAPSHOT/kcpu-1.0-SNAPSHOT.pom
10840 [INFO] Installing /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT-javadoc.jar to /root/.m2/repository/me/felinewith/kcpu/1.0-SNAPSHOT/kcpu-1.0-SNAPSHOT-javadoc.jar
10843 [INFO] Installing /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT-javadoc.jar to /root/.m2/repository/me/felinewith/kcpu/1.0-SNAPSHOT/kcpu-1.0-SNAPSHOT-javadoc.jar
10846 [INFO] 
10846 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu ---
10848 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10848 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources
10848 [INFO] 
10849 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu ---
10856 [INFO] Nothing to compile - all classes are up to date
10857 [INFO] 
10857 [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kcpu ---
10865 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10865 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/test/resources
10865 [INFO] 
10866 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kcpu ---
10867 [INFO] No sources to compile
10869 [INFO] 
10869 [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kcpu ---
10872 [INFO] No tests to run.
10873 [INFO] Skipping execution of surefire because it has already been run for this configuration
10873 [INFO] 
10873 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ kcpu ---
10881 [INFO] 
10882 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadoc) @ kcpu ---
13010 [INFO] 
Loading source files for package me.felinewith.kcpu.hardware.kmcu...
Loading source files for package me.felinewith.kcpu.hardware...
Loading source files for package me.felinewith.kcpu...
Loading source files for package me.felinewith.kcpu.interfaces...
Loading source files for package me.felinewith.kcpu.util...
Loading source files for package me.felinewith.kcpu.util.helpers...
Loading source files for package me.felinewith.kcpu.opcodes...
Loading source files for package me.felinewith.kcpu.memory...
Constructing Javadoc information...
Standard Doclet version 1.8.0_131
Building tree for all the packages and classes...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/KmcuOp.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/KmcuOpCodes.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/KmcuValueType.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/Kmcu.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/Kasm.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/Kasm.KasmBuilder.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/KBoard.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/Kcpu.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/Kemulator.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/KMemoryRange.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/KMemorySecurity.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/IDevice.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/IMemory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/BaseDevice.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/BaseMemory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/Converter.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/CPUStoppedException.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/HardwareMemIrq.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/HardwareRecvIrq.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/MemHelper.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/ValueHelper.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/ValueType.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/BasicMath.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/IOpcodeHandler.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/Memory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/OpDirector.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/BootRom.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/Buffer.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/overview-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/package-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/package-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/package-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/constant-values.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/serialized-form.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/class-use/KmcuValueType.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/class-use/KmcuOpCodes.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/class-use/KmcuOp.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/class-use/Kmcu.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/Kemulator.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/KMemorySecurity.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/Kasm.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/Kasm.KasmBuilder.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/KBoard.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/KMemoryRange.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/class-use/Kcpu.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/class-use/IMemory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/class-use/IDevice.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/CPUStoppedException.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/Converter.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/BaseMemory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/HardwareMemIrq.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/BaseDevice.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/class-use/HardwareRecvIrq.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/class-use/MemHelper.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/class-use/ValueHelper.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/class-use/ValueType.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/class-use/BasicMath.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/class-use/Memory.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/class-use/IOpcodeHandler.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/class-use/OpDirector.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/class-use/Buffer.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/class-use/BootRom.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/hardware/kmcu/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/interfaces/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/memory/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/opcodes/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/package-use.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/helpers/package-use.html...
Building index for all the packages and classes...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/overview-tree.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/index-all.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/allclasses-frame.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/allclasses-noframe.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/index.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/overview-summary.html...
Generating /builds/LadySerenaKitty/kcpu/target/apidocs/help-doc.html...
13041 [INFO] Building jar: /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT-javadoc.jar
13095 [INFO] 
13097 [INFO] --- maven-install-plugin:2.4:install (default-install) @ kcpu ---
13098 [INFO] Installing /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT.jar to /root/.m2/repository/me/felinewith/kcpu/1.0-SNAPSHOT/kcpu-1.0-SNAPSHOT.jar
13099 [INFO] Installing /builds/LadySerenaKitty/kcpu/pom.xml to /root/.m2/repository/me/felinewith/kcpu/1.0-SNAPSHOT/kcpu-1.0-SNAPSHOT.pom
13103 [INFO] Installing /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT-javadoc.jar to /root/.m2/repository/me/felinewith/kcpu/1.0-SNAPSHOT/kcpu-1.0-SNAPSHOT-javadoc.jar
13106 [INFO] Installing /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT-javadoc.jar to /root/.m2/repository/me/felinewith/kcpu/1.0-SNAPSHOT/kcpu-1.0-SNAPSHOT-javadoc.jar
13108 [INFO] Installing /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT-javadoc.jar to /root/.m2/repository/me/felinewith/kcpu/1.0-SNAPSHOT/kcpu-1.0-SNAPSHOT-javadoc.jar
13113 [INFO] 
13113 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ kcpu ---
14938 [INFO] ------------------------------------------------------------------------
14939 [INFO] BUILD SUCCESS
14939 [INFO] ------------------------------------------------------------------------
14940 [INFO] Total time: 13.613 s
14941 [INFO] Finished at: 2017-10-01T06:46:41Z
15099 [INFO] Final Memory: 25M/300M
15099 [INFO] ------------------------------------------------------------------------
Job succeeded