Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Got no files in tool cahce #315

Closed
robandpdx opened this issue Mar 11, 2024 · 3 comments
Closed

Error: Got no files in tool cahce #315

robandpdx opened this issue Mar 11, 2024 · 3 comments

Comments

@robandpdx
Copy link

I am following the example and using the following in my workflow on an ubuntu-20.04 runner...

- uses: Jimver/cuda-toolkit@v0.2.14
      id: cuda-toolkit
      with:
        cuda: '12.3.2'

Here is the output...

Run Jimver/cuda-toolkit@v0.2.14
  with:
    cuda: 1[2](https://github.com/robandpdx-org/habitat-lab/actions/runs/8238324873/job/22529020320#step:4:2).[3](https://github.com/robandpdx-org/habitat-lab/actions/runs/8238324873/job/22529020320#step:4:3).2
    sub-packages: []
    non-cuda-sub-packages: []
    method: local
    linux-local-args: ["--toolkit", "--samples"]
    use-github-cache: true
    use-local-cache: true
    log-file-suffix: log.txt
  env:
    CODECOV_TOKEN: xxxx91d3
    FPS_THRESHOLD: 900
  
/usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/habitat-lab/habitat-lab --files-from manifest.txt --use-compress-program zstdmt
Cache Size: ~[4](https://github.com/robandpdx-org/habitat-lab/actions/runs/8238324873/job/22529020320#step:4:4)1[5](https://github.com/robandpdx-org/habitat-lab/actions/runs/8238324873/job/22529020320#step:4:5)7 MB (435857[6](https://github.com/robandpdx-org/habitat-lab/actions/runs/8238324873/job/22529020320#step:4:6)5[7](https://github.com/robandpdx-org/habitat-lab/actions/runs/8238324873/job/22529020320#step:4:7)1 B)
Cache saved successfully
Error: Error: Got no files in tool cahce
@s5suzuki
Copy link

I have the same problem. And, here is a workaround for now.

    - uses: Jimver/cuda-toolkit@v0.2.14
      with:
        use-github-cache: false
        use-local-cache: false

@garyo
Copy link

garyo commented Mar 29, 2024

Same issue here, "Got no files in tool cahce" -- this is on Windows.

garyo added a commit to AcademySoftwareFoundation/openfx that referenced this issue Mar 30, 2024
See Jimver/cuda-toolkit#315

Signed-off-by: Gary Oberbrunner <garyo@darkstarsystems.com>
@Jimver
Copy link
Owner

Jimver commented Apr 20, 2024

Thanks for reporting! This is now fixed in action version v0.2.15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants