Aosen Xiong
08/10/2024, 3:57 AMChris Lee
08/10/2024, 7:07 AMChris Lee
08/10/2024, 7:11 AMVampire
08/10/2024, 9:42 AM--info, --stacktrace, and --scan to get more info on what is happening. And then as your run some Java class you probably need to add debug logging to your class to see what is failing.
As the only files coming from cache are the compilation results, I doubt it is a cache problem. The not about the delete lines is right of course, but most probably irrelevant here, as CC is not used here.Aosen Xiong
08/10/2024, 3:22 PMVampire
08/10/2024, 3:43 PM--info, --stacktrace, and --scan or add debug output to the code that is executed.
If it would reproduce locally I'd had recommended to debug the execution in an IDE. ;-)Aosen Xiong
08/10/2024, 5:50 PM--stacktrace in the script, and it fails with
BUILD FAILED in 29s 402
28 actionable tasks: 15 executed, 13 from cache
https://github.com/eisop/checker-framework/actions/runs/10333405533/job/28605715625?pr=852Aosen Xiong
08/10/2024, 5:55 PMgh cache delete --all and it works for a few jobs. After a few, it fails the same place...Vampire
08/10/2024, 6:13 PM--info, --stacktrace, and --scan. And as you then probably just find out that your class you are calling is running into an error, to add debug output to the code that is executed.Aosen Xiong
08/10/2024, 6:14 PMAosen Xiong
08/10/2024, 6:30 PMVampire
08/10/2024, 6:31 PMAosen Xiong
08/10/2024, 6:42 PMAosen Xiong
08/10/2024, 6:43 PMChris Lee
08/10/2024, 7:12 PMAosen Xiong
08/11/2024, 12:24 AMChris Lee
08/11/2024, 1:11 AM--info adjust the logger to print out messages at the info level; --stacktrace prints a stack trace on build failure; --scan publishes a build scan on build completion.Chris Lee
08/11/2024, 1:12 AMVampire
08/11/2024, 1:12 AMChris Lee
08/11/2024, 1:13 AMAosen Xiong
08/12/2024, 1:59 AM