Synopsis


GitHub PR:23375 - Fix outdated comment for the build step win-gvproxy
Test name:machine-wsl podman windows rootless host sqlite
Cirrus:Build 4540248577802240 / Task 4514665080815616
Logs:main / journal

/define.gitCommit=96771eec531a05c51b7dc1a0079878be80c81737 Running Suite: Podman Machine tests - C:\Users\Administrator\AppData\Local\cirrus-ci-build\repo\pkg\machine\e2e =============================================================================================================== Random Seed: 1721745420 Will run 59 of 59 specs

[BeforeSuite]

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/machine_test.go:56
→ Enter [BeforeSuite] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:56 @ 07/23/24 14:38:05.325 Download took: 645.0387ms compression took: 16.5735771s ← Exit [BeforeSuite] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:56 @ 07/23/24 14:38:22.827 (17.516s)
[BeforeSuite] PASSED [17.516 seconds]

run basic podman commands

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/basic_test.go:20

Basic ops

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/basic_test.go:22
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:38:22.827 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:38:22.827 (0s)
→ Enter [It] Basic ops - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:22 @ 07/23/24 14:38:22.827 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar --now 9720f9b555ad Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete Starting machine "9720f9b555ad" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 9720f9b555ad API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "9720f9b555ad" started successfully C> podman.exe -r images -q C> podman.exe -r pull 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 ecea49d99daa5bd62ebaef1338f6bc4c948bf2651b139160404f9c1c48fcd85c C> podman.exe -r run quay.io/libpod/alpine_nginx cat /etc/os-release NAME="Alpine Linux" ID=alpine VERSION_ID=3.15.4 PRETTY_NAME="Alpine Linux v3.15" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://bugs.alpinelinux.org/" C> podman.exe -r build C:\Users\ADMINI~1\AppData\Local\Temp\ginkgo904688139 STEP 1/2: FROM quay.io/libpod/alpine_nginx STEP 2/2: RUN ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 link/ether 00:15:5d:99:cf:5b brd ff:ff:ff:ff:ff:ff inet 172.17.157.57/20 brd 172.17.159.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::215:5dff:fe99:cf5b/64 scope link valid_lft forever preferred_lft forever COMMIT time="2024-07-23T14:38:44Z" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format" --> 10d9642a9e50 10d9642a9e5094f4c831431ee980c60be31133ed5b33a055fcbef3c576da867f C> podman.exe -r rm -a d6181f59cb9e40081b0a1bc1cfe662caa086d8524f8ed8ec2dbd70f1ce2f1ea3 ← Exit [It] Basic ops - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:22 @ 07/23/24 14:38:44.576 (21.765s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:38:44.576 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:38:44.576 (0s)
> Enter [DeferCleanup (Each)] run basic podman commands - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 07/23/24 14:38:44.576 < Exit [DeferCleanup (Each)] run basic podman commands - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 07/23/24 14:38:44.577 (1ms) > Enter [DeferCleanup (Each)] run basic podman commands - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:38:44.577 C> podman.exe machine rm --force 9720f9b555ad The operation completed successfully. < Exit [DeferCleanup (Each)] run basic podman commands - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:38:46.422 (1.846s) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:38:46.422 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:38:46.427 (5ms) + [23.617 seconds]

run basic podman commands

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/basic_test.go:20

