Action f6740ca79c3606eb659fe29d9c7304192ccb059d0271ce6f34c0824a4c36348c
Summary
crate:v0.15.0dso:v0.15.0driver:crate:v0.15.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 003d3d2bc9638ca7204b89f87d27031be452b0a91ae42d75f01e7896bb3f4ab7 | done | driver_ir_to_opt | ir=14c0a7efe75e top=__std__round_up_to_nearest | ir_package_file payload/package.opt.ir |
Failure
TIMEOUT(300) docker run exceeded 300 seconds (container=xlsynth-bvc-run-f6740ca79c3606eb-2098204-218)
command:
docker run --name xlsynth-bvc-run-f6740ca79c3606eb-2098204-218 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/00/3d/003d3d2bc9638ca7204b89f87d27031be452b0a91ae42d75f01e7896bb3f4ab7/payload/package.opt.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/f6740ca79c3606eb659fe29d9c7304192ccb059d0271ce6f34c0824a4c36348c-2098204-1771563714797153894/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e FRAIG=true -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.15.0 xlsynth-bvc-driver:0.15.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:-}"
xlsynth-driver ir2g8r --fraig="${FRAIG}" --bin-out /outputs/result.aig --stats-out /outputs/result.g8r_stats.json /inputs/input.ir > /dev/null
test -s /outputs/result.g8r_stats.json
cleanup: removed timed-out container
stdout:
stderr:
Attempted Command
docker run --name xlsynth-bvc-run-f6740ca79c3606eb-2098204-218 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/00/3d/003d3d2bc9638ca7204b89f87d27031be452b0a91ae42d75f01e7896bb3f4ab7/payload/package.opt.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/f6740ca79c3606eb659fe29d9c7304192ccb059d0271ce6f34c0824a4c36348c-2098204-1771563714797153894/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e FRAIG=true -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.15.0 xlsynth-bvc-driver:0.15.0 bash -lc set -euo pipefail
Action JSON
{
"action": "driver_ir_to_g8r_aig",
"ir_action_id": "003d3d2bc9638ca7204b89f87d27031be452b0a91ae42d75f01e7896bb3f4ab7",
"top_fn_name": null,
"fraig": true,
"version": "v0.15.0",
"runtime": {
"driver_version": "0.15.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.15.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}