CCF icon indicating copy to clipboard operation
CCF copied to clipboard

CI failure observed

Open heidihoward opened this issue 2 years ago • 3 comments

This CI run unexpectedly failed: https://github.com/microsoft/CCF/pull/5778/checks?check_run_id=18090858685. Rerunning it fixed it

heidihoward avatar Oct 26 '23 20:10 heidihoward

As did https://github.com/microsoft/CCF/pull/5790/checks?check_run_id=18092504269

heidihoward avatar Oct 26 '23 20:10 heidihoward

The first one is a disk full error, we'd added local disk to the 1ES executors to take care of this, but they do not seem to be mounted in the expected location anymore. As a workaround, I've shorted the max duration for executors to 1 day (down from 7), which will hopefully address the issue.

The second issue is an unfortunate byproduct of a build being canceled during the run of the ctest partitions step, which happens as root to be able to update iptables. When this happens, even the blocks that are normally executed on failure to clean up are not run, leaving a bunch of files owned by root under build.

One solution would be a pre-emptive cleanup step run as root, another would be to switch to a way to do network chaos testing without elevating.

achamayou avatar Oct 27 '23 08:10 achamayou

Accidentally closed as a result of auto-completing the wrong ticket.

achamayou avatar Oct 27 '23 14:10 achamayou

The space issue has been addressed by adding an extra disk, and the permission issue will no longer happen on GHA because the whole container is run as root.

achamayou avatar Jun 28 '24 09:06 achamayou