-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
v5.1
-
STM 2021-11-01
-
0
There's an error in the exception handling too so I don't know the true reason we couldn't get the Evergreen credentials.
[2021/10/19 14:35:13.961] Traceback (most recent call last): [2021/10/19 14:35:13.961] File "/data/mci/0e0485c0847ee669d94ad88fcf5941cf/src/buildscripts/resmokelib/run/__init__.py", line 306, in _execute_suite [2021/10/19 14:35:13.961] executor.run() [2021/10/19 14:35:13.961] File "/data/mci/0e0485c0847ee669d94ad88fcf5941cf/src/buildscripts/resmokelib/testing/executor.py", line 120, in run [2021/10/19 14:35:13.961] (report, interrupted) = self._run_tests(test_queue, setup_flag, teardown_flag) [2021/10/19 14:35:13.961] File "/data/mci/0e0485c0847ee669d94ad88fcf5941cf/src/buildscripts/resmokelib/testing/executor.py", line 209, in _run_tests [2021/10/19 14:35:13.961] thr.join() [2021/10/19 14:35:13.961] File "/opt/mongodbtoolchain/revisions/4ac427ffa2fb12ffce7028023dae1775a06e9bf5/stow/python3-v3.8gt/lib/python3.9/threading.py", line 1033, in join [2021/10/19 14:35:13.961] self._wait_for_tstate_lock() [2021/10/19 14:35:13.961] File "/opt/mongodbtoolchain/revisions/4ac427ffa2fb12ffce7028023dae1775a06e9bf5/stow/python3-v3.8gt/lib/python3.9/threading.py", line 1049, in _wait_for_tstate_lock [2021/10/19 14:35:13.961] elif lock.acquire(block, timeout): [2021/10/19 14:35:13.961] File "/data/mci/0e0485c0847ee669d94ad88fcf5941cf/src/buildscripts/resmokelib/sighandler.py", line 37, in _handle_sigusr1 [2021/10/19 14:35:13.961] _dump_and_log(header_msg) [2021/10/19 14:35:13.961] File "/data/mci/0e0485c0847ee669d94ad88fcf5941cf/src/buildscripts/resmokelib/sighandler.py", line 74, in _dump_and_log [2021/10/19 14:35:13.961] _analyze_pids(logger, pids_to_analyze) [2021/10/19 14:35:13.961] File "/data/mci/0e0485c0847ee669d94ad88fcf5941cf/src/buildscripts/resmokelib/sighandler.py", line 162, in _analyze_pids [2021/10/19 14:35:13.961] _hang_analyzer.execute() [2021/10/19 14:35:13.961] File "/data/mci/0e0485c0847ee669d94ad88fcf5941cf/src/buildscripts/resmokelib/hang_analyzer/hang_analyzer.py", line 102, in execute [2021/10/19 14:35:13.961] my_symbolizer = Symbolizer(self.task_id, download_symbols_only=True) [2021/10/19 14:35:13.961] File "/data/mci/0e0485c0847ee669d94ad88fcf5941cf/src/buildscripts/resmokelib/symbolizer/__init__.py", line 53, in __init__ [2021/10/19 14:35:13.961] self.evg_api: evergreen_conn.RetryingEvergreenApi = evergreen_conn.get_evergreen_api() [2021/10/19 14:35:13.961] File "/data/mci/0e0485c0847ee669d94ad88fcf5941cf/src/buildscripts/resmokelib/utils/evergreen_conn.py", line 74, in get_evergreen_api [2021/10/19 14:35:13.961] raise last_ex [2021/10/19 14:35:13.961] TypeError: exceptions must derive from BaseException
- is related to
-
SERVER-59670 Hang analyzer not using Evergreen credentials
- Closed