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

Fix image filters parsing #21260

Merged
merged 4 commits into from
Jan 28, 2024

Fix inspect test that rely on digest

202cab6
Select commit
Loading
Failed to load commit list.
Merged

Fix image filters parsing #21260

Fix inspect test that rely on digest
202cab6
Select commit
Loading
Failed to load commit list.
Cirrus CI / machine-mac podman darwin rootless host sqlite failed Jan 26, 2024 in 32m 11s

Task Summary

Instruction test failed in 21:42

Details

✅ 00:46 clone
✅ 00:02 prep
✅ 00:01 setup
✅ 00:01 env
✅ 08:35 smoke_test
❌ 21:42 test

  /Users/MacM1-2-worker/ci/task-5279473436721152/bin/darwin/podman -r run -dt --name test -p 62544:80 quay.io/libpod/alpine_nginx
  Trying to pull quay.io/libpod/alpine_nginx:latest...
  Getting image source signatures
  Copying blob sha256:d2c7362ca710ad35a846a34571a7c3450ea3cce04efcbcb4d3af276eda154ade
  Copying blob sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139
  Copying blob sha256:71895e83ea49901b7b752bbf3ca19a54148a5f4ab5fdff3dca9bcd59d44c59e3
  Copying config sha256:ecea49d99daa5bd62ebaef1338f6bc4c948bf2651b139160404f9c1c48fcd85c
  Writing manifest to image destination
  WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
  98e3279f71a7497716fb90e4aab11bb6a03691cd479960e386d7b4889116a437
  /Users/MacM1-2-worker/ci/task-5279473436721152/bin/darwin/podman -r exec test true
  /Users/MacM1-2-worker/ci/task-5279473436721152/bin/darwin/podman -r rm -af
  98e3279f71a7497716fb90e4aab11bb6a03691cd479960e386d7b4889116a437
  /Users/MacM1-2-worker/ci/task-5279473436721152/bin/darwin/podman machine stop 049d471a32f8
  Machine "049d471a32f8" stopped successfully
  < Exit [It] Podman ops with port forwarding and gvproxy - /Users/MacM1-2-worker/ci/task-5279473436721152/pkg/machine/e2e/basic_test.go:58 @ 01/26/24 18:16:21.916 (42.081s)
  > Enter [AfterEach] run basic podman commands - /Users/MacM1-2-worker/ci/task-5279473436721152/pkg/machine/e2e/basic_test.go:24 @ 01/26/24 18:16:21.916
  /Users/MacM1-2-worker/ci/task-5279473436721152/bin/darwin/podman machine rm --force 049d471a32f8
  < Exit [AfterEach] run basic podman commands - /Users/MacM1-2-worker/ci/task-5279473436721152/pkg/machine/e2e/basic_test.go:24 @ 01/26/24 18:16:22.107 (191ms)
• [51.389 seconds]
------------------------------
[SynchronizedAfterSuite] 
/Users/MacM1-2-worker/ci/task-5279473436721152/pkg/machine/e2e/machine_test.go:94
  > Enter [SynchronizedAfterSuite] TOP-LEVEL - /Users/MacM1-2-worker/ci/task-5279473436721152/pkg/machine/e2e/machine_test.go:94 @ 01/26/24 18:16:22.107
  < Exit [SynchronizedAfterSuite] TOP-LEVEL - /Users/MacM1-2-worker/ci/task-5279473436721152/pkg/machine/e2e/machine_test.go:94 @ 01/26/24 18:16:22.107 (0s)
  > Enter [SynchronizedAfterSuite] TOP-LEVEL - /Users/MacM1-2-worker/ci/task-5279473436721152/pkg/machine/e2e/machine_test.go:94 @ 01/26/24 18:16:22.107
  < Exit [SynchronizedAfterSuite] TOP-LEVEL - /Users/MacM1-2-worker/ci/task-5279473436721152/pkg/machine/e2e/machine_test.go:94 @ 01/26/24 18:16:22.107 (0s)
[SynchronizedAfterSuite] PASSED [0.000 seconds]
------------------------------
[ReportAfterSuite] Autogenerated ReportAfterSuite for --json-report
autogenerated by Ginkgo
  > Enter [ReportAfterSuite] TOP-LEVEL - autogenerated by Ginkgo @ 01/26/24 18:16:22.107
  < Exit [ReportAfterSuite] TOP-LEVEL - autogenerated by Ginkgo @ 01/26/24 18:16:22.113 (6ms)
[ReportAfterSuite] PASSED [0.006 seconds]
------------------------------

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

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

Ginkgo ran 1 suite in 21m39.701535708s

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

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