mxschmitt / action-tmate

Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
https://mxschmitt.github.io/action-tmate/
MIT License
2.86k stars 285 forks source link

Error 127 on github hosted runner windows server 2019 #147

Closed zhoucheng361 closed 1 year ago

zhoucheng361 commented 1 year ago

Step yaml:

      - name: Setup tmate session
        if: ${{ failure() }}
        uses: mxschmitt/action-tmate@v3

Error log:

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 tmate-2.4.0-2-x86_64 downloading...
 libevent-2.1.12-4-x86_64 downloading...
 libssh-0.10.4-2-x86_64 downloading...
 msgpack-c-4.0.0-1-x86_64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libevent...
Optional dependencies for libevent
    python: to use event_rpcgen.py
installing libssh...
installing msgpack-c...
installing tmate...
Error: 127

Ref link: https://github.com/juicedata/juicefs/actions/runs/3835106380/jobs/6528075669#step:17:42

cderv commented 1 year ago

I got the same error with windows-latest so Windows server 2022 - not just an issue with 2019.

silverqx commented 1 year ago

The same problem with windows-2022 image, first bunch of rate limits errors and now Error: 127.

Eg. here, it's the link to the failed action. Zero success connections out of ten.