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 target/
HEAD is now at 78af4d1 started preliminary support for interrupts, stacks, and function calls
Checking out 78af4d11 as master...
Skipping Git submodules setup
$ mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS test
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"
1854 [INFO] Error stacktraces are turned on.
1883 [WARNING] 
1884 [WARNING] Some problems were encountered while building the effective settings
1888 [WARNING] 'usePluginRegistry' is deprecated and has no effect. @ /root/.m2/settings.xml
1888 [WARNING] 
1926 [INFO] Scanning for projects...
2034 [INFO] 
2034 [INFO] ------------------------------------------------------------------------
2034 [INFO] Building kcpu 1.0-SNAPSHOT
2034 [INFO] ------------------------------------------------------------------------
2386 [INFO] 
2387 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu ---
2775 [INFO] Using 'UTF-8' encoding to copy filtered resources.
2775 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources
2776 [INFO] 
2777 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu ---
3100 [INFO] Changes detected - recompiling the module!
3105 [INFO] Compiling 27 source files to /builds/LadySerenaKitty/kcpu/target/classes
5618 [INFO] 
5618 [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kcpu ---
5621 [INFO] Using 'UTF-8' encoding to copy filtered resources.
5622 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/test/resources
5622 [INFO] 
5622 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kcpu ---
5626 [INFO] No sources to compile
5630 [INFO] 
5630 [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kcpu ---
5961 [INFO] No tests to run.
5982 [INFO] ------------------------------------------------------------------------
5983 [INFO] BUILD SUCCESS
5983 [INFO] ------------------------------------------------------------------------
5983 [INFO] Total time: 4.085 s
5984 [INFO] Finished at: 2017-10-01T05:22:57Z
6204 [INFO] Final Memory: 18M/184M
6204 [INFO] ------------------------------------------------------------------------
$ mvn versions:set -DprocessDependencies=false -DnewVersion=`git describe`-$CI_COMMIT_REF_NAME
fatal: No names found, cannot describe anything.
1315 [WARNING] 
1318 [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] 
1370 [INFO] Scanning for projects...
2013 [INFO] 
2014 [INFO] ------------------------------------------------------------------------
2014 [INFO] Building kcpu 1.0-SNAPSHOT
2014 [INFO] ------------------------------------------------------------------------
2023 [INFO] 
2024 [INFO] --- versions-maven-plugin:2.4:set (default-cli) @ kcpu ---
3232 [INFO] Searching for local aggregator root...
3232 [INFO] Local aggregation root: /builds/LadySerenaKitty/kcpu
3235 [INFO] Processing change of me.felinewith:kcpu:1.0-SNAPSHOT -> -master
3382 [INFO] Processing me.felinewith:kcpu
3382 [INFO]     Updating project me.felinewith:kcpu
3383 [INFO]         from version 1.0-SNAPSHOT to -master
3410 [INFO] 
3470 [INFO] ------------------------------------------------------------------------
3470 [INFO] BUILD SUCCESS
3470 [INFO] ------------------------------------------------------------------------
3471 [INFO] Total time: 2.142 s
3472 [INFO] Finished at: 2017-10-01T05:23:01Z
3721 [INFO] Final Memory: 17M/177M
3721 [INFO] ------------------------------------------------------------------------
$ mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS site
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"
1150 [INFO] Error stacktraces are turned on.
1178 [WARNING] 
1179 [WARNING] Some problems were encountered while building the effective settings
1185 [WARNING] 'usePluginRegistry' is deprecated and has no effect. @ /root/.m2/settings.xml
1185 [WARNING] 
1233 [INFO] Scanning for projects...
1338 [INFO] 
1339 [INFO] ------------------------------------------------------------------------
1339 [INFO] Building kcpu -master
1339 [INFO] ------------------------------------------------------------------------
1593 [INFO] 
1594 [INFO] --- maven-site-plugin:3.6:site (default-site) @ kcpu ---
2813 [INFO] configuring report plugin org.apache.maven.plugins:maven-changelog-plugin:2.3
3341 [INFO] configuring report plugin org.apache.maven.plugins:maven-checkstyle-plugin:2.17
3356 [INFO] configuring report plugin org.apache.maven.plugins:maven-dependency-plugin:3.0.1
3960 [INFO] preparing maven-dependency-plugin:analyze-report report requires 'test-compile' forked phase execution
3960 [INFO] 
3960 [INFO] >>> maven-dependency-plugin:3.0.1:analyze-report > test-compile @ kcpu >>>
3966 [INFO] 
3966 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu ---
4044 [INFO] Using 'UTF-8' encoding to copy filtered resources.
4045 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources
4045 [INFO] 
4045 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu ---
4195 [INFO] Nothing to compile - all classes are up to date
4199 [INFO] 
4199 [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kcpu ---
4202 [INFO] Using 'UTF-8' encoding to copy filtered resources.
4202 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/test/resources
4202 [INFO] 
4202 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kcpu ---
4211 [INFO] No sources to compile
4211 [INFO] 
4211 [INFO] <<< maven-dependency-plugin:3.0.1:analyze-report < test-compile @ kcpu <<<
4211 [INFO] 
4211 [INFO] 'test-compile' forked phase execution for maven-dependency-plugin:analyze-report report preparation done
4214 [INFO] configuring report plugin org.apache.maven.plugins:maven-javadoc-plugin:2.10.4
4568 [INFO] preparing maven-javadoc-plugin:javadoc report requires 'generate-sources' forked phase execution
4570 [INFO] 
4570 [INFO] >>> maven-javadoc-plugin:2.10.4:javadoc > generate-sources @ kcpu >>>
4571 [INFO] 
4571 [INFO] <<< maven-javadoc-plugin:2.10.4:javadoc < generate-sources @ kcpu <<<
4571 [INFO] 
4571 [INFO] 'generate-sources' forked phase execution for maven-javadoc-plugin:javadoc report preparation done
4607 [INFO] preparing maven-javadoc-plugin:test-javadoc report requires 'generate-test-sources' forked phase execution
4607 [INFO] 
4607 [INFO] >>> maven-javadoc-plugin:2.10.4:test-javadoc > generate-test-sources @ kcpu >>>
4612 [INFO] 
4612 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu ---
4613 [INFO] Using 'UTF-8' encoding to copy filtered resources.
4613 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources
4613 [INFO] 
4613 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu ---
4624 [INFO] Nothing to compile - all classes are up to date
4624 [INFO] 
4624 [INFO] <<< maven-javadoc-plugin:2.10.4:test-javadoc < generate-test-sources @ kcpu <<<
4624 [INFO] 
4624 [INFO] 'generate-test-sources' forked phase execution for maven-javadoc-plugin:test-javadoc report preparation done
4641 [INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.5
4775 [INFO] configuring report plugin org.apache.maven.plugins:maven-pmd-plugin:3.8
5055 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.9
5624 [INFO] configuring report plugin org.apache.maven.plugins:maven-surefire-report-plugin:2.20
5769 [INFO] preparing maven-surefire-report-plugin:report report requires '[surefire]test' forked phase execution
5769 [INFO] 
5770 [INFO] >>> maven-surefire-report-plugin:2.20:report > [surefire]test @ kcpu >>>
5772 [INFO] 
5774 [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ kcpu ---
5775 [INFO] Using 'UTF-8' encoding to copy filtered resources.
5775 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/main/resources
5775 [INFO] 
5775 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ kcpu ---
5787 [INFO] Nothing to compile - all classes are up to date
5787 [INFO] 
5787 [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ kcpu ---
5788 [INFO] Using 'UTF-8' encoding to copy filtered resources.
5788 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/kcpu/src/test/resources
5788 [INFO] 
5788 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ kcpu ---
5789 [INFO] No sources to compile
5789 [INFO] 
5789 [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ kcpu ---
5864 [INFO] No tests to run.
5873 [INFO] 
5873 [INFO] <<< maven-surefire-report-plugin:2.20:report < [surefire]test @ kcpu <<<
5873 [INFO] 
5873 [INFO] '[surefire]test' forked phase execution for maven-surefire-report-plugin:report report preparation done
8134 [INFO] Relativizing decoration links with respect to localized project URL: https://ladyserenakitty.felinewith.me/kcpu
8140 [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.6 skin.
8161 [INFO] Skipped "JavaDocs" report (maven-javadoc-plugin:2.10.4:javadoc-no-fork), file "apidocs/index.html" already exists for the English version.
8163 [INFO] Skipped "Surefire Report" report (maven-surefire-report-plugin:2.20:report-only), file "surefire-report.html" already exists for the English version.
8197 [INFO] Generating "Change Log" report           --- maven-changelog-plugin:2.3:changelog
8201 [INFO] Generating changed sets xml to: /builds/LadySerenaKitty/kcpu/target/changelog.xml
8236 [INFO] Executing: /bin/sh -c cd /builds/LadySerenaKitty/kcpu && git whatchanged '--since=2017-09-01 05:23:09 +0000' '--until=2017-10-02 05:23:09 +0000' --date=iso -- /builds/LadySerenaKitty/kcpu
8237 [INFO] Working directory: /builds/LadySerenaKitty/kcpu
8757 [INFO] Generating "File Activity" report        --- maven-changelog-plugin:2.3:file-activity
8757 [INFO] Using existing changelog.xml...
8991 [INFO] Generating "Developer Activity" report   --- maven-changelog-plugin:2.3:dev-activity
8991 [INFO] Using existing changelog.xml...
9072 [INFO] Generating "Dependency Analysis" report  --- maven-dependency-plugin:3.0.1:analyze-report
9231 [INFO] Generating "JavaDocs" report             --- maven-javadoc-plugin:2.10.4:javadoc
10129 [WARNING] Error fetching link: http://testng.org/apidocs/package-list. Ignored it.
12832 [INFO] Generating "Source Xref" report          --- maven-jxr-plugin:2.5:jxr
13196 [INFO] Generating "CPD" report                  --- maven-pmd-plugin:3.8:cpd
13263 [INFO] Generating "PMD" report                  --- maven-pmd-plugin:3.8:pmd
13326 [INFO] Generating "CI Management" report        --- maven-project-info-reports-plugin:2.9:cim
13387 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:2.9:dependencies
15132 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:2.9:dependency-info
15184 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.9:dependency-management
15283 [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.9:distribution-management
15320 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:2.9:index
15361 [INFO] Generating "Issue Management" report     --- maven-project-info-reports-plugin:2.9:issue-tracking
15404 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:2.9:license
15634 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.9:plugin-management
15850 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:2.9:plugins
16198 [INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:2.9:project-team
16221 [INFO] Generating "Source Code Management" report --- maven-project-info-reports-plugin:2.9:scm
16250 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:2.9:summary
16274 [INFO] Generating "Surefire Report" report      --- maven-surefire-report-plugin:2.20:report
16340 [INFO] ------------------------------------------------------------------------
16340 [INFO] BUILD SUCCESS
16340 [INFO] ------------------------------------------------------------------------
16341 [INFO] Total time: 15.144 s
16341 [INFO] Finished at: 2017-10-01T05:23:17Z
16620 [INFO] Final Memory: 40M/377M
16621 [INFO] ------------------------------------------------------------------------
$ mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS site:stage
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"
1384 [INFO] Error stacktraces are turned on.
1416 [WARNING] 
1416 [WARNING] Some problems were encountered while building the effective settings
1417 [WARNING] 'usePluginRegistry' is deprecated and has no effect. @ /root/.m2/settings.xml
1417 [WARNING] 
1461 [INFO] Scanning for projects...
1867 [INFO] 
1867 [INFO] ------------------------------------------------------------------------
1867 [INFO] Building kcpu -master
1868 [INFO] ------------------------------------------------------------------------
1966 [INFO] 
1967 [INFO] --- maven-site-plugin:3.6:stage (default-cli) @ kcpu ---
3260 [INFO] Using this base directory for staging: /builds/LadySerenaKitty/kcpu/target/staging
3310 [INFO] Pushing /builds/LadySerenaKitty/kcpu/target/site
3310 [INFO]    >>> to file:///builds/LadySerenaKitty/kcpu/target/staging./
3430 [INFO] ------------------------------------------------------------------------
3430 [INFO] BUILD SUCCESS
3430 [INFO] ------------------------------------------------------------------------
3431 [INFO] Total time: 2.001 s
3431 [INFO] Finished at: 2017-10-01T05:23:22Z
3573 [INFO] Final Memory: 22M/177M
3573 [INFO] ------------------------------------------------------------------------
$ mv target/staging public
Uploading artifacts...
public: found 304 matching files                   
Uploading artifacts to coordinator... ok            id=572 responseStatus=201 Created token=sbSAjgXE
Job succeeded