Synopsis


GitHub PR:23367 - Run codepell on source
Test name:machine-linux podman fedora-40-aarch64 rootless host sqlite
Cirrus:Build 5430780250292224 / Task 6551942539771904
Logs:main / journal
Base commit:590445ce9d280fab3490b1009d6321533be36399

[11:48:40] START - All [+xxxx] lines that follow are relative to 2024-07-23T11:48:40Z. [+0000s] + make localmachine # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:429 in _run_machine-linux() [+0004s] # gitCommit needed by logformatter, to link to sources /define.gitCommit=7768cf235e50114abd3f131ece96f615862cb063 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: 1721735335 Will run 56 of 56 specs

[+0073s]

[BeforeSuite]

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/machine_test.go:56
→ Enter [BeforeSuite] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:56 @ 07/23/24 11:49:53.637 Looking up Podman Machine image at quay.io/podman/machine-os:5.2 to create VM Getting image source signatures Copying blob sha256:54d44d6d25cf3a6c611e4d8d4ac1f8de205ad7b5b48be5f39dc3346eb475f152 [+0074s] Copying config sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a Writing manifest to image destination 54d44d6d25cf3a6c611e4d8d4ac1f8de205ad7b5b48be5f39dc3346eb475f152 [+0079s] ← Exit [BeforeSuite] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:56 @ 07/23/24 11:49:59.714 (6.076s)
[BeforeSuite] PASSED [6.076 seconds]

[+0079s]

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:15
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:49:59.714 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:49:59.714 (0s)
→ Enter [It] machine info - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/info_test.go:15 @ 07/23/24 11:49:59.714 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine info host: arch: arm64 currentmachine: "" defaultmachine: "" eventsdir: /tmp/podman_test3003884020/podman machineconfigdir: /tmp/podman_test3003884020/.config/containers/podman/machine/qemu machineimagedir: /tmp/podman_test3003884020/.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: 7768cf235e50114abd3f131ece96f615862cb063 builttime: Tue Jul 23 11:33:39 2024 built: 1721734419 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 7463e1e2ebf4 [+0084s] Image resized. Machine init complete To start your machine run: podman machine start 7463e1e2ebf4 /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": "7463e1e2ebf4", "DefaultMachine": "7463e1e2ebf4", "EventsDir": "/tmp/podman_test3003884020/podman", "MachineConfigDir": "/tmp/podman_test3003884020/.config/containers/podman/machine/qemu", "MachineImageDir": "/tmp/podman_test3003884020/.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": "7768cf235e50114abd3f131ece96f615862cb063", "BuiltTime": "Tue Jul 23 11:33:39 2024", "Built": 1721734419, "OsArch": "linux/arm64", "Os": "linux" } } ← Exit [It] machine info - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/info_test.go:15 @ 07/23/24 11:50:04.677 (4.962s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:50:04.677 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:50:04.677 (0s)
> Enter [DeferCleanup (Each)] podman machine info - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:50:04.677 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 7463e1e2ebf4 < Exit [DeferCleanup (Each)] podman machine info - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:50:04.94 (264ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:50:04.94 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:50:04.941 (0s) • [5.227 seconds]

[+0084s]

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:17
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:50:04.941 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:50:04.941 (0s)
→ Enter [It] set machine cpus, disk, memory - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:17 @ 07/23/24 11:50:04.941 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 77bc853376dc [+0089s] Image resized. Machine init complete To start your machine run: podman machine start 77bc853376dc /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine set --memory 524288 77bc853376dc Error: requested amount of memory (524288 MB) greater than total system memory (134770749440 MB) /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine set --cpus 2 --disk-size 102 --memory 4096 77bc853376dc Image resized. /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine set --cpus 2 --disk-size 5 --memory 4096 77bc853376dc Error: new disk size must be larger than 102 GB /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 77bc853376dc Starting machine "77bc853376dc" [+0116s] 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 77bc853376dc [+0118s] Mounting volume... /tmp/podman_test3596825721:/tmp/podman_test3596825721 API forwarding listening on: /tmp/podman_test3596825721/podman/77bc853376dc-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_test3596825721/podman/77bc853376dc-api.sock' Machine "77bc853376dc" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 77bc853376dc lscpu | grep "CPU(s):" | head -1 [+0119s] CPU(s): 2 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 77bc853376dc sudo fdisk -l | grep Disk Disk /dev/vda: 102 GiB, 109521666048 bytes, 213909504 sectors Disklabel type: gpt Disk identifier: 1E317528-8C45-4EDF-AE28-E13DED1813AC /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 77bc853376dc cat /proc/meminfo | grep -i 'memtotal' | grep -o '[[:digit:]]*' 3986916 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine set --cpus 4 --disk-size 5 --memory 4096 77bc853376dc Error: new disk size must be larger than 102 GB ← Exit [It] set machine cpus, disk, memory - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:17 @ 07/23/24 11:50:39.997 (35.056s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:50:39.997 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:50:39.997 (0s)
> Enter [DeferCleanup (Each)] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:50:39.997 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 77bc853376dc [+0120s] Waiting for VM to exit... [+0121s] < Exit [DeferCleanup (Each)] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:50:41.273 (1.276s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:50:41.273 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:50:41.274 (0s) • [36.333 seconds]

[+0121s]

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:72
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:50:41.274 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:50:41.274 (0s)
→ Enter [It] wsl cannot change disk, memory, processor - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:72 @ 07/23/24 11:50:41.274 [SKIPPED] tests are only for WSL provider In [It] at: /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:260 @ 07/23/24 11:50:41.274 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfNotVmtype(0x1, {0x13186f3, 0x1f}) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:260 +0x64 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func14.2() /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:73 +0x30 ← Exit [It] wsl cannot change disk, memory, processor - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:72 @ 07/23/24 11:50:41.274 (0s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:50:41.274 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:50:41.274 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:50:41.274 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:50:41.274 (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:72

[+0121s]

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:97
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:50:41.275 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:50:41.275 (0s)
→ Enter [It] no settings should change if no flags - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:97 @ 07/23/24 11:50:41.275 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 5492f50d0ebd [+0125s] Image resized. Machine init complete To start your machine run: podman machine start 5492f50d0ebd /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine set 5492f50d0ebd /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 5492f50d0ebd Starting machine "5492f50d0ebd" [+0150s] 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 5492f50d0ebd [+0151s] Mounting volume... /tmp/podman_test1751025479:/tmp/podman_test1751025479 API forwarding listening on: /tmp/podman_test1751025479/podman/5492f50d0ebd-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_test1751025479/podman/5492f50d0ebd-api.sock' Machine "5492f50d0ebd" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 5492f50d0ebd lscpu | grep "CPU(s):" | head -1 [+0152s] CPU(s): 32 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 5492f50d0ebd sudo fdisk -l | grep Disk Disk /dev/vda: 11 GiB, 11811160064 bytes, 23068672 sectors Disklabel type: gpt Disk identifier: 972D6B80-24C2-4708-8525-D9C49C63328C ← Exit [It] no settings should change if no flags - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:97 @ 07/23/24 11:51:12.505 (31.23s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:51:12.505 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:51:12.505 (0s)
> Enter [DeferCleanup (Each)] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:51:12.505 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 5492f50d0ebd Waiting for VM to exit... [+0153s] < Exit [DeferCleanup (Each)] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:51:13.791 (1.286s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:51:13.791 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:51:13.792 (0s) • [32.517 seconds]

[+0153s]

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:132
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:51:13.792 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:51:13.792 (0s)
→ Enter [It] set rootful with docker sock change - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:132 @ 07/23/24 11:51:13.792 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 fa4b2475cecf [+0158s] Image resized. Machine init complete To start your machine run: podman machine start fa4b2475cecf /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine set --rootful fa4b2475cecf /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start fa4b2475cecf Starting machine "fa4b2475cecf" [+0183s] Mounting volume... /tmp/podman_test165545768:/tmp/podman_test165545768 [+0184s] API forwarding listening on: /tmp/podman_test165545768/podman/fa4b2475cecf-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_test165545768/podman/fa4b2475cecf-api.sock' Machine "fa4b2475cecf" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.Rootful}} fa4b2475cecf true /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh fa4b2475cecf readlink /var/run/docker.sock /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:132 @ 07/23/24 11:51:44.868 (31.076s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:51:44.868 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:51:44.868 (0s)
> Enter [DeferCleanup (Each)] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:51:44.868 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force fa4b2475cecf Waiting for VM to exit... [+0186s] < Exit [DeferCleanup (Each)] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:51:46.154 (1.286s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:51:46.154 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:51:46.155 (0s) • [32.363 seconds]

[+0186s]

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:164
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:51:46.155 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:51:46.155 (0s)
→ Enter [It] set user mode networking - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:164 @ 07/23/24 11:51:46.155 [SKIPPED] Test is only for WSL In [It] at: /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:166 @ 07/23/24 11:51:46.155 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.init.func14.5() /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:166 +0x54 ← Exit [It] set user mode networking - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:164 @ 07/23/24 11:51:46.155 (0s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:51:46.155 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:51:46.155 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:51:46.155 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:51:46.155 (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] set user mode networking /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:164

[+0186s]

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:190
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:51:46.155 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:51:46.155 (0s)
→ Enter [It] set while machine already running - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/set_test.go:190 @ 07/23/24 11:51:46.155 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 4443108ecf81 [+0190s] Image resized. Machine init complete To start your machine run: podman machine start 4443108ecf81 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 4443108ecf81 Starting machine "4443108ecf81" [+0214s] 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 4443108ecf81 [+0215s] Mounting volume... /tmp/podman_test193758406:/tmp/podman_test193758406 [+0216s] API forwarding listening on: /tmp/podman_test193758406/podman/4443108ecf81-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_test193758406/podman/4443108ecf81-api.sock' Machine "4443108ecf81" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine set --rootful 4443108ecf81 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:190 @ 07/23/24 11:52:16.21 (30.055s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:52:16.21 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:52:16.21 (0s)
> Enter [DeferCleanup (Each)] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:52:16.21 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 4443108ecf81 Waiting for VM to exit... [+0217s] < Exit [DeferCleanup (Each)] podman machine set - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:52:17.496 (1.286s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:52:17.496 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:52:17.496 (0s) • [31.341 seconds]

[+0217s]

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:12
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:52:17.497 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:52:17.497 (0s)
→ Enter [It] bad machine name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:12 @ 07/23/24 11:52:17.497 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh f95cc1620107 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:12 @ 07/23/24 11:52:17.518 (21ms)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:52:17.518 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:52:17.518 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:52:17.518 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:52:17.518 (0s) • [0.022 seconds]

[+0217s]

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:21
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:52:17.518 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:52:17.518 (0s)
→ Enter [It] ssh to non-running machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:21 @ 07/23/24 11:52:17.518 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 7a82249eebfc [+0222s] Image resized. Machine init complete To start your machine run: podman machine start 7a82249eebfc /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 7a82249eebfc Error: vm "7a82249eebfc" is not running ← Exit [It] ssh to non-running machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/ssh_test.go:21 @ 07/23/24 11:52:22.143 (4.624s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:52:22.143 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:52:22.143 (0s)
> Enter [DeferCleanup (Each)] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:52:22.143 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 7a82249eebfc < Exit [DeferCleanup (Each)] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:52:22.417 (274ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:52:22.417 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:52:22.417 (0s) • [4.899 seconds]

[+0222s]

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:35
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:52:22.417 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:52:22.418 (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:35 @ 07/23/24 11:52:22.418 /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 ac287094a3b3 [+0226s] Image resized. Machine init complete Starting machine "ac287094a3b3" [+0251s] 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 ac287094a3b3 [+0252s] Mounting volume... /tmp/podman_test3242420213:/tmp/podman_test3242420213 API forwarding listening on: /tmp/podman_test3242420213/podman/ac287094a3b3-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_test3242420213/podman/ac287094a3b3-api.sock' Machine "ac287094a3b3" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh ac287094a3b3 cat /etc/os-release [+0253s] 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 ac287094a3b3 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:35 @ 07/23/24 11:52:53.502 (31.084s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:52:53.502 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:52:53.502 (0s)
> Enter [DeferCleanup (Each)] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:52:53.502 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force ac287094a3b3 Waiting for VM to exit... [+0254s] < Exit [DeferCleanup (Each)] podman machine ssh - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:52:54.788 (1.286s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:52:54.788 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:52:54.788 (0s) • [32.371 seconds]

[+0254s]

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:15
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:52:54.788 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:52:54.789 (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:15 @ 07/23/24 11:52:54.789 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 7949eff79270 [+0259s] Image resized. Machine init complete To start your machine run: podman machine start 7949eff79270 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 7949eff79270 Starting machine "7949eff79270" [+0283s] 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 7949eff79270 [+0284s] Mounting volume... /tmp/podman_test2791468227:/tmp/podman_test2791468227 API forwarding listening on: /tmp/podman_test2791468227/podman/7949eff79270-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_test2791468227/podman/7949eff79270-api.sock' Machine "7949eff79270" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 7949eff79270 printenv HTTP_PROXY [+0285s] http://abcdefghijklmnopqrstuvwxyz-proxy /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 7949eff79270 printenv HTTPS_PROXY http://abcdefghijklmnopqrstuvwxyz-proxy /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 7949eff79270 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 7949eff79270 cat $SSL_CERT_DIR/cert2 $SSL_CERT_FILE [+0286s] cert2 content cert1 content /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop 7949eff79270 Waiting for VM to exit... [+0287s] Machine "7949eff79270" stopped successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 7949eff79270 Starting machine "7949eff79270" [+0306s] 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 7949eff79270 [+0308s] Mounting volume... /tmp/podman_test2791468227:/tmp/podman_test2791468227 API forwarding listening on: /tmp/podman_test2791468227/podman/7949eff79270-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_test2791468227/podman/7949eff79270-api.sock' Machine "7949eff79270" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 7949eff79270 printenv HTTP_PROXY HTTPS_PROXY [+0309s] http:// some special @;" here https://abc :£$%6 : |"" /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 7949eff79270 cat $SSL_CERT_DIR/cert2 $SSL_CERT_FILE 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:15 @ 07/23/24 11:53:49.365 (54.576s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:53:49.365 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:53:49.365 (0s)
> Enter [DeferCleanup (Each)] podman machine proxy settings propagation - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:53:49.365 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 7949eff79270 Waiting for VM to exit... [+0310s] < Exit [DeferCleanup (Each)] podman machine proxy settings propagation - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:53:50.65 (1.286s) > 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 @ 07/23/24 11:53:50.651 < 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 @ 07/23/24 11:53:50.651 (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 @ 07/23/24 11:53:50.651 < 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 @ 07/23/24 11:53:50.651 (0s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:53:50.651 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:53:50.651 (0s) • [55.863 seconds]

[+0310s]

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:14
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:53:50.651 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:53:50.651 (0s)
→ Enter [It] stop bad name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:14 @ 07/23/24 11:53:50.651 /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:14 @ 07/23/24 11:53:50.672 (21ms)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:53:50.672 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:53:50.672 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:53:50.672 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:53:50.673 (0s) • [0.022 seconds]

[+0310s]

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:22
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:53:50.673 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:53:50.673 (0s)
→ Enter [It] Stop running machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:22 @ 07/23/24 11:53:50.673 /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 5258423b30d7 [+0315s] Image resized. Machine init complete Starting machine "5258423b30d7" [+0338s] 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 5258423b30d7 [+0339s] Mounting volume... /tmp/podman_test1676627068:/tmp/podman_test1676627068 [+0340s] API forwarding listening on: /tmp/podman_test1676627068/podman/5258423b30d7-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_test1676627068/podman/5258423b30d7-api.sock' Machine "5258423b30d7" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop 5258423b30d7 Waiting for VM to exit... [+0341s] Machine "5258423b30d7" stopped successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop 5258423b30d7 Machine "5258423b30d7" stopped successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.LastUp.Format "2006-01-02T15:04:05Z07:00"}} 5258423b30d7 2024-07-23T11:54:21Z ← Exit [It] Stop running machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/stop_test.go:22 @ 07/23/24 11:54:21.413 (30.74s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:54:21.413 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:54:21.413 (0s)
> Enter [DeferCleanup (Each)] podman machine stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:21.413 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 5258423b30d7 < Exit [DeferCleanup (Each)] podman machine stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:21.697 (284ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:54:21.697 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:54:21.697 (0s) • [31.025 seconds]

[+0341s]

podman machine init

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

bad init

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/init_test.go:28
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:54:21.697 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:54:21.698 (0s)
→ Enter [It] bad init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:28 @ 07/23/24 11:54:21.698 /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 7ed60a265881 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 machine init --disk-size 11 --memory 129551 7ed60a265881 Error: requested amount of memory (129551 MB) greater than total system memory (134770749440 MB) /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r system connection rm foobar ← Exit [It] bad init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:28 @ 07/23/24 11:54:21.896 (198ms)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:54:21.896 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:54:21.896 (0s)
> Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:21.896 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 7ed60a265881 Error: 7ed60a265881: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:21.916 (21ms) > Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:21.916 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 7ed60a265881 Error: 7ed60a265881: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:21.938 (21ms) > Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:21.938 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force ab/cd Error: ab/cd: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:21.959 (21ms) > Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:21.959 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foobar Error: foobar: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:21.98 (21ms) > Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:21.98 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force qemu Error: qemu: VM does not exist [+0342s] < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:22 (21ms) > Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:22 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ Error: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:22.032 (31ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:54:22.032 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:54:22.032 (0s) • [0.335 seconds]

[+0342s]

podman machine init

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

simple init

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/init_test.go:82
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:54:22.032 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:54:22.032 (0s)
→ Enter [It] simple init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:82 @ 07/23/24 11:54:22.032 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 4602af5f9a5b [+0346s] Image resized. Machine init complete To start your machine run: podman machine start 4602af5f9a5b /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 4602af5f9a5b [ { "ConfigDir": { "Path": "/tmp/podman_test519366325/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test519366325/podman/4602af5f9a5b-api.sock" }, "PodmanPipe": null }, "Created": "2024-07-23T11:54:22.056601486Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "4602af5f9a5b", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test519366325/.local/share/containers/podman/machine/machine", "Port": 43457, "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 @ 07/23/24 11:54:26.658 (4.626s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:54:26.658 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:54:26.658 (0s)
> Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:26.658 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 4602af5f9a5b < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:26.932 (274ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:54:26.932 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:54:26.932 (0s) • [4.900 seconds]

[+0346s]

podman machine init

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

simple init with start

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/init_test.go:101
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:54:26.932 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:54:26.933 (0s)
→ Enter [It] simple init with start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:101 @ 07/23/24 11:54:26.933 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 6656b1882f66 [+0351s] Image resized. Machine init complete To start your machine run: podman machine start 6656b1882f66 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 6656b1882f66 [ { "ConfigDir": { "Path": "/tmp/podman_test2554065362/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test2554065362/podman/6656b1882f66-api.sock" }, "PodmanPipe": null }, "Created": "2024-07-23T11:54:26.95660487Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "6656b1882f66", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test2554065362/.local/share/containers/podman/machine/machine", "Port": 34679, "RemoteUsername": "core" }, "State": "stopped", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 6656b1882f66 Starting machine "6656b1882f66" [+0375s] 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 6656b1882f66 [+0376s] Mounting volume... /tmp/podman_test2554065362:/tmp/podman_test2554065362 API forwarding listening on: /tmp/podman_test2554065362/podman/6656b1882f66-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_test2554065362/podman/6656b1882f66-api.sock' Machine "6656b1882f66" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 6656b1882f66 [ { "ConfigDir": { "Path": "/tmp/podman_test2554065362/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test2554065362/podman/6656b1882f66-api.sock" }, "PodmanPipe": null }, "Created": "2024-07-23T11:54:26.95660487Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "6656b1882f66", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test2554065362/.local/share/containers/podman/machine/machine", "Port": 34679, "RemoteUsername": "core" }, "State": "running", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 6656b1882f66 sudo systemctl is-enabled zincati [+0377s] disabled ← Exit [It] simple init with start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:101 @ 07/23/24 11:54:57.271 (30.339s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:54:57.271 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:54:57.272 (0s)
> Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:57.272 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 6656b1882f66 Waiting for VM to exit... [+0378s] < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:54:58.558 (1.287s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:54:58.558 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:54:58.559 (0s) • [31.626 seconds]

[+0378s]

podman machine init

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

simple init with username

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/init_test.go:137
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:54:58.559 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:54:58.559 (0s)
→ Enter [It] simple init with username - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:137 @ 07/23/24 11:54:58.559 /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 0df9ec6d8e3d [+0383s] Image resized. Machine init complete To start your machine run: podman machine start 0df9ec6d8e3d /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 0df9ec6d8e3d [ { "ConfigDir": { "Path": "/tmp/podman_test1081917820/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test1081917820/podman/0df9ec6d8e3d-api.sock" }, "PodmanPipe": null }, "Created": "2024-07-23T11:54:58.583106931Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "0df9ec6d8e3d", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test1081917820/.local/share/containers/podman/machine/machine", "Port": 45229, "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 @ 07/23/24 11:55:03.174 (4.615s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:55:03.174 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 11:55:03.174 (0s)
> Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:55:03.174 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 0df9ec6d8e3d < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 11:55:03.448 (274ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:55:03.448 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 11:55:03.448 (0s) • [4.890 seconds]

[+0383s]

podman machine init

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

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] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:55:03.448 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 11:55:03.449 (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 @ 07/23/24 11:55:03.449 /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 9812516b48c7 [+0387s] Image resized. Machine init complete To start your machine run: podman machine start 9812516b48c7 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 9812516b48c7 Starting machine "9812516b48c7" [+0987s] SIGABRT: abort PC=0x48739c m=0 sigcode=0 goroutine 0 gp=0x21dd5e0 m=0 mp=0x21e07e0 [idle]: runtime.futex(0x21e0920, 0x80, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/runtime/sys_linux_arm64.s:651 +0x1c fp=0xffffd4b4df30 sp=0xffffd4b4df30 pc=0x48739c runtime.futexsleep(0xffffd4b4dfb8?, 0x4550bc?, 0x21e6858?) /usr/lib/golang/src/runtime/os_linux.go:69 +0x2c fp=0xffffd4b4df80 sp=0xffffd4b4df30 pc=0x44a24c runtime.notesleep(0x21e0920) /usr/lib/golang/src/runtime/lock_futex.go:170 +0x8c fp=0xffffd4b4dfc0 sp=0xffffd4b4df80 pc=0x41fcec runtime.mPark(...) /usr/lib/golang/src/runtime/proc.go:1761 runtime.stopm() /usr/lib/golang/src/runtime/proc.go:2782 +0x84 fp=0xffffd4b4dff0 sp=0xffffd4b4dfc0 pc=0x4550d4 runtime.findRunnable() /usr/lib/golang/src/runtime/proc.go:3512 +0xfe0 fp=0xffffd4b4e160 sp=0xffffd4b4dff0 pc=0x457050 runtime.schedule() /usr/lib/golang/src/runtime/proc.go:3868 +0x98 fp=0xffffd4b4e1a0 sp=0xffffd4b4e160 pc=0x458498 runtime.park_m(0x400015ae00) /usr/lib/golang/src/runtime/proc.go:4036 +0x240 fp=0xffffd4b4e200 sp=0xffffd4b4e1a0 pc=0x458b30 runtime.mcall() /usr/lib/golang/src/runtime/asm_arm64.s:192 +0x54 fp=0xffffd4b4e210 sp=0xffffd4b4e200 pc=0x4839d4 goroutine 1 gp=0x40000021c0 m=nil [IO wait, 9 minutes]: runtime.gopark(0x20?, 0xffffb8a80a90?, 0x18?, 0x53?, 0x4217bc?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000071270 sp=0x4000071250 pc=0x450438 runtime.netpollblock(0x0?, 0xffffffff?, 0xff?) /usr/lib/golang/src/runtime/netpoll.go:573 +0x158 fp=0x40000712b0 sp=0x4000071270 pc=0x449478 internal/poll.runtime_pollWait(0xffff71e266b8, 0x72) /usr/lib/golang/src/runtime/netpoll.go:345 +0xa0 fp=0x40000712e0 sp=0x40000712b0 pc=0x47fc40 internal/poll.(*pollDesc).wait(0x4000227180?, 0x40002dc000?, 0x0) /usr/lib/golang/src/internal/poll/fd_poll_runtime.go:84 +0x28 fp=0x4000071310 sp=0x40000712e0 pc=0x4ff1c8 internal/poll.(*pollDesc).waitRead(...) /usr/lib/golang/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x4000227180, {0x40002dc000, 0x1000, 0x1000}) /usr/lib/golang/src/internal/poll/fd_unix.go:164 +0x200 fp=0x40000713b0 sp=0x4000071310 pc=0x500510 net.(*netFD).Read(0x4000227180, {0x40002dc000?, 0x0?, 0x40000241e0?}) /usr/lib/golang/src/net/fd_posix.go:55 +0x28 fp=0x4000071400 sp=0x40000713b0 pc=0x605878 net.(*conn).Read(0x4000012050, {0x40002dc000?, 0x4000715498?, 0x42ad88?}) /usr/lib/golang/src/net/net.go:179 +0x34 fp=0x4000071450 sp=0x4000071400 pc=0x615574 net.(*UnixConn).Read(0x4?, {0x40002dc000?, 0x4000715528?, 0x42a5ec?}) <autogenerated>:1 +0x2c fp=0x4000071480 sp=0x4000071450 pc=0x628cfc bufio.(*Reader).fill(0x4000071760) /usr/lib/golang/src/bufio/bufio.go:110 +0xf8 fp=0x40000714c0 sp=0x4000071480 pc=0x54b7a8 bufio.(*Reader).ReadSlice(0x4000071760, 0xa) /usr/lib/golang/src/bufio/bufio.go:376 +0x30 fp=0x4000071510 sp=0x40000714c0 pc=0x54c3b0 bufio.(*Reader).collectFragments(0x4000071760, 0xa) /usr/lib/golang/src/bufio/bufio.go:451 +0x64 fp=0x40000715d0 sp=0x4000071510 pc=0x54c7b4 bufio.(*Reader).ReadString(0x20da050?, 0xc0?) /usr/lib/golang/src/bufio/bufio.go:498 +0x20 fp=0x4000071690 sp=0x40000715d0 pc=0x54cb40 github.com/containers/podman/v5/pkg/machine/qemu.waitForReady(0x0?, 0x0?, 0x0?) /var/tmp/go/src/github.com/containers/podman/pkg/machine/qemu/stubber.go:244 +0x1d8 fp=0x40000717e0 sp=0x4000071690 pc=0x1033e18 github.com/containers/podman/v5/pkg/machine/qemu.(*QEMUStubber).StartVM.func1() /var/tmp/go/src/github.com/containers/podman/pkg/machine/qemu/stubber.go:216 +0x30 fp=0x4000071810 sp=0x40000717e0 pc=0x1033b40 github.com/containers/podman/v5/pkg/machine/shim.Start(0x4000658000, {0x1771820, 0x4000486000}, 0x40001c6260, {0x78?, 0x5b?, 0x71?}) /var/tmp/go/src/github.com/containers/podman/pkg/machine/shim/host.go:457 +0x498 fp=0x4000071a60 sp=0x4000071810 pc=0x1065e28 github.com/containers/podman/v5/cmd/podman/machine.start(0x21094c0?, {0x400019e020?, 0x1?, 0x1?}) /var/tmp/go/src/github.com/containers/podman/cmd/podman/machine/start.go:70 +0x148 fp=0x4000071b90 sp=0x4000071a60 pc=0x1071c58 github.com/spf13/cobra.(*Command).execute(0x21094c0, {0x40001cc030, 0x1, 0x1}) /var/tmp/go/src/github.com/containers/podman/vendor/github.com/spf13/cobra/command.go:985 +0x840 fp=0x4000071d20 sp=0x4000071b90 pc=0x85fc60 github.com/spf13/cobra.(*Command).ExecuteC(0x20fc8a0) /var/tmp/go/src/github.com/containers/podman/vendor/github.com/spf13/cobra/command.go:1117 +0x344 fp=0x4000071e00 sp=0x4000071d20 pc=0x860424 github.com/spf13/cobra.(*Command).Execute(...) /var/tmp/go/src/github.com/containers/podman/vendor/github.com/spf13/cobra/command.go:1041 github.com/spf13/cobra.(*Command).ExecuteContext(...) /var/tmp/go/src/github.com/containers/podman/vendor/github.com/spf13/cobra/command.go:1034 main.Execute() /var/tmp/go/src/github.com/containers/podman/cmd/podman/root.go:116 +0xc8 fp=0x4000071e90 sp=0x4000071e00 pc=0x10edab8 main.main() /var/tmp/go/src/github.com/containers/podman/cmd/podman/main.go:61 +0x4b0 fp=0x4000071f40 sp=0x4000071e90 pc=0x10ed220 runtime.main() /usr/lib/golang/src/runtime/proc.go:271 +0x28c fp=0x4000071fd0 sp=0x4000071f40 pc=0x45000c runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000071fd0 sp=0x4000071fd0 pc=0x485f14 goroutine 2 gp=0x4000002c40 m=nil [force gc (idle), 3 minutes]: runtime.gopark(0x10103ad5d6b?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000118f90 sp=0x4000118f70 pc=0x450438 runtime.goparkunlock(...) /usr/lib/golang/src/runtime/proc.go:408 runtime.forcegchelper() /usr/lib/golang/src/runtime/proc.go:326 +0xb8 fp=0x4000118fd0 sp=0x4000118f90 pc=0x4502c8 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000118fd0 sp=0x4000118fd0 pc=0x485f14 created by runtime.init.6 in goroutine 1 /usr/lib/golang/src/runtime/proc.go:314 +0x24 goroutine 3 gp=0x4000003180 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000119760 sp=0x4000119740 pc=0x450438 runtime.goparkunlock(...) /usr/lib/golang/src/runtime/proc.go:408 runtime.bgsweep(0x4000048150) /usr/lib/golang/src/runtime/mgcsweep.go:318 +0x108 fp=0x40001197b0 sp=0x4000119760 pc=0x43a968 runtime.gcenable.gowrap1() /usr/lib/golang/src/runtime/mgc.go:203 +0x28 fp=0x40001197d0 sp=0x40001197b0 pc=0x42eb18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001197d0 sp=0x40001197d0 pc=0x485f14 created by runtime.gcenable in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:203 +0x6c goroutine 4 gp=0x4000003340 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x11b030d2?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000119f60 sp=0x4000119f40 pc=0x450438 runtime.goparkunlock(...) /usr/lib/golang/src/runtime/proc.go:408 runtime.(*scavengerState).park(0x21dafe0) /usr/lib/golang/src/runtime/mgcscavenge.go:425 +0x5c fp=0x4000119f90 sp=0x4000119f60 pc=0x4382fc runtime.bgscavenge(0x4000048150) /usr/lib/golang/src/runtime/mgcscavenge.go:658 +0xac fp=0x4000119fb0 sp=0x4000119f90 pc=0x4388ac runtime.gcenable.gowrap2() /usr/lib/golang/src/runtime/mgc.go:204 +0x28 fp=0x4000119fd0 sp=0x4000119fb0 pc=0x42eab8 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000119fd0 sp=0x4000119fd0 pc=0x485f14 created by runtime.gcenable in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:204 +0xac goroutine 18 gp=0x4000182700 m=nil [finalizer wait, 7 minutes]: runtime.gopark(0x0?, 0x15cdf10?, 0xa0?, 0xa3?, 0x2000000020?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000118580 sp=0x4000118560 pc=0x450438 runtime.runfinq() /usr/lib/golang/src/runtime/mfinal.go:194 +0x108 fp=0x40001187d0 sp=0x4000118580 pc=0x42dbe8 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001187d0 sp=0x40001187d0 pc=0x485f14 created by runtime.createfing in goroutine 1 /usr/lib/golang/src/runtime/mfinal.go:164 +0x80 goroutine 19 gp=0x4000281880 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000114730 sp=0x4000114710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40001147d0 sp=0x4000114730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001147d0 sp=0x40001147d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 5 gp=0x4000003c00 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400011a730 sp=0x400011a710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400011a7d0 sp=0x400011a730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400011a7d0 sp=0x400011a7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 6 gp=0x4000003dc0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400011af30 sp=0x400011af10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400011afd0 sp=0x400011af30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400011afd0 sp=0x400011afd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 7 gp=0x400015a000 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400011b730 sp=0x400011b710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400011b7d0 sp=0x400011b730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400011b7d0 sp=0x400011b7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 8 gp=0x400015a1c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400011bf30 sp=0x400011bf10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400011bfd0 sp=0x400011bf30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400011bfd0 sp=0x400011bfd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 20 gp=0x4000281a40 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000114f30 sp=0x4000114f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000114fd0 sp=0x4000114f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000114fd0 sp=0x4000114fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 21 gp=0x4000281c00 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000115730 sp=0x4000115710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40001157d0 sp=0x4000115730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001157d0 sp=0x40001157d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 22 gp=0x4000281dc0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000115f30 sp=0x4000115f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000115fd0 sp=0x4000115f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000115fd0 sp=0x4000115fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 23 gp=0x400049a000 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000116730 sp=0x4000116710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40001167d0 sp=0x4000116730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001167d0 sp=0x40001167d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 24 gp=0x400049a1c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000116f30 sp=0x4000116f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000116fd0 sp=0x4000116f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000116fd0 sp=0x4000116fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 25 gp=0x400049a380 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000117730 sp=0x4000117710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40001177d0 sp=0x4000117730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001177d0 sp=0x40001177d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 26 gp=0x400049a540 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000117f30 sp=0x4000117f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000117fd0 sp=0x4000117f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000117fd0 sp=0x4000117fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 27 gp=0x400049a700 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004a0730 sp=0x40004a0710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004a07d0 sp=0x40004a0730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004a07d0 sp=0x40004a07d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 28 gp=0x400049a8c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004a0f30 sp=0x40004a0f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004a0fd0 sp=0x40004a0f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004a0fd0 sp=0x40004a0fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 29 gp=0x400049aa80 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004a1730 sp=0x40004a1710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004a17d0 sp=0x40004a1730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004a17d0 sp=0x40004a17d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 9 gp=0x400015a380 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400049c730 sp=0x400049c710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400049c7d0 sp=0x400049c730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400049c7d0 sp=0x400049c7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 10 gp=0x400015a540 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400049cf30 sp=0x400049cf10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400049cfd0 sp=0x400049cf30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400049cfd0 sp=0x400049cfd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 30 gp=0x400049ac40 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004a1f30 sp=0x40004a1f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004a1fd0 sp=0x40004a1f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004a1fd0 sp=0x40004a1fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 11 gp=0x400015a700 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400049d730 sp=0x400049d710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400049d7d0 sp=0x400049d730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400049d7d0 sp=0x400049d7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 34 gp=0x4000502000 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000508730 sp=0x4000508710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005087d0 sp=0x4000508730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005087d0 sp=0x40005087d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 35 gp=0x40005021c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000508f30 sp=0x4000508f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000508fd0 sp=0x4000508f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000508fd0 sp=0x4000508fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 36 gp=0x4000502380 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000509730 sp=0x4000509710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005097d0 sp=0x4000509730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005097d0 sp=0x40005097d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 37 gp=0x4000502540 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000509f30 sp=0x4000509f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000509fd0 sp=0x4000509f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000509fd0 sp=0x4000509fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 38 gp=0x4000502700 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400050a730 sp=0x400050a710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400050a7d0 sp=0x400050a730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400050a7d0 sp=0x400050a7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 39 gp=0x40005028c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400050af30 sp=0x400050af10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400050afd0 sp=0x400050af30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400050afd0 sp=0x400050afd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 40 gp=0x4000502a80 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400050b730 sp=0x400050b710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400050b7d0 sp=0x400050b730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400050b7d0 sp=0x400050b7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 41 gp=0x4000502c40 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400050bf30 sp=0x400050bf10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400050bfd0 sp=0x400050bf30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400050bfd0 sp=0x400050bfd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 42 gp=0x4000502e00 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000504730 sp=0x4000504710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005047d0 sp=0x4000504730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005047d0 sp=0x40005047d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 43 gp=0x4000502fc0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000504f30 sp=0x4000504f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000504fd0 sp=0x4000504f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000504fd0 sp=0x4000504fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 44 gp=0x4000503180 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000505730 sp=0x4000505710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005057d0 sp=0x4000505730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005057d0 sp=0x40005057d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 45 gp=0x4000503340 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000505f30 sp=0x4000505f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000505fd0 sp=0x4000505f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000505fd0 sp=0x4000505fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 50 gp=0x4000580000 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000586730 sp=0x4000586710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005867d0 sp=0x4000586730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005867d0 sp=0x40005867d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 51 gp=0x40005801c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000586f30 sp=0x4000586f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000586fd0 sp=0x4000586f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000586fd0 sp=0x4000586fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 52 gp=0x4000580380 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000587730 sp=0x4000587710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005877d0 sp=0x4000587730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005877d0 sp=0x40005877d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 53 gp=0x4000580540 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000587f30 sp=0x4000587f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000587fd0 sp=0x4000587f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000587fd0 sp=0x4000587fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 54 gp=0x4000580700 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000588730 sp=0x4000588710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005887d0 sp=0x4000588730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005887d0 sp=0x40005887d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 55 gp=0x40005808c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000588f30 sp=0x4000588f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000588fd0 sp=0x4000588f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000588fd0 sp=0x4000588fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 56 gp=0x4000580a80 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000589730 sp=0x4000589710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005897d0 sp=0x4000589730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005897d0 sp=0x40005897d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 57 gp=0x4000580c40 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000589f30 sp=0x4000589f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000589fd0 sp=0x4000589f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000589fd0 sp=0x4000589fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 58 gp=0x4000580e00 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000582730 sp=0x4000582710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005827d0 sp=0x4000582730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005827d0 sp=0x40005827d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 59 gp=0x4000580fc0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000582f30 sp=0x4000582f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000582fd0 sp=0x4000582f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000582fd0 sp=0x4000582fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 60 gp=0x4000581180 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000583730 sp=0x4000583710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005837d0 sp=0x4000583730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005837d0 sp=0x40005837d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 61 gp=0x4000581340 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000583f30 sp=0x4000583f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000583fd0 sp=0x4000583f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000583fd0 sp=0x4000583fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 62 gp=0x4000581500 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000584730 sp=0x4000584710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005847d0 sp=0x4000584730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005847d0 sp=0x40005847d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 63 gp=0x40005816c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000584f30 sp=0x4000584f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000584fd0 sp=0x4000584f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000584fd0 sp=0x4000584fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 64 gp=0x4000581880 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000585730 sp=0x4000585710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005857d0 sp=0x4000585730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005857d0 sp=0x40005857d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 65 gp=0x4000581a40 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000585f30 sp=0x4000585f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000585fd0 sp=0x4000585f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000585fd0 sp=0x4000585fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 31 gp=0x400049ae00 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004a2730 sp=0x40004a2710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004a27d0 sp=0x40004a2730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004a27d0 sp=0x40004a27d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 32 gp=0x400049afc0 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0xda?, 0x98?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004a2f30 sp=0x40004a2f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004a2fd0 sp=0x40004a2f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004a2fd0 sp=0x40004a2fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 12 gp=0x400015a8c0 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0x85?, 0xee?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400049df30 sp=0x400049df10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400049dfd0 sp=0x400049df30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400049dfd0 sp=0x400049dfd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 66 gp=0x4000581c00 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x224df60?, 0x1?, 0xcb?, 0xd2?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000590730 sp=0x4000590710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005907d0 sp=0x4000590730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005907d0 sp=0x40005907d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 13 gp=0x400015aa80 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x224df60?, 0x1?, 0x29?, 0x90?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400049e730 sp=0x400049e710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400049e7d0 sp=0x400049e730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400049e7d0 sp=0x400049e7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 14 gp=0x400015ac40 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0xed?, 0x60?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400049ef30 sp=0x400049ef10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400049efd0 sp=0x400049ef30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400049efd0 sp=0x400049efd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 15 gp=0x400015ae00 m=nil [GC worker (idle)]: runtime.gopark(0x10103b3a89d?, 0x1?, 0x68?, 0x59?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400049f730 sp=0x400049f710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400049f7d0 sp=0x400049f730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400049f7d0 sp=0x400049f7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 33 gp=0x400049b180 m=nil [GC worker (idle)]: runtime.gopark(0x10103b375d0?, 0x1?, 0x8c?, 0x90?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004a3730 sp=0x40004a3710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004a37d0 sp=0x40004a3730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004a37d0 sp=0x40004a37d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 82 gp=0x400049b340 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0x36?, 0x57?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004a3f30 sp=0x40004a3f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004a3fd0 sp=0x40004a3f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004a3fd0 sp=0x40004a3fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 83 gp=0x400049b500 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0xee?, 0x9b?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400058c730 sp=0x400058c710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400058c7d0 sp=0x400058c730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400058c7d0 sp=0x400058c7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 84 gp=0x400049b6c0 m=nil [GC worker (idle)]: runtime.gopark(0x10103b3c881?, 0x1?, 0x57?, 0x2a?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400058cf30 sp=0x400058cf10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400058cfd0 sp=0x400058cf30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400058cfd0 sp=0x400058cfd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 67 gp=0x40005a01c0 m=nil [GC worker (idle)]: runtime.gopark(0x10103b3b461?, 0x1?, 0x79?, 0x88?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000590f30 sp=0x4000590f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000590fd0 sp=0x4000590f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000590fd0 sp=0x4000590fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 68 gp=0x40005a0380 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0x0?, 0x7d?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000591730 sp=0x4000591710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005917d0 sp=0x4000591730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005917d0 sp=0x40005917d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 69 gp=0x40005a0540 m=nil [GC worker (idle)]: runtime.gopark(0x10103b3ca13?, 0x1?, 0xa7?, 0x3a?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000591f30 sp=0x4000591f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000591fd0 sp=0x4000591f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000591fd0 sp=0x4000591fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 70 gp=0x40005a0700 m=nil [GC worker (idle)]: runtime.gopark(0x10103b3ab2e?, 0x1?, 0xaa?, 0xaf?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000592730 sp=0x4000592710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005927d0 sp=0x4000592730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005927d0 sp=0x40005927d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 46 gp=0x4000503500 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0x57?, 0x9d?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000506730 sp=0x4000506710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005067d0 sp=0x4000506730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005067d0 sp=0x40005067d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 71 gp=0x40005a08c0 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0x5e?, 0x6c?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000592f30 sp=0x4000592f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000592fd0 sp=0x4000592f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000592fd0 sp=0x4000592fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 16 gp=0x400015b500 m=nil [chan receive, 9 minutes]: runtime.gopark(0x400058e6b8?, 0x55ccb4?, 0x1?, 0x0?, 0x4000452840?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400058e690 sp=0x400058e670 pc=0x450438 runtime.chanrecv(0x4000b88060, 0x400058e778, 0x1) /usr/lib/golang/src/runtime/chan.go:583 +0x404 fp=0x400058e710 sp=0x400058e690 pc=0x41a304 runtime.chanrecv2(0x4000b88060?, 0x400058e788?) /usr/lib/golang/src/runtime/chan.go:447 +0x14 fp=0x400058e740 sp=0x400058e710 pc=0x419ee4 github.com/containers/podman/v5/pkg/machine.(*CleanupCallback).CleanOnSignal(0x40001c6a80) /var/tmp/go/src/github.com/containers/podman/pkg/machine/cleanup.go:29 +0x88 fp=0x400058e7b0 sp=0x400058e740 pc=0x102c6f8 github.com/containers/podman/v5/pkg/machine/shim.Start.gowrap4() /var/tmp/go/src/github.com/containers/podman/pkg/machine/shim/host.go:434 +0x28 fp=0x400058e7d0 sp=0x400058e7b0 pc=0x10663f8 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400058e7d0 sp=0x400058e7d0 pc=0x485f14 created by github.com/containers/podman/v5/pkg/machine/shim.Start in goroutine 1 /var/tmp/go/src/github.com/containers/podman/pkg/machine/shim/host.go:434 +0x41c goroutine 98 gp=0x4000503a40 m=nil [select, 9 minutes, locked to thread]: runtime.gopark(0x40008107a0?, 0x2?, 0x0?, 0x0?, 0x400081078c?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000810630 sp=0x4000810610 pc=0x450438 runtime.selectgo(0x40008107a0, 0x4000810788, 0x0?, 0x0, 0x0?, 0x1) /usr/lib/golang/src/runtime/select.go:327 +0x614 fp=0x4000810740 sp=0x4000810630 pc=0x463864 runtime.ensureSigM.func1() /usr/lib/golang/src/runtime/signal_unix.go:1034 +0x198 fp=0x40008107d0 sp=0x4000810740 pc=0x47c5b8 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40008107d0 sp=0x40008107d0 pc=0x485f14 created by runtime.ensureSigM in goroutine 16 /usr/lib/golang/src/runtime/signal_unix.go:1017 +0xd8 goroutine 99 gp=0x4000503c00 m=18 mp=0x4000601008 [syscall, 9 minutes]: runtime.notetsleepg(0x224ce20, 0xffffffffffffffff) /usr/lib/golang/src/runtime/lock_futex.go:246 +0x34 fp=0x4000810f90 sp=0x4000810f60 pc=0x41ff74 os/signal.signal_recv() /usr/lib/golang/src/runtime/sigqueue.go:152 +0x30 fp=0x4000810fb0 sp=0x4000810f90 pc=0x4820e0 os/signal.loop() /usr/lib/golang/src/os/signal/signal_unix.go:23 +0x1c fp=0x4000810fd0 sp=0x4000810fb0 pc=0x55d71c runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000810fd0 sp=0x4000810fd0 pc=0x485f14 created by os/signal.Notify.func1.1 in goroutine 16 /usr/lib/golang/src/os/signal/signal.go:151 +0x28 goroutine 47 gp=0x4000602380 m=nil [IO wait, 9 minutes]: runtime.gopark(0x1507cfc?, 0x49173c?, 0x6f?, 0xec?, 0x4d8d64?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000128b40 sp=0x4000128b20 pc=0x450438 runtime.netpollblock(0x0?, 0xffffffff?, 0xff?) /usr/lib/golang/src/runtime/netpoll.go:573 +0x158 fp=0x4000128b80 sp=0x4000128b40 pc=0x449478 internal/poll.runtime_pollWait(0xffff71e267b0, 0x72) /usr/lib/golang/src/runtime/netpoll.go:345 +0xa0 fp=0x4000128bb0 sp=0x4000128b80 pc=0x47fc40 internal/poll.(*pollDesc).wait(0x40002cbb00?, 0x4000062200?, 0x1) /usr/lib/golang/src/internal/poll/fd_poll_runtime.go:84 +0x28 fp=0x4000128be0 sp=0x4000128bb0 pc=0x4ff1c8 internal/poll.(*pollDesc).waitRead(...) /usr/lib/golang/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0x40002cbb00, {0x4000062200, 0x200, 0x200}) /usr/lib/golang/src/internal/poll/fd_unix.go:164 +0x200 fp=0x4000128c80 sp=0x4000128be0 pc=0x500510 os.(*File).read(...) /usr/lib/golang/src/os/file_posix.go:29 os.(*File).Read(0x4000012030, {0x4000062200?, 0x400080c508?, 0x0?}) /usr/lib/golang/src/os/file.go:118 +0x70 fp=0x4000128cc0 sp=0x4000128c80 pc=0x50b2b0 os.(*fileWithoutWriteTo).Read(0x400024d0e0?, {0x4000062200?, 0x4000128d48?, 0x4940a8?}) <autogenerated>:1 +0x2c fp=0x4000128cf0 sp=0x4000128cc0 pc=0x51470c bytes.(*Buffer).ReadFrom(0x400024d0e0, {0x1752e40, 0x4000012048}) /usr/lib/golang/src/bytes/buffer.go:211 +0x90 fp=0x4000128d50 sp=0x4000128cf0 pc=0x52db40 io.copyBuffer({0x1752f00, 0x400024d0e0}, {0x1752e40, 0x4000012048}, {0x0, 0x0, 0x0}) /usr/lib/golang/src/io/io.go:415 +0x14c fp=0x4000128dd0 sp=0x4000128d50 pc=0x493f2c io.Copy(...) /usr/lib/golang/src/io/io.go:388 os.genericWriteTo(0x4000012030?, {0x1752f00, 0x400024d0e0}) /usr/lib/golang/src/os/file.go:269 +0x5c fp=0x4000128e20 sp=0x4000128dd0 pc=0x50bc4c os.(*File).WriteTo(0x4000012030, {0x1752f00, 0x400024d0e0}) /usr/lib/golang/src/os/file.go:247 +0xa0 fp=0x4000128e60 sp=0x4000128e20 pc=0x50bb60 io.copyBuffer({0x1752f00, 0x400024d0e0}, {0x1752bc0, 0x4000012030}, {0x0, 0x0, 0x0}) /usr/lib/golang/src/io/io.go:411 +0x98 fp=0x4000128ee0 sp=0x4000128e60 pc=0x493e78 io.Copy(...) /usr/lib/golang/src/io/io.go:388 os/exec.(*Cmd).writerDescriptor.func1() /usr/lib/golang/src/os/exec/exec.go:577 +0x44 fp=0x4000128f40 sp=0x4000128ee0 pc=0x7794c4 os/exec.(*Cmd).Start.func2(0x0?) /usr/lib/golang/src/os/exec/exec.go:724 +0x34 fp=0x4000128fb0 sp=0x4000128f40 pc=0x779f54 os/exec.(*Cmd).Start.gowrap1() /usr/lib/golang/src/os/exec/exec.go:736 +0x30 fp=0x4000128fd0 sp=0x4000128fb0 pc=0x779ee0 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000128fd0 sp=0x4000128fd0 pc=0x485f14 created by os/exec.(*Cmd).Start in goroutine 1 /usr/lib/golang/src/os/exec/exec.go:723 +0x7cc r0 0x21e0920 r1 0x80 r2 0x0 r3 0x0 r4 0x0 r5 0x0 r6 0xb r7 0x425c14646672f6fa r8 0x62 r9 0x1 r10 0x0 r11 0xffffffffffffff r12 0x5042eb24a60 r13 0x1 r14 0x4000218900 r15 0x400024d3b0 r16 0xffffd43533a0 r17 0xffffd4b4e070 r18 0xfff r19 0x1 r20 0xffffd4b4df20 r21 0x21e07e0 r22 0x1 r23 0x0 r24 0x0 r25 0x40000826c0 r26 0x15ce390 r27 0x20d0000 r28 0x21dd5e0 r29 0xffffd4b4df28 lr 0x44a24c sp 0xffffd4b4df30 pc 0x48739c fault 0x0
[+0988s] [FAILED] Timed out after 600.001s. command timed out after 600.000000s: [/var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 9812516b48c7] Expected process to exit. It did not. In [It] at: /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:59 @ 07/23/24 12:05:08.973 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.(*machineSession).waitWithTimeout(0x4000980080, 0x8bb2c97000) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:59 +0x14c github.com/containers/podman/v5/pkg/machine/e2e_test.runWrapper({0x400039d880, 0x3e}, {0x40005229c0, 0x3, 0x4}, 0x8bb2c97000, 0x1) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:213 +0x2f0 github.com/containers/podman/v5/pkg/machine/e2e_test.(*machineTestBuilder).run(0x4000534150?) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:175 +0x3c github.com/containers/podman/v5/pkg/machine/e2e_test.init.func9.5() /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:168 +0x2b0
← 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 @ 07/23/24 12:05:08.973 (10m5.525s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:05:08.973 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:05:08.973 (0s)
> Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:05:08.973 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 9812516b48c7 Waiting for VM to exit... [+1588s] SIGABRT: abort PC=0x415e30 m=0 sigcode=0 goroutine 0 gp=0x21dd5e0 m=0 mp=0x21e07e0 [idle]: runtime/internal/syscall.Syscall6(0x16, 0x4, 0xffffdbced0f8, 0x80, 0x1f3, 0x0, 0x0) /usr/lib/golang/src/runtime/internal/syscall/asm_linux_arm64.s:17 +0x20 fp=0xffffdbced030 sp=0xffffdbced030 pc=0x415e30 runtime/internal/syscall.EpollWait(0x5?, {0xffffdbced0f8?, 0x10?, 0x1?}, 0x0?, 0x0?) /usr/lib/golang/src/runtime/internal/syscall/syscall_linux.go:55 +0x58 fp=0xffffdbced0a0 sp=0xffffdbced030 pc=0x415d68 runtime.netpoll(0x1dcd642a) /usr/lib/golang/src/runtime/netpoll_epoll.go:118 +0xf4 fp=0xffffdbced930 sp=0xffffdbced0a0 pc=0x449fa4 runtime.findRunnable() /usr/lib/golang/src/runtime/proc.go:3470 +0x9ec fp=0xffffdbcedaa0 sp=0xffffdbced930 pc=0x456a5c runtime.schedule() /usr/lib/golang/src/runtime/proc.go:3868 +0x98 fp=0xffffdbcedae0 sp=0xffffdbcedaa0 pc=0x458498 runtime.park_m(0x40000021c0) /usr/lib/golang/src/runtime/proc.go:4036 +0x240 fp=0xffffdbcedb40 sp=0xffffdbcedae0 pc=0x458b30 runtime.mcall() /usr/lib/golang/src/runtime/asm_arm64.s:192 +0x54 fp=0xffffdbcedb50 sp=0xffffdbcedb40 pc=0x4839d4 goroutine 1 gp=0x40000021c0 m=nil [sleep]: runtime.gopark(0x1a83b583c69?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40000256b0 sp=0x4000025690 pc=0x450438 time.Sleep(0x1dcd6500) /usr/lib/golang/src/runtime/time.go:195 +0xfc fp=0x40000256f0 sp=0x40000256b0 pc=0x482afc github.com/containers/podman/v5/pkg/machine/qemu.(*QEMUStubber).stopLocked(0x4000382310, 0x4000994820) /var/tmp/go/src/github.com/containers/podman/pkg/machine/qemu/machine.go:222 +0x3fc fp=0x4000025800 sp=0x40000256f0 pc=0x10315bc github.com/containers/podman/v5/pkg/machine/qemu.(*QEMUStubber).StopVM(0x4000382310, 0x4000994820, 0x38?) /var/tmp/go/src/github.com/containers/podman/pkg/machine/qemu/machine.go:122 +0x38 fp=0x4000025870 sp=0x4000025800 pc=0x1031048 github.com/containers/podman/v5/pkg/machine/shim.stopLocked(0x4000994820, {0x1771820, 0x4000382310}, 0x400069c840, 0x1) /var/tmp/go/src/github.com/containers/podman/pkg/machine/shim/host.go:345 +0xf0 fp=0x40000258c0 sp=0x4000025870 pc=0x1065800 github.com/containers/podman/v5/pkg/machine/shim.Remove(0x4000994820, {0x1771820, 0x4000382310}, 0x400069c840, {0x0?, 0x0?, 0x0?}) /var/tmp/go/src/github.com/containers/podman/pkg/machine/shim/host.go:615 +0x424 fp=0x4000025a90 sp=0x40000258c0 pc=0x1066d14 github.com/containers/podman/v5/cmd/podman/machine.rm(0x2108940?, {0x400069c7c0?, 0x1?, 0x2?}) /var/tmp/go/src/github.com/containers/podman/cmd/podman/machine/rm.go:68 +0xc4 fp=0x4000025b90 sp=0x4000025a90 pc=0x1070b24 github.com/spf13/cobra.(*Command).execute(0x2108940, {0x400003c0d0, 0x2, 0x2}) /var/tmp/go/src/github.com/containers/podman/vendor/github.com/spf13/cobra/command.go:985 +0x840 fp=0x4000025d20 sp=0x4000025b90 pc=0x85fc60 github.com/spf13/cobra.(*Command).ExecuteC(0x20fc8a0) /var/tmp/go/src/github.com/containers/podman/vendor/github.com/spf13/cobra/command.go:1117 +0x344 fp=0x4000025e00 sp=0x4000025d20 pc=0x860424 github.com/spf13/cobra.(*Command).Execute(...) /var/tmp/go/src/github.com/containers/podman/vendor/github.com/spf13/cobra/command.go:1041 github.com/spf13/cobra.(*Command).ExecuteContext(...) /var/tmp/go/src/github.com/containers/podman/vendor/github.com/spf13/cobra/command.go:1034 main.Execute() /var/tmp/go/src/github.com/containers/podman/cmd/podman/root.go:116 +0xc8 fp=0x4000025e90 sp=0x4000025e00 pc=0x10edab8 main.main() /var/tmp/go/src/github.com/containers/podman/cmd/podman/main.go:61 +0x4b0 fp=0x4000025f40 sp=0x4000025e90 pc=0x10ed220 runtime.main() /usr/lib/golang/src/runtime/proc.go:271 +0x28c fp=0x4000025fd0 sp=0x4000025f40 pc=0x45000c runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000025fd0 sp=0x4000025fd0 pc=0x485f14 goroutine 2 gp=0x4000002c40 m=nil [force gc (idle), 3 minutes]: runtime.gopark(0x18c7e75b577?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000118f90 sp=0x4000118f70 pc=0x450438 runtime.goparkunlock(...) /usr/lib/golang/src/runtime/proc.go:408 runtime.forcegchelper() /usr/lib/golang/src/runtime/proc.go:326 +0xb8 fp=0x4000118fd0 sp=0x4000118f90 pc=0x4502c8 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000118fd0 sp=0x4000118fd0 pc=0x485f14 created by runtime.init.6 in goroutine 1 /usr/lib/golang/src/runtime/proc.go:314 +0x24 goroutine 3 gp=0x4000003180 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000119760 sp=0x4000119740 pc=0x450438 runtime.goparkunlock(...) /usr/lib/golang/src/runtime/proc.go:408 runtime.bgsweep(0x4000048150) /usr/lib/golang/src/runtime/mgcsweep.go:318 +0x108 fp=0x40001197b0 sp=0x4000119760 pc=0x43a968 runtime.gcenable.gowrap1() /usr/lib/golang/src/runtime/mgc.go:203 +0x28 fp=0x40001197d0 sp=0x40001197b0 pc=0x42eb18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001197d0 sp=0x40001197d0 pc=0x485f14 created by runtime.gcenable in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:203 +0x6c goroutine 4 gp=0x4000003340 m=nil [GC scavenge wait]: runtime.gopark(0x193e53?, 0xe6bc9?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000119f60 sp=0x4000119f40 pc=0x450438 runtime.goparkunlock(...) /usr/lib/golang/src/runtime/proc.go:408 runtime.(*scavengerState).park(0x21dafe0) /usr/lib/golang/src/runtime/mgcscavenge.go:425 +0x5c fp=0x4000119f90 sp=0x4000119f60 pc=0x4382fc runtime.bgscavenge(0x4000048150) /usr/lib/golang/src/runtime/mgcscavenge.go:658 +0xac fp=0x4000119fb0 sp=0x4000119f90 pc=0x4388ac runtime.gcenable.gowrap2() /usr/lib/golang/src/runtime/mgc.go:204 +0x28 fp=0x4000119fd0 sp=0x4000119fb0 pc=0x42eab8 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000119fd0 sp=0x4000119fd0 pc=0x485f14 created by runtime.gcenable in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:204 +0xac goroutine 5 gp=0x4000003c00 m=nil [finalizer wait, 9 minutes]: runtime.gopark(0x4000118618?, 0x29?, 0xc0?, 0x1?, 0x21e07e0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000118580 sp=0x4000118560 pc=0x450438 runtime.runfinq() /usr/lib/golang/src/runtime/mfinal.go:194 +0x108 fp=0x40001187d0 sp=0x4000118580 pc=0x42dbe8 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001187d0 sp=0x40001187d0 pc=0x485f14 created by runtime.createfing in goroutine 1 /usr/lib/golang/src/runtime/mfinal.go:164 +0x80 goroutine 6 gp=0x40003fee00 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400011a730 sp=0x400011a710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400011a7d0 sp=0x400011a730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400011a7d0 sp=0x400011a7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 18 gp=0x4000182700 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000114730 sp=0x4000114710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40001147d0 sp=0x4000114730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001147d0 sp=0x40001147d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 19 gp=0x40001828c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000114f30 sp=0x4000114f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000114fd0 sp=0x4000114f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000114fd0 sp=0x4000114fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 20 gp=0x4000182a80 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000115730 sp=0x4000115710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40001157d0 sp=0x4000115730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001157d0 sp=0x40001157d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 7 gp=0x40003fefc0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400011af30 sp=0x400011af10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400011afd0 sp=0x400011af30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400011afd0 sp=0x400011afd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 8 gp=0x40003ff180 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400011b730 sp=0x400011b710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400011b7d0 sp=0x400011b730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400011b7d0 sp=0x400011b7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 9 gp=0x40003ff340 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400011bf30 sp=0x400011bf10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400011bfd0 sp=0x400011bf30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400011bfd0 sp=0x400011bfd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 34 gp=0x4000502000 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000508730 sp=0x4000508710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005087d0 sp=0x4000508730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005087d0 sp=0x40005087d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 35 gp=0x40005021c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000508f30 sp=0x4000508f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000508fd0 sp=0x4000508f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000508fd0 sp=0x4000508fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 36 gp=0x4000502380 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000509730 sp=0x4000509710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005097d0 sp=0x4000509730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005097d0 sp=0x40005097d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 37 gp=0x4000502540 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000509f30 sp=0x4000509f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000509fd0 sp=0x4000509f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000509fd0 sp=0x4000509fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 38 gp=0x4000502700 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400050a730 sp=0x400050a710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400050a7d0 sp=0x400050a730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400050a7d0 sp=0x400050a7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 10 gp=0x40003ff500 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000504730 sp=0x4000504710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005047d0 sp=0x4000504730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005047d0 sp=0x40005047d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 11 gp=0x40003ff6c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000504f30 sp=0x4000504f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000504fd0 sp=0x4000504f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000504fd0 sp=0x4000504fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 12 gp=0x40003ff880 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000505730 sp=0x4000505710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005057d0 sp=0x4000505730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005057d0 sp=0x40005057d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 13 gp=0x40003ffa40 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000505f30 sp=0x4000505f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000505fd0 sp=0x4000505f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000505fd0 sp=0x4000505fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 14 gp=0x40003ffc00 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000506730 sp=0x4000506710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005067d0 sp=0x4000506730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005067d0 sp=0x40005067d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 21 gp=0x4000182c40 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000115f30 sp=0x4000115f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000115fd0 sp=0x4000115f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000115fd0 sp=0x4000115fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 22 gp=0x4000182e00 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000116730 sp=0x4000116710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40001167d0 sp=0x4000116730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001167d0 sp=0x40001167d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 23 gp=0x4000182fc0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000116f30 sp=0x4000116f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000116fd0 sp=0x4000116f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000116fd0 sp=0x4000116fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 24 gp=0x4000183180 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000117730 sp=0x4000117710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40001177d0 sp=0x4000117730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001177d0 sp=0x40001177d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 25 gp=0x4000183340 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000117f30 sp=0x4000117f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000117fd0 sp=0x4000117f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000117fd0 sp=0x4000117fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 26 gp=0x4000183500 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400019e730 sp=0x400019e710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400019e7d0 sp=0x400019e730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400019e7d0 sp=0x400019e7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 27 gp=0x40001836c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400019ef30 sp=0x400019ef10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400019efd0 sp=0x400019ef30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400019efd0 sp=0x400019efd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 28 gp=0x4000183880 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400019f730 sp=0x400019f710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400019f7d0 sp=0x400019f730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400019f7d0 sp=0x400019f7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 39 gp=0x40005028c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400050af30 sp=0x400050af10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400050afd0 sp=0x400050af30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400050afd0 sp=0x400050afd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 29 gp=0x4000183a40 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400019ff30 sp=0x400019ff10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400019ffd0 sp=0x400019ff30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400019ffd0 sp=0x400019ffd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 30 gp=0x4000183c00 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40001a0730 sp=0x40001a0710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40001a07d0 sp=0x40001a0730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001a07d0 sp=0x40001a07d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 40 gp=0x4000502a80 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400050b730 sp=0x400050b710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400050b7d0 sp=0x400050b730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400050b7d0 sp=0x400050b7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 41 gp=0x4000502c40 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400050bf30 sp=0x400050bf10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400050bfd0 sp=0x400050bf30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400050bfd0 sp=0x400050bfd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 42 gp=0x4000502e00 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400019a730 sp=0x400019a710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400019a7d0 sp=0x400019a730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400019a7d0 sp=0x400019a7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 43 gp=0x4000502fc0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400019af30 sp=0x400019af10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400019afd0 sp=0x400019af30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400019afd0 sp=0x400019afd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 44 gp=0x4000503180 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400019b730 sp=0x400019b710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400019b7d0 sp=0x400019b730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400019b7d0 sp=0x400019b7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 45 gp=0x4000503340 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400019bf30 sp=0x400019bf10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400019bfd0 sp=0x400019bf30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400019bfd0 sp=0x400019bfd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 46 gp=0x4000503500 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400019c730 sp=0x400019c710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400019c7d0 sp=0x400019c730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400019c7d0 sp=0x400019c7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 47 gp=0x40005036c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400019cf30 sp=0x400019cf10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400019cfd0 sp=0x400019cf30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400019cfd0 sp=0x400019cfd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 48 gp=0x4000503880 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400019d730 sp=0x400019d710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400019d7d0 sp=0x400019d730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400019d7d0 sp=0x400019d7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 49 gp=0x4000503a40 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400019df30 sp=0x400019df10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400019dfd0 sp=0x400019df30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400019dfd0 sp=0x400019dfd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 50 gp=0x4000503c00 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000512730 sp=0x4000512710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005127d0 sp=0x4000512730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005127d0 sp=0x40005127d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 51 gp=0x4000503dc0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000512f30 sp=0x4000512f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000512fd0 sp=0x4000512f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000512fd0 sp=0x4000512fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 52 gp=0x4000516000 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000513730 sp=0x4000513710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005137d0 sp=0x4000513730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005137d0 sp=0x40005137d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 53 gp=0x40005161c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000513f30 sp=0x4000513f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000513fd0 sp=0x4000513f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000513fd0 sp=0x4000513fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 15 gp=0x40003ffdc0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000506f30 sp=0x4000506f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000506fd0 sp=0x4000506f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000506fd0 sp=0x4000506fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 16 gp=0x40004e0000 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000507730 sp=0x4000507710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005077d0 sp=0x4000507730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005077d0 sp=0x40005077d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 66 gp=0x40004e01c0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000507f30 sp=0x4000507f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000507fd0 sp=0x4000507f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000507fd0 sp=0x4000507fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 31 gp=0x4000183dc0 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40001a0f30 sp=0x40001a0f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40001a0fd0 sp=0x40001a0f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40001a0fd0 sp=0x40001a0fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 67 gp=0x40004e0380 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400050e730 sp=0x400050e710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400050e7d0 sp=0x400050e730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400050e7d0 sp=0x400050e7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 68 gp=0x40004e0540 m=nil [GC worker (idle), 9 minutes]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400050ef30 sp=0x400050ef10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400050efd0 sp=0x400050ef30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400050efd0 sp=0x400050efd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 69 gp=0x40004e0700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x224df60?, 0x1?, 0xa?, 0x4e?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400050f730 sp=0x400050f710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400050f7d0 sp=0x400050f730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400050f7d0 sp=0x400050f7d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 70 gp=0x40004e08c0 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0xa0?, 0x85?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x400050ff30 sp=0x400050ff10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x400050ffd0 sp=0x400050ff30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x400050ffd0 sp=0x400050ffd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 71 gp=0x40004e0a80 m=nil [GC worker (idle)]: runtime.gopark(0x18c7e7bb2b7?, 0x1?, 0x21?, 0x98?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000510730 sp=0x4000510710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005107d0 sp=0x4000510730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005107d0 sp=0x40005107d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 72 gp=0x40004e0c40 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0xb7?, 0x30?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000510f30 sp=0x4000510f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000510fd0 sp=0x4000510f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000510fd0 sp=0x4000510fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 73 gp=0x40004e0e00 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0xd8?, 0x8a?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000511730 sp=0x4000511710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005117d0 sp=0x4000511730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005117d0 sp=0x40005117d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 74 gp=0x40004e0fc0 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0x6?, 0xdd?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000511f30 sp=0x4000511f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000511fd0 sp=0x4000511f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000511fd0 sp=0x4000511fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 75 gp=0x40004e1180 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0x6f?, 0x1b?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004e6730 sp=0x40004e6710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004e67d0 sp=0x40004e6730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004e67d0 sp=0x40004e67d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 76 gp=0x40004e1340 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0x5c?, 0x18?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004e6f30 sp=0x40004e6f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004e6fd0 sp=0x40004e6f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004e6fd0 sp=0x40004e6fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 77 gp=0x40004e1500 m=nil [GC worker (idle)]: runtime.gopark(0x18c7e7c049b?, 0x1?, 0x32?, 0xb2?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004e7730 sp=0x40004e7710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004e77d0 sp=0x40004e7730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004e77d0 sp=0x40004e77d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 78 gp=0x40004e16c0 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0x4?, 0x3d?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004e7f30 sp=0x40004e7f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004e7fd0 sp=0x40004e7f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004e7fd0 sp=0x40004e7fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 79 gp=0x40004e1880 m=nil [GC worker (idle)]: runtime.gopark(0x18c7e7c02bf?, 0x1?, 0xfe?, 0xe0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004e8730 sp=0x40004e8710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004e87d0 sp=0x40004e8730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004e87d0 sp=0x40004e87d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 80 gp=0x40004e1a40 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x224df60?, 0x1?, 0xd?, 0x7e?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004e8f30 sp=0x40004e8f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004e8fd0 sp=0x40004e8f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004e8fd0 sp=0x40004e8fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 81 gp=0x40004e1c00 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0x60?, 0xc?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x40004e9730 sp=0x40004e9710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40004e97d0 sp=0x40004e9730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40004e97d0 sp=0x40004e97d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 54 gp=0x4000516380 m=nil [GC worker (idle)]: runtime.gopark(0x18c7e7b32bd?, 0x1?, 0xae?, 0x9f?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000514730 sp=0x4000514710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005147d0 sp=0x4000514730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005147d0 sp=0x40005147d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 55 gp=0x4000516540 m=nil [GC worker (idle)]: runtime.gopark(0x224df60?, 0x1?, 0x4d?, 0xd0?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000514f30 sp=0x4000514f10 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x4000514fd0 sp=0x4000514f30 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x4000514fd0 sp=0x4000514fd0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 goroutine 56 gp=0x4000516700 m=nil [GC worker (idle), 3 minutes]: runtime.gopark(0x224df60?, 0x1?, 0x6d?, 0xe3?, 0x0?) /usr/lib/golang/src/runtime/proc.go:402 +0xc8 fp=0x4000515730 sp=0x4000515710 pc=0x450438 runtime.gcBgMarkWorker() /usr/lib/golang/src/runtime/mgc.go:1310 +0xd8 fp=0x40005157d0 sp=0x4000515730 pc=0x430c18 runtime.goexit({}) /usr/lib/golang/src/runtime/asm_arm64.s:1222 +0x4 fp=0x40005157d0 sp=0x40005157d0 pc=0x485f14 created by runtime.gcBgMarkStartWorkers in goroutine 1 /usr/lib/golang/src/runtime/mgc.go:1234 +0x28 r0 0xfffffffffffffffc r1 0xffffdbced0f8 r2 0x80 r3 0x1f3 r4 0x0 r5 0x0 r6 0x1f3 r7 0xffffdbced8e8 r8 0x16 r9 0x2 r10 0x2 r11 0x40 r12 0x5188ff15a6e r13 0x1 r14 0x400006dd80 r15 0x400006dbe0 r16 0xffffdb4f33a0 r17 0xffffdbced120 r18 0xfff r19 0x1 r20 0xffffdbced0a0 r21 0x21e07e0 r22 0x1 r23 0x0 r24 0x0 r25 0x4000099cc0 r26 0x15ce658 r27 0x2135000 r28 0x21dd5e0 r29 0xffffdbced028 lr 0x415d68 sp 0xffffdbced030 pc 0x415e30 fault 0x0
[+1589s] [FAILED] Timed out after 600.000s. command timed out after 600.000000s: [/var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 9812516b48c7] Expected process to exit. It did not. In [DeferCleanup (Each)] at: /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:59 @ 07/23/24 12:15:09.975 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.(*machineSession).waitWithTimeout(0x40001a05e8, 0x8bb2c97000) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:59 +0x14c github.com/containers/podman/v5/pkg/machine/e2e_test.runWrapper({0x400039d880, 0x3e}, {0x4000374b80, 0x4, 0x4}, 0x8bb2c97000, 0x1) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:213 +0x2f0 github.com/containers/podman/v5/pkg/machine/e2e_test.(*machineTestBuilder).run(0x4000534150?) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:175 +0x3c github.com/containers/podman/v5/pkg/machine/e2e_test.(*initMachine).buildCmd.func1() /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:85 +0x98 reflect.Value.call({0x10d6c20?, 0x400045c4e0?, 0x13?}, {0x12f0543, 0x4}, {0x1f236c0, 0x0, 0x0?}) /usr/lib/golang/src/reflect/value.go:596 +0x970 reflect.Value.Call({0x10d6c20?, 0x400045c4e0?, 0x4000510f78?}, {0x1f236c0?, 0x14e80e0?, 0x0?}) /usr/lib/golang/src/reflect/value.go:380 +0x94 < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:15:09.975 (10m1.001s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:15:09.975 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:15:09.975 (1ms) • [FAILED] [1206.527 seconds] podman machine init /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:22 [It] machine init with cpus, disk size, memory, timezone /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:159

[+1589s]

podman machine init

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

machine init with volume

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/init_test.go:200
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:15:09.976 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:15:09.976 (0s)
→ Enter [It] machine init with volume - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:200 @ 07/23/24 12:15:09.976 /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/3331443478:/very-long-test-mount-dir-path-more-than-thirty-six-bytes --now e7faba8be2e7 [+1594s] Image resized. Machine init complete Starting machine "e7faba8be2e7" [+1618s] 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 e7faba8be2e7 [+1619s] Mounting volume... /tmp/3331443478:/very-long-test-mount-dir-path-more-than-thirty-six-bytes API forwarding listening on: /tmp/podman_test1667272206/podman/e7faba8be2e7-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_test1667272206/podman/e7faba8be2e7-api.sock' Machine "e7faba8be2e7" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh e7faba8be2e7 ls /very-long-test-mount-dir-path-more-than-thirty-six-bytes [+1620s] example1939170122 ← Exit [It] machine init with volume - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:200 @ 07/23/24 12:15:40.192 (30.216s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:15:40.192 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:15:40.192 (0s)
> Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:15:40.192 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force e7faba8be2e7 Waiting for VM to exit... [+1621s] < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:15:41.458 (1.266s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:15:41.458 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:15:41.459 (0s) • [31.483 seconds]

[+1621s]

podman machine init

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

machine init rootless docker.sock check

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/init_test.go:227
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:15:41.459 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:15:41.459 (0s)
→ Enter [It] machine init rootless docker.sock check - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:227 @ 07/23/24 12:15:41.459 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 9b8f0f05af77 [+1626s] Image resized. Machine init complete To start your machine run: podman machine start 9b8f0f05af77 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 9b8f0f05af77 Starting machine "9b8f0f05af77" [+1649s] 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 9b8f0f05af77 [+1651s] Mounting volume... /tmp/podman_test1755016307:/tmp/podman_test1755016307 API forwarding listening on: /tmp/podman_test1755016307/podman/9b8f0f05af77-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_test1755016307/podman/9b8f0f05af77-api.sock' Machine "9b8f0f05af77" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 9b8f0f05af77 readlink /var/run/docker.sock [+1652s] /run/user/4804/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 @ 07/23/24 12:16:12.038 (30.579s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:12.038 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:12.038 (0s)
> Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:16:12.038 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 9b8f0f05af77 Waiting for VM to exit... [+1653s] < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:16:13.304 (1.265s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:13.304 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:13.304 (0s) • [31.845 seconds]

[+1653s]

podman machine init

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

machine init rootful with docker.sock check

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/init_test.go:250
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:13.304 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:13.304 (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 @ 07/23/24 12:16:13.304 /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 52a655612c0b [+1657s] Image resized. Machine init complete To start your machine run: podman machine start 52a655612c0b /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 52a655612c0b Starting machine "52a655612c0b" [+1682s] Mounting volume... /tmp/podman_test2944896432:/tmp/podman_test2944896432 [+1683s] API forwarding listening on: /tmp/podman_test2944896432/podman/52a655612c0b-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_test2944896432/podman/52a655612c0b-api.sock' Machine "52a655612c0b" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.Rootful}} 52a655612c0b true /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 52a655612c0b readlink /var/run/docker.sock /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 @ 07/23/24 12:16:43.571 (30.266s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:43.571 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:43.571 (0s)
> Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:16:43.571 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 52a655612c0b Waiting for VM to exit... [+1685s] < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:16:45.333 (1.762s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:45.333 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:45.333 (0s) • [32.029 seconds]

[+1685s]

podman machine init

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

init should cleanup on failure

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/init_test.go:277
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:45.334 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:45.334 (0s)
→ Enter [It] init should cleanup on failure - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:277 @ 07/23/24 12:16:45.334 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 33a396c85646 [+1689s] Image resized. Machine init complete To start your machine run: podman machine start 33a396c85646 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.ConfigDir.Path}} 33a396c85646 /tmp/podman_test2461405045/.config/containers/podman/machine/qemu /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 33a396c85646 [+1690s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 33a396c85646 [] Error: 33a396c85646: 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 33a396c85646 [+1694s] 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 @ 07/23/24 12:16:54.898 (9.564s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:54.898 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:54.898 (0s)
> Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:16:54.898 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 33a396c85646 Error: 33a396c85646: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:16:54.928 (31ms) > Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:16:54.928 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 33a396c85646 Error: 33a396c85646: VM does not exist < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:16:54.959 (31ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:54.959 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:54.96 (0s) • [9.626 seconds]

[+1694s]

podman machine init

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

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] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:54.96 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:54.96 (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 @ 07/23/24 12:16:54.96 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list time="2024-07-23T12:16:54Z" level=error msg="incompatible machine config \"/tmp/podman_test3803277062/.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_test3803277062/.config/containers/podman/machine/qemu/foobar-machine.json" (foobar-machine) for this version of Podman [+1695s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 4adda6f9cd5b time="2024-07-23T12:16:55Z" level=error msg="incompatible machine config \"/tmp/podman_test3803277062/.config/containers/podman/machine/qemu/foobar-machine.json\" (podman-machine-default) for this version of Podman" [+1699s] Image resized. Machine init complete To start your machine run: podman machine start 4adda6f9cd5b /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list time="2024-07-23T12:16:59Z" level=error msg="incompatible machine config \"/tmp/podman_test3803277062/.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 4adda6f9cd5b* qemu 4 seconds ago Never 32 2GiB 11GiB /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 4adda6f9cd5b [ { "ConfigDir": { "Path": "/tmp/podman_test3803277062/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test3803277062/podman/4adda6f9cd5b-api.sock" }, "PodmanPipe": null }, "Created": "2024-07-23T12:16:55.026423971Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "4adda6f9cd5b", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test3803277062/.local/share/containers/podman/machine/machine", "Port": 45635, "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 @ 07/23/24 12:16:59.558 (4.598s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:59.558 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:59.558 (0s)
> Enter [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:16:59.558 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 4adda6f9cd5b < Exit [DeferCleanup (Each)] podman machine init - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:16:59.813 (254ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:59.813 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:59.813 (0s) • [4.853 seconds]

[+1699s]

podman machine init

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

machine init with rosetta=true

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/init_test.go:374
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:59.813 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:59.813 (0s)
→ Enter [It] machine init with rosetta=true - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:374 @ 07/23/24 12:16:59.813 [SKIPPED] Test is only for AppleHv In [It] at: /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:254 @ 07/23/24 12:16:59.813 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x0, {0x130b8eb, 0x18}) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:254 +0x64 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func9.11() /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:375 +0x30 ← Exit [It] machine init with rosetta=true - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:374 @ 07/23/24 12:16:59.813 (0s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:59.813 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:59.813 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:59.813 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:59.813 (0s) S [SKIPPED] [0.001 seconds] podman machine init /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:22 [It] machine init with rosetta=true /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:374

[+1699s]

podman machine init

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

machine init with rosetta=false

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/init_test.go:419
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:59.814 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:59.814 (0s)
→ Enter [It] machine init with rosetta=false - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:419 @ 07/23/24 12:16:59.814 [SKIPPED] Test is only for AppleHv In [It] at: /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:254 @ 07/23/24 12:16:59.814 Full Stack Trace github.com/containers/podman/v5/pkg/machine/e2e_test.skipIfVmtype(0x0, {0x130b8eb, 0x18}) /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:254 +0x64 github.com/containers/podman/v5/pkg/machine/e2e_test.init.func9.12() /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:420 +0x34 ← Exit [It] machine init with rosetta=false - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:419 @ 07/23/24 12:16:59.814 (0s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:59.814 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:59.814 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:59.814 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:59.814 (0s) S [SKIPPED] [0.000 seconds] podman machine init /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:22 [It] machine init with rosetta=false /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/init_test.go:419

[+1699s]

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:15
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:59.814 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:59.814 (0s)
→ Enter [It] inspect bad name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:15 @ 07/23/24 12:16:59.814 /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:15 @ 07/23/24 12:16:59.845 (31ms)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:59.845 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:16:59.845 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:59.845 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:16:59.845 (0s) • [0.031 seconds]

[+1699s]

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:23
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:59.845 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:16:59.846 (0s)
→ Enter [It] inspect two machines - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:23 @ 07/23/24 12:16:59.846 /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 [+1704s] 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 [+1708s] 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:23 @ 07/23/24 12:17:08.864 (9.018s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:17:08.864 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:17:08.864 (0s)
> Enter [DeferCleanup (Each)] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:17:08.864 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foo2 [+1709s] < Exit [DeferCleanup (Each)] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:17:09.117 (253ms) > Enter [DeferCleanup (Each)] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:17:09.117 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foo1 < Exit [DeferCleanup (Each)] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:17:09.37 (253ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:17:09.371 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:17:09.371 (0s) • [9.526 seconds]

[+1709s]

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:42
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:17:09.371 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:17:09.371 (0s)
→ Enter [It] inspect with go format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/inspect_test.go:42 @ 07/23/24 12:17:09.371 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 eab7e02a6e24 [+1713s] Image resized. Machine init complete To start your machine run: podman machine start eab7e02a6e24 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect eab7e02a6e24 [ { "ConfigDir": { "Path": "/tmp/podman_test2198438457/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test2198438457/podman/eab7e02a6e24-api.sock" }, "PodmanPipe": null }, "Created": "2024-07-23T12:17:09.394975617Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "eab7e02a6e24", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test2198438457/.local/share/containers/podman/machine/machine", "Port": 38129, "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}} eab7e02a6e24 eab7e02a6e24 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.Abcde}} eab7e02a6e24 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:42 @ 07/23/24 12:17:13.929 (4.558s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:17:13.929 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:17:13.929 (0s)
> Enter [DeferCleanup (Each)] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:17:13.929 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force eab7e02a6e24 [+1714s] < Exit [DeferCleanup (Each)] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:17:14.182 (253ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:17:14.182 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:17:14.183 (0s) • [4.812 seconds]

[+1714s]

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:82
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:17:14.183 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:17:14.183 (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:82 @ 07/23/24 12:17:14.183 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 8c2c17d17e22 [+1718s] Image resized. Machine init complete To start your machine run: podman machine start 8c2c17d17e22 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 8c2c17d17e22 [ { "ConfigDir": { "Path": "/tmp/podman_test623989860/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test623989860/podman/8c2c17d17e22-api.sock" }, "PodmanPipe": null }, "Created": "2024-07-23T12:17:14.206868406Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "8c2c17d17e22", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test623989860/.local/share/containers/podman/machine/machine", "Port": 44323, "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 ba0e1087e01a [+1723s] Image resized. Machine init complete To start your machine run: podman machine start ba0e1087e01a /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect ba0e1087e01a [ { "ConfigDir": { "Path": "/tmp/podman_test623989860/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test623989860/podman/ba0e1087e01a-api.sock" }, "PodmanPipe": null }, "Created": "2024-07-23T12:17:18.7373228Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "ba0e1087e01a", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test623989860/.local/share/containers/podman/machine/machine", "Port": 42947, "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:82 @ 07/23/24 12:17:23.232 (9.049s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:17:23.232 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:17:23.232 (0s)
> Enter [DeferCleanup (Each)] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:17:23.232 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force ba0e1087e01a < Exit [DeferCleanup (Each)] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:17:23.486 (254ms) > Enter [DeferCleanup (Each)] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:17:23.486 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 8c2c17d17e22 < Exit [DeferCleanup (Each)] podman inspect stop - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:17:23.74 (254ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:17:23.74 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:17:23.741 (0s) • [9.558 seconds]

[+1723s]

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:18
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:17:23.741 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:17:23.741 (0s)
→ Enter [It] start simple machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:18 @ 07/23/24 12:17:23.741 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 0a708562c828 [+1728s] Image resized. Machine init complete To start your machine run: podman machine start 0a708562c828 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 0a708562c828 Starting machine "0a708562c828" [+1751s] 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 0a708562c828 [+1752s] Mounting volume... /tmp/podman_test1187926448:/tmp/podman_test1187926448 [+1753s] API forwarding listening on: /tmp/podman_test1187926448/podman/0a708562c828-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_test1187926448/podman/0a708562c828-api.sock' Machine "0a708562c828" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 0a708562c828 [ { "ConfigDir": { "Path": "/tmp/podman_test1187926448/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test1187926448/podman/0a708562c828-api.sock" }, "PodmanPipe": null }, "Created": "2024-07-23T12:17:23.765032254Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "0a708562c828", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test1187926448/.local/share/containers/podman/machine/machine", "Port": 43013, "RemoteUsername": "core" }, "State": "running", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop 0a708562c828 Waiting for VM to exit... [+1754s] Machine "0a708562c828" stopped successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 0a708562c828 --no-info Starting machine "0a708562c828" [+1775s] Mounting volume... /tmp/podman_test1187926448:/tmp/podman_test1187926448 [+1776s] Machine "0a708562c828" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop 0a708562c828 Waiting for VM to exit... [+1777s] Machine "0a708562c828" stopped successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 0a708562c828 --quiet [+1798s] Machine "0a708562c828" started successfully ← Exit [It] start simple machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:18 @ 07/23/24 12:18:38.952 (1m15.211s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:18:38.952 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:18:38.952 (0s)
> Enter [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:18:38.952 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 0a708562c828 Waiting for VM to exit... [+1800s] < Exit [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:18:40.218 (1.266s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:18:40.218 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:18:40.218 (0s) • [76.478 seconds]

[+1800s]

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:54
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:18:40.218 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:18:40.219 (0s)
→ Enter [It] bad start name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:54 @ 07/23/24 12:18:40.219 /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:54 @ 07/23/24 12:18:40.24 (21ms)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:18:40.24 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:18:40.24 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:18:40.24 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:18:40.24 (0s) • [0.022 seconds]

[+1800s]

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:63
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:18:40.24 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:18:40.24 (0s)
→ Enter [It] start machine already started - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:63 @ 07/23/24 12:18:40.24 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 0767f9ce98f1 [+1804s] Image resized. Machine init complete To start your machine run: podman machine start 0767f9ce98f1 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 0767f9ce98f1 Starting machine "0767f9ce98f1" [+1827s] 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 0767f9ce98f1 [+1828s] Mounting volume... /tmp/podman_test4002262864:/tmp/podman_test4002262864 [+1829s] API forwarding listening on: /tmp/podman_test4002262864/podman/0767f9ce98f1-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_test4002262864/podman/0767f9ce98f1-api.sock' Machine "0767f9ce98f1" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 0767f9ce98f1 [ { "ConfigDir": { "Path": "/tmp/podman_test4002262864/.config/containers/podman/machine/qemu" }, "ConnectionInfo": { "PodmanSocket": { "Path": "/tmp/podman_test4002262864/podman/0767f9ce98f1-api.sock" }, "PodmanPipe": null }, "Created": "2024-07-23T12:18:40.264727079Z", "LastUp": "0001-01-01T00:00:00Z", "Name": "0767f9ce98f1", "Resources": { "CPUs": 32, "DiskSize": 11, "Memory": 2048, "USBs": [] }, "SSHConfig": { "IdentityPath": "/tmp/podman_test4002262864/.local/share/containers/podman/machine/machine", "Port": 33845, "RemoteUsername": "core" }, "State": "running", "UserModeNetworking": true, "Rootful": false, "Rosetta": false } ] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 0767f9ce98f1 Starting machine "0767f9ce98f1" Error: unable to start "0767f9ce98f1": machine 0767f9ce98f1: 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:63 @ 07/23/24 12:19:09.667 (29.427s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:19:09.667 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:19:09.667 (0s)
> Enter [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:19:09.667 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 0767f9ce98f1 Waiting for VM to exit... [+1830s] < Exit [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:19:10.934 (1.266s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:19:10.934 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:19:10.934 (0s) • [30.694 seconds]

[+1830s]

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:84
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:19:10.934 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:19:10.935 (0s)
→ Enter [It] start machine with conflict on SSH port - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:84 @ 07/23/24 12:19:10.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 d6df74d7db2c [+1835s] Image resized. Machine init complete To start your machine run: podman machine start d6df74d7db2c /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.SSHConfig.Port}} d6df74d7db2c 37749 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote system connection list --format {{.URI}} ssh://core@127.0.0.1:37749/run/user/4804/podman/podman.sock ssh://root@127.0.0.1:37749/run/podman/podman.sock /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start d6df74d7db2c Starting machine "d6df74d7db2c" time="2024-07-23T12:19:15Z" level=warning msg="detected port conflict on machine ssh port [37749], reassigning" [+1858s] 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 d6df74d7db2c [+1860s] Mounting volume... /tmp/podman_test1191170038:/tmp/podman_test1191170038 API forwarding listening on: /tmp/podman_test1191170038/podman/d6df74d7db2c-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_test1191170038/podman/d6df74d7db2c-api.sock' Machine "d6df74d7db2c" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.SSHConfig.Port}} d6df74d7db2c 44187 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote system connection list --format {{.URI}} ssh://core@127.0.0.1:44187/run/user/4804/podman/podman.sock ssh://root@127.0.0.1:44187/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:84 @ 07/23/24 12:19:40.788 (29.853s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:19:40.788 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:19:40.788 (0s)
> Enter [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:19:40.788 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force d6df74d7db2c Waiting for VM to exit... [+1862s] < Exit [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:19:42.55 (1.762s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:19:42.55 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:19:42.551 (0s) • [31.616 seconds]

[+1862s]

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:133
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:19:42.551 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:19:42.551 (0s)
→ Enter [It] start only starts specified machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:133 @ 07/23/24 12:19:42.551 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 0ef6af200a40 [+1867s] Image resized. Machine init complete To start your machine run: podman machine start 0ef6af200a40 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 976a065e0f09 [+1871s] Image resized. Machine init complete To start your machine run: podman machine start 976a065e0f09 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start 0ef6af200a40 Starting machine "0ef6af200a40" [+1897s] 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 0ef6af200a40 [+1898s] Mounting volume... /tmp/podman_test972233827:/tmp/podman_test972233827 API forwarding listening on: /tmp/podman_test972233827/podman/0ef6af200a40-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_test972233827/podman/0ef6af200a40-api.sock' Machine "0ef6af200a40" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.State}} 0ef6af200a40 running /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.State}} 976a065e0f09 stopped ← Exit [It] start only starts specified machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:133 @ 07/23/24 12:20:18.921 (36.37s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:20:18.921 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:20:18.921 (0s)
> Enter [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:20:18.921 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 976a065e0f09 [+1899s] < Exit [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:20:19.175 (254ms) > Enter [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:20:19.175 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 0ef6af200a40 Waiting for VM to exit... [+1900s] < Exit [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:20:20.441 (1.266s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:20:20.441 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:20:20.442 (0s) • [37.891 seconds]

[+1900s]

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:166
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:20:20.442 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:20:20.442 (0s)
→ Enter [It] start two machines in parallel - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/start_test.go:166 @ 07/23/24 12:20:20.442 /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-b77af7a489bc [+1904s] Image resized. Machine init complete To start your machine run: podman machine start m1-b77af7a489bc /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-84a27dfc0a55 [+1909s] Image resized. Machine init complete To start your machine run: podman machine start m2-84a27dfc0a55 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start m1-b77af7a489bc /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine start m2-84a27dfc0a55 Starting machine "m1-b77af7a489bc" Starting machine "m2-84a27dfc0a55" [+1932s] This machine is currently configured in rootless mode. If your containers require root permissions (e.g. ports < 1024), or if you run into compatibility issues with non-podman clients, you can switch using the following command: podman machine set --rootful m1-b77af7a489bc [+1934s] Mounting volume... /tmp/podman_test838385058:/tmp/podman_test838385058 API forwarding listening on: /tmp/podman_test838385058/podman/m1-b77af7a489bc-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_test838385058/podman/m1-b77af7a489bc-api.sock' Machine "m1-b77af7a489bc" started successfully Error: unable to start "m2-84a27dfc0a55": machine m1-b77af7a489bc: 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:166 @ 07/23/24 12:20:54.67 (34.228s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:20:54.67 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:20:54.67 (0s)
> Enter [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:20:54.67 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force m2-84a27dfc0a55 < Exit [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:20:54.924 (254ms) > Enter [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:20:54.924 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force m1-b77af7a489bc Waiting for VM to exit... [+1936s] < Exit [DeferCleanup (Each)] podman machine start - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:20:56.686 (1.762s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:20:56.686 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:20:56.686 (0s) • [36.244 seconds]

[+1936s]

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:11
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:20:56.686 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:20:56.686 (0s)
→ Enter [It] starting from scratch should not error - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:11 @ 07/23/24 12:20:56.686 /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:11 @ 07/23/24 12:20:56.717 (31ms)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:20:56.717 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:20:56.717 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:20:56.717 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:20:56.717 (0s) • [0.031 seconds]

[+1936s]

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:18
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:20:56.717 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:20:56.717 (0s)
→ Enter [It] reset machine with one defined machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/reset_test.go:18 @ 07/23/24 12:20:56.717 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 35414405d08e [+1941s] Image resized. Machine init complete To start your machine run: podman machine start 35414405d08e /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --noheading 35414405d08e* 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:18 @ 07/23/24 12:21:01.578 (4.86s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:21:01.578 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:21:01.578 (0s)
> Enter [DeferCleanup (Each)] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:21:01.578 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 35414405d08e Error: 35414405d08e: VM does not exist < Exit [DeferCleanup (Each)] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:21:01.599 (21ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:21:01.599 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:21:01.599 (0s) • [4.882 seconds]

[+1941s]

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:42
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:21:01.599 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:21:01.599 (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:42 @ 07/23/24 12:21:01.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 --now b314d5222e5b [+1946s] Image resized. Machine init complete Starting machine "b314d5222e5b" [+1970s] 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 b314d5222e5b [+1971s] Mounting volume... /tmp/podman_test2890060742:/tmp/podman_test2890060742 [+1972s] API forwarding listening on: /tmp/podman_test2890060742/podman/b314d5222e5b-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_test2890060742/podman/b314d5222e5b-api.sock' Machine "b314d5222e5b" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --noheading b314d5222e5b* 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 ac92117497c4 [+1977s] Image resized. Machine init complete To start your machine run: podman machine start ac92117497c4 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --noheading b314d5222e5b* qemu 35 seconds ago Currently running 32 2GiB 11GiB ac92117497c4 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... [+1979s] /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:42 @ 07/23/24 12:21:39.153 (37.554s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:21:39.153 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:21:39.153 (0s)
> Enter [DeferCleanup (Each)] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:21:39.153 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force ac92117497c4 Error: ac92117497c4: VM does not exist < Exit [DeferCleanup (Each)] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:21:39.174 (21ms) > Enter [DeferCleanup (Each)] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:21:39.174 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force b314d5222e5b Error: b314d5222e5b: VM does not exist < Exit [DeferCleanup (Each)] podman machine reset - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:21:39.196 (21ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:21:39.196 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:21:39.196 (0s) • [37.597 seconds]

[+1979s]

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:18
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:21:39.196 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:21:39.196 (0s)
→ Enter [It] list machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:18 @ 07/23/24 12:21:39.196 /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 b5589895d3d9 [+1983s] Image resized. Machine init complete To start your machine run: podman machine start b5589895d3d9 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE b5589895d3d9* 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:18 @ 07/23/24 12:21:43.751 (4.554s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:21:43.751 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:21:43.751 (0s)
> Enter [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:21:43.751 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force b5589895d3d9 [+1984s] < Exit [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:21:44.004 (253ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:21:44.004 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:21:44.005 (0s) • [4.808 seconds]

[+1984s]

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:36
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:21:44.005 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:21:44.005 (0s)
→ Enter [It] list machines with quiet or noheading - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:36 @ 07/23/24 12:21:44.005 /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 3de29b3a90bb [+1988s] Image resized. Machine init complete To start your machine run: podman machine start 3de29b3a90bb /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 4bcf5db8ad05 [+1993s] Image resized. Machine init complete To start your machine run: podman machine start 4bcf5db8ad05 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --noheading --quiet 3de29b3a90bb* 4bcf5db8ad05 ← Exit [It] list machines with quiet or noheading - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:36 @ 07/23/24 12:21:53.074 (9.069s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:21:53.074 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:21:53.074 (0s)
> Enter [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:21:53.074 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 4bcf5db8ad05 < Exit [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:21:53.328 (254ms) > Enter [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:21:53.328 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 3de29b3a90bb < Exit [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:21:53.582 (254ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:21:53.582 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:21:53.582 (0s) • [9.578 seconds]

[+1993s]

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:72
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:21:53.582 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:21:53.583 (0s)
→ Enter [It] list machine: check if running while starting - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:72 @ 07/23/24 12:21:53.583 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 0b2d90cd70fd [+1998s] Image resized. Machine init complete To start your machine run: podman machine start 0b2d90cd70fd /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 0b2d90cd70fd /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Starting machine "0b2d90cd70fd" Never [+2001s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+2004s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+2007s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+2010s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+2013s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+2016s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+2019s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting [+2021s] 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 0b2d90cd70fd [+2022s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.LastUp}} Currently starting Mounting volume... /tmp/podman_test2940200008:/tmp/podman_test2940200008 [+2023s] API forwarding listening on: /tmp/podman_test2940200008/podman/0b2d90cd70fd-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_test2940200008/podman/0b2d90cd70fd-api.sock' Machine "0b2d90cd70fd" started successfully [+2025s] /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:72 @ 07/23/24 12:22:25.462 (31.879s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:22:25.462 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:22:25.462 (0s)
> Enter [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:22:25.462 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 0b2d90cd70fd Waiting for VM to exit... [+2026s] < Exit [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:22:26.727 (1.265s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:22:26.727 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:22:26.728 (0s) • [33.145 seconds]

[+2026s]

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:111
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:22:26.728 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:22:26.728 (0s)
→ Enter [It] list with --format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:111 @ 07/23/24 12:22:26.728 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 df94e6bfd786 [+2031s] Image resized. Machine init complete To start your machine run: podman machine start df94e6bfd786 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format {{.Name}} df94e6bfd786* /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format json [ { "Name": "df94e6bfd786", "Default": true, "Created": "2024-07-23T12:22:26.752356926Z", "Running": false, "Starting": false, "LastUp": "0001-01-01T00:00:00Z", "Stream": "default", "VMType": "qemu", "CPUs": 32, "Memory": "2147483648", "DiskSize": "11811160064", "Port": 36167, "RemoteUsername": "core", "IdentityPath": "/tmp/podman_test102157115/.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 df94e6bfd786* ← Exit [It] list with --format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:111 @ 07/23/24 12:22:31.375 (4.647s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:22:31.375 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:22:31.375 (0s)
> Enter [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:22:31.375 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force df94e6bfd786 < Exit [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:22:31.629 (254ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:22:31.629 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:22:31.629 (0s) • [4.902 seconds]

[+2031s]

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:151
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:22:31.629 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:22:31.63 (0s)
→ Enter [It] list machine in machine-readable byte format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:151 @ 07/23/24 12:22:31.63 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 6e61878291ad [+2036s] Image resized. Machine init complete To start your machine run: podman machine start 6e61878291ad /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine list --format json [ { "Name": "6e61878291ad", "Default": true, "Created": "2024-07-23T12:22:31.654376397Z", "Running": false, "Starting": false, "LastUp": "0001-01-01T00:00:00Z", "Stream": "default", "VMType": "qemu", "CPUs": 32, "Memory": "2147483648", "DiskSize": "11811160064", "Port": 44289, "RemoteUsername": "core", "IdentityPath": "/tmp/podman_test836690416/.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:151 @ 07/23/24 12:22:36.164 (4.534s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:22:36.164 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:22:36.164 (0s)
> Enter [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:22:36.164 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 6e61878291ad < Exit [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:22:36.417 (253ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:22:36.417 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:22:36.418 (0s) • [4.788 seconds]

[+2036s]

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:173
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:22:36.418 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:22:36.418 (0s)
→ Enter [It] list machine in human-readable format - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/list_test.go:173 @ 07/23/24 12:22:36.418 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 429f0a466b1a [+2040s] Image resized. Machine init complete To start your machine run: podman machine start 429f0a466b1a /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:173 @ 07/23/24 12:22:40.942 (4.524s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:22:40.942 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:22:40.942 (0s)
> Enter [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:22:40.942 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 429f0a466b1a [+2041s] < Exit [DeferCleanup (Each)] podman machine list - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:22:41.196 (253ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:22:41.196 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:22:41.196 (0s) • [4.778 seconds]

[+2041s]

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:16
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:22:41.196 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:22:41.196 (0s)
→ Enter [It] bad init name - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:16 @ 07/23/24 12:22:41.196 /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:16 @ 07/23/24 12:22:41.218 (21ms)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:22:41.218 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:22:41.218 (0s)
> Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:22:41.218 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:22:41.218 (0s) • [0.022 seconds]

[+2041s]

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:24
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:22:41.218 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:22:41.218 (0s)
→ Enter [It] Remove machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:24 @ 07/23/24 12:22:41.218 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 4f05dfa09017 [+2045s] Image resized. Machine init complete To start your machine run: podman machine start 4f05dfa09017 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 4f05dfa09017 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 4f05dfa09017 [] Error: 4f05dfa09017: VM does not exist /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 4f05dfa09017 [+2046s] Error: 4f05dfa09017: VM does not exist ← Exit [It] Remove machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:24 @ 07/23/24 12:22:46.027 (4.808s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:22:46.027 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:22:46.027 (0s)
> Enter [DeferCleanup (Each)] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:22:46.027 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 4f05dfa09017 Error: 4f05dfa09017: VM does not exist < Exit [DeferCleanup (Each)] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:22:46.048 (21ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:22:46.048 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:22:46.048 (0s) • [4.830 seconds]

[+2046s]

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:48
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:22:46.048 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:22:46.048 (0s)
→ Enter [It] Remove running machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:48 @ 07/23/24 12:22:46.048 /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 0899551b34f1 [+2050s] Image resized. Machine init complete Starting machine "0899551b34f1" [+2074s] 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 0899551b34f1 [+2075s] Mounting volume... /tmp/podman_test2551413265:/tmp/podman_test2551413265 [+2076s] API forwarding listening on: /tmp/podman_test2551413265/podman/0899551b34f1-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_test2551413265/podman/0899551b34f1-api.sock' Machine "0899551b34f1" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm 0899551b34f1 Error: running vm "0899551b34f1" cannot be destroyed /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 0899551b34f1 Waiting for VM to exit... [+2077s] /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect 0899551b34f1 [] Error: 0899551b34f1: VM does not exist ← Exit [It] Remove running machine - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:48 @ 07/23/24 12:23:17.66 (31.612s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:23:17.66 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:23:17.66 (0s)
> Enter [DeferCleanup (Each)] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:23:17.66 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 0899551b34f1 Error: 0899551b34f1: VM does not exist < Exit [DeferCleanup (Each)] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:23:17.681 (21ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:23:17.681 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:23:17.682 (0s) • [31.634 seconds]

[+2077s]

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:73
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:23:17.682 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:23:17.682 (0s)
→ Enter [It] machine rm --save-ignition --save-image - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:73 @ 07/23/24 12:23:17.682 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine init --disk-size 11 --image /tmp/podman-machine-daily.aarch64.qemu.qcow2 ff4fca7bfc35 [+2082s] Image resized. Machine init complete To start your machine run: podman machine start ff4fca7bfc35 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect --format {{.SSHConfig.IdentityPath}} ff4fca7bfc35 /tmp/podman_test1032549216/.local/share/containers/podman/machine/machine /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force --save-ignition --save-image ff4fca7bfc35 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine inspect ff4fca7bfc35 [] Error: ff4fca7bfc35: 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:73 @ 07/23/24 12:23:22.329 (4.647s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:23:22.329 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:23:22.329 (0s)
> Enter [DeferCleanup (Each)] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:23:22.329 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force ff4fca7bfc35 Error: ff4fca7bfc35: VM does not exist < Exit [DeferCleanup (Each)] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:23:22.35 (21ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:23:22.35 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:23:22.578 (228ms) • [4.896 seconds]

[+2082s]

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:112
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:23:22.578 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:23:22.578 (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:112 @ 07/23/24 12:23:22.578 /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 [+2087s] 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 [+2091s] Image resized. Machine init complete Starting machine "bar" [+2115s] 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 [+2116s] Mounting volume... /tmp/podman_test2372236731:/tmp/podman_test2372236731 [+2117s] API forwarding listening on: /tmp/podman_test2372236731/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_test2372236731/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_test2372236731/.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_test2372236731/.local/share/containers/podman/machine/machine /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foo /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh bar echo foo [+2118s] 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:112 @ 07/23/24 12:23:58.076 (35.497s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:23:58.076 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:23:58.076 (0s)
> Enter [DeferCleanup (Each)] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:23:58.076 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force bar Waiting for VM to exit... [+2119s] < Exit [DeferCleanup (Each)] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:23:59.342 (1.267s) > Enter [DeferCleanup (Each)] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:23:59.342 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foo Error: foo: VM does not exist < Exit [DeferCleanup (Each)] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:23:59.374 (32ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:23:59.374 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:23:59.374 (0s) • [36.796 seconds]

[+2119s]

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:154
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:23:59.375 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:23:59.375 (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:154 @ 07/23/24 12:23:59.375 /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 [+2123s] 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_test3913694096/.local/share/containers/podman/machine/machine /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foo [+2124s] ← Exit [It] Removing all machines doesn't delete ssh keys - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/rm_test.go:154 @ 07/23/24 12:24:04.224 (4.85s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:24:04.224 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:24:04.224 (0s)
> Enter [DeferCleanup (Each)] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:24:04.224 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force foo Error: foo: VM does not exist < Exit [DeferCleanup (Each)] podman machine rm - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:24:04.246 (21ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:24:04.246 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:24:04.246 (0s) • [4.872 seconds]

[+2124s]

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:22
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:24:04.246 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:24:04.247 (0s)
→ Enter [It] Basic ops - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:22 @ 07/23/24 12:24:04.247 /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 5d3a538d8e0a [+2128s] Image resized. Machine init complete Starting machine "5d3a538d8e0a" [+2152s] 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 5d3a538d8e0a [+2153s] Mounting volume... /tmp/podman_test1571228936:/tmp/podman_test1571228936 API forwarding listening on: /tmp/podman_test1571228936/podman/5d3a538d8e0a-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_test1571228936/podman/5d3a538d8e0a-api.sock' Machine "5d3a538d8e0a" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r images -q /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r pull quay.io/libpod/alpine_nginx [+2154s] Trying to pull quay.io/libpod/alpine_nginx:latest... Getting image source signatures Copying blob sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 Copying blob sha256:d2c7362ca710ad35a846a34571a7c3450ea3cce04efcbcb4d3af276eda154ade 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 /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) [+2155s] 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/ginkgo2344130238 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 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 62:28:1e:56:b0:b1 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::6028:1eff:fe56:b0b1/64 scope link tentative valid_lft forever preferred_lft forever COMMIT time="2024-07-23T12:24:35Z" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format" [+2156s] --> 2d08634d6674 2d08634d6674db93e6b32d36dfbd73b2d2c5edf882317de8b16ac79e26933424 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r rm -a 423597c52c1a902c017d9b458884f273e3c414da050362a139e4f13dcd91d9cd ← Exit [It] Basic ops - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:22 @ 07/23/24 12:24:36.2 (31.954s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:24:36.2 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:24:36.2 (0s)
> 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 @ 07/23/24 12:24:36.2 < 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 @ 07/23/24 12:24:36.2 (0s) > Enter [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:24:36.2 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 5d3a538d8e0a Waiting for VM to exit... [+2157s] < Exit [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:24:37.972 (1.772s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:24:37.972 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:24:37.973 (0s) • [33.726 seconds]

[+2157s]

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:62
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:24:37.973 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:24:37.973 (0s)
→ Enter [It] Volume ops - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:62 @ 07/23/24 12:24:37.973 /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/ginkgo4221556999 --now c10709408880 [+2162s] Image resized. Machine init complete Starting machine "c10709408880" [+2187s] 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 c10709408880 [+2188s] Mounting volume... /tmp/ginkgo4221556999:/tmp/ginkgo4221556999 API forwarding listening on: /tmp/podman_test2945722920/podman/c10709408880-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_test2945722920/podman/c10709408880-api.sock' Machine "c10709408880" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote -r run -v /tmp/ginkgo4221556999:/test:Z quay.io/libpod/alpine_nginx ls /test/attr-test-file [+2189s] 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) [+2190s] /test/attr-test-file ← Exit [It] Volume ops - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:62 @ 07/23/24 12:25:10.423 (32.45s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:25:10.423 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:25:10.423 (0s)
> Enter [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:25:10.424 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force c10709408880 Waiting for VM to exit... [+2192s] < Exit [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:25:12.196 (1.772s) > 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 @ 07/23/24 12:25:12.196 < 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 @ 07/23/24 12:25:12.196 (0s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:25:12.196 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:25:12.196 (0s) • [34.223 seconds]

[+2192s]

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:93
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:25:12.196 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:25:12.196 (0s)
→ Enter [It] Volume should be virtiofs - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:93 @ 07/23/24 12:25:12.196 /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/ginkgo2689729755 --now 81ab2b057b5e [+2196s] Image resized. Machine init complete Starting machine "81ab2b057b5e" [+2219s] 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 81ab2b057b5e [+2221s] Mounting volume... /tmp/ginkgo2689729755:/tmp/ginkgo2689729755 API forwarding listening on: /tmp/podman_test1248502106/podman/81ab2b057b5e-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_test1248502106/podman/81ab2b057b5e-api.sock' Machine "81ab2b057b5e" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 81ab2b057b5e findmnt -no FSTYPE /tmp/ginkgo2689729755 virtiofs ← Exit [It] Volume should be virtiofs - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:93 @ 07/23/24 12:25:41.997 (29.801s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:25:41.997 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:25:41.997 (0s)
> Enter [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:25:41.997 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 81ab2b057b5e [+2222s] Waiting for VM to exit... [+2223s] < Exit [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:25:43.759 (1.762s) > 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 @ 07/23/24 12:25:43.759 < 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 @ 07/23/24 12:25:43.759 (0s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:25:43.759 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:25:43.759 (0s) • [31.563 seconds]

[+2223s]

run basic podman commands

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

Volume should be disabled by command line

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/basic_test.go:120
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:25:43.759 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:25:43.76 (0s)
→ Enter [It] Volume should be disabled by command line - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:120 @ 07/23/24 12:25:43.76 /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 --now 43dcec1d0f71 [+2228s] Image resized. Machine init complete Starting machine "43dcec1d0f71" [+2251s] 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 43dcec1d0f71 [+2253s] API forwarding listening on: /tmp/podman_test2817196685/podman/43dcec1d0f71-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_test2817196685/podman/43dcec1d0f71-api.sock' Machine "43dcec1d0f71" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 43dcec1d0f71 findmnt -no FSTYPE -t 9p /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 43dcec1d0f71 findmnt -no FSTYPE -t virtiofs ← Exit [It] Volume should be disabled by command line - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:120 @ 07/23/24 12:26:13.713 (29.954s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:26:13.713 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:26:13.713 (0s)
> Enter [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:26:13.713 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 43dcec1d0f71 Waiting for VM to exit... [+2255s] < Exit [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:26:15.475 (1.762s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:26:15.475 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:26:15.475 (0s) • [31.716 seconds]

[+2255s]

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:147
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:26:15.476 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:26:15.476 (0s)
→ Enter [It] Podman ops with port forwarding and gvproxy - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:147 @ 07/23/24 12:26:15.476 /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 d5d5a875b9f3 [+2260s] Image resized. Machine init complete Starting machine "d5d5a875b9f3" [+2284s] 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 d5d5a875b9f3 [+2285s] Mounting volume... /tmp/podman_test622348873:/tmp/podman_test622348873 [+2286s] API forwarding listening on: /tmp/podman_test622348873/podman/d5d5a875b9f3-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_test622348873/podman/d5d5a875b9f3-api.sock' Machine "d5d5a875b9f3" 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... Getting image source signatures Copying blob sha256:d2c7362ca710ad35a846a34571a7c3450ea3cce04efcbcb4d3af276eda154ade Copying blob sha256:71895e83ea49901b7b752bbf3ca19a54148a5f4ab5fdff3dca9bcd59d44c59e3 Copying blob sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 [+2287s] Copying config sha256:ecea49d99daa5bd62ebaef1338f6bc4c948bf2651b139160404f9c1c48fcd85c Writing manifest to image destination WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64) 97d761a892cde8985ebed627816ccb708fc3d3f8f7e9b22c04c865e4cebde1bb /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 [+2288s] 97d761a892cde8985ebed627816ccb708fc3d3f8f7e9b22c04c865e4cebde1bb /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine stop d5d5a875b9f3 Waiting for VM to exit... [+2289s] Machine "d5d5a875b9f3" stopped successfully [+2290s] ← Exit [It] Podman ops with port forwarding and gvproxy - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:147 @ 07/23/24 12:26:50.006 (34.53s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:26:50.006 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:26:50.006 (0s)
> Enter [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:26:50.006 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force d5d5a875b9f3 < Exit [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:26:50.27 (264ms) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:26:50.27 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:26:50.271 (0s) • [34.795 seconds]

[+2290s]

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:185
→ Enter [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:26:50.271 ← Exit [BeforeEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:185 @ 07/23/24 12:26:50.271 (0s)
→ Enter [It] podman volume on non-standard path - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:185 @ 07/23/24 12:26:50.271 /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-volume3314069460:/does/not/exist --now 447e3182b00f [+2294s] Image resized. Machine init complete Starting machine "447e3182b00f" [+2318s] 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 447e3182b00f [+2319s] Mounting volume... /tmp/machine-volume3314069460:/does/not/exist [+2320s] API forwarding listening on: /tmp/podman_test1301008197/podman/447e3182b00f-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_test1301008197/podman/447e3182b00f-api.sock' Machine "447e3182b00f" started successfully /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine ssh 447e3182b00f cat /does/not/exist/testfile abcdefg1234567 < Exit [It] podman volume on non-standard path - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/basic_test.go:185 @ 07/23/24 12:27:20.521 (30.25s)
→ Enter [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:27:20.521 ← Exit [AfterEach] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:88 @ 07/23/24 12:27:20.521 (0s)
> Enter [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:27:20.521 /var/tmp/go/src/github.com/containers/podman/bin/podman-remote machine rm --force 447e3182b00f Waiting for VM to exit... [+2321s] < Exit [DeferCleanup (Each)] run basic podman commands - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_init_test.go:83 @ 07/23/24 12:27:21.788 (1.266s) > Enter [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:27:21.788 < Exit [DeferCleanup (Each)] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:187 @ 07/23/24 12:27:21.788 (0s) • [31.517 seconds]

[+2321s]

[SynchronizedAfterSuite]

/var/tmp/go/src/github.com
/containers/podman/pkg/machine/e2e/machine_test.go:96
→ Enter [SynchronizedAfterSuite] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:96 @ 07/23/24 12:27:21.788 ← Exit [SynchronizedAfterSuite] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:96 @ 07/23/24 12:27:21.788 (0s)
→ Enter [SynchronizedAfterSuite] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:96 @ 07/23/24 12:27:21.788 podman machine init machine init with rosetta=false 0.000317 seconds podman machine set set user mode networking 0.000370 seconds podman machine init machine init with rosetta=true 0.000413 seconds podman machine set wsl cannot change disk, memory, processor 0.000427 seconds podman machine stop stop bad name 0.021170 seconds podman machine ssh bad machine name 0.021354 seconds podman machine start bad start name 0.021365 seconds podman machine rm bad init name 0.021399 seconds podman machine reset starting from scratch should not error 0.030850 seconds podman inspect stop inspect bad name 0.030962 seconds podman machine init bad init 0.198084 seconds podman machine list list machine in human-readable format 4.524353 seconds podman machine list list machine in machine-readable byte format 4.534471 seconds podman machine list list machine 4.554437 seconds podman inspect stop inspect with go format 4.557850 seconds podman machine init verify a podman 4 config does not break podman 5 4.598404 seconds podman machine init simple init with username 4.615598 seconds podman machine ssh ssh to non-running machine 4.624586 seconds podman machine init simple init 4.626133 seconds podman machine rm machine rm --save-ignition --save-image 4.647109 seconds podman machine list list with --format 4.647552 seconds podman machine rm Remove machine 4.808650 seconds podman machine rm Removing all machines doesn't delete ssh keys 4.849844 seconds podman machine reset reset machine with one defined machine 4.860598 seconds podman machine info machine info 4.962609 seconds podman inspect stop inspect two machines 9.018240 seconds podman inspect stop inspect shows a unique socket name per machine 9.048958 seconds podman machine list list machines with quiet or noheading 9.069125 seconds podman machine init init should cleanup on failure 9.564023 seconds podman machine start start machine already started 29.427174 seconds run basic podman commands Volume should be virtiofs 29.800929 seconds podman machine start start machine with conflict on SSH port 29.853558 seconds run basic podman commands Volume should be disabled by command line 29.953853 seconds podman machine set set while machine already running 30.054955 seconds podman machine init machine init with volume 30.216630 seconds run basic podman commands podman volume on non-standard path 30.250447 seconds podman machine init machine init rootful with docker.sock check 30.266570 seconds podman machine init simple init with start 30.338762 seconds podman machine init machine init rootless docker.sock check 30.579257 seconds podman machine stop Stop running machine 30.739917 seconds podman machine set set rootful with docker sock change 31.076552 seconds podman machine ssh ssh to running machine and check os-type 31.084095 seconds podman machine set no settings should change if no flags 31.230513 seconds podman machine rm Remove running machine 31.612246 seconds podman machine list list machine: check if running while starting 31.879571 seconds run basic podman commands Basic ops 31.953774 seconds run basic podman commands Volume ops 32.450702 seconds podman machine start start two machines in parallel 34.227885 seconds run basic podman commands Podman ops with port forwarding and gvproxy 34.530199 seconds podman machine set set machine cpus, disk, memory 35.056269 seconds podman machine rm Remove machine sharing ssh key with another machine 35.497593 seconds podman machine start start only starts specified machine 36.370126 seconds podman machine reset reset with running machine and other machines idle 37.554184 seconds podman machine proxy settings propagation ssh to running machine and check proxy settings 54.576158 seconds podman machine start start simple machine 75.211697 seconds podman machine init machine init with cpus, disk size, memory, timezone 605.524826 seconds ← Exit [SynchronizedAfterSuite] TOP-LEVEL - /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/machine_test.go:96 @ 07/23/24 12:27:21.788 (0s)
[SynchronizedAfterSuite] PASSED [0.000 seconds]


[+2321s] Summarizing 1 Failure: [FAIL] podman machine init [It] machine init with cpus, disk size, memory, timezone /var/tmp/go/src/github.com/containers/podman/pkg/machine/e2e/config_test.go:59 Ran 52 of 56 Specs in 2248.151 seconds FAIL! -- 51 Passed | 1 Failed | 0 Pending | 4 Skipped --- FAIL: TestMachine (2248.17s) FAIL Ginkgo ran 1 suite in 38m26.591636914s Test Suite Failed make[1]: *** [Makefile:649: ginkgo-run] Error 1 make[1]: Leaving directory '/var/tmp/go/src/github.com/containers/podman' make: *** [Makefile:678: localmachine] Error 2 [12:27:21] END - [+2321s] total duration since 2024-07-23T12:27:21Z

Processed Tue Jul 23 12:27:21 2024 by logformatter v0.3