Volume ops

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/basic_test.go:62
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:38:46.427 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:38:46.428 (1ms)
→ Enter [It] Volume ops - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:62 @ 07/23/24 14:38:46.428 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar --now 5b4dd962ffa5 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete Starting machine "5b4dd962ffa5" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 5b4dd962ffa5 API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "5b4dd962ffa5" started successfully C> podman.exe -r run -v C:\Users\ADMINI~1\AppData\Local\Temp\ginkgo552773272:/test:Z quay.io/libpod/alpine_nginx ls /test/attr-test-file 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 /test/attr-test-file ← Exit [It] Volume ops - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:62 @ 07/23/24 14:39:05.964 (19.549s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:05.964 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:05.964 (0s)
> Enter [DeferCleanup (Each)] run basic podman commands - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:39:05.964 C> podman.exe machine rm --force 5b4dd962ffa5 The operation completed successfully. < Exit [DeferCleanup (Each)] run basic podman commands - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:39:07.731 (1.767s) > Enter [DeferCleanup (Each)] run basic podman commands - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 07/23/24 14:39:07.731 < Exit [DeferCleanup (Each)] run basic podman commands - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 07/23/24 14:39:07.731 (1ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:07.731 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:07.735 (4ms) + [21.322 seconds]

run basic podman commands

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/basic_test.go:20

Volume should be virtiofs

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/basic_test.go:93
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:07.735 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:07.736 (1ms)
→ Enter [It] Volume should be virtiofs - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:93 @ 07/23/24 14:39:07.736 [SKIPPED] This is just adding coverage for virtiofs on linux In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:260 @ 07/23/24 14:39:07.736 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfNotVmtype(0x0, {0x7ff6da24995b, 0x32}) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:260 +0x5b github.com/containers/podman/v5/pkg/machine/e2e_test.init.func5.3() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:96 +0x2d ← Exit [It] Volume should be virtiofs - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:93 @ 07/23/24 14:39:07.736 (0s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:07.736 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:07.736 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:07.736 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:07.737 (1ms) S [SKIPPED] [0.002 seconds] run basic podman commands C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:20 [It] Volume should be virtiofs C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:93

run basic podman commands

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/basic_test.go:20

Volume should be disabled by command line

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/basic_test.go:120
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:07.737 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:07.738 (1ms)
→ Enter [It] Volume should be disabled by command line - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:120 @ 07/23/24 14:39:07.738 [SKIPPED] Requires standard volume handling In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 @ 07/23/24 14:39:07.738 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x1, {0x7ff6da22d390, 0x21}) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 +0x5b github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfWSL(...) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:265 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func5.4() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:121 +0x31 ← Exit [It] Volume should be disabled by command line - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:120 @ 07/23/24 14:39:07.738 (0s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:07.738 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:07.738 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:07.738 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:07.738 (1ms) S [SKIPPED] [0.001 seconds] run basic podman commands C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:20 [It] Volume should be disabled by command line C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:120

run basic podman commands

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/basic_test.go:20

Podman ops with port forwarding and gvproxy

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/basic_test.go:147
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:07.739 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:07.739 (1ms)
→ Enter [It] Podman ops with port forwarding and gvproxy - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:147 @ 07/23/24 14:39:07.739 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar --now 2460e4d9fbcc Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete Starting machine "2460e4d9fbcc" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 2460e4d9fbcc API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "2460e4d9fbcc" started successfully C> podman.exe -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 12e2bc216138c23cab8c7cd1e4c2ce5957be8f66bf7ddca21ebc5f7db77e3eba C> podman.exe -r exec test true C> podman.exe -r rm -af 12e2bc216138c23cab8c7cd1e4c2ce5957be8f66bf7ddca21ebc5f7db77e3eba C> podman.exe machine stop 2460e4d9fbcc Machine "2460e4d9fbcc" stopped successfully ← Exit [It] Podman ops with port forwarding and gvproxy - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:147 @ 07/23/24 14:39:29.281 (21.554s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:29.281 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:29.281 (0s)
> Enter [DeferCleanup (Each)] run basic podman commands - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:39:29.281 C> podman.exe machine rm --force 2460e4d9fbcc The operation completed successfully. < Exit [DeferCleanup (Each)] run basic podman commands - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:39:29.648 (367ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:29.648 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:29.653 (5ms) + [21.926 seconds]

run basic podman commands

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/basic_test.go:20

podman volume on non-standard path

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/basic_test.go:185
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:29.653 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:29.653 (1ms)
→ Enter [It] podman volume on non-standard path - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:185 @ 07/23/24 14:39:29.653 [SKIPPED] Requires standard volume handling In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 @ 07/23/24 14:39:29.653 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x1, {0x7ff6da22d390, 0x21}) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 +0x5b github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfWSL(...) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:265 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func5.6() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:186 +0x45 ← Exit [It] podman volume on non-standard path - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:185 @ 07/23/24 14:39:29.653 (0s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:29.653 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:29.653 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:29.653 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:29.655 (1ms) S [SKIPPED] [0.002 seconds] run basic podman commands C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:20 [It] podman volume on non-standard path C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/basic_test.go:185

podman machine stop

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/stop_test.go:12

stop bad name

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/stop_test.go:14
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:29.655 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:29.655 (1ms)
→ Enter [It] stop bad name - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/stop_test.go:14 @ 07/23/24 14:39:29.655 C> podman.exe machine stop abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist ← Exit [It] stop bad name - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/stop_test.go:14 @ 07/23/24 14:39:29.787 (132ms)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:29.788 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:29.788 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:29.788 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:29.791 (3ms) + [0.136 seconds]

podman machine stop

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/stop_test.go:12

Stop running machine

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/stop_test.go:22
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:29.791 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:29.791 (1ms)
→ Enter [It] Stop running machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/stop_test.go:22 @ 07/23/24 14:39:29.791 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar --now 1773a52b9f8a Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete Starting machine "1773a52b9f8a" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 1773a52b9f8a API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "1773a52b9f8a" started successfully C> podman.exe machine stop 1773a52b9f8a Machine "1773a52b9f8a" stopped successfully C> podman.exe machine stop 1773a52b9f8a Machine "1773a52b9f8a" stopped successfully C> podman.exe machine inspect --format {{.LastUp.Format "2006-01-02T15:04:05Z07:00"}} 1773a52b9f8a 2024-07-23T14:39:47Z ← Exit [It] Stop running machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/stop_test.go:22 @ 07/23/24 14:39:48.058 (18.276s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:48.058 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:39:48.058 (0s)
> Enter [DeferCleanup (Each)] podman machine stop - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:39:48.058 C> podman.exe machine rm --force 1773a52b9f8a The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine stop - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:39:48.372 (314ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:48.372 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:39:48.377 (5ms) + [18.595 seconds]

podman machine list

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/list_test.go:16

list machine

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/list_test.go:18
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:48.377 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:39:48.378 (1ms)
→ Enter [It] list machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:18 @ 07/23/24 14:39:48.378 C> podman.exe machine list NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 0dceb25ffda7 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 0dceb25ffda7 C> podman.exe machine list NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE 0dceb25ffda7* wsl 13 seconds ago Never 24 2GiB 11GiB ← Exit [It] list machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:18 @ 07/23/24 14:40:02.19 (13.819s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:40:02.19 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:40:02.19 (0s)
> Enter [DeferCleanup (Each)] podman machine list - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:40:02.19 C> podman.exe machine rm --force 0dceb25ffda7 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine list - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:40:02.554 (364ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:40:02.554 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:40:02.559 (5ms) + [14.189 seconds]

podman machine list

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/list_test.go:16

list machines with quiet or noheading

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/list_test.go:36
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:40:02.56 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:40:02.56 (1ms)
→ Enter [It] list machines with quiet or noheading - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:36 @ 07/23/24 14:40:02.56 C> podman.exe machine list --quiet C> podman.exe machine list --noheading --quiet C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar b8db33984109 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start b8db33984109 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 5deb4d0e630b Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 5deb4d0e630b C> podman.exe machine list --noheading --quiet 5deb4d0e630b b8db33984109* ← Exit [It] list machines with quiet or noheading - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:36 @ 07/23/24 14:40:31.141 (28.592s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:40:31.142 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:40:31.142 (0s)
> Enter [DeferCleanup (Each)] podman machine list - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:40:31.142 C> podman.exe machine rm --force 5deb4d0e630b The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine list - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:40:31.455 (314ms) > Enter [DeferCleanup (Each)] podman machine list - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:40:31.455 C> podman.exe machine rm --force b8db33984109 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine list - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:40:31.794 (339ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:40:31.794 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:40:31.799 (5ms) + [29.251 seconds]

podman machine list

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/list_test.go:16

list machine: check if running while starting

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/list_test.go:72
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:40:31.799 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:40:31.8 (1ms)
→ Enter [It] list machine: check if running while starting - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:72 @ 07/23/24 14:40:31.8 [SKIPPED] the below logic does not work on WSL. #20978 In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 @ 07/23/24 14:40:31.8 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x1, {0x7ff6da2424ff, 0x2d}) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 +0x5b github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfWSL(...) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:265 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func8.3() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:73 +0x31 ← Exit [It] list machine: check if running while starting - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:72 @ 07/23/24 14:40:31.8 (1ms)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:40:31.8 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:40:31.8 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:40:31.8 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:40:31.801 (1ms) S [SKIPPED] [0.002 seconds] podman machine list C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:16 [It] list machine: check if running while starting C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:72

podman machine list

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/list_test.go:16

list with --format

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/list_test.go:111
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:40:31.801 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:40:31.802 (1ms)
→ Enter [It] list with --format - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:111 @ 07/23/24 14:40:31.802 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 4720aebaab13 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 4720aebaab13 C> podman.exe machine list --format {{.Name}} 4720aebaab13* C> podman.exe machine list --format json [ { "Name": "4720aebaab13", "Default": true, "Created": "2024-07-23T14:40:31.9771932Z", "Running": false, "Starting": false, "LastUp": "0001-01-01T00:00:00Z", "Stream": "default", "VMType": "wsl", "CPUs": 24, "Memory": "2147483648", "DiskSize": "11811160064", "Port": 50036, "RemoteUsername": "user", "IdentityPath": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test3033542091\\.local\\share\\containers\\podman\\machine\\machine", "UserModeNetworking": false } ]C:\Users\Administrator\AppData\Local\cirrus-ci-build\repo\bin\windows\podman.exe machine list --format table {{.Name}} NAME 4720aebaab13* ← Exit [It] list with --format - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:111 @ 07/23/24 14:40:45.923 (14.126s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:40:45.923 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:40:45.923 (0s)
> Enter [DeferCleanup (Each)] podman machine list - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:40:45.923 C> podman.exe machine rm --force 4720aebaab13 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine list - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:40:46.233 (309ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:40:46.233 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:40:46.238 (5ms) + [14.441 seconds]

podman machine list

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/list_test.go:16

list machine in machine-readable byte format

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/list_test.go:151
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:40:46.238 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:40:46.238 (1ms)
→ Enter [It] list machine in machine-readable byte format - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:151 @ 07/23/24 14:40:46.238 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 3c4b45847b3b Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 3c4b45847b3b C> podman.exe machine list --format json [ { "Name": "3c4b45847b3b", "Default": true, "Created": "2024-07-23T14:40:46.4107482Z", "Running": false, "Starting": false, "LastUp": "0001-01-01T00:00:00Z", "Stream": "default", "VMType": "wsl", "CPUs": 24, "Memory": "2147483648", "DiskSize": "11811160064", "Port": 50037, "RemoteUsername": "user", "IdentityPath": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test2581590648\\.local\\share\\containers\\podman\\machine\\machine", "UserModeNetworking": false } ] < Exit [It] list machine in machine-readable byte format - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:151 @ 07/23/24 14:40:59.9 (13.666s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:40:59.9 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:40:59.9 (0s)
> Enter [DeferCleanup (Each)] podman machine list - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:40:59.9 C> podman.exe machine rm --force 3c4b45847b3b The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine list - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:41:00.203 (303ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:41:00.203 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:41:00.208 (5ms) + [13.975 seconds]

podman machine list

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/list_test.go:16

list machine in human-readable format

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/list_test.go:173
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:41:00.208 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:41:00.209 (1ms)
→ Enter [It] list machine in human-readable format - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:173 @ 07/23/24 14:41:00.209 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar dfa35d67e45d Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start dfa35d67e45d C> podman.exe machine list --format {{.Memory}} {{.DiskSize}} 2GiB 11GiB ← Exit [It] list machine in human-readable format - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/list_test.go:173 @ 07/23/24 14:41:13.441 (13.236s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:41:13.441 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:41:13.441 (0s)
> Enter [DeferCleanup (Each)] podman machine list - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:41:13.441 C> podman.exe machine rm --force dfa35d67e45d The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine list - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:41:13.756 (315ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:41:13.756 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:41:13.761 (5ms) + [13.557 seconds]

podman machine rm

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/rm_test.go:14

bad init name

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/rm_test.go:16
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:41:13.761 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:41:13.762 (1ms)
→ Enter [It] bad init name - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/rm_test.go:16 @ 07/23/24 14:41:13.763 C> podman.exe machine rm abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist ← Exit [It] bad init name - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/rm_test.go:16 @ 07/23/24 14:41:13.896 (134ms)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:41:13.896 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:41:13.896 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:41:13.896 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:41:13.9 (4ms) + [0.139 seconds]

podman machine rm

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/rm_test.go:14

Remove machine

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/rm_test.go:24
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:41:13.9 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:41:13.901 (1ms)
→ Enter [It] Remove machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/rm_test.go:24 @ 07/23/24 14:41:13.901 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar dfd858fbf0a7 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start dfd858fbf0a7 C> podman.exe machine rm --force dfd858fbf0a7 The operation completed successfully. C> podman.exe machine inspect dfd858fbf0a7 [] Error: dfd858fbf0a7: VM does not exist C> podman.exe machine rm --force dfd858fbf0a7 Error: dfd858fbf0a7: VM does not exist ← Exit [It] Remove machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/rm_test.go:24 @ 07/23/24 14:41:27.661 (13.764s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:41:27.661 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:41:27.661 (0s)
> Enter [DeferCleanup (Each)] podman machine rm - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:41:27.661 C> podman.exe machine rm --force dfd858fbf0a7 Error: dfd858fbf0a7: VM does not exist < Exit [DeferCleanup (Each)] podman machine rm - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:41:27.784 (123ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:41:27.785 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:41:27.789 (5ms) + [13.893 seconds]

podman machine rm

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/rm_test.go:14

Remove running machine

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/rm_test.go:48
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:41:27.789 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:41:27.79 (1ms)
→ Enter [It] Remove running machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/rm_test.go:48 @ 07/23/24 14:41:27.79 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar --now 427f54e45dfa Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete Starting machine "427f54e45dfa" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 427f54e45dfa API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "427f54e45dfa" started successfully C> podman.exe machine rm 427f54e45dfa Error: running vm "427f54e45dfa" cannot be destroyed C> podman.exe machine rm --force 427f54e45dfa The operation completed successfully. C> podman.exe machine inspect 427f54e45dfa [] Error: 427f54e45dfa: VM does not exist ← Exit [It] Remove running machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/rm_test.go:48 @ 07/23/24 14:41:45.884 (18.098s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:41:45.884 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:41:45.884 (0s)
> Enter [DeferCleanup (Each)] podman machine rm - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:41:45.884 C> podman.exe machine rm --force 427f54e45dfa Error: 427f54e45dfa: VM does not exist < Exit [DeferCleanup (Each)] podman machine rm - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:41:46.009 (125ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:41:46.009 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:41:46.013 (5ms) + [18.228 seconds]

podman machine rm

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/rm_test.go:14

machine rm --save-ignition --save-image

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/rm_test.go:73
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:41:46.013 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:41:46.014 (1ms)
→ Enter [It] machine rm --save-ignition --save-image - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/rm_test.go:73 @ 07/23/24 14:41:46.014 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 98b9b716a063 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 98b9b716a063 C> podman.exe machine inspect --format {{.SSHConfig.IdentityPath}} 98b9b716a063 C:\Users\ADMINI~1\AppData\Local\Temp\podman_test1349928720\.local\share\containers\podman\machine\machine C> podman.exe machine rm --force --save-ignition --save-image 98b9b716a063 The operation completed successfully. C> podman.exe machine inspect 98b9b716a063 [] Error: 98b9b716a063: VM does not exist ← Exit [It] machine rm --save-ignition --save-image - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/rm_test.go:73 @ 07/23/24 14:42:00.119 (14.108s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:42:00.119 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:42:00.119 (1ms)
> Enter [DeferCleanup (Each)] podman machine rm - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:42:00.119 C> podman.exe machine rm --force 98b9b716a063 Error: 98b9b716a063: VM does not exist < Exit [DeferCleanup (Each)] podman machine rm - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:42:00.235 (116ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:42:00.235 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:42:00.296 (61ms) + [14.285 seconds]

podman machine rm

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/rm_test.go:14

Remove machine sharing ssh key with another machine

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/rm_test.go:112
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:42:00.296 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:42:00.297 (1ms)
→ Enter [It] Remove machine sharing ssh key with another machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/rm_test.go:112 @ 07/23/24 14:42:00.297 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar foo Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start foo C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar --now bar Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete Starting machine "bar" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful bar API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "bar" started successfully C> podman.exe machine inspect --format {{.SSHConfig.IdentityPath}} foo C:\Users\ADMINI~1\AppData\Local\Temp\podman_test3552855374\.local\share\containers\podman\machine\machine C> podman.exe machine inspect --format {{.SSHConfig.IdentityPath}} bar C:\Users\ADMINI~1\AppData\Local\Temp\podman_test3552855374\.local\share\containers\podman\machine\machine C> podman.exe machine rm --force foo The operation completed successfully. C> podman.exe machine ssh bar echo foo foo ← Exit [It] Remove machine sharing ssh key with another machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/rm_test.go:112 @ 07/23/24 14:42:38.104 (37.813s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:42:38.104 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:42:38.104 (0s)
> Enter [DeferCleanup (Each)] podman machine rm - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:42:38.104 C> podman.exe machine rm --force bar The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine rm - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:42:39.909 (1.805s) > Enter [DeferCleanup (Each)] podman machine rm - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:42:39.909 C> podman.exe machine rm --force foo Error: foo: VM does not exist < Exit [DeferCleanup (Each)] podman machine rm - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:42:40.048 (139ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:42:40.048 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:42:40.055 (7ms) + [39.766 seconds]

podman machine rm

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/rm_test.go:14

Removing all machines doesn't delete ssh keys

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/rm_test.go:154
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:42:40.056 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:42:40.056 (1ms)
→ Enter [It] Removing all machines doesn't delete ssh keys - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/rm_test.go:154 @ 07/23/24 14:42:40.056 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar foo Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start foo C> podman.exe machine inspect --format {{.SSHConfig.IdentityPath}} foo C:\Users\ADMINI~1\AppData\Local\Temp\podman_test3655690343\.local\share\containers\podman\machine\machine C> podman.exe machine rm --force foo The operation completed successfully. ← Exit [It] Removing all machines doesn't delete ssh keys - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/rm_test.go:154 @ 07/23/24 14:42:54.429 (14.375s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:42:54.429 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:42:54.429 (0s)
> Enter [DeferCleanup (Each)] podman machine rm - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:42:54.429 C> podman.exe machine rm --force foo Error: foo: VM does not exist < Exit [DeferCleanup (Each)] podman machine rm - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:42:54.558 (129ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:42:54.558 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:42:54.563 (5ms) + [14.510 seconds]

podman machine proxy settings propagation

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/proxy_test.go:13

ssh to running machine and check proxy settings

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/proxy_test.go:15
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:42:54.563 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:42:54.564 (1ms)
→ Enter [It] ssh to running machine and check proxy settings - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/proxy_test.go:15 @ 07/23/24 14:42:54.564 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 5962ba2cf650 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 5962ba2cf650 C> podman.exe machine start 5962ba2cf650 Starting machine "5962ba2cf650" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 5962ba2cf650 API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "5962ba2cf650" started successfully C> podman.exe machine ssh 5962ba2cf650 printenv HTTP_PROXY http://abcdefghijklmnopqrstuvwxyz-proxy C> podman.exe machine ssh 5962ba2cf650 printenv HTTPS_PROXY http://abcdefghijklmnopqrstuvwxyz-proxy C> podman.exe machine stop 5962ba2cf650 Machine "5962ba2cf650" stopped successfully C> podman.exe machine start 5962ba2cf650 Starting machine "5962ba2cf650" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 5962ba2cf650 API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "5962ba2cf650" started successfully C> podman.exe machine ssh 5962ba2cf650 printenv HTTP_PROXY HTTPS_PROXY http:// some special @;" here https://abc :??$%6 : |"" ← Exit [It] ssh to running machine and check proxy settings - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/proxy_test.go:15 @ 07/23/24 14:43:16.485 (21.923s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:43:16.485 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:43:16.485 (0s)
> Enter [DeferCleanup (Each)] podman machine proxy settings propagation - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:43:16.485 C> podman.exe machine rm --force 5962ba2cf650 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine proxy settings propagation - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:43:18.317 (1.832s) > Enter [DeferCleanup (Each)] podman machine proxy settings propagation - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 07/23/24 14:43:18.317 < Exit [DeferCleanup (Each)] podman machine proxy settings propagation - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 07/23/24 14:43:18.317 (0s) > Enter [DeferCleanup (Each)] podman machine proxy settings propagation - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 07/23/24 14:43:18.317 < Exit [DeferCleanup (Each)] podman machine proxy settings propagation - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 07/23/24 14:43:18.317 (0s) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:43:18.317 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:43:18.322 (5ms) + [23.762 seconds]

podman machine ssh

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/ssh_test.go:10

bad machine name

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/ssh_test.go:12
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:43:18.322 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:43:18.323 (1ms)
→ Enter [It] bad machine name - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/ssh_test.go:12 @ 07/23/24 14:43:18.323 C> podman.exe machine ssh a053549287f0 Error: vm podman-machine-default not found: podman-machine-default: VM does not exist ← Exit [It] bad machine name - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/ssh_test.go:12 @ 07/23/24 14:43:18.447 (124ms)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:43:18.447 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:43:18.447 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:43:18.447 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:43:18.45 (3ms) + [0.127 seconds]

podman machine ssh

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/ssh_test.go:10

ssh to non-running machine

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/ssh_test.go:21
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:43:18.45 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:43:18.451 (1ms)
→ Enter [It] ssh to non-running machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/ssh_test.go:21 @ 07/23/24 14:43:18.451 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 8898c219bb67 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 8898c219bb67 C> podman.exe machine ssh 8898c219bb67 Error: vm "8898c219bb67" is not running ← Exit [It] ssh to non-running machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/ssh_test.go:21 @ 07/23/24 14:43:32.406 (13.957s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:43:32.406 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:43:32.406 (0s)
> Enter [DeferCleanup (Each)] podman machine ssh - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:43:32.406 C> podman.exe machine rm --force 8898c219bb67 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine ssh - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:43:32.73 (324ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:43:32.73 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:43:32.735 (5ms) + [14.286 seconds]

podman machine ssh

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/ssh_test.go:10

ssh to running machine and check os-type

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/ssh_test.go:35
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:43:32.735 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:43:32.736 (1ms)
→ Enter [It] ssh to running machine and check os-type - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/ssh_test.go:35 @ 07/23/24 14:43:32.736 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar --now 944ad896e0a3 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete Starting machine "944ad896e0a3" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 944ad896e0a3 API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "944ad896e0a3" started successfully C> podman.exe machine ssh 944ad896e0a3 cat /etc/os-release NAME="Fedora Linux" VERSION="40 (Container Image)" ID=fedora VERSION_ID=40 VERSION_CODENAME="" PLATFORM_ID="platform:f40" PRETTY_NAME="Fedora Linux 40 (Container Image)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:40" DEFAULT_HOSTNAME="fedora" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/" SUPPORT_URL="https://ask.fedoraproject.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=40 REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=40 SUPPORT_END=2025-05-13 VARIANT="Container Image" VARIANT_ID=container C> podman.exe machine ssh 944ad896e0a3 false ← Exit [It] ssh to running machine and check os-type - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/ssh_test.go:35 @ 07/23/24 14:43:50.209 (17.475s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:43:50.209 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:43:50.209 (0s)
> Enter [DeferCleanup (Each)] podman machine ssh - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:43:50.209 C> podman.exe machine rm --force 944ad896e0a3 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine ssh - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:43:52.043 (1.834s) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:43:52.043 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:43:52.048 (5ms) + [19.315 seconds]

podman machine info

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/info_test.go:13

machine info

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/info_test.go:15
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:43:52.048 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:43:52.049 (1ms)
→ Enter [It] machine info - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/info_test.go:15 @ 07/23/24 14:43:52.049 C> podman.exe machine info host: arch: amd64 currentmachine: "" defaultmachine: "" eventsdir: C:\Users\ADMINI~1\AppData\Local\Temp\podman_test4062287340\.local\share\containers\podman\podman machineconfigdir: C:\Users\ADMINI~1\AppData\Local\Temp\podman_test4062287340\.config\containers\podman\machine\wsl machineimagedir: C:\Users\ADMINI~1\AppData\Local\Temp\podman_test4062287340\.local\share\containers\podman\machine\wsl machinestate: "" numberofmachines: 0 os: windows vmtype: wsl version: apiversion: 5.2.0-dev version: 5.2.0-dev goversion: go1.22.4 gitcommit: 96771eec531a05c51b7dc1a0079878be80c81737 builttime: Tue Jul 23 14:31:11 2024 built: 1721745071 osarch: windows/amd64 os: windows C> podman.exe machine info --format {{.Host.NumberOfMachines}} 0 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar e0421b4841a4 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start e0421b4841a4 C> podman.exe machine info --format {{.Host.NumberOfMachines}} 1 C> podman.exe machine info --format json { "Host": { "Arch": "amd64", "CurrentMachine": "e0421b4841a4", "DefaultMachine": "e0421b4841a4", "EventsDir": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test4062287340\\.local\\share\\containers\\podman\\podman", "MachineConfigDir": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test4062287340\\.config\\containers\\podman\\machine\\wsl", "MachineImageDir": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test4062287340\\.local\\share\\containers\\podman\\machine\\wsl", "MachineState": "Stopped", "NumberOfMachines": 1, "OS": "windows", "VMType": "wsl" }, "Version": { "APIVersion": "5.2.0-dev", "Version": "5.2.0-dev", "GoVersion": "go1.22.4", "GitCommit": "96771eec531a05c51b7dc1a0079878be80c81737", "BuiltTime": "Tue Jul 23 14:31:11 2024", "Built": 1721745071, "OsArch": "windows/amd64", "Os": "windows" } } ← Exit [It] machine info - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/info_test.go:15 @ 07/23/24 14:44:06.534 (14.486s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:44:06.534 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:44:06.534 (0s)
> Enter [DeferCleanup (Each)] podman machine info - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:44:06.534 C> podman.exe machine rm --force e0421b4841a4 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine info - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:44:06.859 (325ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:44:06.86 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:44:06.864 (4ms) + [14.817 seconds]

podman inspect stop

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/inspect_test.go:13

inspect bad name

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/inspect_test.go:15
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:44:06.864 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:44:06.864 (1ms)
→ Enter [It] inspect bad name - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/inspect_test.go:15 @ 07/23/24 14:44:06.864 C> podman.exe machine inspect abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ [] Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist ← Exit [It] inspect bad name - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/inspect_test.go:15 @ 07/23/24 14:44:07.001 (136ms)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:44:07.001 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:44:07.001 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:44:07.001 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:44:07.004 (4ms) + [0.141 seconds]

podman inspect stop

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/inspect_test.go:13

inspect two machines

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/inspect_test.go:23
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:44:07.004 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:44:07.005 (1ms)
→ Enter [It] inspect two machines - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/inspect_test.go:23 @ 07/23/24 14:44:07.005 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar foo1 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start foo1 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar foo2 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start foo2 C> podman.exe machine inspect --format {{.Name}} foo1 foo1 ← Exit [It] inspect two machines - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/inspect_test.go:23 @ 07/23/24 14:44:35.38 (28.378s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:44:35.38 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:44:35.38 (0s)
> Enter [DeferCleanup (Each)] podman inspect stop - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:44:35.38 C> podman.exe machine rm --force foo2 The operation completed successfully. < Exit [DeferCleanup (Each)] podman inspect stop - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:44:35.744 (363ms) > Enter [DeferCleanup (Each)] podman inspect stop - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:44:35.744 C> podman.exe machine rm --force foo1 The operation completed successfully. < Exit [DeferCleanup (Each)] podman inspect stop - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:44:36.074 (330ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:44:36.074 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:44:36.078 (4ms) + [29.076 seconds]

podman inspect stop

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/inspect_test.go:13

inspect with go format

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/inspect_test.go:42
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:44:36.078 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:44:36.079 (1ms)
→ Enter [It] inspect with go format - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/inspect_test.go:42 @ 07/23/24 14:44:36.079 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar fb0657c7f968 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start fb0657c7f968 C> podman.exe machine inspect fb0657c7f968 [ { "ConfigDir": { "Path": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test2250797115\\.config\\containers\\podman\\machine\\wsl" }, "ConnectionInfo": { "PodmanSocket": null, "PodmanPipe": { "Path": "\\\\.\\pipe\\podman-fb0657c7f968" } }, "Created": "2024-07-23T14:44:36.2588568Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "fb0657c7f968", "Resources": { "CPUs": 24, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test2250797115\\.local\\share\\containers\\podman\\machine\\machine", "Port": 50123, "RemoteUsername": "user" }, "State": "stopped", "UserModeNetworking": false, "Rootful": false, "Rosetta": false } ] C> podman.exe machine inspect --format {{.Name}} fb0657c7f968 fb0657c7f968 C> podman.exe machine inspect --format {{.Abcde}} fb0657c7f968 Error: template: inspect:1:13: executing "inspect" at <.Abcde>: can't evaluate field Abcde in type machine.InspectInfo ← Exit [It] inspect with go format - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/inspect_test.go:42 @ 07/23/24 14:44:50.353 (14.275s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:44:50.353 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:44:50.353 (0s)
> Enter [DeferCleanup (Each)] podman inspect stop - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:44:50.353 C> podman.exe machine rm --force fb0657c7f968 The operation completed successfully. < Exit [DeferCleanup (Each)] podman inspect stop - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:44:50.756 (403ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:44:50.756 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:44:50.761 (5ms) + [14.684 seconds]

podman inspect stop

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/inspect_test.go:13

inspect shows a unique socket name per machine

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/inspect_test.go:82
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:44:50.761 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:44:50.762 (1ms)
→ Enter [It] inspect shows a unique socket name per machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/inspect_test.go:82 @ 07/23/24 14:44:50.762 [SKIPPED] test is only relevant for Unix based providers In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 @ 07/23/24 14:44:50.762 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x1, {0x7ff6da243c3c, 0x2e}) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 +0x5b github.com/containers/podman/v5/pkg/machine/e2e_test.init.func7.4() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/inspect_test.go:83 +0x30 ← Exit [It] inspect shows a unique socket name per machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/inspect_test.go:82 @ 07/23/24 14:44:50.762 (1ms)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:44:50.762 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:44:50.762 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:44:50.762 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:44:50.763 (1ms) S [SKIPPED] [0.002 seconds] podman inspect stop C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/inspect_test.go:13 [It] inspect shows a unique socket name per machine C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/inspect_test.go:82

podman machine start

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/start_test.go:16

start simple machine

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/start_test.go:18
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:44:50.763 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:44:50.764 (1ms)
→ Enter [It] start simple machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/start_test.go:18 @ 07/23/24 14:44:50.764 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 91f04d69a6ce Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 91f04d69a6ce C> podman.exe machine start 91f04d69a6ce Starting machine "91f04d69a6ce" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 91f04d69a6ce API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "91f04d69a6ce" started successfully C> podman.exe machine inspect 91f04d69a6ce [ { "ConfigDir": { "Path": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test2153311576\\.config\\containers\\podman\\machine\\wsl" }, "ConnectionInfo": { "PodmanSocket": null, "PodmanPipe": { "Path": "\\\\.\\pipe\\podman-91f04d69a6ce" } }, "Created": "2024-07-23T14:44:50.9423903Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "91f04d69a6ce", "Resources": { "CPUs": 24, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test2153311576\\.local\\share\\containers\\podman\\machine\\machine", "Port": 50125, "RemoteUsername": "user" }, "State": "running", "UserModeNetworking": false, "Rootful": false, "Rosetta": false } ] C> podman.exe machine stop 91f04d69a6ce Machine "91f04d69a6ce" stopped successfully C> podman.exe machine start 91f04d69a6ce --no-info Starting machine "91f04d69a6ce" your 131072x1 screen size is bogus. expect trouble Machine "91f04d69a6ce" started successfully C> podman.exe machine stop 91f04d69a6ce Machine "91f04d69a6ce" stopped successfully C> podman.exe machine start 91f04d69a6ce --quiet your 131072x1 screen size is bogus. expect trouble Machine "91f04d69a6ce" started successfully ← Exit [It] start simple machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/start_test.go:18 @ 07/23/24 14:45:17.616 (26.853s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:45:17.616 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:45:17.616 (0s)
> Enter [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:45:17.616 C> podman.exe machine rm --force 91f04d69a6ce The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:45:19.417 (1.801s) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:45:19.417 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:45:19.421 (5ms) + [28.660 seconds]

podman machine start

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/start_test.go:16

bad start name

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/start_test.go:54
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:45:19.421 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:45:19.423 (1ms)
→ Enter [It] bad start name - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/start_test.go:54 @ 07/23/24 14:45:19.423 C> podman.exe machine start abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist ← Exit [It] bad start name - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/start_test.go:54 @ 07/23/24 14:45:19.543 (121ms)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:45:19.543 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:45:19.543 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:45:19.543 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:45:19.547 (3ms) + [0.125 seconds]

podman machine start

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/start_test.go:16

start machine already started

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/start_test.go:63
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:45:19.547 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:45:19.547 (1ms)
→ Enter [It] start machine already started - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/start_test.go:63 @ 07/23/24 14:45:19.547 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 41568b80dd56 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 41568b80dd56 C> podman.exe machine start 41568b80dd56 Starting machine "41568b80dd56" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 41568b80dd56 API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "41568b80dd56" started successfully C> podman.exe machine inspect 41568b80dd56 [ { "ConfigDir": { "Path": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test2204355111\\.config\\containers\\podman\\machine\\wsl" }, "ConnectionInfo": { "PodmanSocket": null, "PodmanPipe": { "Path": "\\\\.\\pipe\\podman-41568b80dd56" } }, "Created": "2024-07-23T14:45:19.7175218Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "41568b80dd56", "Resources": { "CPUs": 24, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test2204355111\\.local\\share\\containers\\podman\\machine\\machine", "Port": 50147, "RemoteUsername": "user" }, "State": "running", "UserModeNetworking": false, "Rootful": false, "Rosetta": false } ] C> podman.exe machine start 41568b80dd56 Starting machine "41568b80dd56" Error: machine 41568b80dd56: VM already running or starting ← Exit [It] start machine already started - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/start_test.go:63 @ 07/23/24 14:45:36.249 (16.703s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:45:36.249 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:45:36.249 (0s)
> Enter [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:45:36.249 C> podman.exe machine rm --force 41568b80dd56 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:45:38.056 (1.807s) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:45:38.056 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:45:38.061 (5ms) + [18.515 seconds]

podman machine start

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/start_test.go:16

start machine with conflict on SSH port

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/start_test.go:84
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:45:38.061 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:45:38.062 (1ms)
→ Enter [It] start machine with conflict on SSH port - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/start_test.go:84 @ 07/23/24 14:45:38.062 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 06a00596a460 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 06a00596a460 C> podman.exe machine inspect --format {{.SSHConfig.Port}} 06a00596a460 50156 C> podman.exe system connection list --format {{.URI}} ssh://user@127.0.0.1:50156/run/user/1000/podman/podman.sock ssh://root@127.0.0.1:50156/run/podman/podman.sock C> podman.exe machine start 06a00596a460 Starting machine "06a00596a460" time="2024-07-23T14:45:52Z" level=warning msg="detected port conflict on machine ssh port [50156], reassigning" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 06a00596a460 API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "06a00596a460" started successfully C> podman.exe machine inspect --format {{.SSHConfig.Port}} 06a00596a460 50157 C> podman.exe system connection list --format {{.URI}} ssh://user@127.0.0.1:50157/run/user/1000/podman/podman.sock ssh://root@127.0.0.1:50157/run/podman/podman.sock ← Exit [It] start machine with conflict on SSH port - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/start_test.go:84 @ 07/23/24 14:45:56.279 (18.218s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:45:56.279 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:45:56.279 (0s)
> Enter [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:45:56.279 C> podman.exe machine rm --force 06a00596a460 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:45:58.1 (1.821s) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:45:58.1 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:45:58.105 (5ms) + [20.045 seconds]

podman machine start

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/start_test.go:16

start only starts specified machine

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/start_test.go:133
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:45:58.105 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:45:58.105 (1ms)
→ Enter [It] start only starts specified machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/start_test.go:133 @ 07/23/24 14:45:58.105 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 7891ec86201c Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 7891ec86201c C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar f87944c28aa8 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start f87944c28aa8 C> podman.exe machine start 7891ec86201c Starting machine "7891ec86201c" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 7891ec86201c API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "7891ec86201c" started successfully C> podman.exe machine inspect --format {{.State}} 7891ec86201c running C> podman.exe machine inspect --format {{.State}} f87944c28aa8 stopped ← Exit [It] start only starts specified machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/start_test.go:133 @ 07/23/24 14:46:43.52 (45.416s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:46:43.52 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:46:43.52 (0s)
> Enter [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:46:43.52 C> podman.exe machine rm --force f87944c28aa8 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:46:43.896 (376ms) > Enter [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:46:43.896 C> podman.exe machine rm --force 7891ec86201c The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:46:45.744 (1.848s) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:46:45.744 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:46:45.749 (5ms) + [47.646 seconds]

podman machine start

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/start_test.go:16

start two machines in parallel

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/start_test.go:166
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:46:45.749 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:46:45.75 (1ms)
→ Enter [It] start two machines in parallel - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/start_test.go:166 @ 07/23/24 14:46:45.75 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar m1-2dff3a92e5c2 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start m1-2dff3a92e5c2 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar m2-55c18ab4d595 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start m2-55c18ab4d595 C> podman.exe machine start m1-2dff3a92e5c2 C> podman.exe machine start m2-55c18ab4d595 Starting machine "m2-55c18ab4d595" Starting machine "m1-2dff3a92e5c2" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful m2-55c18ab4d595 your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful m1-2dff3a92e5c2 API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "m2-55c18ab4d595" started successfully API forwarding listening on: npipe:////./pipe/podman-m1-2dff3a92e5c2 Another process was listening on the default Docker API pipe address. You can still connect Docker API clients by setting DOCKER HOST using the following powershell command in your terminal session: $Env:DOCKER_HOST = 'npipe:////./pipe/podman-m1-2dff3a92e5c2' Or in a classic CMD prompt: set DOCKER_HOST=npipe:////./pipe/podman-m1-2dff3a92e5c2 Alternatively, terminate the other process and restart podman machine. Machine "m1-2dff3a92e5c2" started successfully ← Exit [It] start two machines in parallel - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/start_test.go:166 @ 07/23/24 14:47:20.236 (34.488s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:47:20.236 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:47:20.236 (0s)
> Enter [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:47:20.236 C> podman.exe machine rm --force m2-55c18ab4d595 time="2024-07-23T14:48:20Z" level=warning msg="Failed to wait for systemd to exit: (your 131072x1 screen size is bogus. expect trouble)" The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:48:21.135 (1m0.9s) > Enter [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:48:21.135 C> podman.exe machine rm --force m1-2dff3a92e5c2 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:48:31.96 (10.825s) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:48:31.96 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:48:31.964 (5ms) + [106.218 seconds]

podman machine init - windows only

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_windows_test.go:17

init with user mode networking

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_windows_test.go:19
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:48:31.964 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:48:31.965 (1ms)
→ Enter [It] init with user mode networking - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_windows_test.go:19 @ 07/23/24 14:48:31.965 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar --user-mode-networking 9e548c707dd8 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Installing user-mode networking distribution... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 9e548c707dd8 C> podman.exe machine inspect --format {{.UserModeNetworking}} 9e548c707dd8 true C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps\wsl.exe --terminate podman-net-usermode The operation completed successfully. C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps\wsl.exe --unregister podman-net-usermode The operation completed successfully. ← Exit [It] init with user mode networking - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_windows_test.go:19 @ 07/23/24 14:48:56.248 (24.284s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:48:56.248 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:48:56.248 (0s)
> Enter [DeferCleanup (Each)] podman machine init - windows only - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:48:56.248 C> podman.exe machine rm --force 9e548c707dd8 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine init - windows only - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:48:56.593 (345ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:48:56.593 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:48:56.598 (5ms) + [24.634 seconds]

podman machine init - windows only

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_windows_test.go:17

init should not should not overwrite existing HyperV vms

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_windows_test.go:49
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:48:56.598 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:48:56.599 (1ms)
→ Enter [It] init should not should not overwrite existing HyperV vms - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_windows_test.go:49 @ 07/23/24 14:48:56.599 [SKIPPED] HyperV test only In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:260 @ 07/23/24 14:48:56.599 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfNotVmtype(0x3, {0x7ff6da20df89, 0x10}) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:260 +0x5b github.com/containers/podman/v5/pkg/machine/e2e_test.init.func10.2() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_windows_test.go:50 +0x45 ← Exit [It] init should not should not overwrite existing HyperV vms - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_windows_test.go:49 @ 07/23/24 14:48:56.6 (1ms)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:48:56.6 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:48:56.6 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:48:56.6 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:48:56.6 (1ms) S [SKIPPED] [0.002 seconds] podman machine init - windows only C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_windows_test.go:17 [It] init should not should not overwrite existing HyperV vms C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_windows_test.go:49

podman machine init - windows only

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_windows_test.go:17

init should not overwrite existing WSL vms

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_windows_test.go:84
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:48:56.6 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:48:56.601 (1ms)
→ Enter [It] init should not overwrite existing WSL vms - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_windows_test.go:84 @ 07/23/24 14:48:56.601 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar foobarexport Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start foobarexport C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps\wsl.exe --export podman-foobarexport C:\Users\ADMINI~1\AppData\Local\Temp\podman_test3588695753\bogus.tar The operation completed successfully. C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps\wsl.exe --import podman-13243a300251 C:\Users\ADMINI~1\AppData\Local\Temp\podman_test3588695753\testDistro C:\Users\ADMINI~1\AppData\Local\Temp\podman_test3588695753\bogus.tar The operation completed successfully. C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 13243a300251 Error: vm "13243a300251" already exists on hypervisor C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps\wsl.exe --unregister podman-13243a300251 The operation completed successfully. ← Exit [It] init should not overwrite existing WSL vms - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_windows_test.go:84 @ 07/23/24 14:49:29.054 (32.453s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:49:29.054 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:49:29.054 (0s)
> Enter [DeferCleanup (Each)] podman machine init - windows only - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:49:29.054 C> podman.exe machine rm --force 13243a300251 Error: 13243a300251: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - windows only - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:49:29.187 (133ms) > Enter [DeferCleanup (Each)] podman machine init - windows only - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:49:29.187 C> podman.exe machine rm --force foobarexport The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine init - windows only - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:49:29.54 (353ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:49:29.54 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:49:29.624 (85ms) + [33.024 seconds]

podman machine reset

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/reset_test.go:9

starting from scratch should not error

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/reset_test.go:11
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:49:29.625 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:49:29.626 (1ms)
→ Enter [It] starting from scratch should not error - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/reset_test.go:11 @ 07/23/24 14:49:29.626 C> podman.exe machine reset --force ← Exit [It] starting from scratch should not error - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/reset_test.go:11 @ 07/23/24 14:49:29.774 (148ms)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:49:29.774 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:49:29.774 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:49:29.774 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:49:29.777 (3ms) + [0.152 seconds]

podman machine reset

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/reset_test.go:9

reset machine with one defined machine

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/reset_test.go:18
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:49:29.777 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:49:29.778 (1ms)
→ Enter [It] reset machine with one defined machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/reset_test.go:18 @ 07/23/24 14:49:29.778 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar a1471aff9ae4 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start a1471aff9ae4 C> podman.exe machine list --noheading a1471aff9ae4* wsl 14 seconds ago Never 24 2GiB 11GiB C> podman.exe machine reset --force The operation completed successfully. C> podman.exe machine list --noheading ← Exit [It] reset machine with one defined machine - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/reset_test.go:18 @ 07/23/24 14:49:44.487 (14.709s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:49:44.487 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:49:44.487 (0s)
> Enter [DeferCleanup (Each)] podman machine reset - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:49:44.487 C> podman.exe machine rm --force a1471aff9ae4 Error: a1471aff9ae4: VM does not exist < Exit [DeferCleanup (Each)] podman machine reset - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:49:44.628 (141ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:49:44.628 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:49:44.632 (4ms) + [14.855 seconds]

podman machine reset

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/reset_test.go:9

reset with running machine and other machines idle

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/reset_test.go:42
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:49:44.632 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:49:44.632 (1ms)
→ Enter [It] reset with running machine and other machines idle - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/reset_test.go:42 @ 07/23/24 14:49:44.632 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar --now f7115f935b07 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete Starting machine "f7115f935b07" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful f7115f935b07 API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "f7115f935b07" started successfully C> podman.exe machine list --noheading f7115f935b07* wsl 17 seconds ago Currently running 24 2GiB 11GiB C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 96d81fdc4002 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 96d81fdc4002 C> podman.exe machine list --noheading f7115f935b07* wsl 33 seconds ago Currently running 24 2GiB 11GiB 96d81fdc4002 wsl 16 seconds ago Never 24 2GiB 11GiB C> podman.exe machine reset --force The operation completed successfully. The operation completed successfully. C> podman.exe machine list --noheading ← Exit [It] reset with running machine and other machines idle - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/reset_test.go:42 @ 07/23/24 14:50:20.312 (35.68s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:50:20.312 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:50:20.312 (0s)
> Enter [DeferCleanup (Each)] podman machine reset - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:20.312 C> podman.exe machine rm --force 96d81fdc4002 Error: 96d81fdc4002: VM does not exist < Exit [DeferCleanup (Each)] podman machine reset - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:20.45 (137ms) > Enter [DeferCleanup (Each)] podman machine reset - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:20.45 C> podman.exe machine rm --force f7115f935b07 Error: f7115f935b07: VM does not exist < Exit [DeferCleanup (Each)] podman machine reset - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:20.574 (125ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:50:20.574 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:50:20.578 (4ms) + [35.946 seconds]

podman machine init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:22

bad init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:28
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:50:20.578 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:50:20.579 (1ms)
→ Enter [It] bad init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:28 @ 07/23/24 14:50:20.579 C> podman.exe machine init --disk-size 11 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: machine name "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" must be 30 characters or less C> podman.exe machine init --disk-size 11 wsl Error: cannot use "wsl" for a machine name C> podman.exe -r system connection add foobar tcp://localhost:8000 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar foobar Error: system connection "foobar" already exists. consider a different machine name or remove the connection with `podman system connection rm` C> podman.exe machine init --disk-size 11 ab/cd Error: invalid name "ab/cd": names must match [a-zA-Z0-9][a-zA-Z0-9_.-]*: invalid argument C> podman.exe machine init --disk-size 11 --username -/a fc10338f0fef Error: invalid username "-/a": names must match [a-zA-Z0-9][a-zA-Z0-9_.-]*: invalid argument C> podman.exe machine init --disk-size 11 --memory 197265 fc10338f0fef Error: requested amount of memory (197265 MB) greater than total system memory (205773746176 MB) C> podman.exe -r system connection rm foobar ← Exit [It] bad init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:28 @ 07/23/24 14:50:21.739 (1.16s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:50:21.739 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:50:21.739 (0s)
> Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:21.739 C> podman.exe machine rm --force fc10338f0fef Error: fc10338f0fef: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:21.878 (139ms) > Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:21.878 C> podman.exe machine rm --force fc10338f0fef Error: fc10338f0fef: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:22.006 (128ms) > Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:22.006 C> podman.exe machine rm --force ab/cd Error: ab/cd: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:22.157 (152ms) > Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:22.157 C> podman.exe machine rm --force foobar Error: foobar: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:22.286 (129ms) > Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:22.286 C> podman.exe machine rm --force wsl Error: wsl: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:22.421 (135ms) > Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:22.421 C> podman.exe machine rm --force abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:22.56 (139ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:50:22.56 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:50:22.563 (3ms) + [1.985 seconds]

podman machine init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:22

simple init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:82
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:50:22.563 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:50:22.564 (1ms)
→ Enter [It] simple init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:82 @ 07/23/24 14:50:22.564 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 28759090d992 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 28759090d992 C> podman.exe machine inspect 28759090d992 [ { "ConfigDir": { "Path": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test871303000\\.config\\containers\\podman\\machine\\wsl" }, "ConnectionInfo": { "PodmanSocket": null, "PodmanPipe": { "Path": "\\\\.\\pipe\\podman-28759090d992" } }, "Created": "2024-07-23T14:50:22.7487728Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "28759090d992", "Resources": { "CPUs": 24, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test871303000\\.local\\share\\containers\\podman\\machine\\machine", "Port": 50222, "RemoteUsername": "user" }, "State": "stopped", "UserModeNetworking": false, "Rootful": false, "Rosetta": false } ] ← Exit [It] simple init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:82 @ 07/23/24 14:50:36.776 (14.212s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:50:36.776 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:50:36.776 (0s)
> Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:36.776 C> podman.exe machine rm --force 28759090d992 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:37.12 (344ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:50:37.12 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:50:37.125 (5ms) + [14.562 seconds]

podman machine init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:22

simple init with start

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:101
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:50:37.125 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:50:37.126 (1ms)
→ Enter [It] simple init with start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:101 @ 07/23/24 14:50:37.126 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 681c41447b54 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 681c41447b54 C> podman.exe machine inspect 681c41447b54 [ { "ConfigDir": { "Path": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test961658551\\.config\\containers\\podman\\machine\\wsl" }, "ConnectionInfo": { "PodmanSocket": null, "PodmanPipe": { "Path": "\\\\.\\pipe\\podman-681c41447b54" } }, "Created": "2024-07-23T14:50:37.3242104Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "681c41447b54", "Resources": { "CPUs": 24, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test961658551\\.local\\share\\containers\\podman\\machine\\machine", "Port": 50223, "RemoteUsername": "user" }, "State": "stopped", "UserModeNetworking": false, "Rootful": false, "Rosetta": false } ] C> podman.exe machine start 681c41447b54 Starting machine "681c41447b54" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 681c41447b54 API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "681c41447b54" started successfully C> podman.exe machine inspect 681c41447b54 [ { "ConfigDir": { "Path": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test961658551\\.config\\containers\\podman\\machine\\wsl" }, "ConnectionInfo": { "PodmanSocket": null, "PodmanPipe": { "Path": "\\\\.\\pipe\\podman-681c41447b54" } }, "Created": "2024-07-23T14:50:37.3242104Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "681c41447b54", "Resources": { "CPUs": 24, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test961658551\\.local\\share\\containers\\podman\\machine\\machine", "Port": 50223, "RemoteUsername": "user" }, "State": "running", "UserModeNetworking": false, "Rootful": false, "Rosetta": false } ] ← Exit [It] simple init with start - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:101 @ 07/23/24 14:50:55.238 (18.112s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:50:55.238 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:50:55.238 (0s)
> Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:55.238 C> podman.exe machine rm --force 681c41447b54 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:50:57.084 (1.847s) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:50:57.084 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:50:57.089 (5ms) + [19.965 seconds]

podman machine init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:22

simple init with username

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:137
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:50:57.09 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:50:57.09 (1ms)
→ Enter [It] simple init with username - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:137 @ 07/23/24 14:50:57.09 C> podman.exe machine init --disk-size 11 --username remoteuser --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar dbc577d95b37 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start dbc577d95b37 C> podman.exe machine inspect dbc577d95b37 [ { "ConfigDir": { "Path": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test1804502578\\.config\\containers\\podman\\machine\\wsl" }, "ConnectionInfo": { "PodmanSocket": null, "PodmanPipe": { "Path": "\\\\.\\pipe\\podman-dbc577d95b37" } }, "Created": "2024-07-23T14:50:57.2741882Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "dbc577d95b37", "Resources": { "CPUs": 24, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test1804502578\\.local\\share\\containers\\podman\\machine\\machine", "Port": 50231, "RemoteUsername": "remoteuser" }, "State": "stopped", "UserModeNetworking": false, "Rootful": false, "Rosetta": false } ] ← Exit [It] simple init with username - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:137 @ 07/23/24 14:51:10.471 (13.376s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:51:10.471 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:51:10.471 (0s)
> Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:51:10.471 C> podman.exe machine rm --force dbc577d95b37 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:51:10.815 (345ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:51:10.815 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:51:10.82 (5ms) + [13.726 seconds]

podman machine init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:22

machine init with cpus, disk size, memory, timezone

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:159
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:51:10.82 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:51:10.821 (1ms)
→ Enter [It] machine init with cpus, disk size, memory, timezone - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:159 @ 07/23/24 14:51:10.821 [SKIPPED] setting hardware resource numbers and timezone are not supported on WSL In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 @ 07/23/24 14:51:10.822 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x1, {0x7ff6da25af0d, 0x47}) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 +0x5b github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfWSL(...) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:265 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func9.5() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:160 +0x34 ← Exit [It] machine init with cpus, disk size, memory, timezone - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:159 @ 07/23/24 14:51:10.822 (0s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:51:10.822 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:51:10.822 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:51:10.822 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:51:10.822 (1ms) S [SKIPPED] [0.002 seconds] podman machine init C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:22 [It] machine init with cpus, disk size, memory, timezone C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:159

podman machine init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:22

machine init with volume

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:200
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:51:10.822 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:51:10.823 (1ms)
→ Enter [It] machine init with volume - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:200 @ 07/23/24 14:51:10.823 [SKIPPED] WSL volumes are much different. This test will not pass as is In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 @ 07/23/24 14:51:10.823 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x1, {0x7ff6da254dd8, 0x3e}) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 +0x5b github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfWSL(...) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:265 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func9.6() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:204 +0x7c ← Exit [It] machine init with volume - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:200 @ 07/23/24 14:51:10.823 (0s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:51:10.823 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:51:10.823 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:51:10.823 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:51:10.824 (1ms) S [SKIPPED] [0.002 seconds] podman machine init C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:22 [It] machine init with volume C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:200

podman machine init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:22

machine init rootless docker.sock check

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:227
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:51:10.824 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:51:10.825 (1ms)
→ Enter [It] machine init rootless docker.sock check - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:227 @ 07/23/24 14:51:10.825 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 537de527291e Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 537de527291e C> podman.exe machine start 537de527291e Starting machine "537de527291e" your 131072x1 screen size is bogus. expect trouble This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful 537de527291e API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "537de527291e" started successfully C> podman.exe machine ssh 537de527291e readlink /var/run/docker.sock /run/user/1000/podman/podman.sock ← Exit [It] machine init rootless docker.sock check - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:227 @ 07/23/24 14:51:28.458 (17.626s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:51:28.458 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:51:28.458 (0s)
> Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:51:28.458 C> podman.exe machine rm --force 537de527291e The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:51:30.292 (1.834s) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:51:30.292 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:51:30.297 (5ms) + [19.466 seconds]

podman machine init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:22

machine init rootful with docker.sock check

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:250
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:51:30.297 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:51:30.298 (1ms)
→ Enter [It] machine init rootful with docker.sock check - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:250 @ 07/23/24 14:51:30.298 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar --rootful 0fd75ce46aa6 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 0fd75ce46aa6 C> podman.exe machine start 0fd75ce46aa6 Starting machine "0fd75ce46aa6" your 131072x1 screen size is bogus. expect trouble API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "0fd75ce46aa6" started successfully C> podman.exe machine inspect --format {{.Rootful}} 0fd75ce46aa6 true C> podman.exe machine ssh 0fd75ce46aa6 readlink /var/run/docker.sock /run/podman/podman.sock ← Exit [It] machine init rootful with docker.sock check - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:250 @ 07/23/24 14:51:47.798 (17.494s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:51:47.798 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:51:47.798 (0s)
> Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:51:47.798 C> podman.exe machine rm --force 0fd75ce46aa6 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:51:49.614 (1.816s) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:51:49.614 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:51:49.619 (5ms) + [19.315 seconds]

podman machine init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:22

init should cleanup on failure

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:277
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:51:49.619 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:51:49.62 (1ms)
→ Enter [It] init should cleanup on failure - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:277 @ 07/23/24 14:51:49.62 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar e4f1eab5cd30 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start e4f1eab5cd30 C> podman.exe machine inspect --format {{.ConfigDir.Path}} e4f1eab5cd30 C:\Users\ADMINI~1\AppData\Local\Temp\podman_test1384845469\.config\containers\podman\machine\wsl C> podman.exe machine rm --force e4f1eab5cd30 The operation completed successfully. C> podman.exe machine inspect e4f1eab5cd30 [] Error: e4f1eab5cd30: VM does not exist ← Exit [It] init should cleanup on failure - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:277 @ 07/23/24 14:52:04.033 (14.408s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:04.033 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:04.033 (0s)
> Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:52:04.033 C> podman.exe machine rm --force e4f1eab5cd30 Error: e4f1eab5cd30: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:52:04.166 (133ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:04.166 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:04.17 (4ms) + [14.547 seconds]

podman machine init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:22

verify a podman 4 config does not break podman 5

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:326
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:04.17 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:04.171 (1ms)
→ Enter [It] verify a podman 4 config does not break podman 5 - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:326 @ 07/23/24 14:52:04.171 C> podman.exe machine list time="2024-07-23T14:52:04Z" level=error msg="incompatible machine config \"C:\\\\Users\\\\ADMINI~1\\\\AppData\\\\Local\\\\Temp\\\\podman_test1216344054\\\\.config\\\\containers\\\\podman\\\\machine\\\\wsl\\\\foobar-machine.json\" (podman-machine-default) for this version of Podman" NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE C> podman.exe machine inspect foobar-machine [] Error: incompatible machine config "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test1216344054\\.config\\containers\\podman\\machine\\wsl\\foobar-machine.json" (foobar-machine) for this version of Podman C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 5f643f23bfe6 time="2024-07-23T14:52:04Z" level=error msg="incompatible machine config \"C:\\\\Users\\\\ADMINI~1\\\\AppData\\\\Local\\\\Temp\\\\podman_test1216344054\\\\.config\\\\containers\\\\podman\\\\machine\\\\wsl\\\\foobar-machine.json\" (podman-machine-default) for this version of Podman" Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 5f643f23bfe6 C> podman.exe machine list time="2024-07-23T14:52:18Z" level=error msg="incompatible machine config \"C:\\\\Users\\\\ADMINI~1\\\\AppData\\\\Local\\\\Temp\\\\podman_test1216344054\\\\.config\\\\containers\\\\podman\\\\machine\\\\wsl\\\\foobar-machine.json\" (podman-machine-default) for this version of Podman" NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE 5f643f23bfe6* wsl 13 seconds ago Never 24 2GiB 11GiB C> podman.exe machine inspect 5f643f23bfe6 [ { "ConfigDir": { "Path": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test1216344054\\.config\\containers\\podman\\machine\\wsl" }, "ConnectionInfo": { "PodmanSocket": null, "PodmanPipe": { "Path": "\\\\.\\pipe\\podman-5f643f23bfe6" } }, "Created": "2024-07-23T14:52:04.638939Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "5f643f23bfe6", "Resources": { "CPUs": 24, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\podman_test1216344054\\.local\\share\\containers\\podman\\machine\\machine", "Port": 50251, "RemoteUsername": "user" }, "State": "stopped", "UserModeNetworking": false, "Rootful": false, "Rosetta": false } ] ← Exit [It] verify a podman 4 config does not break podman 5 - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:326 @ 07/23/24 14:52:18.502 (14.328s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:18.503 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:18.503 (0s)
> Enter [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:52:18.503 C> podman.exe machine rm --force 5f643f23bfe6 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine init - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:52:18.834 (331ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:18.834 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:18.839 (5ms) + [14.665 seconds]

podman machine init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:22

machine init with rosetta=true

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:374
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:18.839 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:18.84 (1ms)
→ Enter [It] machine init with rosetta=true - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:374 @ 07/23/24 14:52:18.84 [SKIPPED] Test is only for AppleHv In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 @ 07/23/24 14:52:18.84 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x1, {0x7ff6da21ba10, 0x18}) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 +0x5b github.com/containers/podman/v5/pkg/machine/e2e_test.init.func9.11() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:376 +0x46 ← Exit [It] machine init with rosetta=true - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:374 @ 07/23/24 14:52:18.84 (0s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:18.84 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:18.84 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:18.84 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:18.841 (1ms) S [SKIPPED] [0.002 seconds] podman machine init C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:22 [It] machine init with rosetta=true C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:374

podman machine init

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:22

machine init with rosetta=false

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/init_test.go:419
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:18.841 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:18.841 (1ms)
→ Enter [It] machine init with rosetta=false - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:419 @ 07/23/24 14:52:18.841 [SKIPPED] Test is only for AppleHv In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 @ 07/23/24 14:52:18.842 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x1, {0x7ff6da21ba10, 0x18}) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 +0x5b github.com/containers/podman/v5/pkg/machine/e2e_test.init.func9.12() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:421 +0x46 ← Exit [It] machine init with rosetta=false - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:419 @ 07/23/24 14:52:18.842 (1ms)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:18.842 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:18.842 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:18.842 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:18.842 (1ms) S [SKIPPED] [0.002 seconds] podman machine init C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:22 [It] machine init with rosetta=false C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/init_test.go:419

podman machine set

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/set_test.go:15

set machine cpus, disk, memory

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/set_test.go:17
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:18.842 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:18.843 (1ms)
→ Enter [It] set machine cpus, disk, memory - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:17 @ 07/23/24 14:52:18.843 [SKIPPED] WSL cannot change set properties of disk, processor, or memory In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 @ 07/23/24 14:52:18.844 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x1, {0x7ff6da254e16, 0x3e}) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 +0x5b github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfWSL(...) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:265 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func15.1() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:18 +0x34 ← Exit [It] set machine cpus, disk, memory - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:17 @ 07/23/24 14:52:18.844 (1ms)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:18.844 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:18.844 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:18.844 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:18.844 (1ms) S [SKIPPED] [0.002 seconds] podman machine set C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:15 [It] set machine cpus, disk, memory C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:17

podman machine set

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/set_test.go:15

wsl cannot change disk, memory, processor

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/set_test.go:72
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:18.844 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:18.845 (1ms)
→ Enter [It] wsl cannot change disk, memory, processor - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:72 @ 07/23/24 14:52:18.845 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 2754d59f2084 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start 2754d59f2084 C> podman.exe machine set --memory 4096 2754d59f2084 Error: changing memory not supported for WSL machines C> podman.exe machine set --cpus 2 2754d59f2084 Error: changing CPUs not supported for WSL machines C> podman.exe machine set --disk-size 102 2754d59f2084 Error: changing disk size not supported for WSL machines ← Exit [It] wsl cannot change disk, memory, processor - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:72 @ 07/23/24 14:52:37.423 (18.574s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:37.423 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:37.423 (0s)
> Enter [DeferCleanup (Each)] podman machine set - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:52:37.423 C> podman.exe machine rm --force 2754d59f2084 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine set - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:52:37.768 (345ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:37.768 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:37.773 (5ms) + [18.924 seconds]

podman machine set

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/set_test.go:15

no settings should change if no flags

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/set_test.go:97
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:37.773 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:37.774 (1ms)
→ Enter [It] no settings should change if no flags - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:97 @ 07/23/24 14:52:37.774 [SKIPPED] WSL cannot change set properties of disk, processor, or memory In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 @ 07/23/24 14:52:37.774 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x1, {0x7ff6da254e16, 0x3e}) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:254 +0x5b github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfWSL(...) C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_test.go:265 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func15.3() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:98 +0x34 ← Exit [It] no settings should change if no flags - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:97 @ 07/23/24 14:52:37.774 (1ms)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:37.774 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:37.774 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:37.774 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:37.775 (1ms) S [SKIPPED] [0.002 seconds] podman machine set C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:15 [It] no settings should change if no flags C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:97

podman machine set

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/set_test.go:15

set rootful with docker sock change

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/set_test.go:132
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:37.775 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:37.776 (1ms)
→ Enter [It] set rootful with docker sock change - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:132 @ 07/23/24 14:52:37.776 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar ec22069b9f85 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... Machine init complete To start your machine run: podman machine start ec22069b9f85 C> podman.exe machine set --rootful ec22069b9f85 C> podman.exe machine start ec22069b9f85 Starting machine "ec22069b9f85" your 131072x1 screen size is bogus. expect trouble API forwarding listening on: npipe:////./pipe/docker_engine Docker API clients default to this address. You do not need to set DOCKER_HOST. Machine "ec22069b9f85" started successfully C> podman.exe machine inspect --format {{.Rootful}} ec22069b9f85 true C> podman.exe machine ssh ec22069b9f85 readlink /var/run/docker.sock /run/podman/podman.sock ← Exit [It] set rootful with docker sock change - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:132 @ 07/23/24 14:52:56.664 (18.884s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:56.664 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:56.664 (0s)
> Enter [DeferCleanup (Each)] podman machine set - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:52:56.664 C> podman.exe machine rm --force ec22069b9f85 The operation completed successfully. < Exit [DeferCleanup (Each)] podman machine set - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:52:58.605 (1.94s) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:58.605 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:58.61 (4ms) + [20.830 seconds]

podman machine set

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/set_test.go:15

set user mode networking

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/set_test.go:164
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:58.61 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:58.61 (1ms)
→ Enter [It] set user mode networking - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:164 @ 07/23/24 14:52:58.61 [SKIPPED] test fails bc usermode network needs plumbing for WSL In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:169 @ 07/23/24 14:52:58.61 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.init.func15.5() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:169 +0x67 ← Exit [It] set user mode networking - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:164 @ 07/23/24 14:52:58.61 (0s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:58.61 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:52:58.611 (1ms)
> Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:58.611 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:52:58.611 (1ms) S [SKIPPED] [0.002 seconds] podman machine set C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:15 [It] set user mode networking C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:164

podman machine set

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/set_test.go:15

set while machine already running

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/set_test.go:190
→ Enter [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:58.611 ← Exit [BeforeEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 14:52:58.612 (1ms)
→ Enter [It] set while machine already running - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:190 @ 07/23/24 14:52:58.612 C> podman.exe machine init --disk-size 11 --image C:\Users\ADMINI~1\AppData\Local\Temp\5.2-rootfs-amd64.tar 66f1df06c364 Importing operating system into WSL (this may take a few minutes on a new WSL install)... The operation completed successfully. Configuring system... A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. Error code: Wsl/Service/0x8007274c Error: could not create podman binding user service file for guest OS: command C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps\wsl.exe [-u root -d podman-66f1df06c364 sh -c cat > /home/user/.config/systemd/user/podman-mnt-bindings.service] failed: exit status 0xffffffff
[FAILED] Expected <int>: 125 to match exit code: <int>: 0 In [It] at: C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:195 @ 07/23/24 14:54:43.986 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.init.func15.6() C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:195 +0x18b
← Exit [It] set while machine already running - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:190 @ 07/23/24 14:54:43.986 (1m45.358s)
→ Enter [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:54:43.986 ← Exit [AfterEach] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 14:54:43.986 (0s)
> Enter [DeferCleanup (Each)] podman machine set - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:54:43.986 C> podman.exe machine rm --force 66f1df06c364 Error: 66f1df06c364: VM does not exist < Exit [DeferCleanup (Each)] podman machine set - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 14:54:44.125 (140ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:54:44.125 < Exit [DeferCleanup (Each)] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 14:54:44.13 (5ms) + [FAILED] [105.503 seconds] podman machine set C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:15 [It] set while machine already running C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:190

[SynchronizedAfterSuite]

C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo
/pkg/machine/e2e/machine_test.go:96
→ Enter [SynchronizedAfterSuite] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:96 @ 07/23/24 14:54:44.13 ← Exit [SynchronizedAfterSuite] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:96 @ 07/23/24 14:54:44.13 (0s)
→ Enter [SynchronizedAfterSuite] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:96 @ 07/23/24 14:54:44.13 run basic podman commands podman volume on non-standard path 0.000526 seconds podman machine set set user mode networking 0.000539 seconds run basic podman commands Volume should be disabled by command line 0.000553 seconds run basic podman commands Volume should be virtiofs 0.000565 seconds podman machine list list machine: check if running while starting 0.001069 seconds podman machine set set machine cpus, disk, memory 0.001070 seconds podman machine set no settings should change if no flags 0.001080 seconds podman machine init machine init with rosetta=false 0.001081 seconds podman machine init machine init with rosetta=true 0.001088 seconds podman machine init - windows only init should not should not overwrite existing HyperV vms 0.001102 seconds podman machine init machine init with cpus, disk size, memory, timezone 0.001108 seconds podman inspect stop inspect shows a unique socket name per machine 0.001117 seconds podman machine init machine init with volume 0.001195 seconds podman machine start bad start name 0.121936 seconds podman machine ssh bad machine name 0.124819 seconds podman machine stop stop bad name 0.133043 seconds podman machine rm bad init name 0.134639 seconds podman inspect stop inspect bad name 0.137018 seconds podman machine reset starting from scratch should not error 0.149255 seconds podman machine init bad init 1.160695 seconds podman machine list list machine in human-readable format 13.236779 seconds podman machine init simple init with username 13.376588 seconds podman machine list list machine in machine-readable byte format 13.666832 seconds podman machine rm Remove machine 13.764850 seconds podman machine list list machine 13.819074 seconds podman machine ssh ssh to non-running machine 13.957627 seconds podman machine rm machine rm --save-ignition --save-image 14.108276 seconds podman machine list list with --format 14.127090 seconds podman machine init simple init 14.212683 seconds podman inspect stop inspect with go format 14.276267 seconds podman machine init verify a podman 4 config does not break podman 5 14.328604 seconds podman machine rm Removing all machines doesn't delete ssh keys 14.375089 seconds podman machine init init should cleanup on failure 14.409507 seconds podman machine info machine info 14.486942 seconds podman machine reset reset machine with one defined machine 14.710236 seconds podman machine start start machine already started 16.703377 seconds podman machine ssh ssh to running machine and check os-type 17.475846 seconds podman machine init machine init rootful with docker.sock check 17.494584 seconds podman machine init machine init rootless docker.sock check 17.627691 seconds podman machine rm Remove running machine 18.098615 seconds podman machine init simple init with start 18.112825 seconds podman machine start start machine with conflict on SSH port 18.219026 seconds podman machine stop Stop running machine 18.276492 seconds podman machine set wsl cannot change disk, memory, processor 18.574853 seconds podman machine set set rootful with docker sock change 18.885653 seconds run basic podman commands Volume ops 19.550042 seconds run basic podman commands Podman ops with port forwarding and gvproxy 21.554302 seconds run basic podman commands Basic ops 21.764756 seconds podman machine proxy settings propagation ssh to running machine and check proxy settings 21.923926 seconds podman machine init - windows only init with user mode networking 24.284219 seconds podman machine start start simple machine 26.854456 seconds podman inspect stop inspect two machines 28.378307 seconds podman machine list list machines with quiet or noheading 28.592763 seconds podman machine init - windows only init should not overwrite existing WSL vms 32.454228 seconds podman machine start start two machines in parallel 34.488249 seconds podman machine reset reset with running machine and other machines idle 35.680721 seconds podman machine rm Remove machine sharing ssh key with another machine 37.813902 seconds podman machine start start only starts specified machine 45.416673 seconds podman machine set set while machine already running 105.358783 seconds ← Exit [SynchronizedAfterSuite] TOP-LEVEL - C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/machine_test.go:96 @ 07/23/24 14:54:44.13 (1ms)
[SynchronizedAfterSuite] PASSED [0.001 seconds]

Summarizing 1 Failure: [FAIL] podman machine set [It] set while machine already running C:/Users/Administrator/AppData/Local/cirrus-ci-build/repo/pkg/machine/e2e/set_test.go:195 Ran 46 of 59 Specs in 998.891 seconds FAIL! -- 45 Passed | 1 Failed | 0 Pending | 13 Skipped --- FAIL: TestMachine (998.89s) FAIL Ginkgo ran 1 suite in 17m43.5135916s Test Suite Failed

Processed Tue Jul 23 14:54:44 2024 by C:\Users\Administrator\AppData\Local\cirrus-ci-build\repo\contrib\cirrus\logformatter v0.3