tests/golden/autosummary_import_abort.txt
tests/golden/autosummary_import_abort.txtBrowse 35 files
244 tokens
1,045 bytes
Token encoding: o200k_base
Snapshot 39882c6
← Back to SKILL.md
1✗ HARD-BROKEN BUILD — fix this first; the rest of the log is unreliable.2 signal: extension-error3 Extension error (sphinx.ext.autosummary)!4 5 Traceback6 =========7 8 hint: the named module is usually a DECOY. autosummary imports every documented object at builder-inited, so the real cause is typically an unrelated module whose import chain breaks under autodoc_mock_imports (a dep mocked for the doc build -- numpy/pandas/etc. -- but used at import time), aborting a shared import (in Ray, ray.air imports ray.data). Trace the import to the offending eager import and make it lazy; the named module is just the first to trip it.9 The warning list below is incomplete until this is fixed.10 11Build: state=Finished success=False exit=112 13Partial findings (warning pass did not complete) (0):14 (none)15 16Unclassified (0) — no rule matched; resolve with the user, then file a skill-improvement ticket to add a rule:17 18Suppressed (0) — known-benign, not actionable:19 20Next: fix the hard-broken build above, then rebuild and re-run.21