You can see failures in the openlab arm64 jobs:
#5406 (comment)
[dims@dims-a01 22:23] ~/Downloads ⟩ rg FAIL:
containerd-integration-test-arm64/9fa8574/logs/make_cri-integration-test.log
253:--- FAIL: TestVolumeCopyUp (6.44s)
265:--- FAIL: TestVolumeOwnership (6.68s)
- gcr.io/k8s-cri-containerd/volume-copy-up:1.0
[dims@dims-a01 22:03] ~/Downloads ⟩ skopeo inspect docker://gcr.io/k8s-cri-containerd/volume-copy-up:1.0
{
"Name": "gcr.io/k8s-cri-containerd/volume-copy-up",
"Digest": "sha256:5c1655509c4e1c06ea6c42736b804789c137b5961235e55c402273a343e11f27",
"RepoTags": [
"1.0"
],
"Created": "2018-09-25T08:26:44.629571264Z",
"DockerVersion": "18.03.0-ce",
"Labels": null,
"Architecture": "amd64",
"Os": "linux",
"Layers": [
"sha256:8c5a7da1afbc602695fcb2cd6445743cec5ff32053ea589ea9bd8773b7068185",
"sha256:12116857dadb33c1f375de59226d5d758febb13be633fe95d95d76e8716a89a5"
],
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
]
}
- gcr.io/k8s-cri-containerd/volume-ownership:1.0
[dims@dims-a01 22:05] ~/Downloads ⟩ skopeo inspect docker://gcr.io/k8s-cri-containerd/volume-ownership:1.0
{
"Name": "gcr.io/k8s-cri-containerd/volume-ownership",
"Digest": "sha256:f375c207e9c696b8fa54dcf4129140364ba7c2764495d3d422cbb390f2292499",
"RepoTags": [
"1.0"
],
"Created": "2018-06-11T08:05:55.41196555Z",
"DockerVersion": "17.05.0-ce",
"Labels": {},
"Architecture": "amd64",
"Os": "linux",
"Layers": [
"sha256:07a152489297fc2bca20be96fab3527ceac5668328a30fd543a160cd689ee548",
"sha256:8707edbe2164c0b696b9af990d90d8d6ea8f60f24d0142adb7e1ca710b6ea99e"
],
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
]
}
You can see failures in the openlab arm64 jobs:
#5406 (comment)