Advertisement
organicnz2

Untitled

Oct 9th, 2020
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Running with gitlab-runner 13.4.1 (e95f89a0)
  2. on docker-auto-scale fa6cab46
  3. Resolving secrets
  4. 00:00
  5. Preparing the "docker+machine" executor
  6. 00:20
  7. Using Docker executor with image elixir:1.10.4-alpine ...
  8. Starting service postgres:11-alpine ...
  9. Pulling docker image postgres:11-alpine ...
  10. Using docker image sha256:29ed0d79c08bc3c8a1ee98760c49d08834daaf316c8cb907fd378cfb6beaa726 for postgres:11-alpine with digest postgres@sha256:9e8d4b7ce6cc4d75c42ad5451773324353814baf583d624899301040b2b75f59 ...
  11. Waiting for services to be up and running...
  12. Pulling docker image elixir:1.10.4-alpine ...
  13. Using docker image sha256:9a48432b2ebd823df3a1797f71593dd30680a9df74b5a3a788555af7fb2d9230 for elixir:1.10.4-alpine with digest elixir@sha256:61b2f218d01a079e408b563131c0100ecf762568388c50a0c72099b93a50a340 ...
  14. Preparing environment
  15. 00:02
  16. Running on runner-fa6cab46-project-21678464-concurrent-0 via runner-fa6cab46-srm-1602257456-541b4a3b...
  17. Getting source from Git repository
  18. 00:20
  19. $ eval "$CI_PRE_CLONE_SCRIPT"
  20. Fetching changes with git depth set to 50...
  21. Initialized empty Git repository in /builds/organicnz/myapp-terraform/.git/
  22. Created fresh repository.
  23. Checking out 7d4645bb as master...
  24. Skipping Git submodules setup
  25. Executing "step_script" stage of the job script
  26. 00:06
  27. $ which elixir
  28. /usr/local/bin/elixir
  29. $ mix --version
  30. Erlang/OTP 22 [erts-10.7.2.4] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:1]
  31. Mix 1.10.4 (compiled with Erlang/OTP 22)
  32. $ ln -s /usr/local/bin/mix /usr/bin/mix
  33. $ mix local.rebar --force
  34. * creating /root/.mix/rebar
  35. * creating /root/.mix/rebar3
  36. $ mix local.hex --force
  37. * creating /root/.mix/archives/hex-0.20.5
  38. $ mix deps.get --only test
  39. ** (Mix) Could not find a Mix.Project, please ensure you are running Mix in a directory with a mix.exs file
  40. Cleaning up file based variables
  41. 00:01
  42. ERROR: Job failed: exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement