Running with gitlab-ci-multi-runner 9.2.0 (adfc387)
  on ubuntu-4gb-nyc3-01 (7bd4b9e2)
Using Docker executor with image maven:3-jdk-8-alpine ...
Using docker image sha256:5265c326c1cc5acf0d7518b845ad3f666fc6006731ac7b93874d6dd6abc78dd7 for predefined container...
Pulling docker image maven:3-jdk-8-alpine ...
Using docker image maven:3-jdk-8-alpine ID=sha256:3c2b824cf55feb803da05884f23eaa750cd6f211db445f9b8a0d52ed7298cbb4 for build container...
Running on runner-7bd4b9e2-project-28-concurrent-0 via ubuntu-4gb-nyc3-01...
Fetching changes...
HEAD is now at 1a52287 Update .gitlab-ci.yml
From https://felinewith.me/LadySerenaKitty/candle-pos
   1a52287..c9a3055  master     -> origin/master
Checking out c9a3055e as master...
Skipping Git submodules setup
$ apk update
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz
v3.5.2-89-g852b09befc [http://dl-cdn.alpinelinux.org/alpine/v3.5/main]
v3.5.2-81-gf4d50b1370 [http://dl-cdn.alpinelinux.org/alpine/v3.5/community]
OK: 7963 distinct packages available
$ apk add git
(1/3) Installing expat (2.2.0-r0)
(2/3) Installing pcre (8.39-r0)
(3/3) Installing git (2.11.2-r0)
Executing busybox-1.25.1-r0.trigger
OK: 127 MiB in 62 packages
$ mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile test
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T19:39:06Z)
Maven home: /usr/share/maven
Java version: 1.8.0_121, 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"
1692 [INFO] Error stacktraces are turned on.
1718 [WARNING] 
1718 [WARNING] Some problems were encountered while building the effective settings
1718 [WARNING] 'usePluginRegistry' is deprecated and has no effect. @ /root/.m2/settings.xml
1718 [WARNING] 
1759 [INFO] Scanning for projects...
1891 [WARNING] The project com.starphoenixmedia:candle_pos:jar:1.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
1907 [INFO] 
1907 [INFO] ------------------------------------------------------------------------
1907 [INFO] Building Candle POS 1.0-SNAPSHOT
1907 [INFO] ------------------------------------------------------------------------
2443 [INFO] 
2444 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ candle_pos ---
2815 [INFO] Using 'UTF-8' encoding to copy filtered resources.
2839 [INFO] Copying 87 resources
2867 [INFO] 
2868 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ candle_pos ---
3539 [INFO] Changes detected - recompiling the module!
3551 [INFO] Compiling 19 source files to /builds/LadySerenaKitty/candle-pos/target/classes
5292 [INFO] /builds/LadySerenaKitty/candle-pos/src/main/java/com/starphoenixmedia/candle_pos/modeforms/BGeneric.java: Some input files use unchecked or unsafe operations.
5292 [INFO] /builds/LadySerenaKitty/candle-pos/src/main/java/com/starphoenixmedia/candle_pos/modeforms/BGeneric.java: Recompile with -Xlint:unchecked for details.
5292 [INFO] 
5292 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ candle_pos ---
5299 [INFO] Using 'UTF-8' encoding to copy filtered resources.
5319 [INFO] Copying 87 resources
5334 [INFO] 
5334 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ candle_pos ---
5356 [INFO] Changes detected - recompiling the module!
5365 [INFO] Compiling 19 source files to /builds/LadySerenaKitty/candle-pos/target/classes
6059 [INFO] /builds/LadySerenaKitty/candle-pos/src/main/java/com/starphoenixmedia/candle_pos/modeforms/BGeneric.java: Some input files use unchecked or unsafe operations.
6059 [INFO] /builds/LadySerenaKitty/candle-pos/src/main/java/com/starphoenixmedia/candle_pos/modeforms/BGeneric.java: Recompile with -Xlint:unchecked for details.
6060 [INFO] 
6060 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ candle_pos ---
6064 [INFO] Using 'UTF-8' encoding to copy filtered resources.
6064 [INFO] skip non existing resourceDirectory /builds/LadySerenaKitty/candle-pos/src/test/resources
6065 [INFO] 
6065 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ candle_pos ---
6069 [INFO] No sources to compile
6070 [INFO] 
6070 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ candle_pos ---
6448 [INFO] No tests to run.
6466 [INFO] ------------------------------------------------------------------------
6467 [INFO] BUILD SUCCESS
6467 [INFO] ------------------------------------------------------------------------
6467 [INFO] Total time: 4.739 s
6468 [INFO] Finished at: 2017-06-03T00:20:24Z
6687 [INFO] Final Memory: 20M/171M
6688 [INFO] ------------------------------------------------------------------------
Uploading artifacts...
target: found 133 matching files                   
Uploading artifacts to coordinator... ok            id=412 responseStatus=201 Created token=1SBp9EaX
Job succeeded