<#1657 Error for last steps in openlane flow> Issu...
# openlane-development
g
#1657 Error for last steps in openlane flow Issue created by MihaiHMO Description Fail at the final steps. Expected Behavior Not to fail Environment report
Copy code
Kernel: Linux v5.15.0-58-generic
Distribution: ubuntu 22.04
Python: v3.10.6 (OK)
Container Engine: docker v23.0.0 (OK)
OpenLane Git Version: c60657c6637349cc7b0b64b36dcd3c0fb7962a10
pip: INSTALLED
python-venv: INSTALLED
---
PDK Version Verification Status: OK
---
Git Log (Last 3 Commits)

c60657c 2023-01-31T16:03:00+02:00 [BOT] Update PDK (#1644) - Openlane Bot -  (grafted, HEAD -> master, tag: 2023.02.01, origin/master, origin/HEAD)
---
Git Remotes

origin	<https://github.com/The-OpenROAD-Project/OpenLane.git> (fetch)
origin	<https://github.com/The-OpenROAD-Project/OpenLane.git> (push)
Reproduction material I do not have a reproducible package. But I can attache some log files. openlane_logs.zip Relevant log output
Copy code
[ERROR]: during executing: "python3 /openlane/scripts/generate_reports.py -d /openlane/designs/vsdmemsoc --design_name vsdmemsoc --tag RUN_2023.02.07_15.41.57 --output_file /openlane/designs/vsdmemsoc/runs/RUN_2023.02.07_15.41.57/reports/metrics.csv --man_report /openlane/designs/vsdmemsoc/runs/RUN_2023.02.07_15.41.57/reports/manufacturability.rpt --run_path /openlane/designs/vsdmemsoc/runs/RUN_2023.02.07_15.41.57"
[ERROR]: Exit code: 1
[ERROR]: Last 10 lines:
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 754, in invoke
    return __callback(*args, **kwargs)
  File "/openlane/scripts/generate_reports.py", line 50, in cli
    report = Report(design, tag, design_name, params, run_path).get_report()
  File "/openlane/scripts/report/report.py", line 775, in get_report
    *self.extract_all_values(),
  File "/openlane/scripts/report/report.py", line 514, in extract_all_values
    for line in klayout_violations.split("\n"):
AttributeError: 'int' object has no attribute 'split'

[ERROR]: during executing: "python3 /openlane/scripts/generate_reports.py -d /openlane/designs/vsdmemsoc --design_name vsdmemsoc --tag RUN_2023.02.07_15.41.57 --output_file /openlane/designs/vsdmemsoc/runs/RUN_2023.02.07_15.41.57/reports/metrics.csv --man_report /openlane/designs/vsdmemsoc/runs/RUN_2023.02.07_15.41.57/reports/manufacturability.rpt --run_path /openlane/designs/vsdmemsoc/runs/RUN_2023.02.07_15.41.57"
[ERROR]: Exit code: 1
[ERROR]: Last 10 lines:
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.6/site-packages/click/core.py", line 754, in invoke
    return __callback(*args, **kwargs)
  File "/openlane/scripts/generate_reports.py", line 50, in cli
    report = Report(design, tag, design_name, params, run_path).get_report()
  File "/openlane/scripts/report/report.py", line 775, in get_report
    *self.extract_all_values(),
  File "/openlane/scripts/report/report.py", line 514, in extract_all_values
    for line in klayout_violations.split("\n"):
AttributeError: 'int' object has no attribute 'split'

[ERROR]: Flow failed.
The-OpenROAD-Project/OpenLane
g