-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipykernel: Introspector build failure/timeout #9914
Comments
compilation is literally taking almost 20 hours(!!!) when this happens |
@DavidKorczynski are there any fixes possible here? OR should we just disable this one? |
I think we can solve this -- am in the process of debugging this and will update here shortly. |
logging. Signed-off-by: David Korczynski <[email protected]>
This change includes: - bug fixes for #9914 - bug fixes for overall coverage calculation in python projects. This is the issue mentioned here: #9957 (comment) At this stage fuzz introspector should give a more accurate overview of "how much coverage does the fuzzers have" than the code coverage reports itself due to the nature of python coverage, as described in the above comment - updates on the java frontend that makes it possible to refine which java code to analyse - updates to the output `.json` of fuzz introspector which will enable us to solve the issues mentioned here: https://github.com/google/oss-fuzz/blob/9fc6c644b93b90415a6111fdbea027be701337ae/infra/build/build_status/fuzz_introspector_page_gen.py#L250-L253 Signed-off-by: David Korczynski <[email protected]>
This change includes: - bug fixes for #9914 - bug fixes for overall coverage calculation in python projects. This is the issue mentioned here: #9957 (comment) At this stage fuzz introspector should give a more accurate overview of "how much coverage does the fuzzers have" than the code coverage reports itself due to the nature of python coverage, as described in the above comment - updates on the java frontend that makes it possible to refine which java code to analyse - updates to the output `.json` of fuzz introspector which will enable us to solve the issues mentioned here: https://github.com/google/oss-fuzz/blob/9fc6c644b93b90415a6111fdbea027be701337ae/infra/build/build_status/fuzz_introspector_page_gen.py#L250-L253 --------- Signed-off-by: David Korczynski <[email protected]>
@DavidKorczynski I noticed that
Could you expand on that a bit? |
I played with it a bit and it seems it works in practice. Admittedly I use it to look for large uncovered chunks and maybe if I needed more granular results it would be a different story but I haven't reached that point yet :-) |
Sorry for missing this @evverx -- I will expand shortly! |
@DavidKorczynski no problem. I was just wondering whether that change could affect my local stuff and I haven't noticed any significant coverage drops. It's just that |
@evverx in that case, then yes that change is likely the cause of having no more timeouts. The |
Closing as ipykernel has had no timeouts in a while |
The introspector build for ipykernel fails every so often with
TIMEOUT ERROR: context deadline exceeded
The text was updated successfully, but these errors were encountered: