Our serverless tests are failing at startup with the following error:
[2023/12/20 06:37:02.930] Running command 'shell.exec' (step 8 of 9) in block 'setup_group'. [2023/12/20 06:37:04.748] Traceback (most recent call last): [2023/12/20 06:37:04.748] File "/data/mci/cb1cc79c6782f6c58a9516cd106c5293/drivers-tools/.evergreen/mongodl.py", line 1036, in <module> [2023/12/20 06:37:04.748] sys.exit(main(sys.argv[1:])) [2023/12/20 06:37:04.748] ^^^^^^^^^^^^^^^^^^ [2023/12/20 06:37:04.748] File "/data/mci/cb1cc79c6782f6c58a9516cd106c5293/drivers-tools/.evergreen/mongodl.py", line 1019, in main [2023/12/20 06:37:04.749] result = _dl_component(cache, [2023/12/20 06:37:04.749] ^^^^^^^^^^^^^^^^^^^^ [2023/12/20 06:37:04.749] File "/data/mci/cb1cc79c6782f6c58a9516cd106c5293/drivers-tools/.evergreen/mongodl.py", line 736, in _dl_component [2023/12/20 06:37:04.749] dl_url = _published_build_url(cache, version, target, arch, edition, [2023/12/20 06:37:04.749] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2023/12/20 06:37:04.749] File "/data/mci/cb1cc79c6782f6c58a9516cd106c5293/drivers-tools/.evergreen/mongodl.py", line 670, in _published_build_url [2023/12/20 06:37:04.749] raise ValueError( [2023/12/20 06:37:04.749] ValueError: No download was found for version="7.2.0" target="rhel80" arch="x86_64" edition="enterprise" component="archive" [2023/12/20 06:37:04.761] Download archive 7.2.0-enterprise for rhel80-x86_64 [2023/12/20 06:37:04.761] Command 'shell.exec' (step 8 of 9) in block 'setup_group' failed: shell script encountered problem: exit code 1.