[SERVER-81388] Remove references to mongohouse in evergreen yaml files Created: 22/Sep/23  Updated: 29/Oct/23  Resolved: 02/Oct/23

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 7.2.0-rc0

Type: Bug Priority: Major - P3
Reporter: Arun Banala Assignee: Arun Banala
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Backports
Depends
Problem/Incident
is caused by SERVER-80288 Cleanup mqlrun related code and tests Closed
Backwards Compatibility: Fully Compatible
Operating System: ALL
Backport Requested:
v4.4
Participants:
Linked BF Score: 129

 Comments   
Comment by Liubov Molchanova [ 19/Oct/23 ]

Requesting a backport for v4.4 as the issue reproduced in [BFG-2134812|], BFG-2134912 and some others.

Comment by Githook User [ 29/Sep/23 ]

Author:

{'name': 'Arun Banala', 'email': 'arun.banala@mongodb.com', 'username': 'banarun'}

Message: SERVER-81388 Cleanup references to 'mh' or 'mongohouse' in evergreen yaml
Branch: master
https://github.com/mongodb/mongo/commit/51cc7cbaf1da37bba87f9e856b564efa1e578115

Comment by Max Hirschhorn [ 27/Sep/23 ]

Reopening this ticket because there are still references to the mongohouse binaries in the Evergreen project configuration and these references are leading to the push task to system fail. (It is probably worth double checking whether the package task is similarly impacted.)

[2023/09/27 08:26:09.874] Running command 's3.get' (step 11 of 48).
[2023/09/27 08:26:09.901] Fetching remote file 'mongodb-mongo-master-nightly/enterprise-rhel-70-64-bit/mongodb_mongo_master_nightly_f49b39a3bc39ef4c4ca13d4f670ba3dbc4abb7df/binaries/mh-61318.tgz' from S3 bucket 'mciuploads' (attempt 1 of 5).
[2023/09/27 08:26:09.937] Fetching remote file 'mongodb-mongo-master-nightly/enterprise-rhel-70-64-bit/mongodb_mongo_master_nightly_f49b39a3bc39ef4c4ca13d4f670ba3dbc4abb7df/binaries/mh-61318.tgz' from S3 bucket 'mciuploads' (attempt 2 of 5).
[2023/09/27 08:26:11.955] Fetching remote file 'mongodb-mongo-master-nightly/enterprise-rhel-70-64-bit/mongodb_mongo_master_nightly_f49b39a3bc39ef4c4ca13d4f670ba3dbc4abb7df/binaries/mh-61318.tgz' from S3 bucket 'mciuploads' (attempt 3 of 5).
[2023/09/27 08:26:15.462] Fetching remote file 'mongodb-mongo-master-nightly/enterprise-rhel-70-64-bit/mongodb_mongo_master_nightly_f49b39a3bc39ef4c4ca13d4f670ba3dbc4abb7df/binaries/mh-61318.tgz' from S3 bucket 'mciuploads' (attempt 4 of 5).
[2023/09/27 08:26:22.541] Fetching remote file 'mongodb-mongo-master-nightly/enterprise-rhel-70-64-bit/mongodb_mongo_master_nightly_f49b39a3bc39ef4c4ca13d4f670ba3dbc4abb7df/binaries/mh-61318.tgz' from S3 bucket 'mciuploads' (attempt 5 of 5).
[2023/09/27 08:26:36.533] Command 's3.get' (step 11 of 48) failed: command 's3.get' failed after 5 attempts.
[2023/09/27 08:26:36.533] Finished command 's3.get' (step 11 of 48) in 26.659005736s.
[2023/09/27 08:26:36.533] Running task commands failed: running command: command failed: command 's3.get' failed after 5 attempts
[2023/09/27 08:26:36.533] Finished running task commands in 1m56.475808212s.
[2023/09/27 08:26:36.583] Task completed - FAILURE.

https://parsley.mongodb.com/evergreen/mongodb_mongo_master_nightly_enterprise_rhel_70_64_bit_push_f49b39a3bc39ef4c4ca13d4f670ba3dbc4abb7df_23_09_27_03_16_36/0/task?bookmarks=0,679&shareLine=367


$ git grep -E '\bmh-' -- etc/
etc/evergreen_yml_components/definitions.yml:820:        value: ${project}/${compile_variant}/${version_id}/binaries/mh-${revision_order_id}.${ext|tgz}
etc/evergreen_yml_components/definitions.yml:822:        value: ${project}/${compile_variant}/${version_id}/debugsymbols/mh-debugsymbols-${revision_order_id}.${ext|tgz}
etc/evergreen_yml_components/definitions.yml:7898:      local_file: src/mh-binaries.${ext|tgz}
etc/evergreen_yml_components/definitions.yml:7909:      local_file: src/mh-debugsymbols.${ext|tgz}
etc/evergreen_yml_components/definitions.yml:8091:      local_file: src/mh-${push_name}-${push_arch}-${suffix}.${ext|tgz}
etc/evergreen_yml_components/definitions.yml:8096:      remote_file: ${push_path}-STAGE/${push_name}/mh-${push_name}-${push_arch}-${suffix}-${task_id}.${ext|tgz}
etc/evergreen_yml_components/definitions.yml:8383:        MONGOHOUSE_TARBALL_PATH: src/mh-${push_name}-${push_arch}-${suffix}.${ext|tgz}
etc/evergreen_yml_components/definitions.yml:8384:        MONGOHOUSE_TARBALL_KEY: ${version_id}/${build_id}/push/${push_path}/mh-${push_name}-${push_arch}-${suffix}.${ext|tgz}
etc/evergreen_yml_components/definitions.yml:8453:      - {'source': {'path': '${push_path}-STAGE/${push_name}/mh-${push_name}-${push_arch}-${suffix}-${task_id}.${ext|tgz}', 'bucket': 'build-push-testing'},
etc/evergreen_yml_components/definitions.yml:8454:         'destination': {'path': '${push_path}/mh-${push_name}-${push_arch}-${suffix}.${ext|tgz}', 'bucket': '${push_bucket}'},

Comment by Githook User [ 25/Sep/23 ]

Author:

{'name': 'Arun Banala', 'email': 'arun.banala@mongodb.com', 'username': 'banarun'}

Message: SERVER-81388 Remove references to mongohouse in evergreen yaml files
Branch: master
https://github.com/mongodb/mongo/commit/9bc578b31b910a345f742423789f7fc3760a08a6

Generated at Thu Feb 08 06:46:21 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.