/versions/

Action f09339b17903f8493eda76d93ee7495fc97781ca196f1db24d1dfff4c7bf3430

Summary

state: not queued

kind: driver_ir_equiv

subject: lhs=00e340cd1bc4 rhs=c1754b27ff8e top=__float64__tag

crate:v0.11.0dso:v0.12.0driver:crate:v0.11.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
lhs_ir_action_id00e340cd1bc4e0d6a705e90585fc7b5c7fe4a3a109235fde1bf8343afef5e8aadonedriver_dslx_fn_to_irxls/dslx/stdlib/float64.x::tagir_package_file payload/package.ir
rhs_ir_action_idc1754b27ff8ee62ea1360bc9b6408026cffdefc0c5daa7433eab0852b52ff5cedonedriver_ir_to_optir=00e340cd1bc4 top=__float64__tagir_package_file payload/package.opt.ir

Provenance

created_utc: 2026-02-20T02:49:10.170600666+00:00

output artifact: equiv_report_file relpath=payload/ir_equiv.json

output path: bvc-artifacts/artifacts/f0/93/f09339b17903f8493eda76d93ee7495fc97781ca196f1db24d1dfff4c7bf3430/payload/ir_equiv.json

Dependencies
Action IDArtifact TypeRelpathPath
00e340cd1bc4e0d6a705e90585fc7b5c7fe4a3a109235fde1bf8343afef5e8aair_package_filepayload/package.irbvc-artifacts/artifacts/00/e3/00e340cd1bc4e0d6a705e90585fc7b5c7fe4a3a109235fde1bf8343afef5e8aa/payload/package.ir
c1754b27ff8ee62ea1360bc9b6408026cffdefc0c5daa7433eab0852b52ff5ceir_package_filepayload/package.opt.irbvc-artifacts/artifacts/c1/75/c1754b27ff8ee62ea1360bc9b6408026cffdefc0c5daa7433eab0852b52ff5ce/payload/package.opt.ir
Output Files
PathBytesSHA256
ir_equiv.json57a027c3ee339b0767a1a505e3a1a40d2200fb8508a9692838e8afdab1e1046ff4
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-f09339b17903f849-3016926-13381 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/00/e3/00e340cd1bc4e0d6a705e90585fc7b5c7fe4a3a109235fde1bf8343afef5e8aa/payload/package.ir:/inputs/lhs.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/c1/75/c1754b27ff8ee62ea1360bc9b6408026cffdefc0c5daa7433eab0852b52ff5ce/payload/package.opt.ir:/inputs/rhs.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/f09339b17903f8493eda76d93ee7495fc97781ca196f1db24d1dfff4c7bf3430-3016926-1771555741742360058/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__tag -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.12.0 xlsynth-bvc-driver:0.11.0 bash -lc set -euo pipefail

cache_dir="/cache/${XLSYNTH_VERSION}/${XLSYNTH_PLATFORM}"
if [ ! -d "${cache_dir}" ]; then
  echo "missing cached xlsynth release at ${cache_dir}" >&2
  exit 1
fi
rm -rf /tmp/xlsynth-release
mkdir -p /tmp/xlsynth-release
cp -a "${cache_dir}/." /tmp/xlsynth-release/
for ext in so dylib; do
  if [ -f "/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}" ]; then
    ln -sf "/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}" "/tmp/xlsynth-release/libxls-${XLSYNTH_VERSION}-${XLSYNTH_PLATFORM}.${ext}"
  fi
done
export XLSYNTH_TOOLS=/tmp/xlsynth-release
export LD_LIBRARY_PATH="/tmp/xlsynth-release:${LD_LIBRARY_PATH:-}"

cat > /tmp/xlsynth-toolchain.toml <<'TOML'
[toolchain]
tool_path = "/tmp/xlsynth-release"
TOML
xlsynth-driver --toolchain /tmp/xlsynth-toolchain.toml ir-equiv /inputs/lhs.ir /inputs/rhs.ir --top "${IR_TOP}" --solver auto --output_json /outputs/ir_equiv.json
test -s /outputs/ir_equiv.json
Details JSON
{
  "crate_version_label": "crate:v0.11.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.11.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.11.0",
    "release_platform": "ubuntu2004"
  },
  "driver_subcommand": "ir-equiv",
  "dso_version_label": "dso:v0.12.0",
  "ir_top": "__float64__tag",
  "xlsynth_version": "v0.12.0"
}

Action JSON

{
  "action": "driver_ir_equiv",
  "lhs_ir_action_id": "00e340cd1bc4e0d6a705e90585fc7b5c7fe4a3a109235fde1bf8343afef5e8aa",
  "rhs_ir_action_id": "c1754b27ff8ee62ea1360bc9b6408026cffdefc0c5daa7433eab0852b52ff5ce",
  "top_fn_name": "__float64__tag",
  "version": "v0.12.0",
  "runtime": {
    "driver_version": "0.11.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.11.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}