#167 TritonRoute failure results in report_generat...
# openlane
g
#167 TritonRoute failure results in report_generation_wrapper.py endless loop Issue opened by antonblanchard In the process of testing
cugr
, I managed to get
TritonRoute
to fail. We end up in an endless loop executing `report_generation_wrapper.py`:
Copy code
start track assignment
Done with 136029 vertical wires in 5 frboxes and Error: assignIroute_bestTrack select no track for i_in[11] @(361.5, 394.5) (370.5, 394.5 met5 idx1/2=28/27
[ERROR]: during executing: "TritonRoute /project/openlane/icache/runs/icache/tmp/routing/23-tritonRoute.param |& tee >&@stdout /project/openlane/icache/runs/icache/logs/routing/23-tritonRoute.log"
[ERROR]: Exit code: 1
[ERROR]: Last 10 lines:
child process exited abnormally

[ERROR]: Please check TritonRoute  log file
[ERROR]: Dumping to /project/openlane/icache/runs/icache/error.log
[INFO]: Generating Final Summary Report...
[ERROR]: during executing: "python3 /openLANE_flow/report_generation_wrapper.py -d /project/openlane/icache -dn icache -t icache -o /project/openlane/icache/runs/icache/reports/final_summary_report.csv -m /project/openlane/icache/runs/icache/reports/manufacturability_report.rpt -r /project/openlane/icache/runs/icache"
[ERROR]: Exit code: 1
[ERROR]: Last 10 lines:
sed: can't read /project/openlane/icache/runs/icache/reports/runtime.txt: No such file or directory
awk: fatal: cannot open file `/project/openlane/icache/runs/icache/results/routing/icache.def' for reading (No such file or directory)
awk: fatal: cannot open file `/project/openlane/icache/runs/icache/results/routing/icache.def' for reading (No such file or directory)
awk: fatal: cannot open file `/project/openlane/icache/runs/icache/results/routing/icache.def' for reading (No such file or directory)
awk: fatal: cannot open file `/project/openlane/icache/runs/icache/results/routing/icache.def' for reading (No such file or directory)
/openLANE_flow/scripts/report/report.sh: line 62: ((-)/1000)*((-)/1000) : syntax error: operand expected (error token is ")/1000)*((-)/1000) ")

[ERROR]: Please check python3  log file
[ERROR]: Dumping to /project/openlane/icache/runs/icache/error.log
[INFO]: Generating Final Summary Report...
[ERROR]: during executing: "python3 /openLANE_flow/report_generation_wrapper.py -d /project/openlane/icache -dn icache -t icache -o /project/openlane/icache/runs/icache/reports/final_summary_report.csv -m /project/openlane/icache/runs/icache/reports/manufacturability_report.rpt -r /project/openlane/icache/runs/icache"
[ERROR]: Exit code: 1
[ERROR]: Last 10 lines:
sed: can't read /project/openlane/icache/runs/icache/reports/runtime.txt: No such file or directory
awk: fatal: cannot open file `/project/openlane/icache/runs/icache/results/routing/icache.def' for reading (No such file or directory)
awk: fatal: cannot open file `/project/openlane/icache/runs/icache/results/routing/icache.def' for reading (No such file or directory)
awk: fatal: cannot open file `/project/openlane/icache/runs/icache/results/routing/icache.def' for reading (No such file or directory)
awk: fatal: cannot open file `/project/openlane/icache/runs/icache/results/routing/icache.def' for reading (No such file or directory)
efabless/openlane