You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
The bug I am seeing is that once I push commits to a PR, the install action freezes for indefinite amount of time (IIRC it will bail after 5+ hours of freeze but I cant find this run anymore...)
Here is a recent run, sorry the project is private, I can't give a link to the workflow.
After 25 minutes of idling I canceled the workflow and here are the logs:
Run actions-rs/[email protected]
Tool cache is explicitly enabled via the Action input
Downloading from the tool cache
Newest sccache version available at crates.io: 0.2.13
Downloading sccache signature into /tmp/sccache.zip.sig
Downloading sccache == 0.2.13 into /tmp/sccache.zip
Starting signature verification process
/usr/bin/openssl dgst -sha256 -verify /home/runner/work/_actions/actions-rs/install/v0.1/public.pem -signature /tmp/sccache.zip.sig /tmp/sccache.zip
Verified OK
Extracting files into /home/runner/.cargo/bin
/usr/bin/unzip /tmp/sccache.zip
Archive: /tmp/sccache.zip
replace sccache? [y]es, [n]o, [A]ll, [N]one, [r]ename:
##[error]The operation was canceled.
What is interesting is that after canceling workflow and hitting the rerun button everything works fine.
I suppose the problem is that there is a call to unzip utility that is run in interactive mode...
The text was updated successfully, but these errors were encountered:
Description
The bug I am seeing is that once I push commits to a PR, the install action freezes for indefinite amount of time (IIRC it will bail after 5+ hours of freeze but I cant find this run anymore...)
Here is a recent run, sorry the project is private, I can't give a link to the workflow.
After 25 minutes of idling I canceled the workflow and here are the logs:
Workflow code
Textual logs
What is interesting is that after canceling workflow and hitting the
rerun
button everything works fine.I suppose the problem is that there is a call to unzip utility that is run in interactive mode...
The text was updated successfully, but these errors were encountered: