I have been repeatedly getting these two errors when doing fuzzing, it seems that others in the Discord are getting the same. I would like to put some attention on this and hopefully get this resolved for everyone.
At first when I got these errors, I would mess around with settings, like adding a MAYHEM_TOKEN, and changing package permissions, and it would go away. However, with mattjurenka/block-ciphers and mattjurenka/predicates-rs, this tactic does not seem to work. Both of these repos are configured with a MAYHEM_TOKEN, although I have been using the same token for these two projects and others that do work. What is strange is that on the mayhem web dashboard, I see that these runs do actually go through, however somehow the action sees it as a failure. I have observed sometimes that if I get one error, and I rerun the action, I will then see the other.
Here are the failing log files: predicates-rs failing fuzz target
Run not found GH action log file
When I click on the run URL it presents in the run not found case, it takes me to the mayhem dashboard where everything looks fine.
I went ahead and submitted both of these repos because I am confident the integration is correct beyond these errors.