-
Type: Bug
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
The following is a failure in unit testing on OS X - Cmake build. To triage the error I had to download the artifacts, and look at stdout/stderr. We attempt to show contents of stdout/stderr in such a case to make triage activity easier, but it failed for some reason:
[2021/09/03 10:07:14.862] Running command 'shell.exec' in "dump stderr/stdout" (step 3 of 4) [2021/09/03 10:07:15.086] if [ -d "WT_TEST" ]; then [2021/09/03 10:07:15.086] # Dump stderr/stdout contents generated by the C libraries onto console for Python tests [2021/09/03 10:07:15.086] find "WT_TEST" -name "std*.txt" ! -empty -exec sh -c "echo 'Contents from {}:'; cat '{}'" \; [2021/09/03 10:07:15.086] fi [2021/09/03 10:07:15.087] Finished 'shell.exec' in "dump stderr/stdout" in 5.298395ms
In this case, manually downloading artifacts and looking for files did get me the contents needed for triaging.