Synopsis


GitHub PR:22726 - DO NOT MERGE: set up a local registry, cache images
Test name:machine-linux podman fedora-40-aarch64 rootless host sqlite
Cirrus:Build 5329010362679296 / Task 6629352866054144
Logs:main / journal
Base commit:5e27243935fdef80df5a54be5559aa0bfd18b39c

 
[12:10:20] START - All [+xxxx] lines that follow are relative to 2024-06-26T12:10:20Z.
[+0000s] + make localmachine  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:431 in _run_machine-linux()
[+0004s] # gitCommit needed by logformatter, to link to sources
         /define.gitCommit=2d2dbb5c21411db2a94693abf36b89a5b33a5658
         make ginkgo-run GINKGO_PARALLEL=n TAGS="remote exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp" GINKGO_FLAKE_ATTEMPTS=0 FOCUS_FILE= GINKGOWHAT=pkg/machine/e2e/.
         make[1]: Entering directory '/var/tmp/go/src/github.com/containers/podman'
         make -C test/tools build/ginkgo
         make[2]: Entering directory '/var/tmp/go/src/github.com/containers/podman/test/tools'
[+0005s] go build -o build/ginkgo ./vendor/github.com/onsi/ginkgo/v2/ginkgo
[+0015s] make[2]: Leaving directory '/var/tmp/go/src/github.com/containers/podman/test/tools'
         ./test/tools/build/ginkgo version
         Ginkgo Version 2.19.0
         ./test/tools/build/ginkgo -vv  --tags "remote exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp remote" -timeout=90m --flake-attempts 0 \
         	--trace --no-color \
         	--json-report ginkgo-e2e.json   \
         	 pkg/machine/e2e/.
[+0073s] Running Suite: Podman Machine tests - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e
         ==================================================================================================
         Random Seed: 1719403835
         
         Will run 55 of 55 specs

[+0073s] 

[BeforeSuite]

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:53
→ Enter [BeforeSuite] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:53 @ 06/26/24 12:11:33.38 Looking up Podman Machine image at quay.io/podman/machine-os:5.2 to create VM Getting image source signatures Copying blob sha256:54d44d6d25cf3a6c611e4d8d4ac1f8de205ad7b5b48be5f39dc3346eb475f152 [+0075s] Copying config sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a Writing manifest to image destination 54d44d6d25cf3a6c611e4d8d4ac1f8de205ad7b5b48be5f39dc3346eb475f152 [+0080s] ← Exit [BeforeSuite] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:53 @ 06/26/24 12:11:40.358 (6.978s)
[BeforeSuite] PASSED [6.978 seconds]

[+0080s] 

podman machine start

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:16

