-
Type: Spec Change
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Perf tests are failing on the centos6-perf boxes due to mongosh download:
[2023/02/10 17:16:29.866] + bash /srv/10gen/mci-exec/mci/1e3cc7cc49ed8b45e2debf46af59f37e/src/../drivers-tools/.evergreen/run-orchestration.sh [2023/02/10 17:16:29.876] linux-centos-6-x86_64 [2023/02/10 17:16:29.876] http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel62-4.4.18.tgz [2023/02/10 17:16:34.226] db version v4.4.18 [2023/02/10 17:16:34.226] Build Info: { [2023/02/10 17:16:34.226] "version": "4.4.18", [2023/02/10 17:16:34.226] "gitVersion": "8ed32b5c2c68ebe7f8ae2ebe8d23f36037a17dea", [2023/02/10 17:16:34.226] "openSSLVersion": "OpenSSL 1.0.1e-fips 11 Feb 2013", [2023/02/10 17:16:34.226] "modules": [ [2023/02/10 17:16:34.226] "enterprise" [2023/02/10 17:16:34.226] ], [2023/02/10 17:16:34.226] "allocator": "tcmalloc", [2023/02/10 17:16:34.226] "environment": { [2023/02/10 17:16:34.226] "distmod": "rhel62", [2023/02/10 17:16:34.226] "distarch": "x86_64", [2023/02/10 17:16:34.226] "target_arch": "x86_64" [2023/02/10 17:16:34.226] } [2023/02/10 17:16:34.226] } [2023/02/10 17:16:36.398] /srv/10gen/mci-exec/mci/1e3cc7cc49ed8b45e2debf46af59f37e [2023/02/10 17:16:36.398] MongoDB shell installed. Version: [2023/02/10 17:16:36.398] ./mongodb/bin/mongosh: /lib64/libc.so.6: version `GLIBC_2.16' not found (required by ./mongodb/bin/mongosh) [2023/02/10 17:16:36.398] ./mongodb/bin/mongosh: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by ./mongodb/bin/mongosh) [2023/02/10 17:16:36.398] ./mongodb/bin/mongosh: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./mongodb/bin/mongosh) [2023/02/10 17:16:36.399] Command 'shell.exec' in function 'bootstrap mongo-orchestration' failed: shell script encountered problem: exit code 1. [2023/02/10 17:16:36.399] Task completed - FAILURE.
This issue is caused by DRIVERS-2328.
- is caused by
-
DRIVERS-2328 Remove legacy shell from test scripts
- Closed