{
  "artifacts_not_published": [
    {
      "path": "fixtures/isa/lds.hsaco",
      "sha256": "4b06ebb114f0ef640d68ecb89f549247a2ec1dfeae4f56ecd0e3a3b3fd5ea086"
    },
    {
      "path": "fixtures/bin/lds_dispatch",
      "sha256": "aa1dd66638cc40ce635e79f89d946134607a034098a724d18ba25845b1d973d7"
    }
  ],
  "case": "consan-lds-dispatch",
  "class": "survey",
  "command": "aorta sweep run --recipe recipes/sanitizers/daily-consan-lds-dispatch.yaml",
  "commit": "b4be48fdd6dd7e12056a6141c93377feed9f1688",
  "date": "2026-08-19",
  "digests": {
    "code_object:lds.hsaco": "4b06ebb114f0ef640d68ecb89f549247a2ec1dfeae4f56ecd0e3a3b3fd5ea086",
    "command": "/workspace/aorta/recipes/sanitizers/fixtures/bin/lds_dispatch",
    "command_sha256": "aa1dd66638cc40ce635e79f89d946134607a034098a724d18ba25845b1d973d7",
    "hook": "/workspace/aorta/.sanitizer-nightly/rocjitsu-prebuilt/lib/librocjitsu_dbi_hooks.so",
    "hook_sha256": "00ef00a3a202d4bc79202d370fab4337c5f152f0d80d3e9e9c0833cd63d3fc97",
    "selected_identity_sha256": "a85373841d5b2ed18d907b5548c1f8681997f7c9d2a53d2f465d224b9e2efac6",
    "selected_kernel": "lds_reduce"
  },
  "inputs": [],
  "logs_published": false,
  "observed": {
    "execution": "error",
    "findings": 0,
    "reason": "combined_hook_exit_86",
    "verdict": "error"
  },
  "rebuild": [
    {
      "caveat": "The conditional matters: --genco emits a raw code object on some ROCm builds and a clang-offload bundle on others, and the recorded digest is of the unbundled object.",
      "commands": [
        "export PATH=\"${ROCM_PATH:-${ROCM_HOME:-/opt/rocm}}/lib/llvm/bin:${PATH}\"",
        "mkdir -p recipes/sanitizers/fixtures/isa",
        "hipcc --genco --offload-arch=gfx950 recipes/sanitizers/fixtures/kernels/lds_reduce.hip -o tmp.o",
        "if head -c 24 tmp.o | grep -qF __CLANG_OFFLOAD_BUNDLE__; then clang-offload-bundler --type=o --unbundle --input=tmp.o --targets=hipv4-amdgcn-amd-amdhsa--gfx950 --output=recipes/sanitizers/fixtures/isa/lds.hsaco; else cp tmp.o recipes/sanitizers/fixtures/isa/lds.hsaco; fi && rm -f tmp.o"
      ],
      "path": "fixtures/isa/lds.hsaco",
      "what": "a gfx code object built from fixtures/kernels/lds_reduce.hip"
    },
    {
      "caveat": "The -DLDS_HSACO define is required: it is how the binary learns which code object to load.",
      "commands": [
        "export PATH=\"${ROCM_PATH:-${ROCM_HOME:-/opt/rocm}}/lib/llvm/bin:${PATH}\"",
        "mkdir -p recipes/sanitizers/fixtures/bin",
        "hipcc --offload-arch=gfx950 -DLDS_HSACO=\"\\\"$(pwd)/recipes/sanitizers/fixtures/isa/lds.hsaco\\\"\" recipes/sanitizers/fixtures/kernels/lds_dispatch.hip -o recipes/sanitizers/fixtures/bin/lds_dispatch"
      ],
      "path": "fixtures/bin/lds_dispatch",
      "what": "a host repro binary built from fixtures/kernels/lds_dispatch.hip"
    }
  ],
  "recipe": "recipes/sanitizers/daily-consan-lds-dispatch.yaml",
  "required_env": [
    {
      "purpose": "unpacked rocjitsu bundle supplying rj_waitcheck and the ConSan hook",
      "set_by": "operator",
      "var": "ROCJITSU_PREBUILT"
    },
    {
      "purpose": "ConSan hook to load",
      "set_by": "aorta",
      "var": "HSA_TOOLS_LIB"
    },
    {
      "purpose": "must be 1 so the hook is not double-registered",
      "set_by": "aorta",
      "var": "HSA_TOOLS_DISABLE_REGISTER"
    },
    {
      "purpose": "ConSan detection mode",
      "set_by": "aorta",
      "var": "RJ_CONSAN_MODE"
    },
    {
      "purpose": "ConSan reporting policy",
      "set_by": "aorta",
      "var": "RJ_CONSAN_POLICY"
    }
  ],
  "run": "2026-08-19-32251405821",
  "run_url": "https://github.com/ROCm/aorta/actions/runs/32251405821",
  "schema": "aorta.sanitizer_run_area/0.1",
  "target": "gfx950"
}