start simple machine

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:28
→ Enter [BeforeEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:21 @ 06/26/24 12:11:40.359 ← Exit [BeforeEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:21 @ 06/26/24 12:11:40.359 (0s)
→ Enter [It] start simple machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:28 @ 06/26/24 12:11:40.359 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 dc716eaffc9f [+0085s] Image resized. Machine init complete To start your machine run: podman machine start dc716eaffc9f /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start dc716eaffc9f Starting machine "dc716eaffc9f" [+0111s] 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 dc716eaffc9f [+0112s] Mounting volume... /tmp/podman_test1877311674:/tmp/podman_test1877311674 [+0113s] API forwarding listening on: /tmp/podman_test1877311674/podman/dc716eaffc9f-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test1877311674/podman/dc716eaffc9f-api.sock' Machine "dc716eaffc9f" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect dc716eaffc9f [ { "ConfigDir": { "Path": "/tmp/podman_test1877311674/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test1877311674/podman/dc716eaffc9f-api.sock" }, "PodmanPipe": null }, "Created": "2024-06-26T12:11:40.416376988Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "dc716eaffc9f", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test1877311674/.local/share/containers/podman/machine/machine", "Port": 45435, "RemoteUsername": "core" }, "State": "running", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop dc716eaffc9f Waiting for VM to exit... [+0114s] Machine "dc716eaffc9f" stopped successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start dc716eaffc9f --no-info Starting machine "dc716eaffc9f" [+0136s] Mounting volume... /tmp/podman_test1877311674:/tmp/podman_test1877311674 Machine "dc716eaffc9f" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop dc716eaffc9f Waiting for VM to exit... [+0137s] Machine "dc716eaffc9f" stopped successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start dc716eaffc9f --quiet [+0159s] Machine "dc716eaffc9f" started successfully ← Exit [It] start simple machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:28 @ 06/26/24 12:12:59.651 (1m19.293s)
→ Enter [AfterEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:24 @ 06/26/24 12:12:59.651 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force dc716eaffc9f Waiting for VM to exit... [+0160s] ← Exit [AfterEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:24 @ 06/26/24 12:13:00.918 (1.267s)
• [80.560 seconds]

[+0160s] 

podman machine start

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:16

bad start name

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:64
→ Enter [BeforeEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:21 @ 06/26/24 12:13:00.919 ← Exit [BeforeEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:21 @ 06/26/24 12:13:00.919 (0s)
→ Enter [It] bad start name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:64 @ 06/26/24 12:13:00.919 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist ← Exit [It] bad start name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:64 @ 06/26/24 12:13:00.95 (32ms)
→ Enter [AfterEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:24 @ 06/26/24 12:13:00.95 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist ← Exit [AfterEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:24 @ 06/26/24 12:13:00.982 (31ms)
• [0.063 seconds]

[+0160s] 

podman machine start

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:16

start machine already started

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:73
→ Enter [BeforeEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:21 @ 06/26/24 12:13:00.982 ← Exit [BeforeEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:21 @ 06/26/24 12:13:00.982 (0s)
→ Enter [It] start machine already started - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:73 @ 06/26/24 12:13:00.982 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 45f469f5e011 [+0165s] Image resized. Machine init complete To start your machine run: podman machine start 45f469f5e011 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 45f469f5e011 Starting machine "45f469f5e011" [+0189s] 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 45f469f5e011 [+0190s] Mounting volume... /tmp/podman_test388738531:/tmp/podman_test388738531 API forwarding listening on: /tmp/podman_test388738531/podman/45f469f5e011-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test388738531/podman/45f469f5e011-api.sock' Machine "45f469f5e011" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 45f469f5e011 [ { "ConfigDir": { "Path": "/tmp/podman_test388738531/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test388738531/podman/45f469f5e011-api.sock" }, "PodmanPipe": null }, "Created": "2024-06-26T12:13:01.006580925Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "45f469f5e011", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test388738531/.local/share/containers/podman/machine/machine", "Port": 42359, "RemoteUsername": "core" }, "State": "running", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 45f469f5e011 Starting machine "45f469f5e011" Error: unable to start "45f469f5e011": machine 45f469f5e011: VM already running or starting ← Exit [It] start machine already started - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:73 @ 06/26/24 12:13:30.845 (29.863s)
→ Enter [AfterEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:24 @ 06/26/24 12:13:30.845 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 45f469f5e011 Waiting for VM to exit... [+0192s] ← Exit [AfterEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:24 @ 06/26/24 12:13:32.131 (1.287s)
• [31.150 seconds]

[+0192s] 

podman machine start

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:16

start machine with conflict on SSH port

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:94
→ Enter [BeforeEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:21 @ 06/26/24 12:13:32.131 ← Exit [BeforeEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:21 @ 06/26/24 12:13:32.131 (0s)
→ Enter [It] start machine with conflict on SSH port - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:94 @ 06/26/24 12:13:32.131 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 91d2c85bbe66 [+0196s] Image resized. Machine init complete To start your machine run: podman machine start 91d2c85bbe66 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.SSHConfig.Port}} 91d2c85bbe66 40389 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote system connection list --format {{.URI}} ssh://core@127.0.0.1:40389/run/user/4510/podman/podman.sock ssh://root@127.0.0.1:40389/run/podman/podman.sock /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 91d2c85bbe66 Starting machine "91d2c85bbe66" time="2024-06-26T12:13:36Z" level=warning msg="detected port conflict on machine ssh port [40389], reassigning" [+0220s] 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 91d2c85bbe66 [+0221s] Mounting volume... /tmp/podman_test3303845505:/tmp/podman_test3303845505 [+0222s] API forwarding listening on: /tmp/podman_test3303845505/podman/91d2c85bbe66-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test3303845505/podman/91d2c85bbe66-api.sock' Machine "91d2c85bbe66" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.SSHConfig.Port}} 91d2c85bbe66 40875 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote system connection list --format {{.URI}} ssh://core@127.0.0.1:40875/run/user/4510/podman/podman.sock ssh://root@127.0.0.1:40875/run/podman/podman.sock ← Exit [It] start machine with conflict on SSH port - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:94 @ 06/26/24 12:14:02.127 (29.995s)
→ Enter [AfterEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:24 @ 06/26/24 12:14:02.127 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 91d2c85bbe66 Waiting for VM to exit... [+0223s] ← Exit [AfterEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:24 @ 06/26/24 12:14:03.413 (1.287s)
• [31.282 seconds]

[+0223s] 

podman machine start

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:16

start only starts specified machine

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:143
→ Enter [BeforeEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:21 @ 06/26/24 12:14:03.413 ← Exit [BeforeEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:21 @ 06/26/24 12:14:03.413 (0s)
→ Enter [It] start only starts specified machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:143 @ 06/26/24 12:14:03.414 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 d18cc51a9bab [+0227s] Image resized. Machine init complete To start your machine run: podman machine start d18cc51a9bab [+0228s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 64012bc5fddb [+0232s] Image resized. Machine init complete To start your machine run: podman machine start 64012bc5fddb /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start d18cc51a9bab Starting machine "d18cc51a9bab" [+0255s] 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 d18cc51a9bab [+0257s] Mounting volume... /tmp/podman_test3532494738:/tmp/podman_test3532494738 API forwarding listening on: /tmp/podman_test3532494738/podman/d18cc51a9bab-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test3532494738/podman/d18cc51a9bab-api.sock' Machine "d18cc51a9bab" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.State}} d18cc51a9bab running /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.State}} 64012bc5fddb stopped ← Exit [It] start only starts specified machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:143 @ 06/26/24 12:14:37.688 (34.275s)
→ Enter [AfterEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:24 @ 06/26/24 12:14:37.688 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force d18cc51a9bab Waiting for VM to exit... [+0258s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 64012bc5fddb [+0259s] ← Exit [AfterEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:24 @ 06/26/24 12:14:39.228 (1.54s)
• [35.815 seconds]

[+0259s] 

podman machine start

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:16

start two machines in parallel

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:176
→ Enter [BeforeEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:21 @ 06/26/24 12:14:39.228 ← Exit [BeforeEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:21 @ 06/26/24 12:14:39.228 (0s)
→ Enter [It] start two machines in parallel - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:176 @ 06/26/24 12:14:39.228 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 m1-351390de0544 [+0263s] Image resized. Machine init complete To start your machine run: podman machine start m1-351390de0544 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 m2-4c0407d552b8 [+0268s] Image resized. Machine init complete To start your machine run: podman machine start m2-4c0407d552b8 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start m1-351390de0544 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start m2-4c0407d552b8 Starting machine "m2-4c0407d552b8" Starting machine "m1-351390de0544" [+0292s] 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-4c0407d552b8 [+0293s] Mounting volume... /tmp/podman_test1021955210:/tmp/podman_test1021955210 API forwarding listening on: /tmp/podman_test1021955210/podman/m2-4c0407d552b8-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test1021955210/podman/m2-4c0407d552b8-api.sock' Machine "m2-4c0407d552b8" started successfully Error: unable to start "m1-351390de0544": machine m2-4c0407d552b8: VM already running or starting ← Exit [It] start two machines in parallel - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:176 @ 06/26/24 12:15:13.831 (34.602s)
→ Enter [AfterEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:24 @ 06/26/24 12:15:13.831 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force m1-351390de0544 [+0294s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force m2-4c0407d552b8 Waiting for VM to exit... [+0295s] ← Exit [AfterEach] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:24 @ 06/26/24 12:15:15.371 (1.541s)
• [36.143 seconds]

[+0295s] 

run basic podman commands

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:20

Basic ops

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:33
→ Enter [BeforeEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:26 @ 06/26/24 12:15:15.372 ← Exit [BeforeEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:26 @ 06/26/24 12:15:15.372 (0s)
→ Enter [It] Basic ops - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:33 @ 06/26/24 12:15:15.372 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --now 0bde03c38537 [+0299s] Image resized. Machine init complete Starting machine "0bde03c38537" [+0324s] 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 0bde03c38537 [+0325s] Mounting volume... /tmp/podman_test461158632:/tmp/podman_test461158632 API forwarding listening on: /tmp/podman_test461158632/podman/0bde03c38537-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test461158632/podman/0bde03c38537-api.sock' Machine "0bde03c38537" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r images -q [+0326s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -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 WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64) ecea49d99daa5bd62ebaef1338f6bc4c948bf2651b139160404f9c1c48fcd85c [+0327s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r run quay.io/libpod/alpine_nginx cat /etc/os-release WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64) 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/" /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r build /tmp/ginkgo1280671263 STEP 1/2: FROM quay.io/libpod/alpine_nginx WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64) STEP 2/2: RUN ip addr [+0328s] 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: enp0s1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 65520 qdisc fq_codel state UNKNOWN qlen 1000 link/ether 1e:42:fd:c4:37:c6 brd ff:ff:ff:ff:ff:ff inet 192.168.127.2/24 brd 192.168.127.255 scope global noprefixroute enp0s1 valid_lft forever preferred_lft forever inet6 fe80::1c42:fdff:fec4:37c6/64 scope link tentative valid_lft forever preferred_lft forever COMMIT time="2024-06-26T12:15:47Z" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format" --> 8eb216017b15 8eb216017b1524457cb3072f0483c184dfe234d6b9a3351636574584f21c7fed /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r rm -a 46e0a1545fec62904a4effc5fa99076e6fc7f2216947b0476373c343c4ec7260 ← Exit [It] Basic ops - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:33 @ 06/26/24 12:15:48.434 (33.062s)
→ Enter [AfterEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:29 @ 06/26/24 12:15:48.434 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 0bde03c38537 Waiting for VM to exit... [+0330s] ← Exit [AfterEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:29 @ 06/26/24 12:15:50.227 (1.792s)
> Enter [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 06/26/24 12:15:50.227 < Exit [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 06/26/24 12:15:50.227 (0s) • [34.855 seconds]

[+0330s] 

run basic podman commands

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:20

Volume ops

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:73
→ Enter [BeforeEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:26 @ 06/26/24 12:15:50.227 ← Exit [BeforeEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:26 @ 06/26/24 12:15:50.227 (0s)
→ Enter [It] Volume ops - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:73 @ 06/26/24 12:15:50.227 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --volume /tmp/ginkgo316237251 --now 827913ef128a [+0334s] Image resized. Machine init complete Starting machine "827913ef128a" [+0358s] 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 827913ef128a [+0359s] Mounting volume... /tmp/ginkgo316237251:/tmp/ginkgo316237251 [+0360s] API forwarding listening on: /tmp/podman_test1225151273/podman/827913ef128a-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test1225151273/podman/827913ef128a-api.sock' Machine "827913ef128a" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r run -v /tmp/ginkgo316237251:/test:Z quay.io/libpod/alpine_nginx ls /test/attr-test-file Trying to pull quay.io/libpod/alpine_nginx:latest... [+0361s] Getting image source signatures Copying blob sha256:71895e83ea49901b7b752bbf3ca19a54148a5f4ab5fdff3dca9bcd59d44c59e3 Copying blob sha256:d2c7362ca710ad35a846a34571a7c3450ea3cce04efcbcb4d3af276eda154ade Copying blob sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 Copying config sha256:ecea49d99daa5bd62ebaef1338f6bc4c948bf2651b139160404f9c1c48fcd85c Writing manifest to image destination WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64) /test/attr-test-file [+0362s] ← Exit [It] Volume ops - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:73 @ 06/26/24 12:16:22.143 (31.916s)
→ Enter [AfterEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:29 @ 06/26/24 12:16:22.143 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 827913ef128a Waiting for VM to exit... [+0363s] ← Exit [AfterEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:29 @ 06/26/24 12:16:23.935 (1.792s)
> Enter [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 06/26/24 12:16:23.935 < Exit [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 06/26/24 12:16:23.935 (0s) • [33.708 seconds]

[+0363s] 

run basic podman commands

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:20

Volume should be virtiofs

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:104
→ Enter [BeforeEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:26 @ 06/26/24 12:16:23.935 ← Exit [BeforeEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:26 @ 06/26/24 12:16:23.935 (0s)
→ Enter [It] Volume should be virtiofs - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:104 @ 06/26/24 12:16:23.935 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --volume /tmp/ginkgo3509289719 --now d9ee5a9e60f6 [+0368s] Image resized. Machine init complete Starting machine "d9ee5a9e60f6" [+0392s] 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 d9ee5a9e60f6 [+0393s] Mounting volume... /tmp/ginkgo3509289719:/tmp/ginkgo3509289719 [+0394s] API forwarding listening on: /tmp/podman_test3220611780/podman/d9ee5a9e60f6-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test3220611780/podman/d9ee5a9e60f6-api.sock' Machine "d9ee5a9e60f6" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh d9ee5a9e60f6 findmnt -no FSTYPE /tmp/ginkgo3509289719 virtiofs ← Exit [It] Volume should be virtiofs - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:104 @ 06/26/24 12:16:54.555 (30.619s)
→ Enter [AfterEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:29 @ 06/26/24 12:16:54.555 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force d9ee5a9e60f6 Waiting for VM to exit... [+0395s] ← Exit [AfterEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:29 @ 06/26/24 12:16:55.841 (1.286s)
> Enter [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 06/26/24 12:16:55.841 < Exit [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 06/26/24 12:16:55.841 (0s) • [31.906 seconds]

[+0395s] 

run basic podman commands

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:20

Podman ops with port forwarding and gvproxy

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:131
→ Enter [BeforeEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:26 @ 06/26/24 12:16:55.841 ← Exit [BeforeEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:26 @ 06/26/24 12:16:55.841 (0s)
→ Enter [It] Podman ops with port forwarding and gvproxy - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:131 @ 06/26/24 12:16:55.841 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --now c34224cf9240 [+0400s] Image resized. Machine init complete Starting machine "c34224cf9240" [+0424s] 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 c34224cf9240 [+0426s] Mounting volume... /tmp/podman_test1403238898:/tmp/podman_test1403238898 API forwarding listening on: /tmp/podman_test1403238898/podman/c34224cf9240-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test1403238898/podman/c34224cf9240-api.sock' Machine "c34224cf9240" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r run -dt --name test -p 62544:80 quay.io/libpod/alpine_nginx Trying to pull quay.io/libpod/alpine_nginx:latest... [+0427s] Getting image source signatures Copying blob sha256:71895e83ea49901b7b752bbf3ca19a54148a5f4ab5fdff3dca9bcd59d44c59e3 Copying blob sha256:d2c7362ca710ad35a846a34571a7c3450ea3cce04efcbcb4d3af276eda154ade Copying blob sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 Copying config sha256:ecea49d99daa5bd62ebaef1338f6bc4c948bf2651b139160404f9c1c48fcd85c Writing manifest to image destination WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64) f05a5ff7c62f67ee9e293ada7fbc6244878c80567c1e4aad4ff5a096c9c758df [+0428s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r exec test true /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r rm -af f05a5ff7c62f67ee9e293ada7fbc6244878c80567c1e4aad4ff5a096c9c758df /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop c34224cf9240 Waiting for VM to exit... [+0430s] Machine "c34224cf9240" stopped successfully ← Exit [It] Podman ops with port forwarding and gvproxy - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:131 @ 06/26/24 12:17:30.502 (34.661s)
→ Enter [AfterEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:29 @ 06/26/24 12:17:30.503 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force c34224cf9240 ← Exit [AfterEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:29 @ 06/26/24 12:17:30.787 (284ms)
• [34.945 seconds]

[+0430s] 

run basic podman commands

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:20

podman volume on non-standard path

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:169
→ Enter [BeforeEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:26 @ 06/26/24 12:17:30.787 ← Exit [BeforeEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:26 @ 06/26/24 12:17:30.787 (0s)
→ Enter [It] podman volume on non-standard path - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:169 @ 06/26/24 12:17:30.787 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --volume /tmp/machine-volume3350656060:/does/not/exist --now e6ce1c4c143e [+0435s] Image resized. Machine init complete Starting machine "e6ce1c4c143e" [+0458s] 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 e6ce1c4c143e [+0460s] Mounting volume... /tmp/machine-volume3350656060:/does/not/exist API forwarding listening on: /tmp/podman_test692939741/podman/e6ce1c4c143e-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test692939741/podman/e6ce1c4c143e-api.sock' Machine "e6ce1c4c143e" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh e6ce1c4c143e cat /does/not/exist/testfile [+0461s] abcdefg1234567 < Exit [It] podman volume on non-standard path - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:169 @ 06/26/24 12:18:01.021 (30.234s)
→ Enter [AfterEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:29 @ 06/26/24 12:18:01.021 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force e6ce1c4c143e Waiting for VM to exit... [+0462s] ← Exit [AfterEach] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:29 @ 06/26/24 12:18:02.308 (1.287s)
• [31.522 seconds]

[+0462s] 

podman machine stop

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:12

stop bad name

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:25
→ Enter [BeforeEach] podman machine stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:18 @ 06/26/24 12:18:02.309 ← Exit [BeforeEach] podman machine stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:18 @ 06/26/24 12:18:02.309 (0s)
→ Enter [It] stop bad name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:25 @ 06/26/24 12:18:02.309 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist ← Exit [It] stop bad name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:25 @ 06/26/24 12:18:02.34 (31ms)
→ Enter [AfterEach] podman machine stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:21 @ 06/26/24 12:18:02.34 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist ← Exit [AfterEach] podman machine stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:21 @ 06/26/24 12:18:02.361 (21ms)
• [0.052 seconds]

[+0462s] 

podman machine stop

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:12

Stop running machine

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:33
→ Enter [BeforeEach] podman machine stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:18 @ 06/26/24 12:18:02.361 ← Exit [BeforeEach] podman machine stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:18 @ 06/26/24 12:18:02.361 (0s)
→ Enter [It] Stop running machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:33 @ 06/26/24 12:18:02.361 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --now e45ee263a4e2 [+0466s] Image resized. Machine init complete Starting machine "e45ee263a4e2" [+0490s] 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 e45ee263a4e2 [+0491s] Mounting volume... /tmp/podman_test2692383567:/tmp/podman_test2692383567 [+0492s] API forwarding listening on: /tmp/podman_test2692383567/podman/e45ee263a4e2-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test2692383567/podman/e45ee263a4e2-api.sock' Machine "e45ee263a4e2" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop e45ee263a4e2 Waiting for VM to exit... [+0493s] Machine "e45ee263a4e2" stopped successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop e45ee263a4e2 Machine "e45ee263a4e2" stopped successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.LastUp.Format "2006-01-02T15:04:05Z07:00"}} e45ee263a4e2 2024-06-26T12:18:33Z ← Exit [It] Stop running machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:33 @ 06/26/24 12:18:33.365 (31.004s)
→ Enter [AfterEach] podman machine stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:21 @ 06/26/24 12:18:33.365 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force e45ee263a4e2 ← Exit [AfterEach] podman machine stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:21 @ 06/26/24 12:18:33.649 (284ms)
• [31.288 seconds]

[+0493s] 

podman machine reset

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:9

starting from scratch should not error

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:22
→ Enter [BeforeEach] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:15 @ 06/26/24 12:18:33.649 ← Exit [BeforeEach] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:15 @ 06/26/24 12:18:33.649 (0s)
→ Enter [It] starting from scratch should not error - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:22 @ 06/26/24 12:18:33.649 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine reset --force ← Exit [It] starting from scratch should not error - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:22 @ 06/26/24 12:18:33.68 (31ms)
→ Enter [AfterEach] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:18 @ 06/26/24 12:18:33.68 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 718c064fbed4 Error: 718c064fbed4: VM does not exist ← Exit [AfterEach] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:18 @ 06/26/24 12:18:33.702 (22ms)
• [0.053 seconds]

[+0493s] 

podman machine reset

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:9

reset machine with one defined machine

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:29
→ Enter [BeforeEach] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:15 @ 06/26/24 12:18:33.702 ← Exit [BeforeEach] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:15 @ 06/26/24 12:18:33.702 (0s)
→ Enter [It] reset machine with one defined machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:29 @ 06/26/24 12:18:33.702 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 4cb911c8b721 [+0498s] Image resized. Machine init complete To start your machine run: podman machine start 4cb911c8b721 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --noheading 4cb911c8b721* qemu 4 seconds ago Never 32 2GiB 11GiB /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine reset --force /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --noheading ← Exit [It] reset machine with one defined machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:29 @ 06/26/24 12:18:38.632 (4.93s)
→ Enter [AfterEach] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:18 @ 06/26/24 12:18:38.632 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 4cb911c8b721 Error: 4cb911c8b721: VM does not exist ← Exit [AfterEach] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:18 @ 06/26/24 12:18:38.653 (21ms)
• [4.951 seconds]

[+0498s] 

podman machine reset

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:9

reset with running machine and other machines idle

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:53
→ Enter [BeforeEach] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:15 @ 06/26/24 12:18:38.653 ← Exit [BeforeEach] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:15 @ 06/26/24 12:18:38.653 (0s)
→ Enter [It] reset with running machine and other machines idle - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:53 @ 06/26/24 12:18:38.653 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --now 0bc5ae7ae889 [+0503s] Image resized. Machine init complete Starting machine "0bc5ae7ae889" [+0527s] 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 0bc5ae7ae889 [+0528s] Mounting volume... /tmp/podman_test1336027834:/tmp/podman_test1336027834 API forwarding listening on: /tmp/podman_test1336027834/podman/0bc5ae7ae889-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test1336027834/podman/0bc5ae7ae889-api.sock' Machine "0bc5ae7ae889" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --noheading [+0529s] 0bc5ae7ae889* qemu 30 seconds ago Currently running 32 2GiB 11GiB /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 060e406a8e79 [+0533s] Image resized. Machine init complete To start your machine run: podman machine start 060e406a8e79 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --noheading 0bc5ae7ae889* qemu 34 seconds ago Currently running 32 2GiB 11GiB 060e406a8e79 qemu 4 seconds ago Never 32 2GiB 11GiB /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine reset --force Waiting for VM to exit... [+0535s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --noheading ← Exit [It] reset with running machine and other machines idle - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:53 @ 06/26/24 12:19:15.64 (36.987s)
→ Enter [AfterEach] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:18 @ 06/26/24 12:19:15.64 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 0bc5ae7ae889 Error: 0bc5ae7ae889: VM does not exist /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 060e406a8e79 Error: 060e406a8e79: VM does not exist ← Exit [AfterEach] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:18 @ 06/26/24 12:19:15.683 (42ms)
• [37.029 seconds]

[+0535s] 

podman machine ssh

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:10

bad machine name

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:23
→ Enter [BeforeEach] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:16 @ 06/26/24 12:19:15.683 ← Exit [BeforeEach] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:16 @ 06/26/24 12:19:15.683 (0s)
→ Enter [It] bad machine name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:23 @ 06/26/24 12:19:15.683 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 560ff2086f04 Error: vm podman-machine-default not found: podman-machine-default: VM does not exist ← Exit [It] bad machine name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:23 @ 06/26/24 12:19:15.704 (21ms)
→ Enter [AfterEach] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:19 @ 06/26/24 12:19:15.704 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 560ff2086f04 Error: 560ff2086f04: VM does not exist ← Exit [AfterEach] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:19 @ 06/26/24 12:19:15.725 (21ms)
• [0.042 seconds]

[+0535s] 

podman machine ssh

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:10

ssh to non-running machine

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:32
→ Enter [BeforeEach] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:16 @ 06/26/24 12:19:15.725 ← Exit [BeforeEach] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:16 @ 06/26/24 12:19:15.725 (0s)
→ Enter [It] ssh to non-running machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:32 @ 06/26/24 12:19:15.725 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 2e8b3eede8d1 [+0540s] Image resized. Machine init complete To start your machine run: podman machine start 2e8b3eede8d1 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 2e8b3eede8d1 Error: vm "2e8b3eede8d1" is not running ← Exit [It] ssh to non-running machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:32 @ 06/26/24 12:19:20.269 (4.544s)
→ Enter [AfterEach] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:19 @ 06/26/24 12:19:20.269 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 2e8b3eede8d1 ← Exit [AfterEach] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:19 @ 06/26/24 12:19:20.543 (274ms)
• [4.818 seconds]

[+0540s] 

podman machine ssh

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:10

ssh to running machine and check os-type

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:46
→ Enter [BeforeEach] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:16 @ 06/26/24 12:19:20.543 ← Exit [BeforeEach] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:16 @ 06/26/24 12:19:20.544 (0s)
→ Enter [It] ssh to running machine and check os-type - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:46 @ 06/26/24 12:19:20.544 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --now 2c38fa53d8ad [+0545s] Image resized. Machine init complete Starting machine "2c38fa53d8ad" [+0568s] 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 2c38fa53d8ad [+0569s] Mounting volume... /tmp/podman_test411685836:/tmp/podman_test411685836 [+0570s] API forwarding listening on: /tmp/podman_test411685836/podman/2c38fa53d8ad-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test411685836/podman/2c38fa53d8ad-api.sock' Machine "2c38fa53d8ad" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 2c38fa53d8ad cat /etc/os-release NAME="Fedora Linux" VERSION="40.20240519.2.0 (CoreOS)" ID=fedora VERSION_ID=40 VERSION_CODENAME="" PLATFORM_ID="platform:f40" PRETTY_NAME="Fedora CoreOS 40.20240519.2.0" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:40" HOME_URL="https://getfedora.org/coreos/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora-coreos/" SUPPORT_URL="https://github.com/coreos/fedora-coreos-tracker/" BUG_REPORT_URL="https://github.com/coreos/fedora-coreos-tracker/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=40 REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=40 SUPPORT_END=2025-05-13 VARIANT="CoreOS" VARIANT_ID=coreos OSTREE_VERSION='40.20240519.2.0' /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 2c38fa53d8ad false ← Exit [It] ssh to running machine and check os-type - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:46 @ 06/26/24 12:19:50.74 (30.196s)
→ Enter [AfterEach] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:19 @ 06/26/24 12:19:50.74 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 2c38fa53d8ad Waiting for VM to exit... [+0572s] ← Exit [AfterEach] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:19 @ 06/26/24 12:19:52.026 (1.286s)
• [31.483 seconds]

[+0572s] 

podman inspect stop

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:13

inspect bad name

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:26
→ Enter [BeforeEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:19 @ 06/26/24 12:19:52.026 ← Exit [BeforeEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:19 @ 06/26/24 12:19:52.026 (0s)
→ Enter [It] inspect bad name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:26 @ 06/26/24 12:19:52.026 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ [] Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist ← Exit [It] inspect bad name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:26 @ 06/26/24 12:19:52.058 (32ms)
→ Enter [AfterEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:22 @ 06/26/24 12:19:52.058 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist ← Exit [AfterEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:22 @ 06/26/24 12:19:52.08 (21ms)
• [0.053 seconds]

[+0572s] 

podman inspect stop

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:13

inspect two machines

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:34
→ Enter [BeforeEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:19 @ 06/26/24 12:19:52.08 ← Exit [BeforeEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:19 @ 06/26/24 12:19:52.08 (0s)
→ Enter [It] inspect two machines - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:34 @ 06/26/24 12:19:52.08 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 foo1 [+0576s] Image resized. Machine init complete To start your machine run: podman machine start foo1 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 foo2 [+0581s] Image resized. Machine init complete To start your machine run: podman machine start foo2 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.Name}} foo1 foo1 ← Exit [It] inspect two machines - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:34 @ 06/26/24 12:20:01.169 (9.089s)
→ Enter [AfterEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:22 @ 06/26/24 12:20:01.169 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foo1 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foo2 ← Exit [AfterEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:22 @ 06/26/24 12:20:01.707 (538ms)
• [9.627 seconds]

[+0581s] 

podman inspect stop

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:13

inspect with go format

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:53
→ Enter [BeforeEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:19 @ 06/26/24 12:20:01.707 ← Exit [BeforeEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:19 @ 06/26/24 12:20:01.707 (0s)
→ Enter [It] inspect with go format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:53 @ 06/26/24 12:20:01.707 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 bef8290cee05 [+0586s] Image resized. Machine init complete To start your machine run: podman machine start bef8290cee05 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect bef8290cee05 [ { "ConfigDir": { "Path": "/tmp/podman_test139045937/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test139045937/podman/bef8290cee05-api.sock" }, "PodmanPipe": null }, "Created": "2024-06-26T12:20:01.731008658Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "bef8290cee05", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test139045937/.local/share/containers/podman/machine/machine", "Port": 35335, "RemoteUsername": "core" }, "State": "stopped", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.Name}} bef8290cee05 bef8290cee05 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.Abcde}} bef8290cee05 Error: template: inspect:1:13: executing "inspect" at <.Abcde>: can't evaluate field Abcde in type machine.InspectInfo ← Exit [It] inspect with go format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:53 @ 06/26/24 12:20:06.314 (4.607s)
→ Enter [AfterEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:22 @ 06/26/24 12:20:06.314 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force bef8290cee05 ← Exit [AfterEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:22 @ 06/26/24 12:20:06.599 (284ms)
• [4.892 seconds]

[+0586s] 

podman inspect stop

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:13

inspect shows a unique socket name per machine

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:93
→ Enter [BeforeEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:19 @ 06/26/24 12:20:06.599 ← Exit [BeforeEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:19 @ 06/26/24 12:20:06.599 (0s)
→ Enter [It] inspect shows a unique socket name per machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:93 @ 06/26/24 12:20:06.599 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 e642bb6543fb [+0591s] Image resized. Machine init complete To start your machine run: podman machine start e642bb6543fb /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect e642bb6543fb [ { "ConfigDir": { "Path": "/tmp/podman_test2525079303/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test2525079303/podman/e642bb6543fb-api.sock" }, "PodmanPipe": null }, "Created": "2024-06-26T12:20:06.62334274Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "e642bb6543fb", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test2525079303/.local/share/containers/podman/machine/machine", "Port": 44949, "RemoteUsername": "core" }, "State": "stopped", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 01264e6aad5d [+0595s] Image resized. Machine init complete To start your machine run: podman machine start 01264e6aad5d /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 01264e6aad5d [ { "ConfigDir": { "Path": "/tmp/podman_test2525079303/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test2525079303/podman/01264e6aad5d-api.sock" }, "PodmanPipe": null }, "Created": "2024-06-26T12:20:11.183967559Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "01264e6aad5d", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test2525079303/.local/share/containers/podman/machine/machine", "Port": 44877, "RemoteUsername": "core" }, "State": "stopped", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] ← Exit [It] inspect shows a unique socket name per machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:93 @ 06/26/24 12:20:15.677 (9.078s)
→ Enter [AfterEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:22 @ 06/26/24 12:20:15.678 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force e642bb6543fb /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 01264e6aad5d [+0596s] ← Exit [AfterEach] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:22 @ 06/26/24 12:20:16.217 (539ms)
• [9.618 seconds]

[+0596s] 

podman machine set

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:15

set machine cpus, disk, memory

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:28
→ Enter [BeforeEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:21 @ 06/26/24 12:20:16.217 ← Exit [BeforeEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:21 @ 06/26/24 12:20:16.217 (0s)
→ Enter [It] set machine cpus, disk, memory - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:28 @ 06/26/24 12:20:16.217 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 3d1ac09e2a72 [+0600s] Image resized. Machine init complete To start your machine run: podman machine start 3d1ac09e2a72 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine set --cpus 2 --disk-size 102 --memory 4096 3d1ac09e2a72 Image resized. /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine set --cpus 2 --disk-size 5 --memory 4096 3d1ac09e2a72 Error: new disk size must be larger than 102 GB /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 3d1ac09e2a72 Starting machine "3d1ac09e2a72"
[+0840s] [FAILED] Timed out after 240.001s. Expected process to exit. It did not. In [It] at: /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:56 @ 06/26/24 12:24:20.795 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.(*machineSession).waitWithTimeout(0x400019e5b0, 0x37e11d6000) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:56 +0xc8 github.com/containers/podman/v5/pkg/machine/e2e_test.runWrapper({0x40004d21c0, 0x3e}, {0x4000209cc0, 0x3, 0x4}, 0x37e11d6000, 0x1) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:175 +0x2f0 github.com/containers/podman/v5/pkg/machine/e2e_test.(*machineTestBuilder).run(...) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:159 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func12.3() /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:47 +0x5a4
← Exit [It] set machine cpus, disk, memory - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:28 @ 06/26/24 12:24:20.795 (4m4.578s)
→ Enter [AfterEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:24 @ 06/26/24 12:24:20.795 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 3d1ac09e2a72
[+1080s] [FAILED] Timed out after 240.001s. Expected process to exit. It did not. In [AfterEach] at: /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:56 @ 06/26/24 12:28:20.796 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.(*machineSession).waitWithTimeout(0x400019e610, 0x37e11d6000) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:56 +0xc8 github.com/containers/podman/v5/pkg/machine/e2e_test.runWrapper({0x40004d21c0, 0x3e}, {0x4000a94080, 0x4, 0x4}, 0x37e11d6000, 0x1) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:175 +0x2f0 github.com/containers/podman/v5/pkg/machine/e2e_test.(*machineTestBuilder).run(...) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:159 github.com/containers/podman/v5/pkg/machine/e2e_test.teardown({0x40000441b5, 0x12}, {0x4000486a00, 0x1a}, 0x4000686150) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:134 +0xec github.com/containers/podman/v5/pkg/machine/e2e_test.init.func12.2() /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:25 +0x40
← Exit [AfterEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:24 @ 06/26/24 12:28:20.796 (4m0.001s)
• [FAILED] [484.579 seconds] podman machine set /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:15 [It] set machine cpus, disk, memory /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:28

[+1080s] 

podman machine set

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:15

wsl cannot change disk, memory, processor

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:78
→ Enter [BeforeEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:21 @ 06/26/24 12:28:20.796 ← Exit [BeforeEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:21 @ 06/26/24 12:28:20.796 (0s)
→ Enter [It] wsl cannot change disk, memory, processor - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:78 @ 06/26/24 12:28:20.796 [SKIPPED] tests are only for WSL provider In [It] at: /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:222 @ 06/26/24 12:28:20.797 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfNotVmtype(0x1, {0x1317f96, 0x1f}) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:222 +0x64 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func12.4() /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:79 +0x38 ← Exit [It] wsl cannot change disk, memory, processor - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:78 @ 06/26/24 12:28:20.797 (0s)
→ Enter [AfterEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:24 @ 06/26/24 12:28:20.797 ← Exit [AfterEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:24 @ 06/26/24 12:28:20.797 (0s)
S [SKIPPED] [0.001 seconds] podman machine set /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:15 [It] wsl cannot change disk, memory, processor /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:78

[+1080s] 

podman machine set

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:15

no settings should change if no flags

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:103
→ Enter [BeforeEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:21 @ 06/26/24 12:28:20.797 ← Exit [BeforeEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:21 @ 06/26/24 12:28:20.797 (0s)
→ Enter [It] no settings should change if no flags - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:103 @ 06/26/24 12:28:20.797 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 b77964e4557c [+1085s] Image resized. Machine init complete To start your machine run: podman machine start b77964e4557c /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine set b77964e4557c /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start b77964e4557c Starting machine "b77964e4557c" [+1109s] 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 b77964e4557c [+1110s] Mounting volume... /tmp/podman_test1570953849:/tmp/podman_test1570953849 [+1111s] API forwarding listening on: /tmp/podman_test1570953849/podman/b77964e4557c-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test1570953849/podman/b77964e4557c-api.sock' Machine "b77964e4557c" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh b77964e4557c lscpu | grep "CPU(s):" | head -1 CPU(s): 32 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh b77964e4557c sudo fdisk -l | grep Disk [+1112s] Disk /dev/vda: 11 GiB, 11811160064 bytes, 23068672 sectors Disklabel type: gpt Disk identifier: 6AEF131E-A95F-4317-A15E-409A3FC56B53 ← Exit [It] no settings should change if no flags - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:103 @ 06/26/24 12:28:52.348 (31.551s)
→ Enter [AfterEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:24 @ 06/26/24 12:28:52.348 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force b77964e4557c Waiting for VM to exit... [+1113s] ← Exit [AfterEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:24 @ 06/26/24 12:28:53.614 (1.266s)
• [32.818 seconds]

[+1113s] 

podman machine set

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:15

set rootful with docker sock change

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:138
→ Enter [BeforeEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:21 @ 06/26/24 12:28:53.615 ← Exit [BeforeEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:21 @ 06/26/24 12:28:53.615 (0s)
→ Enter [It] set rootful with docker sock change - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:138 @ 06/26/24 12:28:53.615 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 a1c9ca9c110a [+1118s] Image resized. Machine init complete To start your machine run: podman machine start a1c9ca9c110a /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine set --rootful a1c9ca9c110a /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start a1c9ca9c110a Starting machine "a1c9ca9c110a" [+1142s] Mounting volume... /tmp/podman_test3326484553:/tmp/podman_test3326484553 [+1143s] API forwarding listening on: /tmp/podman_test3326484553/podman/a1c9ca9c110a-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test3326484553/podman/a1c9ca9c110a-api.sock' Machine "a1c9ca9c110a" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.Rootful}} a1c9ca9c110a true /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh a1c9ca9c110a readlink /var/run/docker.sock [+1144s] /run/podman/podman.sock ← Exit [It] set rootful with docker sock change - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:138 @ 06/26/24 12:29:24.137 (30.522s)
→ Enter [AfterEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:24 @ 06/26/24 12:29:24.137 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force a1c9ca9c110a Waiting for VM to exit... [+1145s] ← Exit [AfterEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:24 @ 06/26/24 12:29:25.403 (1.266s)
• [31.789 seconds]

[+1145s] 

podman machine set

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:15

set user mode networking

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:170
→ Enter [BeforeEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:21 @ 06/26/24 12:29:25.403 ← Exit [BeforeEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:21 @ 06/26/24 12:29:25.403 (0s)
→ Enter [It] set user mode networking - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:170 @ 06/26/24 12:29:25.403 [SKIPPED] Test is only for WSL In [It] at: /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:172 @ 06/26/24 12:29:25.403 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.init.func12.7() /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:172 +0x5c ← Exit [It] set user mode networking - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:170 @ 06/26/24 12:29:25.404 (0s)
→ Enter [AfterEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:24 @ 06/26/24 12:29:25.404 ← Exit [AfterEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:24 @ 06/26/24 12:29:25.404 (0s)
S [SKIPPED] [0.000 seconds] podman machine set /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:15 [It] set user mode networking /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:170

[+1145s] 

podman machine set

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:15

set while machine already running

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:196
→ Enter [BeforeEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:21 @ 06/26/24 12:29:25.404 ← Exit [BeforeEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:21 @ 06/26/24 12:29:25.404 (0s)
→ Enter [It] set while machine already running - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:196 @ 06/26/24 12:29:25.404 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 9bbbac0108a3 [+1149s] Image resized. Machine init complete To start your machine run: podman machine start 9bbbac0108a3 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 9bbbac0108a3 Starting machine "9bbbac0108a3" [+1173s] 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 9bbbac0108a3 [+1174s] Mounting volume... /tmp/podman_test4236349567:/tmp/podman_test4236349567 [+1175s] API forwarding listening on: /tmp/podman_test4236349567/podman/9bbbac0108a3-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test4236349567/podman/9bbbac0108a3-api.sock' Machine "9bbbac0108a3" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine set --rootful 9bbbac0108a3 Error: unable to change settings unless vm is stopped ← Exit [It] set while machine already running - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:196 @ 06/26/24 12:29:55.547 (30.144s)
→ Enter [AfterEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:24 @ 06/26/24 12:29:55.547 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 9bbbac0108a3 Waiting for VM to exit... [+1176s] ← Exit [AfterEach] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:24 @ 06/26/24 12:29:56.815 (1.267s)
• [31.411 seconds]

[+1176s] 

podman machine init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20

bad init name

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:38
→ Enter [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:29:56.815 ← Exit [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:29:56.815 (0s)
→ Enter [It] bad init name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:38 @ 06/26/24 12:29:56.815 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: machine name "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" must be 30 characters or less /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 qemu Error: cannot use "qemu" for a machine name /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r system connection add foobar tcp://localhost:8000 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 foobar Error: system connection "foobar" already exists. consider a different machine name or remove the connection with `podman system connection rm` /var/tmp/go/src/github.com/containers/podman/bin/podman-remote 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 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --username -/a 63f14268a57d Error: invalid username "-/a": names must match [a-zA-Z0-9][a-zA-Z0-9_.-]*: invalid argument /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r system connection rm foobar ← Exit [It] bad init name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:38 @ 06/26/24 12:29:56.962 (147ms)
→ Enter [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:29:56.962 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force qemu Error: qemu: VM does not exist [+1177s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foobar Error: foobar: VM does not exist /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force ab/cd Error: ab/cd: VM does not exist /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 63f14268a57d Error: 63f14268a57d: VM does not exist ← Exit [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:29:57.066 (105ms)
• [0.252 seconds]

[+1177s] 

podman machine init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20

simple init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:82
→ Enter [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:29:57.066 ← Exit [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:29:57.067 (0s)
→ Enter [It] simple init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:82 @ 06/26/24 12:29:57.067 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 c7a9074c7de2 [+1181s] Image resized. Machine init complete To start your machine run: podman machine start c7a9074c7de2 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect c7a9074c7de2 [ { "ConfigDir": { "Path": "/tmp/podman_test1155214840/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test1155214840/podman/c7a9074c7de2-api.sock" }, "PodmanPipe": null }, "Created": "2024-06-26T12:29:57.090086077Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "c7a9074c7de2", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test1155214840/.local/share/containers/podman/machine/machine", "Port": 44481, "RemoteUsername": "core" }, "State": "stopped", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] ← Exit [It] simple init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:82 @ 06/26/24 12:30:01.643 (4.576s)
→ Enter [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:30:01.643 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force c7a9074c7de2 ← Exit [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:30:01.897 (254ms)
• [4.831 seconds]

[+1181s] 

podman machine init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20

simple init with start

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:101
→ Enter [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:30:01.897 ← Exit [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:30:01.897 (0s)
→ Enter [It] simple init with start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:101 @ 06/26/24 12:30:01.897 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 d98bdb4226c1 [+1186s] Image resized. Machine init complete To start your machine run: podman machine start d98bdb4226c1 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect d98bdb4226c1 [ { "ConfigDir": { "Path": "/tmp/podman_test3829338696/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test3829338696/podman/d98bdb4226c1-api.sock" }, "PodmanPipe": null }, "Created": "2024-06-26T12:30:01.920799903Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "d98bdb4226c1", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test3829338696/.local/share/containers/podman/machine/machine", "Port": 46523, "RemoteUsername": "core" }, "State": "stopped", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start d98bdb4226c1 Starting machine "d98bdb4226c1" [+1210s] 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 d98bdb4226c1 [+1211s] Mounting volume... /tmp/podman_test3829338696:/tmp/podman_test3829338696 [+1212s] API forwarding listening on: /tmp/podman_test3829338696/podman/d98bdb4226c1-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test3829338696/podman/d98bdb4226c1-api.sock' Machine "d98bdb4226c1" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect d98bdb4226c1 [ { "ConfigDir": { "Path": "/tmp/podman_test3829338696/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test3829338696/podman/d98bdb4226c1-api.sock" }, "PodmanPipe": null }, "Created": "2024-06-26T12:30:01.920799903Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "d98bdb4226c1", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test3829338696/.local/share/containers/podman/machine/machine", "Port": 46523, "RemoteUsername": "core" }, "State": "running", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh d98bdb4226c1 sudo systemctl is-enabled zincati disabled ← Exit [It] simple init with start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:101 @ 06/26/24 12:30:32.469 (30.571s)
→ Enter [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:30:32.469 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force d98bdb4226c1 Waiting for VM to exit... [+1213s] ← Exit [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:30:33.735 (1.266s)
• [31.838 seconds]

[+1213s] 

podman machine init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20

simple init with username

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:137
→ Enter [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:30:33.735 ← Exit [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:30:33.735 (0s)
→ Enter [It] simple init with username - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:137 @ 06/26/24 12:30:33.735 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --username remoteuser --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 d4ae7fffa5b0 [+1218s] Image resized. Machine init complete To start your machine run: podman machine start d4ae7fffa5b0 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect d4ae7fffa5b0 [ { "ConfigDir": { "Path": "/tmp/podman_test1173834638/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test1173834638/podman/d4ae7fffa5b0-api.sock" }, "PodmanPipe": null }, "Created": "2024-06-26T12:30:33.759361512Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "d4ae7fffa5b0", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test1173834638/.local/share/containers/podman/machine/machine", "Port": 33345, "RemoteUsername": "remoteuser" }, "State": "stopped", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] ← Exit [It] simple init with username - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:137 @ 06/26/24 12:30:38.32 (4.585s)
→ Enter [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:30:38.32 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force d4ae7fffa5b0 ← Exit [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:30:38.575 (255ms)
• [4.840 seconds]

[+1218s] 

podman machine init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20

machine init with cpus, disk size, memory, timezone

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:159
→ Enter [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:30:38.575 ← Exit [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:30:38.575 (0s)
→ Enter [It] machine init with cpus, disk size, memory, timezone - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:159 @ 06/26/24 12:30:38.575 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --cpus 2 --disk-size 102 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --memory 4096 --timezone Pacific/Honolulu eaa784343bbf [+1223s] Image resized. Machine init complete To start your machine run: podman machine start eaa784343bbf /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start eaa784343bbf Starting machine "eaa784343bbf" [+1246s] 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 eaa784343bbf [+1248s] Mounting volume... /tmp/podman_test1475143886:/tmp/podman_test1475143886 API forwarding listening on: /tmp/podman_test1475143886/podman/eaa784343bbf-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test1475143886/podman/eaa784343bbf-api.sock' Machine "eaa784343bbf" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh eaa784343bbf lscpu | grep "CPU(s):" | head -1 [+1249s] CPU(s): 2 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh eaa784343bbf sudo fdisk -l | grep Disk Disk /dev/vda: 102 GiB, 109521666048 bytes, 213909504 sectors Disklabel type: gpt Disk identifier: E347B617-5F25-4B2A-A418-430934117382 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh eaa784343bbf cat /proc/meminfo | grep -i 'memtotal' | grep -o '[[:digit:]]*' 3986912 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh eaa784343bbf date [+1250s] Wed Jun 26 02:31:10 HST 2024 ← Exit [It] machine init with cpus, disk size, memory, timezone - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:159 @ 06/26/24 12:31:10.241 (31.666s)
→ Enter [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:31:10.241 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force eaa784343bbf Waiting for VM to exit... [+1251s] ← Exit [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:31:11.508 (1.266s)
• [32.933 seconds]

[+1251s] 

podman machine init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20

machine init with volume

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:200
→ Enter [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:31:11.508 ← Exit [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:31:11.508 (0s)
→ Enter [It] machine init with volume - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:200 @ 06/26/24 12:31:11.508 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --volume /tmp/1426699217:/very-long-test-mount-dir-path-more-than-thirty-six-bytes --now 149d89eacda8 [+1256s] Image resized. Machine init complete Starting machine "149d89eacda8" [+1280s] 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 149d89eacda8 [+1281s] Mounting volume... /tmp/1426699217:/very-long-test-mount-dir-path-more-than-thirty-six-bytes [+1282s] API forwarding listening on: /tmp/podman_test270216383/podman/149d89eacda8-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test270216383/podman/149d89eacda8-api.sock' Machine "149d89eacda8" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 149d89eacda8 ls /very-long-test-mount-dir-path-more-than-thirty-six-bytes example2284924922 ← Exit [It] machine init with volume - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:200 @ 06/26/24 12:31:42.572 (31.065s)
→ Enter [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:31:42.573 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 149d89eacda8 Waiting for VM to exit... [+1283s] ← Exit [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:31:43.839 (1.267s)
• [32.331 seconds]

[+1283s] 

podman machine init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20

machine init rootless docker.sock check

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:227
→ Enter [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:31:43.839 ← Exit [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:31:43.839 (0s)
→ Enter [It] machine init rootless docker.sock check - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:227 @ 06/26/24 12:31:43.839 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 f2ecb73f18d3 [+1288s] Image resized. Machine init complete To start your machine run: podman machine start f2ecb73f18d3 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start f2ecb73f18d3 Starting machine "f2ecb73f18d3" [+1311s] 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 f2ecb73f18d3 [+1312s] Mounting volume... /tmp/podman_test2963008208:/tmp/podman_test2963008208 [+1313s] API forwarding listening on: /tmp/podman_test2963008208/podman/f2ecb73f18d3-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test2963008208/podman/f2ecb73f18d3-api.sock' Machine "f2ecb73f18d3" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh f2ecb73f18d3 readlink /var/run/docker.sock /run/user/4510/podman/podman.sock ← Exit [It] machine init rootless docker.sock check - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:227 @ 06/26/24 12:32:13.823 (29.983s)
→ Enter [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:32:13.823 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force f2ecb73f18d3 Waiting for VM to exit... [+1315s] ← Exit [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:32:15.586 (1.763s)
• [31.747 seconds]

[+1315s] 

podman machine init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20

machine init rootful with docker.sock check

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:250
→ Enter [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:32:15.586 ← Exit [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:32:15.586 (0s)
→ Enter [It] machine init rootful with docker.sock check - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:250 @ 06/26/24 12:32:15.586 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --rootful 871b03e085f2 [+1320s] Image resized. Machine init complete To start your machine run: podman machine start 871b03e085f2 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 871b03e085f2 Starting machine "871b03e085f2" [+1345s] Mounting volume... /tmp/podman_test1398030208:/tmp/podman_test1398030208 API forwarding listening on: /tmp/podman_test1398030208/podman/871b03e085f2-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test1398030208/podman/871b03e085f2-api.sock' Machine "871b03e085f2" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.Rootful}} 871b03e085f2 true /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 871b03e085f2 readlink /var/run/docker.sock [+1346s] /run/podman/podman.sock ← Exit [It] machine init rootful with docker.sock check - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:250 @ 06/26/24 12:32:46.278 (30.692s)
→ Enter [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:32:46.278 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 871b03e085f2 Waiting for VM to exit... [+1347s] ← Exit [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:32:47.544 (1.266s)
• [31.958 seconds]

[+1347s] 

podman machine init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20

init should cleanup on failure

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:277
→ Enter [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:32:47.544 ← Exit [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:32:47.545 (0s)
→ Enter [It] init should cleanup on failure - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:277 @ 06/26/24 12:32:47.545 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 0d560385694e [+1352s] Image resized. Machine init complete To start your machine run: podman machine start 0d560385694e /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.ConfigDir.Path}} 0d560385694e /tmp/podman_test892432017/.config/containers/podman/machine/qemu /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 0d560385694e /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 0d560385694e [] Error: 0d560385694e: VM does not exist /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --ignition-path /bad/path --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 0d560385694e [+1357s] Error: open /bad/path: no such file or directory ← Exit [It] init should cleanup on failure - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:277 @ 06/26/24 12:32:57.1 (9.555s)
→ Enter [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:32:57.1 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 0d560385694e Error: 0d560385694e: VM does not exist ← Exit [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:32:57.131 (31ms)
• [9.586 seconds]

[+1357s] 

podman machine init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20

verify a podman 4 config does not break podman 5

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:326
→ Enter [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:32:57.131 ← Exit [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:32:57.131 (0s)
→ Enter [It] verify a podman 4 config does not break podman 5 - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:326 @ 06/26/24 12:32:57.131 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list time="2024-06-26T12:32:57Z" level=error msg="incompatible machine config \"/tmp/podman_test1699142649/.config/containers/podman/machine/qemu/foobar-machine.json\" (podman-machine-default) for this version of Podman" NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect foobar-machine [] Error: incompatible machine config "/tmp/podman_test1699142649/.config/containers/podman/machine/qemu/foobar-machine.json" (foobar-machine) for this version of Podman /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 5624fdb75747 time="2024-06-26T12:32:57Z" level=error msg="incompatible machine config \"/tmp/podman_test1699142649/.config/containers/podman/machine/qemu/foobar-machine.json\" (podman-machine-default) for this version of Podman" [+1361s] Image resized. Machine init complete To start your machine run: podman machine start 5624fdb75747 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list time="2024-06-26T12:33:01Z" level=error msg="incompatible machine config \"/tmp/podman_test1699142649/.config/containers/podman/machine/qemu/foobar-machine.json\" (podman-machine-default) for this version of Podman" NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE 5624fdb75747* qemu 4 seconds ago Never 32 2GiB 11GiB /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 5624fdb75747 [ { "ConfigDir": { "Path": "/tmp/podman_test1699142649/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test1699142649/podman/5624fdb75747-api.sock" }, "PodmanPipe": null }, "Created": "2024-06-26T12:32:57.206356229Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "5624fdb75747", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test1699142649/.local/share/containers/podman/machine/machine", "Port": 32871, "RemoteUsername": "core" }, "State": "stopped", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] ← Exit [It] verify a podman 4 config does not break podman 5 - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:326 @ 06/26/24 12:33:01.7 (4.569s)
→ Enter [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:33:01.7 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 18e69a400006 Error: 18e69a400006: VM does not exist /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foobar-machine Error: incompatible machine config "/tmp/podman_test1699142649/.config/containers/podman/machine/qemu/foobar-machine.json" (foobar-machine) for this version of Podman /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 5624fdb75747 ← Exit [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:33:01.996 (296ms)
• [4.866 seconds]

[+1361s] 

podman machine init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20

machine init with rosetta=true

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:374
→ Enter [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:33:01.996 ← Exit [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:33:01.997 (0s)
→ Enter [It] machine init with rosetta=true - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:374 @ 06/26/24 12:33:01.997 [SKIPPED] Test is only for AppleHv In [It] at: /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:216 @ 06/26/24 12:33:01.997 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x0, {0x130b1bd, 0x18}) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:216 +0x64 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func3.13() /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:375 +0x38 ← Exit [It] machine init with rosetta=true - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:374 @ 06/26/24 12:33:01.997 (0s)
→ Enter [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:33:01.997 ← Exit [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:33:01.997 (0s)
S [SKIPPED] [0.000 seconds] podman machine init /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20 [It] machine init with rosetta=true /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:374

[+1361s] 

podman machine init

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20

machine init with rosetta=false

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:419
→ Enter [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:33:01.997 ← Exit [BeforeEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:26 @ 06/26/24 12:33:01.997 (0s)
→ Enter [It] machine init with rosetta=false - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:419 @ 06/26/24 12:33:01.997 [SKIPPED] Test is only for AppleHv In [It] at: /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:216 @ 06/26/24 12:33:01.997 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x0, {0x130b1bd, 0x18}) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:216 +0x64 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func3.14() /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:420 +0x44 ← Exit [It] machine init with rosetta=false - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:419 @ 06/26/24 12:33:01.997 (0s)
→ Enter [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:33:01.997 ← Exit [AfterEach] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:29 @ 06/26/24 12:33:01.997 (0s)
S [SKIPPED] [0.000 seconds] podman machine init /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:20 [It] machine init with rosetta=false /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:419

[+1361s] 

podman machine proxy settings propagation

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/proxy_test.go:13

ssh to running machine and check proxy settings

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/proxy_test.go:26
→ Enter [BeforeEach] podman machine proxy settings propagation - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/proxy_test.go:19 @ 06/26/24 12:33:01.997 ← Exit [BeforeEach] podman machine proxy settings propagation - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/proxy_test.go:19 @ 06/26/24 12:33:01.997 (0s)
→ Enter [It] ssh to running machine and check proxy settings - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/proxy_test.go:26 @ 06/26/24 12:33:01.998 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 1d633d55894e [+1366s] Image resized. Machine init complete To start your machine run: podman machine start 1d633d55894e /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 1d633d55894e Starting machine "1d633d55894e" [+1389s] 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 1d633d55894e [+1391s] Mounting volume... /tmp/podman_test2233371425:/tmp/podman_test2233371425 API forwarding listening on: /tmp/podman_test2233371425/podman/1d633d55894e-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test2233371425/podman/1d633d55894e-api.sock' Machine "1d633d55894e" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 1d633d55894e printenv HTTP_PROXY http://abcdefghijklmnopqrstuvwxyz-proxy [+1392s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 1d633d55894e printenv HTTPS_PROXY http://abcdefghijklmnopqrstuvwxyz-proxy /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 1d633d55894e printenv SSL_CERT_DIR SSL_CERT_FILE /etc/containers/certs.d /etc/containers/certs.d/cert1 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 1d633d55894e cat $SSL_CERT_DIR/cert2 $SSL_CERT_FILE cert2 content cert1 content /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop 1d633d55894e Waiting for VM to exit... [+1393s] Machine "1d633d55894e" stopped successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 1d633d55894e [+1394s] Starting machine "1d633d55894e" [+1413s] 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 1d633d55894e [+1414s] Mounting volume... /tmp/podman_test2233371425:/tmp/podman_test2233371425 [+1415s] API forwarding listening on: /tmp/podman_test2233371425/podman/1d633d55894e-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test2233371425/podman/1d633d55894e-api.sock' Machine "1d633d55894e" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 1d633d55894e printenv HTTP_PROXY HTTPS_PROXY http:// some special @;" here https://abc :£$%6 : |"" /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 1d633d55894e cat $SSL_CERT_DIR/cert2 $SSL_CERT_FILE [+1416s] cert2 content cert1 content ← Exit [It] ssh to running machine and check proxy settings - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/proxy_test.go:26 @ 06/26/24 12:33:56.26 (54.263s)
→ Enter [AfterEach] podman machine proxy settings propagation - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/proxy_test.go:22 @ 06/26/24 12:33:56.26 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 1d633d55894e Waiting for VM to exit... [+1417s] ← Exit [AfterEach] podman machine proxy settings propagation - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/proxy_test.go:22 @ 06/26/24 12:33:57.528 (1.268s)
> Enter [DeferCleanup (Each)] podman machine proxy settings propagation - /var/tmp/go/src/github.com/containers/podman/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 06/26/24 12:33:57.528 < Exit [DeferCleanup (Each)] podman machine proxy settings propagation - /var/tmp/go/src/github.com/containers/podman/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 06/26/24 12:33:57.528 (0s) > Enter [DeferCleanup (Each)] podman machine proxy settings propagation - /var/tmp/go/src/github.com/containers/podman/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 06/26/24 12:33:57.528 < Exit [DeferCleanup (Each)] podman machine proxy settings propagation - /var/tmp/go/src/github.com/containers/podman/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go:153 @ 06/26/24 12:33:57.528 (0s) • [55.531 seconds]

[+1417s] 

podman machine info

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/info_test.go:13

machine info

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/info_test.go:26
→ Enter [BeforeEach] podman machine info - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/info_test.go:19 @ 06/26/24 12:33:57.528 ← Exit [BeforeEach] podman machine info - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/info_test.go:19 @ 06/26/24 12:33:57.528 (0s)
→ Enter [It] machine info - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/info_test.go:26 @ 06/26/24 12:33:57.528 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine info host: arch: arm64 currentmachine: "" defaultmachine: "" eventsdir: /tmp/podman_test1204036726/podman machineconfigdir: /tmp/podman_test1204036726/.config/containers/podman/machine/qemu machineimagedir: /tmp/podman_test1204036726/.local/share/containers/podman/machine/qemu machinestate: "" numberofmachines: 0 os: linux vmtype: qemu version: apiversion: 5.2.0-dev version: 5.2.0-dev goversion: go1.22.4 gitcommit: 2d2dbb5c21411db2a94693abf36b89a5b33a5658 builttime: Wed Jun 26 11:50:42 2024 built: 1719402642 osarch: linux/arm64 os: linux /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine info --format {{.Host.NumberOfMachines}} 0 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 e9a8fc8be5b5 [+1422s] Image resized. Machine init complete To start your machine run: podman machine start e9a8fc8be5b5 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine info --format {{.Host.NumberOfMachines}} 1 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine info --format json { "Host": { "Arch": "arm64", "CurrentMachine": "e9a8fc8be5b5", "DefaultMachine": "e9a8fc8be5b5", "EventsDir": "/tmp/podman_test1204036726/podman", "MachineConfigDir": "/tmp/podman_test1204036726/.config/containers/podman/machine/qemu", "MachineImageDir": "/tmp/podman_test1204036726/.local/share/containers/podman/machine/qemu", "MachineState": "Stopped", "NumberOfMachines": 1, "OS": "linux", "VMType": "qemu" }, "Version": { "APIVersion": "5.2.0-dev", "Version": "5.2.0-dev", "GoVersion": "go1.22.4", "GitCommit": "2d2dbb5c21411db2a94693abf36b89a5b33a5658", "BuiltTime": "Wed Jun 26 11:50:42 2024", "Built": 1719402642, "OsArch": "linux/arm64", "Os": "linux" } } ← Exit [It] machine info - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/info_test.go:26 @ 06/26/24 12:34:02.177 (4.649s)
→ Enter [AfterEach] podman machine info - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/info_test.go:22 @ 06/26/24 12:34:02.177 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force e9a8fc8be5b5 ← Exit [AfterEach] podman machine info - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/info_test.go:22 @ 06/26/24 12:34:02.432 (254ms)
• [4.903 seconds]

[+1422s] 

podman machine list

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:16

list machine

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:29
→ Enter [BeforeEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:22 @ 06/26/24 12:34:02.432 ← Exit [BeforeEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:22 @ 06/26/24 12:34:02.432 (0s)
→ Enter [It] list machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:29 @ 06/26/24 12:34:02.432 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 c5b8361a3b24 [+1426s] Image resized. Machine init complete To start your machine run: podman machine start c5b8361a3b24 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE c5b8361a3b24* qemu 4 seconds ago Never 32 2GiB 11GiB ← Exit [It] list machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:29 @ 06/26/24 12:34:06.977 (4.546s)
→ Enter [AfterEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:25 @ 06/26/24 12:34:06.977 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force c5b8361a3b24 [+1427s] ← Exit [AfterEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:25 @ 06/26/24 12:34:07.231 (254ms)
• [4.800 seconds]

[+1427s] 

podman machine list

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:16

list machines with quiet or noheading

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:47
→ Enter [BeforeEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:22 @ 06/26/24 12:34:07.231 ← Exit [BeforeEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:22 @ 06/26/24 12:34:07.231 (0s)
→ Enter [It] list machines with quiet or noheading - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:47 @ 06/26/24 12:34:07.231 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --quiet /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --noheading --quiet /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 f08eb2284d48 [+1431s] Image resized. Machine init complete To start your machine run: podman machine start f08eb2284d48 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 0f01abe528c0 [+1436s] Image resized. Machine init complete To start your machine run: podman machine start 0f01abe528c0 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --noheading --quiet 0f01abe528c0 f08eb2284d48* ← Exit [It] list machines with quiet or noheading - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:47 @ 06/26/24 12:34:16.269 (9.038s)
→ Enter [AfterEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:25 @ 06/26/24 12:34:16.269 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 2b216407a981 Error: 2b216407a981: VM does not exist /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force f08eb2284d48 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 0f01abe528c0 ← Exit [AfterEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:25 @ 06/26/24 12:34:16.798 (529ms)
• [9.567 seconds]

[+1436s] 

podman machine list

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:16

list machine: check if running while starting

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:83
→ Enter [BeforeEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:22 @ 06/26/24 12:34:16.798 ← Exit [BeforeEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:22 @ 06/26/24 12:34:16.798 (0s)
→ Enter [It] list machine: check if running while starting - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:83 @ 06/26/24 12:34:16.798 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 60277031d70c [+1441s] Image resized. Machine init complete To start your machine run: podman machine start 60277031d70c /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Never /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 60277031d70c /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Never Starting machine "60277031d70c" [+1444s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+1447s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+1450s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+1453s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+1456s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+1459s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+1462s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+1465s] 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 60277031d70c /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+1466s] Mounting volume... /tmp/podman_test3427657518:/tmp/podman_test3427657518 API forwarding listening on: /tmp/podman_test3427657518/podman/60277031d70c-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test3427657518/podman/60277031d70c-api.sock' Machine "60277031d70c" started successfully [+1468s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently running /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently running ← Exit [It] list machine: check if running while starting - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:83 @ 06/26/24 12:34:48.657 (31.858s)
→ Enter [AfterEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:25 @ 06/26/24 12:34:48.657 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 60277031d70c Waiting for VM to exit... [+1469s] ← Exit [AfterEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:25 @ 06/26/24 12:34:49.923 (1.266s)
• [33.125 seconds]

[+1469s] 

podman machine list

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:16

list with --format

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:122
→ Enter [BeforeEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:22 @ 06/26/24 12:34:49.923 ← Exit [BeforeEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:22 @ 06/26/24 12:34:49.923 (0s)
→ Enter [It] list with --format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:122 @ 06/26/24 12:34:49.923 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 58cc97c9b5d8 [+1474s] Image resized. Machine init complete To start your machine run: podman machine start 58cc97c9b5d8 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.Name}} 58cc97c9b5d8* /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format json [ { "Name": "58cc97c9b5d8", "Default": true, "Created": "2024-06-26T12:34:49.947182619Z", "Running": false, "Starting": false, "LastUp": "0001-01-01T00:00:00Z", "Stream": "default", "VMType": "qemu", "CPUs": 32, "Memory": "2147483648", "DiskSize": "11811160064", "Port": 46809, "RemoteUsername": "core", "IdentityPath": "/tmp/podman_test848110859/.local/share/containers/podman/machine/machine", "UserModeNetworking": true } ]/var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format table {{.Name}} NAME 58cc97c9b5d8* ← Exit [It] list with --format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:122 @ 06/26/24 12:34:54.55 (4.627s)
→ Enter [AfterEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:25 @ 06/26/24 12:34:54.55 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 58cc97c9b5d8 ← Exit [AfterEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:25 @ 06/26/24 12:34:54.804 (254ms)
• [4.881 seconds]

[+1474s] 

podman machine list

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:16

list machine in machine-readable byte format

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:162
→ Enter [BeforeEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:22 @ 06/26/24 12:34:54.804 ← Exit [BeforeEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:22 @ 06/26/24 12:34:54.804 (0s)
→ Enter [It] list machine in machine-readable byte format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:162 @ 06/26/24 12:34:54.804 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 e023c2231ed4 [+1479s] Image resized. Machine init complete To start your machine run: podman machine start e023c2231ed4 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format json [ { "Name": "e023c2231ed4", "Default": true, "Created": "2024-06-26T12:34:54.828767681Z", "Running": false, "Starting": false, "LastUp": "0001-01-01T00:00:00Z", "Stream": "default", "VMType": "qemu", "CPUs": 32, "Memory": "2147483648", "DiskSize": "11811160064", "Port": 39499, "RemoteUsername": "core", "IdentityPath": "/tmp/podman_test3676901047/.local/share/containers/podman/machine/machine", "UserModeNetworking": true } ] < Exit [It] list machine in machine-readable byte format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:162 @ 06/26/24 12:34:59.309 (4.504s)
→ Enter [AfterEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:25 @ 06/26/24 12:34:59.309 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force e023c2231ed4 ← Exit [AfterEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:25 @ 06/26/24 12:34:59.562 (254ms)
• [4.758 seconds]

[+1479s] 

podman machine list

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:16

list machine in human-readable format

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:184
→ Enter [BeforeEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:22 @ 06/26/24 12:34:59.562 ← Exit [BeforeEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:22 @ 06/26/24 12:34:59.563 (0s)
→ Enter [It] list machine in human-readable format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:184 @ 06/26/24 12:34:59.563 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 fa1ef65f88c3 [+1484s] Image resized. Machine init complete To start your machine run: podman machine start fa1ef65f88c3 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.Memory}} {{.DiskSize}} 2GiB 11GiB ← Exit [It] list machine in human-readable format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:184 @ 06/26/24 12:35:04.067 (4.504s)
→ Enter [AfterEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:25 @ 06/26/24 12:35:04.067 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force fa1ef65f88c3 ← Exit [AfterEach] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:25 @ 06/26/24 12:35:04.32 (254ms)
• [4.758 seconds]

[+1484s] 

podman machine rm

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:14

bad init name

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:27
→ Enter [BeforeEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:20 @ 06/26/24 12:35:04.321 ← Exit [BeforeEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:20 @ 06/26/24 12:35:04.321 (0s)
→ Enter [It] bad init name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:27 @ 06/26/24 12:35:04.321 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist ← Exit [It] bad init name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:27 @ 06/26/24 12:35:04.352 (31ms)
→ Enter [AfterEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:23 @ 06/26/24 12:35:04.352 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist ← Exit [AfterEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:23 @ 06/26/24 12:35:04.373 (22ms)
• [0.053 seconds]

[+1484s] 

podman machine rm

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:14

Remove machine

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:35
→ Enter [BeforeEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:20 @ 06/26/24 12:35:04.373 ← Exit [BeforeEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:20 @ 06/26/24 12:35:04.373 (0s)
→ Enter [It] Remove machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:35 @ 06/26/24 12:35:04.373 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 cfcbd97e556a [+1488s] Image resized. Machine init complete To start your machine run: podman machine start cfcbd97e556a /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force cfcbd97e556a [+1489s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect cfcbd97e556a [] Error: cfcbd97e556a: VM does not exist /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force cfcbd97e556a Error: cfcbd97e556a: VM does not exist ← Exit [It] Remove machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:35 @ 06/26/24 12:35:09.163 (4.789s)
→ Enter [AfterEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:23 @ 06/26/24 12:35:09.163 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force cfcbd97e556a Error: cfcbd97e556a: VM does not exist ← Exit [AfterEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:23 @ 06/26/24 12:35:09.184 (22ms)
• [4.811 seconds]

[+1489s] 

podman machine rm

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:14

Remove running machine

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:59
→ Enter [BeforeEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:20 @ 06/26/24 12:35:09.185 ← Exit [BeforeEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:20 @ 06/26/24 12:35:09.185 (0s)
→ Enter [It] Remove running machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:59 @ 06/26/24 12:35:09.185 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --now 9e76da3af5f5 [+1493s] Image resized. Machine init complete Starting machine "9e76da3af5f5" [+1516s] 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 9e76da3af5f5 [+1517s] Mounting volume... /tmp/podman_test1852490713:/tmp/podman_test1852490713 [+1518s] API forwarding listening on: /tmp/podman_test1852490713/podman/9e76da3af5f5-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test1852490713/podman/9e76da3af5f5-api.sock' Machine "9e76da3af5f5" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm 9e76da3af5f5 Error: running vm "9e76da3af5f5" cannot be destroyed /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 9e76da3af5f5 Waiting for VM to exit... [+1520s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 9e76da3af5f5 [] Error: 9e76da3af5f5: VM does not exist ← Exit [It] Remove running machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:59 @ 06/26/24 12:35:40.343 (31.158s)
→ Enter [AfterEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:23 @ 06/26/24 12:35:40.343 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 9e76da3af5f5 Error: 9e76da3af5f5: VM does not exist ← Exit [AfterEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:23 @ 06/26/24 12:35:40.364 (21ms)
• [31.180 seconds]

[+1520s] 

podman machine rm

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:14

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

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:84
→ Enter [BeforeEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:20 @ 06/26/24 12:35:40.364 ← Exit [BeforeEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:20 @ 06/26/24 12:35:40.364 (0s)
→ Enter [It] machine rm --save-ignition --save-image - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:84 @ 06/26/24 12:35:40.364 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 32ab1effb0a8 [+1524s] Image resized. Machine init complete To start your machine run: podman machine start 32ab1effb0a8 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.SSHConfig.IdentityPath}} 32ab1effb0a8 /tmp/podman_test1450727747/.local/share/containers/podman/machine/machine /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force --save-ignition --save-image 32ab1effb0a8 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 32ab1effb0a8 [] Error: 32ab1effb0a8: VM does not exist ← Exit [It] machine rm --save-ignition --save-image - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:84 @ 06/26/24 12:35:44.971 (4.607s)
→ Enter [AfterEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:23 @ 06/26/24 12:35:44.971 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 32ab1effb0a8 Error: 32ab1effb0a8: VM does not exist [+1525s] ← Exit [AfterEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:23 @ 06/26/24 12:35:45.22 (248ms)
• [4.855 seconds]

[+1525s] 

podman machine rm

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:14

Remove machine sharing ssh key with another machine

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:123
→ Enter [BeforeEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:20 @ 06/26/24 12:35:45.22 ← Exit [BeforeEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:20 @ 06/26/24 12:35:45.22 (0s)
→ Enter [It] Remove machine sharing ssh key with another machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:123 @ 06/26/24 12:35:45.22 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 foo [+1529s] Image resized. Machine init complete To start your machine run: podman machine start foo /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 --now bar [+1534s] Image resized. Machine init complete Starting machine "bar" [+1559s] 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 [+1560s] Mounting volume... /tmp/podman_test455329493:/tmp/podman_test455329493 API forwarding listening on: /tmp/podman_test455329493/podman/bar-api.sock You can connect Docker API clients by setting DOCKER_HOST using the following command in your terminal session: export DOCKER_HOST='unix:///tmp/podman_test455329493/podman/bar-api.sock' Machine "bar" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.SSHConfig.IdentityPath}} foo /tmp/podman_test455329493/.local/share/containers/podman/machine/machine /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.SSHConfig.IdentityPath}} bar /tmp/podman_test455329493/.local/share/containers/podman/machine/machine /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foo [+1561s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh bar echo foo foo ← Exit [It] Remove machine sharing ssh key with another machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:123 @ 06/26/24 12:36:21.54 (36.32s)
→ Enter [AfterEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:23 @ 06/26/24 12:36:21.54 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foo Error: foo: VM does not exist /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force bar Waiting for VM to exit... [+1562s] ← Exit [AfterEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:23 @ 06/26/24 12:36:22.837 (1.297s)
• [37.617 seconds]

[+1562s] 

podman machine rm

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:14

Removing all machines doesn't delete ssh keys

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:165
→ Enter [BeforeEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:20 @ 06/26/24 12:36:22.837 ← Exit [BeforeEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:20 @ 06/26/24 12:36:22.837 (0s)
→ Enter [It] Removing all machines doesn't delete ssh keys - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:165 @ 06/26/24 12:36:22.837 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 foo [+1567s] Image resized. Machine init complete To start your machine run: podman machine start foo /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.SSHConfig.IdentityPath}} foo /tmp/podman_test3159507131/.local/share/containers/podman/machine/machine /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foo ← Exit [It] Removing all machines doesn't delete ssh keys - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:165 @ 06/26/24 12:36:27.675 (4.838s)
→ Enter [AfterEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:23 @ 06/26/24 12:36:27.675 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foo Error: foo: VM does not exist ← Exit [AfterEach] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:23 @ 06/26/24 12:36:27.706 (31ms)
• [4.870 seconds]

[+1567s] 

[SynchronizedAfterSuite]

/var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:72
→ Enter [SynchronizedAfterSuite] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:72 @ 06/26/24 12:36:27.706 ← Exit [SynchronizedAfterSuite] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:72 @ 06/26/24 12:36:27.707 (0s)
→ Enter [SynchronizedAfterSuite] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:72 @ 06/26/24 12:36:27.707 ← Exit [SynchronizedAfterSuite] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:72 @ 06/26/24 12:36:27.707 (0s)
[SynchronizedAfterSuite] PASSED [0.000 seconds]

[+1567s] 

[ReportAfterSuite] Autogenerated ReportAfterSuite for --json-report

autogenerated by Ginkgo

→ Enter [ReportAfterSuite] TOP-LEVEL - autogenerated by Ginkgo @ 06/26/24 12:36:27.707 ← Exit [ReportAfterSuite] TOP-LEVEL - autogenerated by Ginkgo @ 06/26/24 12:36:27.715 (8ms)
[ReportAfterSuite] PASSED [0.008 seconds]

[+1567s] 
         Summarizing 1 Failure:
           [FAIL] podman machine set [It] set machine cpus, disk, memory
           /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:56
         
         Ran 51 of 55 Specs in 1494.326 seconds
         FAIL! -- 50 Passed | 1 Failed | 0 Pending | 4 Skipped
         --- FAIL: TestMachine (1494.34s)
         FAIL
         
         Ginkgo ran 1 suite in 25m52.529347748s
         
         Test Suite Failed
         make[1]: *** [Makefile:642: ginkgo-run] Error 1
         make[1]: Leaving directory '/var/tmp/go/src/github.com/containers/podman'
         make: *** [Makefile:671: localmachine] Error 2
[12:36:27] END - [+1567s] total duration since 2024-06-26T12:36:27Z

Processed Wed Jun 26 12:36:27 2024 by logformatter v0.3