-
Notifications
You must be signed in to change notification settings - Fork 729
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
Docker run failed: command failed: /tmp/ggp-494856422: line 16: type: gsutil: not found\ndebconf #27
Comments
@arostamianfar This seems like an issue for you. |
The actual error is "The TF examples in /mnt/data/input/gs/wgs-test-shan/test_samples/UDN689484temp/examples/examples_output.tfrecord-00000-of-00064.gz has image/format 'None' (expected 'raw') which means you might need to rerun make_examples to genenerate the examples again." @pichuan @depristo this is odd since the pipeline ran as a single workflow. The model and docker binary paths also seem correct. One issue I can think of is most of the shards being empty (the output has 64 shards, but it's only 1.3KB in total). Do you know if empty shards could cause such an error? P.S. the 'gsutil not found' error is actually harmless. I think we should provide a 'parser' for these errors based on the logs that provides a meaningful error message. |
yeap, it's caused by empty shards. I was able to reproduce this by using 64 shards with the quickstart test data. @depristo should I file a separate issue for this as it's not really a docker issue? @chenshan03: thanks for the report. As a workaround until this bug is fixed, you may reduce the number of shards to avoid having empty ones. |
Hi Mark and Asha, In this case, if the actual error message observed is: It seems like this call_variant run is specifically being done on on that one file. And if that file has 0 record, unfortunately it will currently fail with that error. :-( So, I think this is a real bug that we should fix. Because we do expect the use case where users run 64 separate call_variants, and some of them might have complete empty single input file. Is that correct? |
yes, I think this is a real bug that still exists. |
My view is that if all shards are empty we should just write an empty CVO file. If that's not what happens right now, let's add a bug to buganizer and fix it. |
I filed a bug in buganizer. |
This has been fixed by the DeepVariant 0.5.1 release that just came out a few minutes ago. Thank you for raising attention to this issue. |
Hi Cory (@cmclean), Thank you for the new release, but if we look at the new timings with the Timings: Whole Genome Case Study - [
|
Hi Paul, Two quick suggestions. First, I'd recommend posting this question in a separate issue, to keep the discussion clean since this is a very interesting and general observation. Second, it's unclear to us if this is normal variation in cloud timing [not all machines you create are identical. For example, the case study command:
Doesn't specify the exact machine type, so we're likely getting skylake processors sometimes and broadwell processors other times. That alone could account for the variation in timing we are seeing here. |
Hi all, The issue was that I didn't properly return in the if branch where an empty shard was detected: This time I've tested it manually on an empty shard, and confirmed that call_variants works when there is zero record. Please feel free to report if you see any issues again. Thank you! |
Dear All,
I am trying to run gcloud alpha genomics but have recurrently encountered the same issues about authentification and docker run.
The bash file for Deep Variant and error logs are below:
BASH file https://storage.googleapis.com/wgs-test-shan/test_samples/deepVariant.sh
YAML file https://storage.googleapis.com/wgs-test-shan/test_samples/deepvariant_wes_pipeline.yaml
LOG file https://storage.googleapis.com/wgs-test-shan/test_samples/runner_logs/ENjW7s2JLBjf3aql19nvyv8BIKeM6-b_FyoPcHJvZHVjdGlvblF1ZXVl-stderr.log
I have contacted Cloud support center and obtained suggestions as below. However this did not mend the problem. What is your suggestion?
https://enterprise.google.com/supportcenter/managecases#Case/001f200001TaEgT/U-14552728
Thank you.
I will appreciate your help.
Best,
Shan
The text was updated successfully, but these errors were encountered: