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
Seems related to too much log pytest-dev/pytest-xdist#1138
Passing --hypothesis-verbosity=debug will only increase it and it is not manageable (in local for a few tests, this is illisible).
Reproducing the 1500 runs in local shows that the function load_packed_bytes that cause the exeception is using a lot of memory (20go in under 2min) not sure why.
Maybe because there was a pack_calldata call function on possibly enormous input and hypothesis cache the data?
Anyway, load_packed_bytes is not relevant in Keth as it was part of the account of Kakarot.
Will remove this function.
Why
When the nightly CI fails, there is no log to actually reproduce the failing example, see for example
https://github.com/kkrt-labs/keth/actions/runs/12287505621/job/34289650881
What
Change the log level to debug
How
Run pytest with
-s --hypothesis-verbosity=debug
The text was updated successfully, but these errors were encountered: