You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CodeQL c-cpp workflow on the OpenEXR repo began failing on July 27. We use the default configuration, and runs have traditionally taken 4-12 minutes, but without significant changes to our code, runs began taking 1 hour and failing with the disk filling up. I reverted the repo back to the commit from the last successful run and it failed, indicating it's not likely something on our end.
I managed to revert the version of CodeQL in the workflow to 2.18.0, and everything is back to working smoothly.
Any clues what might be causing this?
The log from the last successful run is here. Log from the first failed run is here.
The PR that address the problem for OpenEXR by reverting to 2.18.0 is here.
The text was updated successfully, but these errors were encountered:
Hi @cary-ilm , I have confirmed there is a problem with the performance (both time and space) of alias analysis computations on this database. We'll let you know here when there's a solution.
Description of the issue
The CodeQL c-cpp workflow on the OpenEXR repo began failing on July 27. We use the default configuration, and runs have traditionally taken 4-12 minutes, but without significant changes to our code, runs began taking 1 hour and failing with the disk filling up. I reverted the repo back to the commit from the last successful run and it failed, indicating it's not likely something on our end.
I managed to revert the version of CodeQL in the workflow to 2.18.0, and everything is back to working smoothly.
Any clues what might be causing this?
The log from the last successful run is here. Log from the first failed run is here.
The PR that address the problem for OpenEXR by reverting to 2.18.0 is here.
The text was updated successfully, but these errors were encountered: