macOS: task input files sporadically fail to mount (zero length)
See original GitHub issueThe attached workflow returns the correct output sometimes and other times does not. In the failure case it is because the input file is not correctly staged in the task’s work/
directory - the staged file is empty rather than containing the correct content. When I set --copy-input-files
it always works correctly.
The exact command line I use is:
miniwdl run --error-json --copy-input-files -i input.json -p submodule test.wdl
and input.json is:
{"cat_file.in_txt": "data/in.txt", "cat_file.in_int": 1}
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
"Docker Desktop is stopping" on macOS M1 Max and hanging
I have tried with the latest version of Docker Desktop I have tried disabling enabled experimental features I have uploaded Diagnostics ...
Read more >MacOS Monterey Problems – Fixing Issues with macOS 12
Typically these sort of issues can be resolved by dumping the current installer, rebooting the Mac, and then redownloading the full macOS ...
Read more >Endpoint Security | Apple Developer Forums
Hello, I want to create daemon process that are using endpoint security profile i created this daemon and compiled using xcode in app...
Read more >Worst Mac Hard Drive Problems And Solutions – A Guide
Summary: This guide shares in-depth knowledge on the worst Mac storage drive problems and their corresponding do-it-yourself solutions.
Read more >Kernel Issues | OpenCore Install Guide - Dortania
Issues surrounding from initial booting the macOS installer to right before the ... Stuck after selecting macOS partition in OpenCore; Getting the error...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Chiming in that I hit this too, and using the “legacy osxfs files sharing” fixed it for me too.
I can confirm that disabling this setting, Docker for Mac > Preferences > Experimental Features > Use gRPC for file sharing makes the miniwdl unit test suite work well on my MacBook, while it’s busted with that setting on as default.
(image credit @tomkinsc; cc @lynnlangit)
One can google a variety of issues people have opened with either alternative of that setting, so I suppose we just have to make do with this pitfall for the time being =/