[0KRunning with gitlab-ci-multi-runner dev (1.4.2)[0;m [0;m[0;33mWARNING: image is not supported by selected executor and shell [0;m[0KUsing Shell executor... [0;mRunning on ubuntu-2gb-nyc3-01... [32;1mFetching changes...[0;m HEAD is now at 42f2d2c This should make it all work. :) From https://felinewith.me/LadySerenaKitty/candle-pos 42f2d2c..f539953 master -> origin/master [32;1mChecking out f5399533 as master...[0;m [32;1m$ env[0;m CI_JOB_TOKEN=xxxxxxxxxxxxxxxxxxxx CI_BUILD_REF_NAME=master CI_REGISTRY_PASSWORD=xxxxxxxxxxxxxxxxxxxx CI_RUNNER_TAGS= CI_JOB_NAME=validate:jdk8 CI_SERVER_VERSION=9.2.1 LANG=en_US.UTF-8 GITLAB_CI=true CI_SERVER_REVISION=309e5974f1 OLDPWD=/var/lib/gitlab-runner INVOCATION_ID=27ad310b653745c0a54264cd2f644b25 DAEMON_ARGS=run --working-directory /var/lib/gitlab-runner --config /etc/gitlab-runner/config.toml --service gitlab-runner --syslog --user gitlab-runner CI_COMMIT_SHA=f539953374eb91842535611ed74b58575281b084 GEM_HOME=/var/lib/gitlab-runner/.gem/ruby/2.3.0 CI_BUILD_STAGE=build CI_PROJECT_URL=https://felinewith.me/LadySerenaKitty/candle-pos CI_COMMIT_REF_SLUG=master CI_SERVER_NAME=GitLab CI_BUILD_NAME=validate:jdk8 CI=true XDG_SESSION_ID=c354 CI_REGISTRY_USER=gitlab-ci-token USER=gitlab-runner CI_PROJECT_ID=28 CI_PIPELINE_ID=103 LC_COLLATE=C GOPATH=/var/lib/gitlab-runner/.go PWD=/var/lib/gitlab-runner/builds/7bd4b9e2/0/LadySerenaKitty/candle-pos HOME=/var/lib/gitlab-runner JOURNAL_STREAM=8:149473 CI_BUILD_TOKEN=xxxxxxxxxxxxxxxxxxxx CI_BUILD_ID=255 CONFIG_FILE=/etc/gitlab-runner/config.toml GITLAB_USER_EMAIL=jlhawkwell@ladyserenakitty.com CI_COMMIT_REF_NAME=master CI_RUNNER_ID=3 CI_SERVER=yes CI_JOB_ID=255 CI_REPOSITORY_URL=https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@felinewith.me/LadySerenaKitty/candle-pos.git MAIL=/var/mail/gitlab-runner CI_BUILD_REPO=https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@felinewith.me/LadySerenaKitty/candle-pos.git SHELL=/bin/bash MAVEN_CLI_OPTS=--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true -Dgit-rev="`git describe`" CI_PROJECT_NAME=candle-pos SHLVL=2 CI_RUNNER_DESCRIPTION=ubuntu-2gb-nyc3-01 MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true CI_PROJECT_PATH=LadySerenaKitty/candle-pos LOGNAME=gitlab-runner XDG_RUNTIME_DIR=/run/user/114 GITLAB_USER_ID=2 CI_BUILD_BEFORE_SHA=f539953374eb91842535611ed74b58575281b084 CI_BUILD_REF=f539953374eb91842535611ed74b58575281b084 PATH=/var/lib/gitlab-runner/.gem/ruby/2.3.0/bin:/var/lib/gitlab-runner/.go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin CI_PROJECT_NAMESPACE=LadySerenaKitty CI_PROJECT_DIR=/var/lib/gitlab-runner/builds/7bd4b9e2/0/LadySerenaKitty/candle-pos CI_JOB_STAGE=build CI_BUILD_REF_SLUG=master _=/usr/bin/env [32;1m$ mvn $MAVEN_CLI_OPTS test-compile[0;m Apache Maven 3.3.9 Maven home: /usr/share/maven Java version: 1.8.0_131, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.10.0-21-generic", arch: "amd64", family: "unix" 1426 [INFO] Error stacktraces are turned on. 1464 [WARNING] 1467 [WARNING] Some problems were encountered while building the effective settings 1467 [WARNING] 'usePluginRegistry' is deprecated and has no effect. @ /var/lib/gitlab-runner/.m2/settings.xml 1467 [WARNING] 1541 [INFO] Scanning for projects... 1668 [INFO] 1670 [INFO] ------------------------------------------------------------------------ 1670 [INFO] Building Candle POS 1.0-SNAPSHOT 1670 [INFO] ------------------------------------------------------------------------ 1672 [INFO] ------------------------------------------------------------------------ 1672 [INFO] BUILD FAILURE 1673 [INFO] ------------------------------------------------------------------------ 1675 [INFO] Total time: 0.194 s 1679 [INFO] Finished at: 2017-05-30T19:30:13+00:00 1740 [INFO] Final Memory: 7M/106M 1741 [INFO] ------------------------------------------------------------------------ 1744 [ERROR] Unknown lifecycle phase "describe`"". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1] org.apache.maven.lifecycle.LifecyclePhaseNotFoundException: Unknown lifecycle phase "describe`"". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateLifecycleMappings(DefaultLifecycleExecutionPlanCalculator.java:249) at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions(DefaultLifecycleExecutionPlanCalculator.java:218) at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:127) at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:145) at org.apache.maven.lifecycle.internal.builder.BuilderCommon.resolveBuildPlan(BuilderCommon.java:97) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:110) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) 1746 [ERROR] 1747 [ERROR] Re-run Maven using the -X switch to enable full debug logging. 1747 [ERROR] 1747 [ERROR] For more information about the errors and possible solutions, please read the following articles: 1747 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException [31;1mERROR: Build failed: exit status 1 [0;m