We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The cwltool execution should stop Ticket is in a way related to #1433
It just hangs
Any kind of system that can cause a Error response from daemon: invalid mount config for type "bind": bind source path does not exist
Error response from daemon: invalid mount config for type "bind": bind source path does not exist
INFO [job fastqc.cwl] /Volumes/Git/m-unlock/cwl/tests/quality/TEMPsni_4q21$ docker \ run \ -i \ --mount=type=bind,source=/Volumes/Git/m-unlock/cwl/tests/quality/TEMPsni_4q21,target=/UGPAAz \ --mount=type=bind,source=/Volumes/Git/m-unlock/cwl/tests/quality/TEMPzo3plhh_,target=/tmp \ --mount=type=bind,source=/var/folders/jt/8knvb4rn6zzb5pn7247hc8gh0000gn/T/tmpbjuirt14,target=/var/lib/cwl/stga89df90a-6e44-4402-b5f1-c31fe009096c/forward.fastq.gz,readonly \ --mount=type=bind,source=/var/folders/jt/8knvb4rn6zzb5pn7247hc8gh0000gn/T/tmpl03c7t5g,target=/var/lib/cwl/stga1bc4c48-0a08-41e4-b81a-605af80f6c6c/reverse.fastq.gz,readonly \ --workdir=/UGPAAz \ --read-only=true \ --net=none \ --user=501:20 \ --rm \ --cidfile=/Volumes/Git/m-unlock/cwl/tests/quality/TEMP3vfjc209/20230817154231-366180.cid \ --env=TMPDIR=/tmp \ --env=HOME=/UGPAAz \ docker-registry.wur.nl/m-unlock/docker/fastqc:0.11.9 \ fastqc \ --outdir \ FASTQC \ --threads \ 1 \ /var/lib/cwl/stga89df90a-6e44-4402-b5f1-c31fe009096c/forward.fastq.gz \ /var/lib/cwl/stga1bc4c48-0a08-41e4-b81a-605af80f6c6c/reverse.fastq.gz docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /host_mnt/private/var/folders/jt/8knvb4rn6zzb5pn7247hc8gh0000gn/T/tmpbjuirt14. See 'docker run --help'.
The text was updated successfully, but these errors were encountered:
Hey! I have the same issue! any luck?
Sorry, something went wrong.
It is a Docker problem: https://forums.docker.com/t/bind-source-path-does-not-exist-but-it-does-exist/124250/8
The solution for me (Ubuntu 20.04.3, cwl version 3.1.20220224085855) involved removing docker:
sudo apt remove docker* sudo snap remove docker
and reinstalling docker using these instructions: https://docs.docker.com/engine/install/ubuntu/
No branches or pull requests
Expected Behavior
The cwltool execution should stop
Ticket is in a way related to #1433
Actual Behavior
It just hangs
Workflow Code
Any kind of system that can cause a
Error response from daemon: invalid mount config for type "bind": bind source path does not exist
Full Traceback
Your Environment
The text was updated successfully, but these errors were encountered: