question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

macOS: task input files sporadically fail to mount (zero length)

See original GitHub issue

The 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}

failing_test.zip

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
nh13commented, May 31, 2022

Chiming in that I hit this too, and using the “legacy osxfs files sharing” fixed it for me too.

0reactions
mlincommented, Jan 6, 2021

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 (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 =/

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found