dvc
dvc copied to clipboard
pull: --allow-missing not behaving as expected
Bug Report
pull: --allow-missing not behaving as expected
Description
dvc pull --allow-missing <target> gives error about missing stuff. dvc pull -R <target> doesn't do a full recursive search for targets.
Reproduce
- multiple dvc pipelines
- I think I forgot to dvc push on another computer
- on this computer
dvc pull --allow-missing <target>
output:
dvc pull --allow-missing -vv .\pipelines\ensemble\dvc.yaml
2023-12-26 18:13:48,389 DEBUG: v3.26.2 (pip), CPython 3.10.13 on Windows-10-10.0.19045-SP0
2023-12-26 18:13:48,390 DEBUG: command: C:\Users\starrgw1\Anaconda3\envs\almds\Scripts\dvc pull --allow-missing -vv .\pipelines\ensemble\dvc.yaml
2023-12-26 18:13:48,390 TRACE: Namespace(quiet=0, verbose=2, cprofile=False, cprofile_dump=None, yappi=False, yappi_separate_threads=False, viztracer=False, viztracer_depth=None, viz
tracer_async=False, pdb=False, instrument=False, instrument_open=False, show_stack=False, cd='.', cmd='pull', jobs=None, targets=['.\\pipelines\\ensemble\\dvc.yaml'], remote=None, al
l_branches=False, all_tags=False, all_commits=False, force=False, with_deps=False, recursive=False, run_cache=False, glob=False, allow_missing=True, func=<class 'dvc.commands.data_sy
nc.CmdDataPull'>, parser=DvcParser(prog='dvc', usage=None, description='Data Version Control', formatter_class=<class 'argparse.RawTextHelpFormatter'>, conflict_handler='error', add_
help=False))
2023-12-26 18:13:49,148 TRACE: 15.99 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype
2023-12-26 18:13:49,153 TRACE: 3.63 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl
2023-12-26 18:13:49,154 TRACE: 676.60 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\almds_dl
2023-12-26 18:13:49,157 TRACE: 1.34 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis
2023-12-26 18:13:49,165 TRACE: 6.35 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis\experiments
2023-12-26 18:13:49,166 TRACE: 26.30 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis\experiments\2dcnn
2023-12-26 18:13:49,167 TRACE: 786.90 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis\experiments\brute_force
2023-12-26 18:13:49,169 TRACE: 932.80 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis\experiments\brute_force_volume
2023-12-26 18:13:49,173 TRACE: 2.43 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis\experiments\distill_shrink_cnn
2023-12-26 18:13:49,173 TRACE: 19.80 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis\experiments\distill_shrink_cnn\exp2_random
2023-12-26 18:13:49,174 TRACE: 15.40 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis\experiments\distill_shrink_cnn\exp3_grid
2023-12-26 18:13:49,176 TRACE: 15.40 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis\experiments\distill_shrink_cnn\exp4_alphtemp
2023-12-26 18:13:49,176 TRACE: 15.70 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis\experiments\dwsc_training
2023-12-26 18:13:49,177 TRACE: 8.60 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis\experiments\efficient_net
2023-12-26 18:13:49,178 TRACE: 7.20 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis\experiments\shrink
2023-12-26 18:13:49,179 TRACE: 17.70 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\analysis\experiments\training
2023-12-26 18:13:49,180 TRACE: 770.70 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\data
2023-12-26 18:13:49,181 TRACE: 2.20 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\evaluation_results_full
2023-12-26 18:13:49,185 TRACE: 3.60 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\models
2023-12-26 18:13:49,186 TRACE: 2.50 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\models\big
2023-12-26 18:13:49,187 TRACE: 2.10 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\models\ensemble
2023-12-26 18:13:49,187 TRACE: 2.10 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\models\little
2023-12-26 18:13:49,188 TRACE: 2.20 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\models\student
2023-12-26 18:13:49,189 TRACE: 2.00 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl\models\twod
2023-12-26 18:13:49,191 TRACE: 1.98 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl_matlab
2023-12-26 18:13:49,192 TRACE: 37.70 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl_matlab\dataset creation
2023-12-26 18:13:49,193 TRACE: 75.60 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl_matlab\truthing
2023-12-26 18:13:49,194 TRACE: 2.40 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\almds_dl_matlab\umap
2023-12-26 18:13:49,201 TRACE: 6.65 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines
2023-12-26 18:13:49,269 TRACE: pipelines\big\params.yaml does not exist, it won't be used in parametrization
2023-12-26 18:13:49,313 TRACE: Context during resolution of stage train@surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'big', 'verbose': 2, 'data_parms': 'H', 'item': 'surface'}
2023-12-26 18:13:49,317 TRACE: Context during resolution of stage train@volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'big', 'verbose': 2, 'data_parms': 'H', 'item': 'volume'}
2023-12-26 18:13:49,322 TRACE: Context during resolution of stage postprocess@surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'big', 'verbose': 2, 'data_parms': 'H', 'item': 'surface'}
2023-12-26 18:13:49,325 TRACE: Context during resolution of stage postprocess@volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'big', 'verbose': 2, 'data_parms': 'H', 'item': 'volume'}
2023-12-26 18:13:49,330 TRACE: Context during resolution of stage evaluate:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'big', 'verbose': 2, 'data_parms': 'H'}
2023-12-26 18:13:49,338 TRACE: 136.02 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\big
2023-12-26 18:13:49,339 TRACE: 14.90 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\big\models
2023-12-26 18:13:49,361 TRACE: pipelines\data\params.yaml does not exist, it won't be used in parametrization
2023-12-26 18:13:49,362 TRACE: Context during resolution of stage prepare_dataset@H:
{'matlab_cmd': 'python submit_job.py matlab', 'python_cmd': 'python submit_job.py -m', 'item': 'H'}
2023-12-26 18:13:49,366 TRACE: Context during resolution of stage prepare_dataset@M:
{'matlab_cmd': 'python submit_job.py matlab', 'python_cmd': 'python submit_job.py -m', 'item': 'M'}
2023-12-26 18:13:49,371 TRACE: Context during resolution of stage make_folds@H:
{'matlab_cmd': 'python submit_job.py matlab', 'python_cmd': 'python submit_job.py -m', 'item': 'H'}
2023-12-26 18:13:49,373 TRACE: Context during resolution of stage make_folds@M:
{'matlab_cmd': 'python submit_job.py matlab', 'python_cmd': 'python submit_job.py -m', 'item': 'M'}
2023-12-26 18:13:49,376 TRACE: Context during resolution of stage make_tfrecord@H-surface:
{'matlab_cmd': 'python submit_job.py matlab', 'python_cmd': 'python submit_job.py -m', 'item': {'data_parms': 'H', 'dettype': 'surface'}}
2023-12-26 18:13:49,378 TRACE: Context during resolution of stage make_tfrecord@H-volume:
{'matlab_cmd': 'python submit_job.py matlab', 'python_cmd': 'python submit_job.py -m', 'item': {'data_parms': 'H', 'dettype': 'volume'}}
2023-12-26 18:13:49,380 TRACE: Context during resolution of stage make_tfrecord@M-surface:
{'matlab_cmd': 'python submit_job.py matlab', 'python_cmd': 'python submit_job.py -m', 'item': {'data_parms': 'M', 'dettype': 'surface'}}
2023-12-26 18:13:49,383 TRACE: Context during resolution of stage make_tfrecord@M-volume:
{'matlab_cmd': 'python submit_job.py matlab', 'python_cmd': 'python submit_job.py -m', 'item': {'data_parms': 'M', 'dettype': 'volume'}}
2023-12-26 18:13:49,385 TRACE: 44.56 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\data
2023-12-26 18:13:49,506 TRACE: pipelines\ensemble\params.yaml does not exist, it won't be used in parametrization
2023-12-26 18:13:49,513 TRACE: Context during resolution of stage train@0-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 0, 'dettype': 'surface'}}
2023-12-26 18:13:49,517 TRACE: Context during resolution of stage train@0-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 0, 'dettype': 'volume'}}
2023-12-26 18:13:49,520 TRACE: Context during resolution of stage train@1-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 1, 'dettype': 'surface'}}
2023-12-26 18:13:49,524 TRACE: Context during resolution of stage train@1-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 1, 'dettype': 'volume'}}
2023-12-26 18:13:49,542 TRACE: Context during resolution of stage train@2-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 2, 'dettype': 'surface'}}
2023-12-26 18:13:49,546 TRACE: Context during resolution of stage train@2-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 2, 'dettype': 'volume'}}
2023-12-26 18:13:49,549 TRACE: Context during resolution of stage train@3-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 3, 'dettype': 'surface'}}
2023-12-26 18:13:49,554 TRACE: Context during resolution of stage train@3-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 3, 'dettype': 'volume'}}
2023-12-26 18:13:49,558 TRACE: Context during resolution of stage train@4-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 4, 'dettype': 'surface'}}
2023-12-26 18:13:49,562 TRACE: Context during resolution of stage train@4-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 4, 'dettype': 'volume'}}
2023-12-26 18:13:49,565 TRACE: Context during resolution of stage train@5-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 5, 'dettype': 'surface'}}
2023-12-26 18:13:49,569 TRACE: Context during resolution of stage train@5-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 5, 'dettype': 'volume'}}
2023-12-26 18:13:49,571 TRACE: Context during resolution of stage train@6-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 6, 'dettype': 'surface'}}
2023-12-26 18:13:49,575 TRACE: Context during resolution of stage train@6-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 6, 'dettype': 'volume'}}
2023-12-26 18:13:49,579 TRACE: Context during resolution of stage train@7-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 7, 'dettype': 'surface'}}
2023-12-26 18:13:49,582 TRACE: Context during resolution of stage train@7-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 7, 'dettype': 'volume'}}
2023-12-26 18:13:49,586 TRACE: Context during resolution of stage train@8-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 8, 'dettype': 'surface'}}
2023-12-26 18:13:49,590 TRACE: Context during resolution of stage train@8-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 8, 'dettype': 'volume'}}
2023-12-26 18:13:49,595 TRACE: Context during resolution of stage train@9-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 9, 'dettype': 'surface'}}
2023-12-26 18:13:49,600 TRACE: Context during resolution of stage train@9-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 9, 'dettype': 'volume'}}
2023-12-26 18:13:49,605 TRACE: Context during resolution of stage evaluate_individual@0:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 0}
2023-12-26 18:13:49,609 TRACE: Context during resolution of stage evaluate_individual@1:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 1}
2023-12-26 18:13:49,612 TRACE: Context during resolution of stage evaluate_individual@2:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 2}
2023-12-26 18:13:49,616 TRACE: Context during resolution of stage evaluate_individual@3:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 3}
2023-12-26 18:13:49,619 TRACE: Context during resolution of stage evaluate_individual@4:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 4}
2023-12-26 18:13:49,622 TRACE: Context during resolution of stage evaluate_individual@5:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 5}
2023-12-26 18:13:49,625 TRACE: Context during resolution of stage evaluate_individual@6:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 6}
2023-12-26 18:13:49,628 TRACE: Context during resolution of stage evaluate_individual@7:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 7}
2023-12-26 18:13:49,631 TRACE: Context during resolution of stage evaluate_individual@8:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 8}
2023-12-26 18:13:49,633 TRACE: Context during resolution of stage evaluate_individual@9:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 9}
2023-12-26 18:13:49,639 TRACE: Context during resolution of stage postprocess@surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 'surface'}
2023-12-26 18:13:49,644 TRACE: Context during resolution of stage postprocess@volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 'volume'}
2023-12-26 18:13:49,650 TRACE: Context during resolution of stage evaluate:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H'}
2023-12-26 18:13:49,658 TRACE: 272.35 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble
2023-12-26 18:13:49,669 TRACE: 9.54 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components
2023-12-26 18:13:49,671 TRACE: 1.28 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c0
2023-12-26 18:13:49,672 TRACE: 9.40 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c0\models
2023-12-26 18:13:49,674 TRACE: 1.04 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c1
2023-12-26 18:13:49,674 TRACE: 8.30 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c1\models
2023-12-26 18:13:49,676 TRACE: 992.70 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c2
2023-12-26 18:13:49,678 TRACE: 27.50 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c2\models
2023-12-26 18:13:49,680 TRACE: 1.21 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c3
2023-12-26 18:13:49,681 TRACE: 10.80 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c3\models
2023-12-26 18:13:49,682 TRACE: 1.08 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c4
2023-12-26 18:13:49,683 TRACE: 7.50 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c4\models
2023-12-26 18:13:49,685 TRACE: 972.60 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c5
2023-12-26 18:13:49,686 TRACE: 6.80 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c5\models
2023-12-26 18:13:49,687 TRACE: 943.00 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c6
2023-12-26 18:13:49,688 TRACE: 6.80 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c6\models
2023-12-26 18:13:49,690 TRACE: 942.30 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c7
2023-12-26 18:13:49,690 TRACE: 6.70 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c7\models
2023-12-26 18:13:49,692 TRACE: 1.11 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c8
2023-12-26 18:13:49,693 TRACE: 8.20 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c8\models
2023-12-26 18:13:49,695 TRACE: 1.05 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c9
2023-12-26 18:13:49,696 TRACE: 11.80 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\components\c9\models
2023-12-26 18:13:49,696 TRACE: 7.00 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\ensemble\models
2023-12-26 18:13:49,715 TRACE: pipelines\little\params.yaml does not exist, it won't be used in parametrization
2023-12-26 18:13:49,719 TRACE: Context during resolution of stage train@surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'little', 'verbose': 2, 'data_parms': 'H', 'item': 'surface'}
2023-12-26 18:13:49,722 TRACE: Context during resolution of stage train@volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'little', 'verbose': 2, 'data_parms': 'H', 'item': 'volume'}
2023-12-26 18:13:49,726 TRACE: Context during resolution of stage postprocess@surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'little', 'verbose': 2, 'data_parms': 'H', 'item': 'surface'}
2023-12-26 18:13:49,729 TRACE: Context during resolution of stage postprocess@volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'little', 'verbose': 2, 'data_parms': 'H', 'item': 'volume'}
2023-12-26 18:13:49,733 TRACE: Context during resolution of stage evaluate:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'little', 'verbose': 2, 'data_parms': 'H'}
2023-12-26 18:13:49,740 TRACE: 43.03 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\little
2023-12-26 18:13:49,741 TRACE: 19.50 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\little\models
2023-12-26 18:13:49,756 TRACE: pipelines\shrink\params.yaml does not exist, it won't be used in parametrization
2023-12-26 18:13:49,762 TRACE: Context during resolution of stage train@surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'shrink', 'verbose': 2, 'data_parms': 'H', 'item': 'surface'}
2023-12-26 18:13:49,766 TRACE: Context during resolution of stage train@volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'shrink', 'verbose': 2, 'data_parms': 'H', 'item': 'volume'}
2023-12-26 18:13:49,770 TRACE: Context during resolution of stage postprocess@surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'shrink', 'verbose': 2, 'data_parms': 'H', 'item': 'surface'}
2023-12-26 18:13:49,771 DEBUG: Lockfile 'pipelines\shrink\dvc.lock' needs to be updated.
2023-12-26 18:13:49,771 TRACE: No lock entry found for 'pipelines\shrink\dvc.yaml:postprocess@surface'
2023-12-26 18:13:49,774 TRACE: Context during resolution of stage postprocess@volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'shrink', 'verbose': 2, 'data_parms': 'H', 'item': 'volume'}
2023-12-26 18:13:49,775 TRACE: No lock entry found for 'pipelines\shrink\dvc.yaml:postprocess@volume'
2023-12-26 18:13:49,780 TRACE: Context during resolution of stage evaluate:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'shrink', 'verbose': 2, 'data_parms': 'H'}
2023-12-26 18:13:49,787 TRACE: 44.44 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\shrink
2023-12-26 18:13:49,788 TRACE: 7.10 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\shrink\models
2023-12-26 18:13:49,807 TRACE: pipelines\student\params.yaml does not exist, it won't be used in parametrization
2023-12-26 18:13:49,814 TRACE: Context during resolution of stage train@surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'student', 'teacher_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'teacher': 'ensemble', 'item': 'surface'}
2023-12-26 18:13:49,817 TRACE: Context during resolution of stage train@volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'student', 'teacher_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'teacher': 'ensemble', 'item': 'volume'}
2023-12-26 18:13:49,822 TRACE: Context during resolution of stage postprocess@surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'student', 'teacher_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'teacher': 'ensemble', 'item': 'surface'}
2023-12-26 18:13:49,826 TRACE: Context during resolution of stage postprocess@volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'student', 'teacher_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'teacher': 'ensemble', 'item': 'volume'}
2023-12-26 18:13:49,831 TRACE: Context during resolution of stage evaluate:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'student', 'teacher_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'teacher': 'ensemble'}
2023-12-26 18:13:49,841 TRACE: 52.55 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\student
2023-12-26 18:13:49,842 TRACE: 20.80 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\student\models
2023-12-26 18:13:49,863 TRACE: pipelines\twod\params.yaml does not exist, it won't be used in parametrization
2023-12-26 18:13:49,867 TRACE: Context during resolution of stage train@surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'twod', 'verbose': 2, 'data_parms': 'H', 'item': 'surface'}
2023-12-26 18:13:49,871 TRACE: Context during resolution of stage train@volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'twod', 'verbose': 2, 'data_parms': 'H', 'item': 'volume'}
2023-12-26 18:13:49,877 TRACE: Context during resolution of stage postprocess@surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'twod', 'verbose': 2, 'data_parms': 'H', 'item': 'surface'}
2023-12-26 18:13:49,880 TRACE: Context during resolution of stage postprocess@volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'twod', 'verbose': 2, 'data_parms': 'H', 'item': 'volume'}
2023-12-26 18:13:49,884 TRACE: Context during resolution of stage evaluate:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'twod', 'verbose': 2, 'data_parms': 'H'}
2023-12-26 18:13:49,892 TRACE: 48.48 ms in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\twod
2023-12-26 18:13:49,892 TRACE: 18.50 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\pipelines\twod\models
2023-12-26 18:13:49,893 TRACE: 22.40 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\scripts
2023-12-26 18:13:49,894 TRACE: 16.00 mks in collecting stages from C:\Users\starrgw1\code\almds_prototype\templates
2023-12-26 18:13:50,009 TRACE: pipelines\ensemble\params.yaml does not exist, it won't be used in parametrization
2023-12-26 18:13:50,039 TRACE: Context during resolution of stage train@0-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 0, 'dettype': 'surface'}}
2023-12-26 18:13:50,044 TRACE: Context during resolution of stage train@0-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 0, 'dettype': 'volume'}}
2023-12-26 18:13:50,048 TRACE: Context during resolution of stage train@1-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 1, 'dettype': 'surface'}}
2023-12-26 18:13:50,051 TRACE: Context during resolution of stage train@1-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 1, 'dettype': 'volume'}}
2023-12-26 18:13:50,055 TRACE: Context during resolution of stage train@2-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 2, 'dettype': 'surface'}}
2023-12-26 18:13:50,059 TRACE: Context during resolution of stage train@2-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 2, 'dettype': 'volume'}}
2023-12-26 18:13:50,063 TRACE: Context during resolution of stage train@3-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 3, 'dettype': 'surface'}}
2023-12-26 18:13:50,067 TRACE: Context during resolution of stage train@3-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 3, 'dettype': 'volume'}}
2023-12-26 18:13:50,071 TRACE: Context during resolution of stage train@4-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 4, 'dettype': 'surface'}}
2023-12-26 18:13:50,074 TRACE: Context during resolution of stage train@4-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 4, 'dettype': 'volume'}}
2023-12-26 18:13:50,078 TRACE: Context during resolution of stage train@5-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 5, 'dettype': 'surface'}}
2023-12-26 18:13:50,082 TRACE: Context during resolution of stage train@5-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 5, 'dettype': 'volume'}}
2023-12-26 18:13:50,085 TRACE: Context during resolution of stage train@6-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 6, 'dettype': 'surface'}}
2023-12-26 18:13:50,089 TRACE: Context during resolution of stage train@6-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 6, 'dettype': 'volume'}}
2023-12-26 18:13:50,093 TRACE: Context during resolution of stage train@7-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 7, 'dettype': 'surface'}}
2023-12-26 18:13:50,097 TRACE: Context during resolution of stage train@7-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 7, 'dettype': 'volume'}}
2023-12-26 18:13:50,101 TRACE: Context during resolution of stage train@8-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 8, 'dettype': 'surface'}}
2023-12-26 18:13:50,104 TRACE: Context during resolution of stage train@8-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 8, 'dettype': 'volume'}}
2023-12-26 18:13:50,108 TRACE: Context during resolution of stage train@9-surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 9, 'dettype': 'surface'}}
2023-12-26 18:13:50,112 TRACE: Context during resolution of stage train@9-volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': {'num': 9, 'dettype': 'volume'}}
2023-12-26 18:13:50,117 TRACE: Context during resolution of stage evaluate_individual@0:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 0}
2023-12-26 18:13:50,121 TRACE: Context during resolution of stage evaluate_individual@1:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 1}
2023-12-26 18:13:50,124 TRACE: Context during resolution of stage evaluate_individual@2:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 2}
2023-12-26 18:13:50,128 TRACE: Context during resolution of stage evaluate_individual@3:
2023-12-26 18:13:50,144 TRACE: Context during resolution of stage evaluate_individual@8:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 8}
2023-12-26 18:13:50,147 TRACE: Context during resolution of stage evaluate_individual@9:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 9}
2023-12-26 18:13:50,153 TRACE: Context during resolution of stage postprocess@surface:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 'surface'}
2023-12-26 18:13:50,160 TRACE: Context during resolution of stage postprocess@volume:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H', 'item': 'volume'}
2023-12-26 18:13:50,167 TRACE: Context during resolution of stage evaluate:
{'python_cmd': 'python submit_job.py -m', 'pipeline_name': 'ensemble', 'verbose': 2, 'data_parms': 'H'}
Collecting |0.00 [00:00, ?entry/s]
2023-12-26 18:13:50,510 DEBUG: failed to load ('54', 'd96d9a81e71aa978fe780b2b3133dc.dir') from storage local (\\nstd-delores\DeepMine\ALMDS\remote\files\md5) - [Errno 2] No such fil
e or directory: '\\\\nstd-delores\\DeepMine\\ALMDS\\remote\\files\\md5\\54\\d96d9a81e71aa978fe780b2b3133dc.dir'
Traceback (most recent call last):
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\index.py", line 552, in _load_from_storage
_load_from_object_storage(trie, entry, storage)
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\index.py", line 488, in _load_from_object_storage
obj = Tree.load(storage.odb, root_entry.hash_info, hash_name=storage.odb.hash_name)
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\hashfile\tree.py", line 193, in load
with obj.fs.open(obj.path, "r") as fobj:
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_objects\fs\base.py", line 228, in open
return self.fs.open(path, mode=mode, **kwargs)
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_objects\fs\local.py", line 138, in open
return open(path, mode=mode, encoding=encoding)
FileNotFoundError: [Errno 2] No such file or directory: '\\\\nstd-delores\\DeepMine\\ALMDS\\remote\\files\\md5\\54\\d96d9a81e71aa978fe780b2b3133dc.dir'
2023-12-26 18:13:50,518 DEBUG: failed to load ('54', 'd96d9a81e71aa978fe780b2b3133dc.dir') from storage local (C:\Users\starrgw1\code\almds_prototype\.dvc\cache\files\md5) - [Errno 2
] No such file or directory: 'C:\\Users\\starrgw1\\code\\almds_prototype\\.dvc\\cache\\files\\md5\\54\\d96d9a81e71aa978fe780b2b3133dc.dir'
Traceback (most recent call last):
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\index.py", line 552, in _load_from_storage
_load_from_object_storage(trie, entry, storage)
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\index.py", line 488, in _load_from_object_storage
obj = Tree.load(storage.odb, root_entry.hash_info, hash_name=storage.odb.hash_name)
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\hashfile\tree.py", line 193, in load
with obj.fs.open(obj.path, "r") as fobj:
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_objects\fs\base.py", line 228, in open
return self.fs.open(path, mode=mode, **kwargs)
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_objects\fs\local.py", line 138, in open
return open(path, mode=mode, encoding=encoding)
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\starrgw1\\code\\almds_prototype\\.dvc\\cache\\files\\md5\\54\\d96d9a81e71aa978fe780b2b3133dc.dir'
Fetching
2023-12-26 18:13:50,530 ERROR: unexpected error - failed to load directory ('54', 'd96d9a81e71aa978fe780b2b3133dc.dir'): [Errno 2] No such file or directory: 'C:\\Users\\starrgw1\\co
de\\almds_prototype\\.dvc\\cache\\files\\md5\\54\\d96d9a81e71aa978fe780b2b3133dc.dir'
Traceback (most recent call last):
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\index.py", line 552, in _load_from_storage
_load_from_object_storage(trie, entry, storage)
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\index.py", line 488, in _load_from_object_storage
obj = Tree.load(storage.odb, root_entry.hash_info, hash_name=storage.odb.hash_name)
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\hashfile\tree.py", line 193, in load
with obj.fs.open(obj.path, "r") as fobj:
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_objects\fs\base.py", line 228, in open
return self.fs.open(path, mode=mode, **kwargs)
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_objects\fs\local.py", line 138, in open
return open(path, mode=mode, encoding=encoding)
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\starrgw1\\code\\almds_prototype\\.dvc\\cache\\files\\md5\\54\\d96d9a81e71aa978fe780b2b3133dc.dir'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc\cli\__init__.py", line 209, in main
ret = cmd.do_run()
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc\cli\command.py", line 26, in do_run
return self.run()
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc\commands\data_sync.py", line 35, in run
stats = self.repo.pull(
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc\repo\__init__.py", line 61, in wrapper
return f(repo, *args, **kwargs)
fetch_transferred, fetch_failed = ifetch(
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\fetch.py", line 65, in fetch
[
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\fetch.py", line 65, in <listcomp>
[
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\index.py", line 691, in iteritems
self._load(key, entry)
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\index.py", line 647, in _load
self.onerror(entry, exc)
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\index.py", line 579, in _onerror
raise exc
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\index.py", line 645, in _load
_load_from_storage(self._trie, entry, self.storage_map[key])
File "C:\Users\starrgw1\Anaconda3\envs\almds\lib\site-packages\dvc_data\index\index.py", line 567, in _load_from_storage
raise DataIndexDirError(f"failed to load directory {entry.key}") from last_exc
dvc_data.index.index.DataIndexDirError: failed to load directory ('54', 'd96d9a81e71aa978fe780b2b3133dc.dir')
2023-12-26 18:13:50,748 DEBUG: link type reflink is not available ([Errno 129] no more link types left to try out)
2023-12-26 18:13:50,749 DEBUG: Removing 'C:\Users\starrgw1\code\.7YGkoZEkY7C6kcH7VcJ84d.tmp'
2023-12-26 18:13:50,752 DEBUG: Removing 'C:\Users\starrgw1\code\.7YGkoZEkY7C6kcH7VcJ84d.tmp'
2023-12-26 18:13:50,764 DEBUG: link type symlink is not available ([Errno 129] no more link types left to try out)
2023-12-26 18:13:50,764 DEBUG: Removing 'C:\Users\starrgw1\code\.7YGkoZEkY7C6kcH7VcJ84d.tmp'
2023-12-26 18:13:50,765 DEBUG: Removing 'C:\Users\starrgw1\code\almds_prototype\.dvc\cache\files\md5\.J8reJGhkmPrahTqp54n7cU.tmp'
2023-12-26 18:13:54,595 DEBUG: Version info for developers:
DVC version: 3.26.2 (pip)
-------------------------
Platform: Python 3.10.13 on Windows-10-10.0.19045-SP0
Subprojects:
dvc_data = 2.18.2
dvc_objects = 1.2.0
dvc_render = 0.6.0
dvc_task = 0.3.0
scmrepo = 1.5.0
Supports:
http (aiohttp = 3.9.1, aiohttp-retry = 2.8.3),
https (aiohttp = 3.9.1, aiohttp-retry = 2.8.3)
Config:
Global: C:\Users\starrgw1\AppData\Local\iterative\dvc
System: C:\ProgramData\iterative\dvc
Cache types: hardlink
Cache directory: NTFS on C:\
Caches: local
Remotes: local
Workspace directory: NTFS on C:\
Repo: dvc, git
Repo.site_cache_dir: C:\ProgramData\iterative\dvc\Cache\repo\dff4f3f61607d77a9a2addbd05e75dbf
Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!
2023-12-26 18:13:54,599 DEBUG: Analytics is enabled.
2023-12-26 18:13:54,744 DEBUG: Trying to spawn '['daemon', '-q', 'analytics', 'C:\\Users\\starrgw1\\AppData\\Local\\Temp\\tmpbnn6l9xn']'
2023-12-26 18:13:54,756 DEBUG: Spawned '['daemon', '-q', 'analytics', 'C:\\Users\\starrgw1\\AppData\\Local\\Temp\\tmpbnn6l9xn']'
Expected
downloads my stuff, doesn't stop for errors
Environment information
DVC version: 3.26.2 (pip)
-------------------------
Platform: Python 3.10.13 on Windows-10-10.0.19045-SP0
Subprojects:
dvc_data = 2.18.2
dvc_objects = 1.2.0
dvc_render = 0.6.0
dvc_task = 0.3.0
scmrepo = 1.5.0
Supports:
http (aiohttp = 3.9.1, aiohttp-retry = 2.8.3),
https (aiohttp = 3.9.1, aiohttp-retry = 2.8.3)
Config:
Global: C:\Users\starrgw1\AppData\Local\iterative\dvc
System: C:\ProgramData\iterative\dvc
Cache types: hardlink
Cache directory: NTFS on C:\
Caches: local
Remotes: local
Workspace directory: NTFS on C:\
Repo: dvc, git
Repo.site_cache_dir: C:\ProgramData\iterative\dvc\Cache\repo\dff4f3f61607d77a9a2addbd05e75dbf
Looks like the --allow-missing logic needs to be updated to account for the newer data index loading errors
@gregstarr, can you please retry with the latest version and see if it works? I am not able to reproduce.
If you can reproduce, please provide a reproducible script. :)
Closing due to lack of response.