/versions/

Action 8975d5bfa46bc934bca4c2b3e9da715363748c7cf2ea3176c714245381330dc0

Summary

state: not queued

kind: driver_ir_equiv

subject: lhs=43113fbbecbc rhs=30e92fcc75b2 top=__float32__unflatten

crate:v0.14.0dso:v0.14.0driver:crate:v0.14.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
lhs_ir_action_id43113fbbecbc67f63ee8f89285c4c55fa4b6214bbddb6db9adb3c2051cd3fd16donedriver_dslx_fn_to_irxls/dslx/stdlib/float32.x::unflattenir_package_file payload/package.ir
rhs_ir_action_id30e92fcc75b261beed06454e79aab9ab3d9887af759535e8bedd8bce51f99af4donedriver_ir_to_optir=43113fbbecbc top=__float32__unflattenir_package_file payload/package.opt.ir

Provenance

created_utc: 2026-02-20T02:36:02.897619182+00:00

output artifact: equiv_report_file relpath=payload/ir_equiv.json

output path: bvc-artifacts/artifacts/89/75/8975d5bfa46bc934bca4c2b3e9da715363748c7cf2ea3176c714245381330dc0/payload/ir_equiv.json

Dependencies
Action IDArtifact TypeRelpathPath
43113fbbecbc67f63ee8f89285c4c55fa4b6214bbddb6db9adb3c2051cd3fd16ir_package_filepayload/package.irbvc-artifacts/artifacts/43/11/43113fbbecbc67f63ee8f89285c4c55fa4b6214bbddb6db9adb3c2051cd3fd16/payload/package.ir
30e92fcc75b261beed06454e79aab9ab3d9887af759535e8bedd8bce51f99af4ir_package_filepayload/package.opt.irbvc-artifacts/artifacts/30/e9/30e92fcc75b261beed06454e79aab9ab3d9887af759535e8bedd8bce51f99af4/payload/package.opt.ir
Output Files
PathBytesSHA256
ir_equiv.json567c10f04851fc80ef88ee04a4ac6d1a0e5b26879a49ac45194185e9e9571da83a
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-8975d5bfa46bc934-3016926-10596 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/43/11/43113fbbecbc67f63ee8f89285c4c55fa4b6214bbddb6db9adb3c2051cd3fd16/payload/package.ir:/inputs/lhs.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/30/e9/30e92fcc75b261beed06454e79aab9ab3d9887af759535e8bedd8bce51f99af4/payload/package.opt.ir:/inputs/rhs.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/8975d5bfa46bc934bca4c2b3e9da715363748c7cf2ea3176c714245381330dc0-3016926-1771554953967664493/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__unflatten -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.14.0 xlsynth-bvc-driver:0.14.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.14.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.14.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.14.0",
    "release_platform": "ubuntu2004"
  },
  "driver_subcommand": "ir-equiv",
  "dso_version_label": "dso:v0.14.0",
  "ir_top": "__float32__unflatten",
  "xlsynth_version": "v0.14.0"
}

Action JSON

{
  "action": "driver_ir_equiv",
  "lhs_ir_action_id": "43113fbbecbc67f63ee8f89285c4c55fa4b6214bbddb6db9adb3c2051cd3fd16",
  "rhs_ir_action_id": "30e92fcc75b261beed06454e79aab9ab3d9887af759535e8bedd8bce51f99af4",
  "top_fn_name": "__float32__unflatten",
  "version": "v0.14.0",
  "runtime": {
    "driver_version": "0.14.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.14.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}