-
Type:
Build Failure
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
1
-
1
-
Not Needed
-
None
-
Not Needed
-
-
None
-
None
-
None
-
None
-
None
-
None
BSON compatibility tests are failing with
[2026/05/06 13:13:28.069] + git reset --hard HEAD
[2026/05/06 13:13:28.069] + git fetch origin refs/tags/v7.0.0
[2026/05/06 13:13:28.069] From https://github.com/mongodb/node-mongodb-native
[2026/05/06 13:13:28.069] * tag v7.0.0 -> FETCH_HEAD
[2026/05/06 13:13:28.395] + git checkout refs/tags/v7.0.0
[2026/05/06 13:13:28.395] error: pathspec 'refs/tags/v7.0.0' did not match any file(s) known to git
[2026/05/06 13:13:28.395] Command 'shell.exec' in function 'switch source' (step 4 of 7) failed: shell script encountered problem: exit code 1.
[2026/05/06 13:13:28.395] Finished command 'shell.exec' in function 'switch source' (step 4 of 7) in 8.566853092s.
[2026/05/06 13:13:28.395] Running task commands failed: running command: command failed: shell script encountered problem: exit code 1
Most likely reason is that evergreen stopped pulling tags locally and therefore there is no local 7.0.0 on CI.
Confirmed: local version of evergreen after cloning project doesn't always contain all tags, so we need to fetch code specifying local ref.