Advertisement
mikhailemv

Untitled

Jun 6th, 2023
1,855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Running with gitlab-runner 14.6.0 (5316d4ac)
  2.   on 66bit-runner ACFgSXPC
  3. Preparing the "docker" executor
  4. 00:02
  5. Using Docker executor with image docker:latest ...
  6. Pulling docker image docker:latest ...
  7. Using docker image sha256:881c987bf80d40ddcc0f01d845242611380eba9115d9eeab12713c5215c21959 for docker:latest with digest docker@sha256:5edfe3067bdd8b76818b036d8ef61846696af4d458ba527356c5484fcd692c2a ...
  8. Preparing environment
  9. 00:00
  10. Running on runner-acfgsxpc-project-273-concurrent-0 via gitlabci...
  11. Getting source from Git repository
  12. 00:01
  13. Fetching changes with git depth set to 20...
  14. Reinitialized existing Git repository in /builds/urfu2022/2023/smartbudget/.git/
  15. Checking out 3537401b as main...
  16. Skipping Git submodules setup
  17. Executing "step_script" stage of the job script
  18. 00:05
  19. Using docker image sha256:881c987bf80d40ddcc0f01d845242611380eba9115d9eeab12713c5215c21959 for docker:latest with digest docker@sha256:5edfe3067bdd8b76818b036d8ef61846696af4d458ba527356c5484fcd692c2a ...
  20. $ docker login -u naoco -p dckr_pat_UQC4SrFO0CIhc7I5zSmL8w6TRi0
  21. WARNING! Using --password via the CLI is insecure. Use --password-stdin.
  22. WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
  23. Configure a credential helper to remove this warning. See
  24. https://docs.docker.com/engine/reference/commandline/login/#credentials-store
  25. Login Succeeded
  26. $ docker build --pull -t naoco/budgetsmart -f Dockerfile .
  27. #1 [internal] load build definition from Dockerfile
  28. #1 transferring dockerfile: 308B done
  29. #1 DONE 0.0s
  30. #2 [internal] load .dockerignore
  31. #2 transferring context: 2B done
  32. #2 DONE 0.0s
  33. #3 [internal] load metadata for docker.io/library/python:3.7
  34. #3 ...
  35. #4 [auth] library/python:pull token for registry-1.docker.io
  36. #4 DONE 0.0s
  37. #3 [internal] load metadata for docker.io/library/python:3.7
  38. #3 DONE 0.7s
  39. #5 [1/5] FROM docker.io/library/python:3.7@sha256:d98fd1fa8fd1756bfe883b5004a60cfc428a1ce6e575652b771b66c8db222478
  40. #5 DONE 0.0s
  41. #6 [internal] load build context
  42. #6 transferring context: 136.78MB 0.6s done
  43. #6 DONE 0.6s
  44. #7 [2/5] COPY BudgetAnalysisWeb code
  45. #7 CACHED
  46. #8 [3/5] WORKDIR /code
  47. #8 CACHED
  48. #9 [4/5] RUN pip install —no-cache-dir -r requirements.txt
  49. #9 1.295 ERROR: Invalid requirement: '—no-cache-dir'
  50. #9 1.385 WARNING: You are using pip version 22.0.4; however, version 23.1.2 is available.
  51. #9 1.385 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
  52. #9 ERROR: executor failed running [/bin/sh -c pip install —no-cache-dir -r requirements.txt]: exit code: 1
  53. ------
  54.  > [4/5] RUN pip install —no-cache-dir -r requirements.txt:
  55. #9 1.295 ERROR: Invalid requirement: '—no-cache-dir'
  56. #9 1.385 WARNING: You are using pip version 22.0.4; however, version 23.1.2 is available.
  57. #9 1.385 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
  58. ------
  59. WARNING: buildx: git was not found in the system. Current commit information was not captured by the build
  60. ERROR: failed to solve: executor failed running [/bin/sh -c pip install —no-cache-dir -r requirements.txt]: exit code: 1
  61. Running after_script
  62. 00:00
  63. Running after script...
  64. $ docker logout $CI_REGISTRY
  65. Removing login credentials for hub.66bit.ru
  66. Cleaning up project directory and file based variables
  67. 00:00
  68. ERROR: Job failed: exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement