Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] http://www.zlib.net/zlib-1.2.11.tar.gz no longer available #1483

Closed
aska-0096 opened this issue Mar 28, 2022 · 5 comments
Closed

[CI] http://www.zlib.net/zlib-1.2.11.tar.gz no longer available #1483

aska-0096 opened this issue Mar 28, 2022 · 5 comments

Comments

@aska-0096
Copy link
Collaborator

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.

cc @junliume @pfultz2

@junliume
Copy link
Contributor

@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.

@carlushuang
Copy link
Contributor

http://zlib.net/fossils/ this link has some archived address, like http://zlib.net/fossils/zlib-1.2.11.tar.gz

@pfultz2
Copy link
Contributor

pfultz2 commented Mar 28, 2022

@pfultz2
Copy link
Contributor

pfultz2 commented Mar 28, 2022

I think we should find a permanent fix for this kind of problem.

If you define the ROCM_USE_MIOPEN_DEPS env variable then it will pull zlib from the zigzag local machine.

@whchung
Copy link
Contributor

whchung commented Mar 28, 2022

ROCm/rocm-recipes#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants