-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Tooling & Methods
We are seeing below errors when running fuzzer. We should use project_id instead of project_identifier due to evergreen change.
[2021/12/03 14:00:53.222] npm run compile
[2021/12/03 14:00:53.222] npm run "$@"
[2021/12/03 14:00:53.222] Traceback (most recent call last):
[2021/12/03 14:00:53.222] File "/data/mci/278f5fb3f4f78097f917d01618bbc31f/src/build/multiversion-setup/buildscripts/resmoke.py", line 14, in <module>
[2021/12/03 14:00:53.222] cli.main(sys.argv)
[2021/12/03 14:00:53.222] File "/data/mci/278f5fb3f4f78097f917d01618bbc31f/src/build/multiversion-setup/buildscripts/resmokelib/cli.py", line 21, in main
[2021/12/03 14:00:53.222] subcommand.execute()
[2021/12/03 14:00:53.222] File "/data/mci/278f5fb3f4f78097f917d01618bbc31f/src/build/multiversion-setup/buildscripts/resmokelib/setup_multiversion/setup_multiversion.py", line 219, in execute
[2021/12/03 14:00:53.222] bin_suffix = self._get_bin_suffix(version, urls["project_identifier"])
[2021/12/03 14:00:53.222] KeyError: 'project_identifier'
[2021/12/03 14:00:53.318] Trace: source /data/mci/278f5fb3f4f78097f917d01618bbc31f/src/build/multiversion-setup/python3-venv/bin/activate && python buildscripts/resmoke.py,setup-multiversion,,-downloadBinaries,-p,rhel80,-e,enterprise,-i,/data/mci/278f5fb3f4f78097f917d01618bbc31f/src/build/mongodb/install/v4.4/repl,-l,/data/mci/278f5fb3f4f78097f917d01618bbc31f/src/build/mongodb/install/v5.0/repl,-useExistingReleasesFile,0f21876dd7eeff54c8e07f788a2414aec2de3ea9 failed with code: 1
[2021/12/03 14:00:53.318] at main.then.catch.err (/data/mci/278f5fb3f4f78097f917d01618bbc31f/src/src/scripts/run_fuzzers.ts:104:21)
[2021/12/03 14:00:53.318] at <anonymous>
[2021/12/03 14:00:53.318] at process._tickDomainCallback (internal/process/next_tick.js:228:7)
[2021/12/03 14:00:53.331] npm ERR! code ELIFECYCLE
[2021/12/03 14:00:53.331] npm ERR! errno 1
[2021/12/03 14:00:53.331] npm ERR! jstestfuzz@0.1.0 run-fuzzers: `ts-node src/scripts/run_fuzzers.ts "-version" "v5.0" "fuzzerCmd" "initsync-fuzzer" "fuzzerArgs" "-n 1 --branch v5.0" "fuzzerType" "repl" "resmokeArgs" "-flowControl off --suites initial_sync_fuzzer --mongodSetParameters \"{enableIndexBuildCommitQuorum: false, oplogApplicationEnforcesSteadyStateConstraints: false}\""`
[2021/12/03 14:00:53.331] npm ERR! Exit status 1
[2021/12/03 14:00:53.331] npm ERR!
[2021/12/03 14:00:53.331] npm ERR! Failed at the jstestfuzz@0.1.0 run-fuzzers script.
[2021/12/03 14:00:53.331] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[2021/12/03 14:00:53.335] npm ERR! A complete log of this run can be found in:
[2021/12/03 14:00:53.335] npm ERR! /home/ec2-user/.npm/_logs/2021-12-03T14_00_53_332Z-debug.log