Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

make proto fail using docker 18.06 on arm64 #861

Closed
jongwu opened this issue Oct 29, 2020 · 0 comments · Fixed by #862
Closed

make proto fail using docker 18.06 on arm64 #861

jongwu opened this issue Oct 29, 2020 · 0 comments · Fixed by #862
Labels
bug Incorrect behaviour needs-review Needs to be assessed by the team.

Comments

@jongwu
Copy link
Contributor

jongwu commented Oct 29, 2020

make proto fail on arm64 see http://jenkins.katacontainers.io/job/kata-containers-agent-ARM-PR/16/consoleFull

Step 5/20 : RUN yum makecache && yum install -y git automake libtool glibc-headers gcc-c++ make
11:51:30 ---> Running in 4868b4b0255c
11:55:32 CentOS-8 - AppStream 0.0 B/s | 0 B 04:00
11:55:32 Errors during downloading metadata for repository 'AppStream':
11:55:32 - Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8&arch=aarch64&repo=AppStream&infra=container [Could not resolve host: mirrorlist.centos.org]
11:55:32 Error: Failed to download metadata for repo 'AppStream': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8&arch=aarch64&repo=AppStream&infra=container [Could not resolve host: mirrorlist.centos.org]
11:55:32 The command '/bin/sh -c yum makecache && yum install -y git automake libtool glibc-headers gcc-c++ make' returned a non-zero code: 1
11:55:33 Makefile:120: recipe for target 'build-image' failed
11:55:33 make: *** [build-image] Error 1
11:55:33 Build step 'Execute shell' marked build as failure

it seems docker issue, as this issue will be disappear if using docker 19.03

@jongwu jongwu added bug Incorrect behaviour needs-review Needs to be assessed by the team. labels Oct 29, 2020
jongwu added a commit to jongwu/agent that referenced this issue Oct 29, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Oct 30, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Oct 30, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Oct 30, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Oct 30, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Nov 2, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Nov 2, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Nov 2, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Nov 3, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Nov 5, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Nov 11, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Depends-on: github.com/kata-containers/runtime#3057
Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Nov 11, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Depends-on: github.com/kata-containers/runtime#3057
Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Nov 11, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Depends-on: github.com/kata-containers/runtime#3057
Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Nov 12, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Depends-on: github.com/kata-containers/runtime#3057
Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Nov 17, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Depends-on: github.com/kata-containers/runtime#3057
Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
jongwu added a commit to jongwu/agent that referenced this issue Nov 17, 2020
"make proto" will fail on arm64 using docker 18.06. This bug will be
gone if using docker 19.03. so upgrade docker before "make proto"
for arm64.

Depends-on: github.com/kata-containers/runtime#3057
Fixes: kata-containers#861
Signed-off-by: Jianyong Wu <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Incorrect behaviour needs-review Needs to be assessed by the team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant