Skip to content

Merge pull request #488 from gemini-hlsw/stroncod-patch-4 #290

Merge pull request #488 from gemini-hlsw/stroncod-patch-4

Merge pull request #488 from gemini-hlsw/stroncod-patch-4 #290

Triggered via push July 29, 2024 20:10
Status Failure
Total duration 1m 0s
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="***",TEST_VAL="value" #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 [3/7] COPY ./requirements.txt /home/requirements.txt #6 CACHED #7 [2/7] WORKDIR /home #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.375 Collecting git+https://****@github.com/stroncod/pyexplore.git (from -r /home/requirements.txt (line 26)) #9 1.376 Cloning https://****@github.com/stroncod/pyexplore.git to /tmp/pip-req-build-5e_oq59r #9 1.378 Running command git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-5e_oq59r #9 1.525 fatal: could not read Password for 'https://${GH_PAT}@github.com': No such device or address #9 1.531 error: subprocess-exited-with-error #9 1.531 #9 1.531 × git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-5e_oq59r did not run successfully. #9 1.531 │ exit code: 128 #9 1.531 ╰─> See above for output. #9 1.531 #9 1.531 note: This error originates from a subprocess, and is likely not a problem with pip. #9 1.533 error: subprocess-exited-with-error #9 1.533 #9 1.533 × git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-5e_oq59r did not run successfully. #9 1.533 │ exit code: 128 #9 1.533 ╰─> See above for output. #9 1.533 #9 1.533 note: This error originates from a subprocess, and is likely not a problem with pip. #9 1.619 #9 1.619 [notice] A new release of pip is available: 23.0.1 -> 24.2 #9 1.619 [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.533 error: subprocess-exited-with-error 1.533 1.533 × git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-5e_oq59r did not run successfully. 1.533 │ exit code: 128 1.533 ╰─> See above for output. 1.533 1.533 note: This error originates from a subprocess, and is likely not a problem with pip. 1.619 1.619 [notice] A new release of pip is available: 23.0.1 -> 24.2 1.619 [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