Skip to content

Merge pull request #486 from gemini-hlsw/stroncod-patch-2 #288

Merge pull request #486 from gemini-hlsw/stroncod-patch-2

Merge pull request #486 from gemini-hlsw/stroncod-patch-2 #288

Triggered via push July 29, 2024 19:55
Status Failure
Total duration 58s
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=***="undefined" #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.338 Collecting git+https://****@github.com/stroncod/pyexplore.git (from -r /home/requirements.txt (line 26)) #9 1.338 Cloning https://****@github.com/stroncod/pyexplore.git to /tmp/pip-req-build-g07odnij #9 1.340 Running command git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-g07odnij #9 1.715 fatal: could not read Password for 'https://${GH_PAT}@github.com': No such device or address #9 1.721 error: subprocess-exited-with-error #9 1.721 #9 1.721 × git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-g07odnij did not run successfully. #9 1.721 │ exit code: 128 #9 1.721 ╰─> See above for output. #9 1.721 #9 1.721 note: This error originates from a subprocess, and is likely not a problem with pip. #9 1.723 error: subprocess-exited-with-error #9 1.723 #9 1.723 × git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-g07odnij did not run successfully. #9 1.723 │ exit code: 128 #9 1.723 ╰─> See above for output. #9 1.723 #9 1.723 note: This error originates from a subprocess, and is likely not a problem with pip. #9 1.814 #9 1.814 [notice] A new release of pip is available: 23.0.1 -> 24.2 #9 1.814 [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.723 error: subprocess-exited-with-error 1.723 1.723 × git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-g07odnij did not run successfully. 1.723 │ exit code: 128 1.723 ╰─> See above for output. 1.723 1.723 note: This error originates from a subprocess, and is likely not a problem with pip. 1.814 1.814 [notice] A new release of pip is available: 23.0.1 -> 24.2 1.814 [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