You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I running CI for PR #1481, it failed in OpenCL tidy docker build step with error:
[2022-03-28T06:10:54.917Z] Downloading http://www.zlib.net/zlib-1.2.11.tar.gz
[2022-03-28T06:10:55.178Z] Download failed with error 404 for: //www.zlib.net/zlib-1.2.11.tar.gz
[2022-03-28T06:10:55.178Z] Failed to build package boost
And I try to access the zlib url manually but failed again with:
haocongwang@rocm-framework-11:~$ wget http://www.zlib.net/zlib-1.2.11.tar.gz
--2022-03-28 06:28:09-- http://www.zlib.net/zlib-1.2.11.tar.gz
Resolving www.zlib.net (www.zlib.net)... 85.187.148.2
Connecting to www.zlib.net (www.zlib.net)|85.187.148.2|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-03-28 06:28:09 ERROR 404: Not Found.
I think the reason is that zlib has updated their version from 1.2.11 to 1.2.12 and the old version url no longer accessible.
(https://www.zlib.net/) and tensor flow has met this kind of zlib version update problem 5 years ago.(tensorflow/tensorflow#6594)
I think we should find a permanent fix for this kind of problem.
@pfultz2 it seems to be a blocker now for all CI processes. zlib seems to be from cget and needs to be changed there? It seems that 1.2.12 may just work.
When I running CI for PR #1481, it failed in OpenCL tidy docker build step with error:
And I try to access the zlib url manually but failed again with:
I think the reason is that zlib has updated their version from 1.2.11 to 1.2.12 and the old version url no longer accessible.
(https://www.zlib.net/) and tensor flow has met this kind of zlib version update problem 5 years ago.(tensorflow/tensorflow#6594)
I think we should find a permanent fix for this kind of problem.
cc @junliume @pfultz2
The text was updated successfully, but these errors were encountered: