pat-s
d9fb88f530
feat(local): add read-only failure-triage classifier over single_builds
...
Implement steps 1 + 2 of issue #115 : turn recorded build failures into
triaged patch suggestions instead of hand-scraping Crow logs.
- add local/failing-builds-classify.R with pure, DB-free helpers to
normalise error_text into a stable fingerprint and classify it against a
seed signature set (removed tbb_stddef.h, RcppParallel bundled TBB,
system libuv link leak), each carrying a fix tier, confidence, and an
auto/human-only flag
- add local/failing-builds-report.R, a read-only entrypoint that queries
single_builds WHERE error_occurred, groups by root cause, classifies
each group, and prints (optionally emits JSON) a triaged report with a
pre-filled registry.json entry for known, safe fix levers only
- keep novel source diffs and unknown signatures routed to human triage,
per the issue guardrails; never write to the DB or the registry
- cover the helpers with local/tests/test-failing-builds-classify.R and
document the workflow in local/patches/README.md
2026-07-14 14:05:53 +00:00
..
patches
feat(local): add read-only failure-triage classifier over single_builds
2026-07-14 14:05:53 +00:00
tests
feat(local): add read-only failure-triage classifier over single_builds
2026-07-14 14:05:53 +00:00
archive-missed-pkgs.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
build-all.R
feat: patch registry + wiring for per-package patching ( #103 )
2026-06-30 08:50:19 +00:00
build-one.R
feat: patch registry + wiring for per-package patching ( #103 )
2026-06-30 08:50:19 +00:00
check-cdn-cache.sh
add alpine321 to scripts
2024-12-29 10:18:55 +01:00
check-NA.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
debug-packages-writing.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
detect-duplicates.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
excluded-packages.json
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
failing-builds-classify.R
feat(local): add read-only failure-triage classifier over single_builds
2026-07-14 14:05:53 +00:00
failing-builds-report.R
feat(local): add read-only failure-triage classifier over single_builds
2026-07-14 14:05:53 +00:00
fetch-rebuild-packages-from-issue.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
find-R-api-packages.sh
chore(local): add S3 migration and CRAN-source helper scripts
2026-06-14 13:02:48 +02:00
install-bincraft.R
chore: resolve latest bincraft release dynamically (no hardcoded pins) ( #107 )
2026-07-01 08:10:02 +00:00
label-removed-cran-packages.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
last-processed-by-platform.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
migrate-s3-hetzner-to-backblaze.sh
chore(local): add S3 migration and CRAN-source helper scripts
2026-06-14 13:02:48 +02:00
missing-cran-packages-db.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
missing-cran-packages.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
missing-packages-in-index.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
packages-to-build.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
packages-without-any-binary.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
query-pkgs-without-old-versions.R
chore(local): add S3 migration and CRAN-source helper scripts
2026-06-14 13:02:48 +02:00
r-minor-helpers.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00
test-package-loading.R
chore(local): add S3 migration and CRAN-source helper scripts
2026-06-14 13:02:48 +02:00
validate-patches.R
feat: patch registry + wiring for per-package patching ( #103 )
2026-06-30 08:50:19 +00:00
weekly-missing-binaries-audit.R
feat: R-minor-sensitive binary builds (full + iterative) ( #84 )
2026-06-14 08:04:40 +00:00