<@U016EM8L91B> while running open_pdks for sky130 ...
# sky130
t
@Tim Edwards while running open_pdks for sky130 i get strange errors every so often like
Copy code
Updating files: 100% (5705/5705), done..48 MiB | 2.00 MiB/s  
error: 4002 bytes of body are still expectediB | 1.88 MiB/s
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Cloning into '../sources/sky130_fd_sc_hvl'...B | 3.36 MiB/s
remote: Enumerating objects: 1656, done.
remote: Counting objects: 100% (1656/1656), done.
remote: Total 7765 (delta 7054), reused 6603 (delta 6434), pack-reused 0
Receiving objects: 100% (7765/7765), 67.12 MiB | 1.93 MiB/s, done.
Resolving deltas: 100% (7054/7054), done.6)
remote: Compressing objects: 100% (476/476), done.
Updating files: 100% (7607/7607), done./1333)
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 7269 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Cloning into '../sources/sky130_fd_sc_hvl'...
What are these and should I be concerned?
t
This happens when automatically cloning or pulling the repositories; depending on the bandwidth of the connection between you and github, the git request may time out. Previously this condition was not handled; however, some work was done (not by me) to the "download" script to get it to detect failures and attempt a number of retries. Assuming that code works, then it's okay. If you have reason to believe that libraries are not getting downloaded correctly, please let me know.
t
ok thank you @Tim Edwards