Publish FastLanes retry archive metadata - #175
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 75ad313943
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "runtime": "0.1.4" | ||
| }, | ||
| "result": "numeric and all five string cases exited SIGSEGV; the mixed 13-column case raised RuntimeError UNREACHABLE; malformed comma input raised RuntimeError. The workflow preserved per-case inputs, artifacts, logs, and SHA-256 hashes." | ||
| "build_command": "nix develop --command python -m venv native/fastlanes/.venv; nix develop --command native/fastlanes/.venv/bin/python -m pip install scikit-build-core==0.11.6 cmake==4.4.0 ninja==1.13.0 pybind11==2.12.1 setuptools-scm==8.3.1; CMAKE_BUILD_PARALLEL_LEVEL=4 nix develop --command native/fastlanes/.venv/bin/python -m pip install --no-build-isolation -e native/fastlanes", |
There was a problem hiding this comment.
Record the build tools actually used
For anyone reproducing this retry, this command installs CMake 4.4.0 and Ninja 1.13.0 into the build virtualenv, while the adjacent environment record and new research-log claim identify CMake 4.1.2 and Ninja 1.13.2. The workflow obtained the latter versions by probing nix develop --command cmake/ninja, not the executables selected by the virtualenv's scikit-build-core invocation, so the published evidence is internally inconsistent about a potentially outcome-affecting part of the toolchain; record the effective build executables and distinguish them from the Nix-host versions.
Useful? React with 👍 / 👎.
|
Superseded by merged PR #174, which persists the same Release asset SHA and host provenance on current main. No evidence is lost. |
Summary
Verification
jq empty research/formats/fastlanes.jsongit diff --checknix develop --command ruff check src testsnix develop --command pyrightnix develop --command uv run --frozen pytest -qCloses the evidence gap left by #173; follows #172 as a fresh branch from
origin/main. FastLanes remainsPARTIAL/FAILEDand excluded from rankings. Related: #38