The-OpenROAD-Project / OpenLane-MPW-CI

BSD 3-Clause "New" or "Revised" License
15 stars 5 forks source link

[BOT] Update OpenLane tag. #166

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This is an automated PR. See the individual commits for details.

vijayank88 commented 1 year ago

@vvbandeira Can you please check what is the error

make: Entering directory '/tmp/workspace/Public_production-small-1_PR-166/OpenLane'
cd /tmp/workspace/Public_production-small-1_PR-166/OpenLane && \
    docker run --rm -v /tmp/workspace/Public_production-small-1_PR-166/OpenLane:/openlane -v /tmp/workspace/Public_production-small-1_PR-166/OpenLane/designs:/openlane/install -v /home/jenkins:/home/jenkins -v /home/jenkins/.volare:/home/jenkins/.volare -e PDK_ROOT=/home/jenkins/.volare -e PDK=sky130A  --user 1030:1031 -e DISPLAY= -v /tmp/.X11-unix:/tmp/.X11-unix -v /home/jenkins/.Xauthority:/.Xauthority --network host --security-opt seccomp=unconfined -e ROUTING_CORES=32 efabless/openlane:2023.06.23-amd64 sh -c "./flow.tcl -design AC_system_controler"
Unable to find image 'efabless/openlane:2023.06.23-amd64' locally
docker: Error response from daemon: manifest for efabless/openlane:2023.06.23-amd64 not found: manifest unknown: manifest unknown.
See 'docker run --help'.
make: *** [Makefile:192: quick_run] Error 125
make: Leaving directory '/tmp/workspace/Public_production-small-1_PR-166/OpenLane'
vvbandeira commented 1 year ago

The problem is upstream with the target OL tag. Their CI failed to create the corresponding OL image; see here. This is likely due to the lemon website being down, which was addressed in OR here and OL here. Hopefully, the next tag of OL will provide us with a docker image, but it might fail due to this not being upstream in OL yet.


TL;DR: OL tag 2023.06.23 does not have a docker image, thus, it will never work for us.