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

e2e conformance tests fail on macOS #1882

Closed
sedefsavas opened this issue Aug 21, 2020 · 1 comment · Fixed by #1991
Closed

e2e conformance tests fail on macOS #1882

sedefsavas opened this issue Aug 21, 2020 · 1 comment · Fixed by #1991
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@sedefsavas
Copy link
Contributor

/kind bug

What steps did you take and what happened:
make test-conformance-fast fails on macOS`

First seeing this error:

Status: Downloaded newer image for gcr.io/kubernetes-ci-images/conformance:v1.20.0-alpha.0.660_ba104484456e7b
docker: Error response from daemon: Mounts denied: 
The path /var/folders/qq/pgfr2w4d69s8k5n6vfcy7y000000gq/T/e2e-kubeconfig463873232
is not shared from OS X and is not known to Docker.

It downloads 1.20.0-alpha version of conformance image.

Then test fails with this error:

  Unexpected error:
      <*exec.ExitError | 0xc00065e9a0>: {
          ProcessState: {
              pid: 77054,
              status: 32000,
              rusage: {
                  Utime: {
                      Sec: 0,
                      Usec: 68523,
                      Pad_cgo_0: [0, 0, 0, 0],
                  },
                  Stime: {
                      Sec: 0,
                      Usec: 113937,
                      Pad_cgo_0: [0, 0, 0, 0],
                  },
                  Maxrss: 24076288,
                  Ixrss: 0,
                  Idrss: 0,
                  Isrss: 0,
                  Minflt: 6051,
                  Majflt: 4735,
                  Nswap: 0,
                  Inblock: 0,
                  Oublock: 0,
                  Msgsnd: 16,
                  Msgrcv: 218,
                  Nsignals: 2,
                  Nvcsw: 35,
                  Nivcsw: 4057,
              },
          },
          Stderr: nil,
      }
      exit status 125
  occurred

What did you expect to happen:

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

Environment:

  • Cluster-api-provider-aws version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Aug 21, 2020
@randomvariable
Copy link
Member

Yup. I wrote the whole thing on Linux, so not sure how the directory mounts are going to work on OS X. Probably should fix it in kubernetes-sigs/cluster-api#3306 and then switch CAPA to using the fixed CAPI version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants