-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Evergreen
-
None
-
Storage Engines
When working on WT-13891, I was required to run the many collection task under a local patch build. However it fails to compile, here is the logs:
[2025/02/12 10:42:27.315] Creating 'build/opt/mongo/resmoke/resmoke.py' [2025/02/12 10:42:27.315] Generating icecream compiler package: build/scons/icecream/icecc-create-env.2ae6c96323c9b823835b6f25510d20b6.tar.gz [2025/02/12 10:42:27.315] Calculating sha256 sum of build/scons/icecream/icecc-create-env.2ae6c96323c9b823835b6f25510d20b6.tar.gz [2025/02/12 10:42:27.315] Linking build/scons/icecream/icecc-create-env.2ae6c96323c9b823835b6f25510d20b6.tar.gz to its sha256 sum name [2025/02/12 10:42:27.315] Storing sha256 sum name for build/scons/icecream/icecc-create-env.2ae6c96323c9b823835b6f25510d20b6.tar.gz to build/scons/icecream/icecc-create-env.2ae6c96323c9b823835b6f25510d20b6.tar.gz.sha256.path [2025/02/12 10:42:27.315] Reading compiler package sha256 sum path from build/scons/icecream/icecc-create-env.2ae6c96323c9b823835b6f25510d20b6.tar.gz.sha256.path [2025/02/12 10:42:27.316] Creating 'build/scons/icecream/opt/run-icecc.sh' [2025/02/12 10:42:27.316] Chmod("build/scons/icecream/opt/run-icecc.sh", "u+x") [2025/02/12 10:42:27.316] scons: done building targets. [2025/02/12 10:42:27.316] FAILED: bazel_run_first_internal [2025/02/12 10:42:27.316] rm -f ; /data/mci/64c2104ba68181658462fa0062a629da/mongo/venv/bin/python3 site_scons/mongo/ninja_bazel_build.py --ninja-file=build.ninja --verbose [2025/02/12 10:42:27.316] ninja: build stopped: subcommand failed. [2025/02/12 10:42:27.405] Command 'shell.exec' in function 'compile mongodb' (step 6 of 13) failed: shell script encountered problem: exit code 1. [2025/02/12 10:42:27.405] Finished command 'shell.exec' in function 'compile mongodb' (step 6 of 13) in 19m2.979461306s. [2025/02/12 10:42:27.405] Running task commands failed: running command: command failed: shell script encountered problem: exit code 1
The ticket will investigate and fix the compilation that many-collection task is facing when run under local patch build