Skip to content

Merge pull request #485 from gemini-hlsw/stroncod-patch-1 #287

Merge pull request #485 from gemini-hlsw/stroncod-patch-1

Merge pull request #485 from gemini-hlsw/stroncod-patch-1 #287

Triggered via push July 29, 2024 19:44
Status Failure
Total duration 55s
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: 387B 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/6] 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/6] WORKDIR /home #6 CACHED #7 [3/6] COPY ./requirements.txt /home/requirements.txt #7 CACHED #8 [4/6] RUN pip install --no-cache-dir --upgrade -r /home/requirements.txt #8 1.323 Collecting git+https://****@github.com/stroncod/pyexplore.git (from -r /home/requirements.txt (line 26)) #8 1.324 Cloning https://****@github.com/stroncod/pyexplore.git to /tmp/pip-req-build-nmwemxgl #8 1.326 Running command git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-nmwemxgl #8 1.655 fatal: could not read Password for 'https://${GH_PAT}@github.com': No such device or address #8 1.661 error: subprocess-exited-with-error #8 1.661 #8 1.661 × git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-nmwemxgl did not run successfully. #8 1.661 │ exit code: 128 #8 1.661 ╰─> See above for output. #8 1.661 #8 1.661 note: This error originates from a subprocess, and is likely not a problem with pip. #8 1.662 error: subprocess-exited-with-error #8 1.662 #8 1.662 × git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-nmwemxgl did not run successfully. #8 1.662 │ exit code: 128 #8 1.662 ╰─> See above for output. #8 1.662 #8 1.662 note: This error originates from a subprocess, and is likely not a problem with pip. #8 1.729 #8 1.729 [notice] A new release of pip is available: 23.0.1 -> 24.2 #8 1.729 [notice] To update, run: pip install --upgrade pip #8 ERROR: process "/bin/sh -c pip install --no-cache-dir --upgrade -r /home/requirements.txt" did not complete successfully: exit code: 1 ------ > [4/6] RUN pip install --no-cache-dir --upgrade -r /home/requirements.txt: 1.662 error: subprocess-exited-with-error 1.662 1.662 × git clone --filter=blob:none --quiet 'https://****@github.com/stroncod/pyexplore.git' /tmp/pip-req-build-nmwemxgl did not run successfully. 1.662 │ exit code: 128 1.662 ╰─> See above for output. 1.662 1.662 note: This error originates from a subprocess, and is likely not a problem with pip. 1.729 1.729 [notice] A new release of pip is available: 23.0.1 -> 24.2 1.729 [notice] To update, run: pip install --upgrade pip ------ Dockerfile:8 -------------------- 6 | COPY ./requirements.txt /home/requirements.txt 7 | 8 | >>> RUN pip install --no-cache-dir --upgrade -r /home/requirements.txt 9 | 10 | 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