|
5 | 5 | "source_commits": {"core": "f0edc1020a538f1f8098640fce8347c9ac247a0d"}, |
6 | 6 | "primary_source": "https://fastlanes.io/", |
7 | 7 | "claim": "nested encodings designed for parallel SIMD-friendly decoding", |
8 | | - "attempted_on": "2026-07-14", |
| 8 | + "attempted_on": "2026-07-17", |
9 | 9 | "comparability": "PARTIAL", |
10 | 10 | "state": "FAILED", |
11 | 11 | "claim_summary": "results are host- and workload-sensitive: the latest Linux retry crashed in numeric and string cases and failed the mixed-schema harness", |
|
29 | 29 | { |
30 | 30 | "entrypoint": "official pyfastlanes binding on Linux x86_64", |
31 | 31 | "attempted_on": "2026-07-17", |
32 | | - "workflow_run": "https://github.com/Anionix/data-format-lab/actions/runs/29520329351", |
33 | 32 | "workload": "1,000,000 numeric rows, five string-boundary cases, one 13-column mixed case, and malformed comma input", |
34 | 33 | "environment": { |
35 | | - "os": "Linux x86_64", |
| 34 | + "os": "Ubuntu 24.04 GitHub-hosted runner", |
| 35 | + "kernel": "6.17.0-1020-azure", |
| 36 | + "architecture": "x86_64", |
36 | 37 | "runner": "ubuntu-24.04", |
| 38 | + "host_python": "3.12.3", |
37 | 39 | "python": "3.12.13", |
38 | 40 | "clang": "21.1.8", |
39 | 41 | "cmake": "4.1.2", |
40 | 42 | "ninja": "1.13.2", |
| 43 | + "scikit_build_core": "0.11.6", |
| 44 | + "pybind11": "2.12.1", |
| 45 | + "setuptools_scm": "8.3.1", |
| 46 | + "build_type": "Release", |
| 47 | + "parallelism": 4, |
| 48 | + "timeout_seconds": 120, |
41 | 49 | "package": "pyfastlanes==0.1.3.post9", |
42 | 50 | "runtime": "0.1.4" |
43 | 51 | }, |
44 | | - "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." |
| 52 | + "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", |
| 53 | + "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.", |
| 54 | + "workflow_run": { |
| 55 | + "run_id": "29520329351", |
| 56 | + "url": "https://github.com/Anionix/data-format-lab/actions/runs/29520329351", |
| 57 | + "artifact_name": "data-format-lab-fastlanes-linux-x86_64-29520329351", |
| 58 | + "results_path": "runs/fastlanes-linux-29520329351/results.json", |
| 59 | + "archive_path": "outputs/release/data-format-lab-fastlanes-linux-x86_64-29520329351.tar.zst", |
| 60 | + "archive_sha256": "b9270a10d9cc0f5d81a81e67b8e22af591a06018e767720b9d9c6e4c3689227a", |
| 61 | + "release_tag": "v0.1.0", |
| 62 | + "release_asset_url": "https://github.com/Anionix/data-format-lab/releases/download/v0.1.0/data-format-lab-fastlanes-linux-x86_64-29520329351.tar.zst", |
| 63 | + "release_checksum_url": "https://github.com/Anionix/data-format-lab/releases/download/v0.1.0/data-format-lab-fastlanes-linux-x86_64-29520329351.tar.zst.sha256" |
| 64 | + } |
45 | 65 | }, |
46 | 66 | { |
47 | 67 | "entrypoint": "official pyfastlanes editable build with scikit-build-core", |
|
89 | 109 | "result": "target built after warning overrides; all 10 CTest cases exited SIGTRAP" |
90 | 110 | } |
91 | 111 | ], |
92 | | - "retry_when": "the official Python extension builds in a reproducible toolchain, round-trips partial-vector string dictionaries, and rejects malformed input without terminating the process" |
| 112 | + "retry_when": "a pinned source and toolchain complete the 13-column mixed-schema round trip without numeric or string SIGSEGV or UNREACHABLE, with the same result independently reproduced on macOS and Linux" |
93 | 113 | } |
0 commit comments