-
Notifications
You must be signed in to change notification settings - Fork 14
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
All tests fail on Courtyard #797
Comments
The problem it's complaining about is that it's trying to dump logs from Docker, and it can't because we never fixed it to decode the logs from bytes, which we need to do now in Python 3: toil-vg/src/toil_vg/vg_common.py Lines 522 to 525 in 3afb6af
But the underlying problem is that vg's Docker doesn't seem to be running for it:
It looks like the Docker container image that toil-vg wants to use by default is built with instructions that Courtyard can't execute, because Courtyard's CPU is too old. You can reproduce this:
If you use So the fix is:
|
Thanks for this, Adam. Looks like this fixed it, though it got hung on test 13. I unfortunately did not keyboard interrupt the test, so I didn't get the test report to see what happened. I am running the tests again though. |
I am trying to use toil-vg on Courtyard. I was able to build from source following the directions in the Readme, but all of the 14 tests fail. I have been trying to figure out what might be the issue, but to no avail.
test-report.xml.gz
Thanks!
The text was updated successfully, but these errors were encountered: