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
CI — ebuild has been red on master since 09-08, and because the first failing step is ruff, mypy and pytest have not run on master since. Vendored core drift and OSSF Scorecard are red on the same commit for unrelated reasons.
Verified on 8b623d5
ruff: F811 duplicate import shutil, W292 missing trailing newline, E402 ×2 (imports two hundred lines into tests/unit/test_ci_gate.py).
Symptom
CI — ebuildhas been red onmastersince 09-08, and because the first failing step isruff, mypy and pytest have not run onmastersince.Vendored core driftandOSSF Scorecardare red on the same commit for unrelated reasons.Verified on
8b623d5import shutil, W292 missing trailing newline, E402 ×2 (imports two hundred lines intotests/unit/test_ci_gate.py).ebuild/packages/index_sync.py:354callsPackageRecipe.to_dict(), which feat: implement package management system with recipe support, regist… #111 defined and fix(packages): validate recipe list fields #112 — merged five minutes later from a base without it — deleted in its replay. Ninetest_index_synccases fail withAttributeError. On 3.10/3.11ebuild/plugins/__init__.py:46also fails type-checking.core/eos/docs/three-way-alignment.md, a snapshot pinned to eos5544c98.ossf/scorecard-action@v2.4.0pullsgcr.io, which now refuses with "requires billing to be enabled".core.autocrlf=trueturns LF into CRLF).Fix
#132.