Skip to content

When running on windows-2019 worker: Error: ENOENT: no such file or directory, open '/tmp/tmate.bashrc' during tmate install #67

@reuben

Description

@reuben

Workflow:

name: windows-tflite
on: [push]
defaults:
  run:
    shell: bash
jobs:
  build-tensorflow:
    runs-on: windows-2019
    steps:
      - uses: actions/checkout@v2
        with:
          fetch-depth: 0
          submodules: 'recursive'
      - uses: ./.github/actions/docker-login
        with:
          user: $GITHUB_ACTOR
          password: ${{ secrets.CR_PAT }}
      - name: Setup tmate session
        uses: mxschmitt/action-tmate@v3

Log:

Run mxschmitt/action-tmate@v3
  with:
    sudo: true
    limit-access-to-actor: false
:: Synchronizing package databases...
downloading mingw32.db...
downloading mingw32.db.sig...
downloading mingw64.db...
downloading mingw64.db.sig...
downloading msys.db...
downloading msys.db.sig...
resolving dependencies...
looking for conflicting packages...

Packages (4) libevent-2.1.12-2  libssh-0.9.5-1  msgpack-c-3.3.0-1  tmate-2.4.0-1

Total Download Size:   0.51 MiB
Total Installed Size:  1.54 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading libevent-2.1.12-2-x86_64.pkg.tar.zst...
downloading libssh-0.9.5-1-x86_64.pkg.tar.zst...
downloading msgpack-c-3.3.0-1-x86_64.pkg.tar.zst...
downloading tmate-2.4.0-1-x86_64.pkg.tar.zst...
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 [installed]
installing libssh...
installing msgpack-c...
installing tmate...
Error: Error: ENOENT: no such file or directory, open '/tmp/tmate.bashrc'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions