Action f7313eafd00622c762b03eb749721878867f5f26e9ff2996acce0bc3e1967d7c
Summary
crate:v0.11.0dso:v0.12.0driver:crate:v0.11.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | c669dde4c176949b5399f4433bf4b90077d7f3cdd668a49518f7fdd1b32ee7f3 | done | driver_ir_to_opt | ir=eafe53b66d19 top=__bfloat16__increment_fraction | ir_package_file payload/package.opt.ir |
Failure
docker run failed (exit=Some(1)): Combinational codegen failed with status: exit status: 1
command:
docker run --name xlsynth-bvc-run-f7313eafd00622c7-2098204-219 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/c6/69/c669dde4c176949b5399f4433bf4b90077d7f3cdd668a49518f7fdd1b32ee7f3/payload/package.opt.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/f7313eafd00622c762b03eb749721878867f5f26e9ff2996acce0bc3e1967d7c-2098204-1771563714810086027/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e DELAY_MODEL=unit -e IR_TOP=__bfloat16__increment_fraction -e USE_SYSTEM_VERILOG=false -e VERILOG_EXT=v -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 ir2combo /inputs/input.ir --delay_model "${DELAY_MODEL}" --top "${IR_TOP}" --use_system_verilog "${USE_SYSTEM_VERILOG}" > "/outputs/result.${VERILOG_EXT}"
stdout:
stderr:
Combinational codegen failed with status: exit status: 1
stderr: Error: INVALID_ARGUMENT: Port `input` is a keyword.; Running pass #16: Legalize names to avoid keywords [short: name_legalization]; Running pass #16: Top level codegen pass pipeline [short: codegen]
Attempted Command
docker run --name xlsynth-bvc-run-f7313eafd00622c7-2098204-219 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/c6/69/c669dde4c176949b5399f4433bf4b90077d7f3cdd668a49518f7fdd1b32ee7f3/payload/package.opt.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/f7313eafd00622c762b03eb749721878867f5f26e9ff2996acce0bc3e1967d7c-2098204-1771563714810086027/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e DELAY_MODEL=unit -e IR_TOP=__bfloat16__increment_fraction -e USE_SYSTEM_VERILOG=false -e VERILOG_EXT=v -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.12.0 xlsynth-bvc-driver:0.11.0 bash -lc set -euo pipefail
Action JSON
{
"action": "ir_fn_to_combinational_verilog",
"ir_action_id": "c669dde4c176949b5399f4433bf4b90077d7f3cdd668a49518f7fdd1b32ee7f3",
"top_fn_name": "__bfloat16__increment_fraction",
"use_system_verilog": false,
"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"
}
}