Skip to content

Merge pull request #487 from gemini-hlsw/stroncod-patch-3 #289

Merge pull request #487 from gemini-hlsw/stroncod-patch-3

Merge pull request #487 from gemini-hlsw/stroncod-patch-3 #289

Triggered via push July 29, 2024 20:05
Status Failure
Total duration 38s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
deploy
Error: Command failed: heroku container:push web --app *** --arg GH_PAT="***" #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 413B done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/python:3.10-buster #2 DONE 0.1s #3 [internal] load .dockerignore #3 transferring context: 82B done #3 DONE 0.0s #4 [1/7] FROM docker.io/library/python:3.10-buster@sha256:31a8498af27dba1f431f2df60189ca79ff5f440cfa7b6dea2da6ab15c74abcd4 #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 153.10kB 0.1s done #5 DONE 0.1s #6 [2/7] WORKDIR /home #6 CACHED #7 [3/7] COPY ./requirements.txt /home/requirements.txt #7 CACHED #8 [4/7] RUN echo "PAT=${GH_PAT}" #8 CACHED #9 [5/7] RUN pip install --no-cache-dir --upgrade -r /home/requirements.txt #9 1.358 Collecting git+https://****@github.com/stroncod/pyexplore.git (from -r /home/requirements.txt (line 26)) #9 1.359 Cloning https://****@github.com/stroncod/pyexplore.git to /tmp/pip-req-build-lcs3c22a #9 1.361 Running command git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-lcs3c22a #9 1.517 fatal: could not read Password for 'https://${GH_PAT}@github.com': No such device or address #9 1.523 error: subprocess-exited-with-error #9 1.523 #9 1.523 × git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-lcs3c22a did not run successfully. #9 1.523 │ exit code: 128 #9 1.523 ╰─> See above for output. #9 1.523 #9 1.523 note: This error originates from a subprocess, and is likely not a problem with pip. #9 1.525 error: subprocess-exited-with-error #9 1.525 #9 1.525 × git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-lcs3c22a did not run successfully. #9 1.525 │ exit code: 128 #9 1.525 ╰─> See above for output. #9 1.525 #9 1.525 note: This error originates from a subprocess, and is likely not a problem with pip. #9 1.610 #9 1.610 [notice] A new release of pip is available: 23.0.1 -> 24.2 #9 1.610 [notice] To update, run: pip install --upgrade pip #9 ERROR: process "/bin/sh -c pip install --no-cache-dir --upgrade -r /home/requirements.txt" did not complete successfully: exit code: 1 ------ > [5/7] RUN pip install --no-cache-dir --upgrade -r /home/requirements.txt: 1.525 error: subprocess-exited-with-error 1.525 1.525 × git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-lcs3c22a did not run successfully. 1.525 │ exit code: 128 1.525 ╰─> See above for output. 1.525 1.525 note: This error originates from a subprocess, and is likely not a problem with pip. 1.610 1.610 [notice] A new release of pip is available: 23.0.1 -> 24.2 1.610 [notice] To update, run: pip install --upgrade pip ------ Dockerfile:10 -------------------- 8 | RUN echo "PAT=${GH_PAT}" 9 | 10 | >>> RUN pip install --no-cache-dir --upgrade -r /home/requirements.txt 11 | 12 | COPY ./scheduler /home/scheduler -------------------- ERROR: failed to solve: process "/bin/sh -c pip install --no-cache-dir --upgrade -r /home/requirements.txt" did not complete successfully: exit code: 1 › Error: docker build exited with Error: 1