[0KRunning with gitlab-ci-multi-runner 9.2.0 (adfc387) on felinewith.me (7bd4b9e2) [0;m[0KUsing Docker executor with image registry.felinewith.me/dockerhelper/maven:master ... [0;m[0KUsing docker image sha256:5265c326c1cc5acf0d7518b845ad3f666fc6006731ac7b93874d6dd6abc78dd7 for predefined container... [0;m[0KPulling docker image registry.felinewith.me/dockerhelper/maven:master ... [0;m[0KUsing docker image registry.felinewith.me/dockerhelper/maven:master ID=sha256:02609f7debe45b8c53baa37ead8737595a33c8e8b30dac4e7639f5ea1562a497 for build container... [0;mRunning on runner-7bd4b9e2-project-54-concurrent-0 via felinewith.me... [32;1mFetching changes...[0;m Removing pom.xml.versionsBackup Removing public/ Removing target/ HEAD is now at 103b535 Merge branch 'doc' into 'master' From https://felinewith.me/LadySerenaKitty/kcpu 103b535..e0b07e6 master -> origin/master [32;1mChecking out e0b07e65 as master...[0;m [32;1mSkipping Git submodules setup[0;m [32;1m$ mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile test package install deploy[0;m 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" 1211 [INFO] Error stacktraces are turned on. 1235 [WARNING] 1235 [WARNING] Some problems were encountered while building the effective settings 1235 [WARNING] 'usePluginRegistry' is deprecated and has no effect. @ /root/.m2/settings.xml 1235 [WARNING] 1269 [INFO] Scanning for projects... 1359 [INFO] 1359 [INFO] ------------------------------------------------------------------------ 1359 [INFO] Building kcpu 1.0-SNAPSHOT 1359 [INFO] ------------------------------------------------------------------------ 1724 [INFO] 1725 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu --- 2114 [INFO] Using 'UTF-8' encoding to copy filtered resources. 2115 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources 2117 [INFO] 2118 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu --- 2564 [INFO] Changes detected - recompiling the module! 2571 [INFO] Compiling 30 source files to /builds/LadySerenaKitty/kcpu/target/classes 4442 [INFO] 4443 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu --- 4449 [INFO] Using 'UTF-8' encoding to copy filtered resources. 4455 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources 4455 [INFO] 4455 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu --- 4468 [INFO] Nothing to compile - all classes are up to date 4469 [INFO] 4469 [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kcpu --- 4471 [INFO] Using 'UTF-8' encoding to copy filtered resources. 4471 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/test/resources 4472 [INFO] 4472 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kcpu --- 4475 [INFO] No sources to compile 4475 [INFO] 4475 [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kcpu --- 4609 [INFO] No tests to run. 4621 [INFO] 4622 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu --- 4623 [INFO] Using 'UTF-8' encoding to copy filtered resources. 4623 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources 4623 [INFO] 4624 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu --- 4631 [INFO] Nothing to compile - all classes are up to date 4631 [INFO] 4631 [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kcpu --- 4633 [INFO] Using 'UTF-8' encoding to copy filtered resources. 4633 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/test/resources 4633 [INFO] 4633 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kcpu --- 4635 [INFO] No sources to compile 4635 [INFO] 4635 [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kcpu --- 4638 [INFO] No tests to run. 4639 [INFO] Skipping execution of surefire because it has already been run for this configuration 4639 [INFO] 4639 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ kcpu --- 4856 [INFO] Building jar: /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT.jar 4957 [INFO] 4957 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadoc) @ kcpu --- 8578 [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/KcpuExceptions.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/FakeFuture.html... Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/HardwareFinished.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/class-use/KcpuExceptions.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/FakeFuture.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/HardwareFinished.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... 8637 [INFO] Building jar: /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT-javadoc.jar 8738 [INFO] 8739 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu --- 8746 [INFO] Using 'UTF-8' encoding to copy filtered resources. 8746 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources 8746 [INFO] 8746 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu --- 8757 [INFO] Nothing to compile - all classes are up to date 8757 [INFO] 8758 [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kcpu --- 8759 [INFO] Using 'UTF-8' encoding to copy filtered resources. 8759 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/test/resources 8760 [INFO] 8760 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kcpu --- 8766 [INFO] No sources to compile 8766 [INFO] 8766 [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kcpu --- 8772 [INFO] No tests to run. 8772 [INFO] Skipping execution of surefire because it has already been run for this configuration 8773 [INFO] 8773 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ kcpu --- 8793 [INFO] 8796 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadoc) @ kcpu --- 11417 [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/KcpuExceptions.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/FakeFuture.html... Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/HardwareFinished.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/class-use/KcpuExceptions.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/FakeFuture.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/HardwareFinished.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... 11456 [INFO] Building jar: /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT-javadoc.jar 11514 [INFO] 11514 [INFO] --- maven-install-plugin:2.4:install (default-install) @ kcpu --- 11601 [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 11605 [INFO] Installing /builds/LadySerenaKitty/kcpu/pom.xml to /root/.m2/repository/me/felinewith/kcpu/1.0-SNAPSHOT/kcpu-1.0-SNAPSHOT.pom 11616 [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 11619 [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 11621 [INFO] 11621 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu --- 11622 [INFO] Using 'UTF-8' encoding to copy filtered resources. 11622 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources 11623 [INFO] 11623 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu --- 11629 [INFO] Nothing to compile - all classes are up to date 11629 [INFO] 11629 [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kcpu --- 11630 [INFO] Using 'UTF-8' encoding to copy filtered resources. 11630 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/test/resources 11630 [INFO] 11630 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kcpu --- 11632 [INFO] No sources to compile 11632 [INFO] 11632 [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kcpu --- 11635 [INFO] No tests to run. 11635 [INFO] Skipping execution of surefire because it has already been run for this configuration 11635 [INFO] 11636 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ kcpu --- 11643 [INFO] 11643 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadoc) @ kcpu --- 14236 [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/KcpuExceptions.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/FakeFuture.html... Generating /builds/LadySerenaKitty/kcpu/target/apidocs/me/felinewith/kcpu/util/HardwareFinished.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/class-use/KcpuExceptions.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/FakeFuture.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/HardwareFinished.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... 14273 [INFO] Building jar: /builds/LadySerenaKitty/kcpu/target/kcpu-1.0-SNAPSHOT-javadoc.jar 14331 [INFO] 14332 [INFO] --- maven-install-plugin:2.4:install (default-install) @ kcpu --- 14333 [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 14334 [INFO] Installing /builds/LadySerenaKitty/kcpu/pom.xml to /root/.m2/repository/me/felinewith/kcpu/1.0-SNAPSHOT/kcpu-1.0-SNAPSHOT.pom 14336 [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 14338 [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 14340 [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 14341 [INFO] 14342 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ kcpu --- 16294 [INFO] ------------------------------------------------------------------------ 16295 [INFO] BUILD SUCCESS 16295 [INFO] ------------------------------------------------------------------------ 16296 [INFO] Total time: 15.052 s 16296 [INFO] Finished at: 2017-10-10T13:35:21Z 16548 [INFO] Final Memory: 25M/290M 16548 [INFO] ------------------------------------------------------------------------ [32;1mUploading artifacts...[0;m target/*.jar: found 2 matching files [0;m Uploading artifacts to coordinator... ok [0;m id[0;m=601 responseStatus[0;m=201 Created token[0;m=YbZ9gNuJ [32;1mJob succeeded [0;m