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

Return nil health when inspecting containers without healthchecks #21388

Merged
merged 1 commit into from
Jan 31, 2024

Return nil health when inspecting containers without healthchecks

a1c47f0
Select commit
Loading
Failed to load commit list.
Merged

Return nil health when inspecting containers without healthchecks #21388

Return nil health when inspecting containers without healthchecks
a1c47f0
Select commit
Loading
Failed to load commit list.
Cirrus CI / machine-mac podman darwin rootless host sqlite failed Jan 31, 2024 in 31m 20s

Task Summary

Instruction test failed in 21:46

Details

✅ 00:58 clone
✅ 00:02 prep
✅ 00:01 setup
✅ 00:01 env
✅ 07:33 smoke_test
❌ 21:46 test

  /Users/MacM1-5-worker/ci/task-6238496717799424/bin/darwin/podman machine inspect --format {{.ConfigPath.Path}} 1af486a50d97
  /private/tmp/ci/podman_test3512276907/.config/containers/podman/machine/applehv/1af486a50d97.json
  /Users/MacM1-5-worker/ci/task-6238496717799424/bin/darwin/podman machine inspect --format {{.Image.IgnitionFile.Path}} 1af486a50d97
  /private/tmp/ci/podman_test3512276907/.config/containers/podman/machine/applehv/1af486a50d97.ign
  /Users/MacM1-5-worker/ci/task-6238496717799424/bin/darwin/podman machine inspect --format {{.Image.ImagePath.Path}} 1af486a50d97
  /private/tmp/ci/podman_test3512276907/.local/share/containers/podman/machine/applehv/1af486a50d97_fedora-coreos-38.20230925.dev.0-applehv.aarch64.raw
  /Users/MacM1-5-worker/ci/task-6238496717799424/bin/darwin/podman machine rm --force 1af486a50d97
  /Users/MacM1-5-worker/ci/task-6238496717799424/bin/darwin/podman machine inspect 1af486a50d97
  Error: 1af486a50d97: VM does not exist
  []
  /Users/MacM1-5-worker/ci/task-6238496717799424/bin/darwin/podman machine init --disk-size 11 --ignition-path /bad/path --image-path /private/tmp/ci/podman_test3512276907/fedora-coreos-38.20230925.dev.0-applehv.aarch64.raw.gz 1af486a50d97
  An ignition path was provided.  No SSH connection was added to Podman
  time="2024-01-31T05:54:57Z" level=error msg="unable to find connection named \"1af486a50d97\""
  Error: open /bad/path: no such file or directory
  < Exit [It] init should cleanup on failure - /Users/MacM1-5-worker/ci/task-6238496717799424/pkg/machine/e2e/init_test.go:281 @ 01/31/24 05:54:57.28 (26.265s)
  > Enter [AfterEach] podman machine init - /Users/MacM1-5-worker/ci/task-6238496717799424/pkg/machine/e2e/init_test.go:28 @ 01/31/24 05:54:57.28
  /Users/MacM1-5-worker/ci/task-6238496717799424/bin/darwin/podman machine rm --force 1af486a50d97
  Error: 1af486a50d97: VM does not exist
  < Exit [AfterEach] podman machine init - /Users/MacM1-5-worker/ci/task-6238496717799424/pkg/machine/e2e/init_test.go:28 @ 01/31/24 05:54:57.813 (533ms)
• [31.908 seconds]
------------------------------
[SynchronizedAfterSuite] 
/Users/MacM1-5-worker/ci/task-6238496717799424/pkg/machine/e2e/machine_test.go:94
  > Enter [SynchronizedAfterSuite] TOP-LEVEL - /Users/MacM1-5-worker/ci/task-6238496717799424/pkg/machine/e2e/machine_test.go:94 @ 01/31/24 05:54:57.813
  < Exit [SynchronizedAfterSuite] TOP-LEVEL - /Users/MacM1-5-worker/ci/task-6238496717799424/pkg/machine/e2e/machine_test.go:94 @ 01/31/24 05:54:57.813 (0s)
  > Enter [SynchronizedAfterSuite] TOP-LEVEL - /Users/MacM1-5-worker/ci/task-6238496717799424/pkg/machine/e2e/machine_test.go:94 @ 01/31/24 05:54:57.813
  < Exit [SynchronizedAfterSuite] TOP-LEVEL - /Users/MacM1-5-worker/ci/task-6238496717799424/pkg/machine/e2e/machine_test.go:94 @ 01/31/24 05:54:57.813 (0s)
[SynchronizedAfterSuite] PASSED [0.000 seconds]
------------------------------
[ReportAfterSuite] Autogenerated ReportAfterSuite for --json-report
autogenerated by Ginkgo
  > Enter [ReportAfterSuite] TOP-LEVEL - autogenerated by Ginkgo @ 01/31/24 05:54:57.813
  < Exit [ReportAfterSuite] TOP-LEVEL - autogenerated by Ginkgo @ 01/31/24 05:54:57.819 (6ms)
[ReportAfterSuite] PASSED [0.006 seconds]
------------------------------

Summarizing 3 Failures:
  [FAIL] podman machine set [It] set machine cpus, disk, memory
  /Users/MacM1-5-worker/ci/task-6238496717799424/pkg/machine/e2e/set_test.go:44
  [FAIL] podman machine list [It] list machine: check if running while starting
  /Users/MacM1-5-worker/ci/task-6238496717799424/pkg/machine/e2e/list_test.go:107
  [FAIL] podman machine proxy settings propagation [It] ssh to running machine and check proxy settings
  /Users/MacM1-5-worker/ci/task-6238496717799424/pkg/machine/e2e/proxy_test.go:58

Ran 38 of 41 Specs in 1300.542 seconds
FAIL! -- 35 Passed | 3 Failed | 0 Pending | 3 Skipped
--- FAIL: TestMachine (1300.55s)
FAIL

Ginkgo ran 1 suite in 21m43.910929542s

Test Suite Failed
make[1]: *** [ginkgo-run] Error 1
make: *** [localmachine] Error 2

Exit status: 2����������������������������������������������������������������������������