Max level shown:
12023-12-04T23:29:00.581ZINFOphd-runner: phd_runner file = phd-tests/runner/src/main.rs line = 32 runner_args = ProcessArgs { command: Run(RunOptions { propolis_server_cmd: "/work/phd-test/propolis-server", crucible_downstairs_cmd: None, tmp_directory: "/tmp/propolis-phd", artifact_directory: "/tmp/propolis-phd", server_logging_mode: TmpFile, default_guest_cpus: 2, default_guest_memory_mib: 512, artifact_toml_path: "/work/phd-test/artifacts.toml", default_guest_artifact: "alpine", default_bootrom_artifact: "ovmf", include_filter: [], exclude_filter: [] }), disable_ansi: false, emit_bunyan: true } target = phd_runner
22023-12-04T23:29:00.583ZINFOphd-runner: Created new artifact store from manifest file = phd-tests/framework/src/artifacts/store.rs line = 207 store = Store { local_dir: "/tmp/propolis-phd", artifacts: {"alpine": Mutex { data: StoredArtifact { description: Artifact { filename: "alpine.iso", kind: GuestOs(Alpine), source: RemoteServer { sha256: "ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1" } }, cached_path: None }, poisoned: false, .. }, "ovmf": Mutex { data: StoredArtifact { description: Artifact { filename: "OVMF_CODE.fd", kind: Bootrom, source: Buildomat { repo: "oxidecomputer/edk2", series: "image_debug", commit: "6d92acf0a22718dd4175d7c64dbcf7aaec3740bd", sha256: "29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f" } }, cached_path: None }, poisoned: false, .. }}, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } target = phd_framework::artifacts::store
32023-12-04T23:29:00.584ZINFOphd-runner: [EXECUTION_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 23 target = phd_runner::fixtures
42023-12-04T23:29:00.584ZINFOphd-runner: [EXECUTION_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 23 target = phd_runner::fixtures
52023-12-04T23:29:00.584ZINFOphd-runner: Running 14 test(s) file = phd-tests/runner/src/execute.rs line = 98 target = phd_runner::execute
62023-12-04T23:29:00.584ZINFOphd-runner: Starting test phd_tests::hw::lspci_lifecycle_test file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
72023-12-04T23:29:00.584ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
82023-12-04T23:29:00.584ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
92023-12-04T23:29:00.584ZINFOphd-runner: checking for existing copy of artifact file = phd-tests/framework/src/artifacts/store.rs line = 85 maybe_path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
102023-12-04T23:29:00.584ZINFOphd-runner: Downloading artifact with timeout 600s file = phd-tests/framework/src/artifacts/store.rs line = 140 maybe_path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/edk2/image_debug/6d92acf0a22718dd4175d7c64dbcf7aaec3740bd/OVMF_CODE.fd
112023-12-04T23:29:02.775ZINFOphd-runner: checking for existing copy of artifact file = phd-tests/framework/src/artifacts/store.rs line = 85 maybe_path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
122023-12-04T23:29:02.775ZINFOphd-runner: Downloading artifact with timeout 600s file = phd-tests/framework/src/artifacts/store.rs line = 140 maybe_path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store uri = https://oxide-omicron-build.s3.amazonaws.com/alpine.iso
132023-12-04T23:29:32.325ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
142023-12-04T23:29:32.326ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/bc1afc7b-0023-44f7-a8b2-7f7c13d32c5e.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
152023-12-04T23:29:32.347ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
162023-12-04T23:29:32.347ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/bc1afc7b-0023-44f7-a8b2-7f7c13d32c5e.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = lspci_lifecycle_test
172023-12-04T23:29:32.347ZINFOphd-runner: [NEW - EVENT] Examining locally-sourced artifact file = phd-tests/framework/src/artifacts/store.rs line = 52 path = /work/phd-test/propolis-server sha256 = None target = phd_framework::artifacts::store
182023-12-04T23:29:32.347ZINFOphd-runner: [NEW - EVENT] Locally-sourced artifact is valid, caching its path file = phd-tests/framework/src/artifacts/store.rs line = 65 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
192023-12-04T23:29:32.347ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
202023-12-04T23:29:32.350ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/lspci_lifecycle_test.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9000 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
212023-12-04T23:29:32.350ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/lspci_lifecycle_test.stderr.log" stdout_path = "/tmp/propolis-phd/lspci_lifecycle_test.stdout.log" target = phd_framework::server_log_mode
222023-12-04T23:29:32.365ZINFOphd-runner: [NEW - EVENT] Launched server with pid 850 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
232023-12-04T23:29:32.365ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 17 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
242023-12-04T23:29:32.366ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9000/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
252023-12-04T23:29:32.998ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
262023-12-04T23:29:32.998ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
272023-12-04T23:29:32.999ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 51edaa19-fc65-45db-974a-61d9351da3f9, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-51edaa19-fc65-45db-974a-61d9351da3f9", vcpus: 2 }, state: Creating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/bc1afc7b-0023-44f7-a8b2-7f7c13d32c5e.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
282023-12-04T23:29:32.999ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
292023-12-04T23:29:33.000ZINFOphd-runner: [VM - EVENT] Waiting 300s for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 503 target = phd_framework::test_vm vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
302023-12-04T23:29:33.000ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 526 target = phd_framework::test_vm vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
312023-12-04T23:29:33.000ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9 wanted = localhost login:
322023-12-04T23:29:34.085ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
332023-12-04T23:29:34.085ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
342023-12-04T23:29:34.085ZINFOphd-runner: [SERIAL - EVENT] Welcome to GRUB! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
352023-12-04T23:29:34.085ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
362023-12-04T23:29:34.095ZINFOphd-runner: [SERIAL - EVENT] GNU GRUB version 2.06 file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
372023-12-04T23:29:34.096ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
382023-12-04T23:29:34.096ZINFOphd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
392023-12-04T23:29:34.107ZINFOphd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
402023-12-04T23:29:35.130ZINFOphd-runner: [SERIAL - EVENT] before booting or `c' for a command-line. *Linux virt The highlighted entry will be executed automatically in 1s. The highlighted entry will be executed automatically in 0s. Booting `Linux virt' file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
412023-12-04T23:29:35.131ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
422023-12-04T23:29:36.528ZINFOphd-runner: [SERIAL - EVENT] 0% 6% ### 15% ###### 16% ####### 19% ######## 20% ######### 21% ######### 22% ######### 22% ########## 23% ########## 24% ########## 25% ########### 26% ########### 27% ########### 27% ############ 28% ############ 29% ############ 29% ############# 30% ############# 31% ############# 31% ############## 32% ############## 33% ############## 34% ############### 35% ############### 36% ############### 36% ################ 37% ################ 38% ################ 38% ################# 39% ################# 40% ################# 40% ################## 41% ################## 42% ################## 43% ################### 45% ################### 45% #################### 46% #################### 47% #################### 47% ##################### 49% ##################### 50% ###################### 71% ############################### 76% ################################# 77% ################################## 82% #################################### 83% #################################### 84% ##################################### 86% ##################################### 87% ###################################### 88% ###################################### 88% ####################################### 89% ####################################### 90% ####################################### 90% ######################################## 91% ######################################## 92% ######################################## 93% ######################################## 93% ######################################### 100% ############################################ file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
432023-12-04T23:29:36.539ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
442023-12-04T23:29:36.539ZINFOphd-runner: [SERIAL - EVENT] OpenRC 0.44.10 is starting up Linux 5.15.41-0-virt (x86_64) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
452023-12-04T23:29:36.539ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
462023-12-04T23:29:36.539ZINFOphd-runner: [SERIAL - EVENT] * /proc is already mounted file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
472023-12-04T23:29:36.539ZINFOphd-runner: [SERIAL - EVENT] * Mounting /run ... * /run/openrc: creating directory file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
482023-12-04T23:29:36.550ZINFOphd-runner: [SERIAL - EVENT] * /run/lock: creating directory file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
492023-12-04T23:29:36.550ZINFOphd-runner: [SERIAL - EVENT] * /run/lock: correcting owner file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
502023-12-04T23:29:36.594ZINFOphd-runner: [SERIAL - EVENT] * Caching service dependencies ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
512023-12-04T23:29:36.604ZINFOphd-runner: [SERIAL - EVENT] * Remounting devtmpfs on /dev ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
522023-12-04T23:29:36.604ZINFOphd-runner: [SERIAL - EVENT] * Mounting /dev/mqueue ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
532023-12-04T23:29:36.626ZINFOphd-runner: [SERIAL - EVENT] * Mounting modloop ... * Verifying modloop file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
542023-12-04T23:29:36.704ZINFOphd-runner: [SERIAL - EVENT] [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
552023-12-04T23:29:36.715ZINFOphd-runner: [SERIAL - EVENT] * Mounting security filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
562023-12-04T23:29:36.715ZINFOphd-runner: [SERIAL - EVENT] * Mounting debug filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
572023-12-04T23:29:36.715ZINFOphd-runner: [SERIAL - EVENT] * Mounting persistent storage (pstore) filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
582023-12-04T23:29:36.736ZINFOphd-runner: [SERIAL - EVENT] * Mounting efivarfs filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
592023-12-04T23:29:36.769ZINFOphd-runner: [SERIAL - EVENT] * Starting busybox mdev ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
602023-12-04T23:29:36.932ZINFOphd-runner: [SERIAL - EVENT] * Loading hardware drivers ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
612023-12-04T23:29:36.965ZINFOphd-runner: [SERIAL - EVENT] * Loading modules ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
622023-12-04T23:29:36.988ZINFOphd-runner: [SERIAL - EVENT] * Setting system clock using the hardware clock [UTC] ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
632023-12-04T23:29:36.999ZINFOphd-runner: [SERIAL - EVENT] * Checking local filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
642023-12-04T23:29:37.010ZINFOphd-runner: [SERIAL - EVENT] * Remounting filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
652023-12-04T23:29:37.021ZINFOphd-runner: [SERIAL - EVENT] * Mounting local filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
662023-12-04T23:29:37.032ZINFOphd-runner: [SERIAL - EVENT] * Configuring kernel parameters ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
672023-12-04T23:29:37.043ZINFOphd-runner: [SERIAL - EVENT] * Migrating /var/lock to /run/lock ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
682023-12-04T23:29:37.053ZINFOphd-runner: [SERIAL - EVENT] * Creating user login records ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
692023-12-04T23:29:37.053ZINFOphd-runner: [SERIAL - EVENT] * Cleaning /tmp directory ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
702023-12-04T23:29:37.064ZINFOphd-runner: [SERIAL - EVENT] * Setting hostname ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
712023-12-04T23:29:37.075ZINFOphd-runner: [SERIAL - EVENT] * Starting busybox syslog ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
722023-12-04T23:29:37.087ZINFOphd-runner: [SERIAL - EVENT] * Starting firstboot ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
732023-12-04T23:29:37.190ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
742023-12-04T23:29:37.201ZINFOphd-runner: [SERIAL - EVENT] Welcome to Alpine Linux 3.16 file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
752023-12-04T23:29:37.201ZINFOphd-runner: [SERIAL - EVENT] Kernel 5.15.41-0-virt on an x86_64 (/dev/ttyS0) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
762023-12-04T23:29:37.201ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
772023-12-04T23:29:37.202ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9 wanted = localhost:~#
782023-12-04T23:29:37.212ZINFOphd-runner: [SERIAL - EVENT] localhost login: root file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
792023-12-04T23:29:37.212ZINFOphd-runner: [SERIAL - EVENT] Welcome to Alpine! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
802023-12-04T23:29:37.212ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
812023-12-04T23:29:37.212ZINFOphd-runner: [SERIAL - EVENT] The Alpine Wiki contains a large amount of how-to guides and general file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
822023-12-04T23:29:37.212ZINFOphd-runner: [SERIAL - EVENT] information about administrating Alpine systems. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
832023-12-04T23:29:37.212ZINFOphd-runner: [SERIAL - EVENT] See <http://wiki.alpinelinux.org/>. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
842023-12-04T23:29:37.212ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
852023-12-04T23:29:37.213ZINFOphd-runner: [SERIAL - EVENT] You can setup the system with the command: setup-alpine file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
862023-12-04T23:29:37.213ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
872023-12-04T23:29:37.213ZINFOphd-runner: [SERIAL - EVENT] You may change this message by editing /etc/motd. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
882023-12-04T23:29:37.213ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
892023-12-04T23:29:37.213ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4212 file = phd-tests/framework/src/test_vm/mod.rs line = 526 target = phd_framework::test_vm vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
902023-12-04T23:29:37.213ZINFOphd-runner: [VM - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 532 target = phd_framework::test_vm vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
912023-12-04T23:29:37.213ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 15s vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
922023-12-04T23:29:37.213ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9 wanted = sudo lspci -vvx\n
932023-12-04T23:29:37.223ZINFOphd-runner: [SERIAL - EVENT] localhost:~# sudo lspci -vvx file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
942023-12-04T23:29:37.224ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 300s vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
952023-12-04T23:29:37.224ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9 wanted = localhost:~#
962023-12-04T23:29:37.235ZINFOphd-runner: [SERIAL - EVENT] -ash: sudo: not found file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
972023-12-04T23:29:37.246ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 15s vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
982023-12-04T23:29:37.246ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9 wanted = sudo lshw -notime\n
992023-12-04T23:29:37.256ZINFOphd-runner: [SERIAL - EVENT] localhost:~# sudo lshw -notime file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
1002023-12-04T23:29:37.256ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 300s vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
1012023-12-04T23:29:37.256ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9 wanted = localhost:~#
1022023-12-04T23:29:37.278ZINFOphd-runner: [SERIAL - EVENT] -ash: sudo: not found file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
1032023-12-04T23:29:37.279ZINFOphd-runner: stopping and starting VM for lifecycle test file = phd-tests/framework/src/lifecycle.rs line = 58 target = phd_framework::lifecycle vm_name = lspci_lifecycle_test
1042023-12-04T23:29:37.279ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
1052023-12-04T23:29:37.280ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
1062023-12-04T23:29:37.280ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/bc1afc7b-0023-44f7-a8b2-7f7c13d32c5e.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = lspci_lifecycle_test_lifecycle_0
1072023-12-04T23:29:37.280ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
1082023-12-04T23:29:37.280ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1092023-12-04T23:29:37.281ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
1102023-12-04T23:29:37.281ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 4282 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
1112023-12-04T23:29:37.283ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/lspci_lifecycle_test_lifecycle_0.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9002 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
1122023-12-04T23:29:37.283ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/lspci_lifecycle_test_lifecycle_0.stderr.log" stdout_path = "/tmp/propolis-phd/lspci_lifecycle_test_lifecycle_0.stdout.log" target = phd_framework::server_log_mode
1132023-12-04T23:29:37.291ZINFOphd-runner: [NEW - EVENT] Launched server with pid 851 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
1142023-12-04T23:29:37.291ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 11 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
1152023-12-04T23:29:37.292ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9002/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1162023-12-04T23:29:37.899ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1172023-12-04T23:29:37.899ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1182023-12-04T23:29:37.900ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 23241f79-e890-4f4b-9ef7-a7009dba13c6, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-23241f79-e890-4f4b-9ef7-a7009dba13c6", vcpus: 2 }, state: Creating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/bc1afc7b-0023-44f7-a8b2-7f7c13d32c5e.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1192023-12-04T23:29:37.900ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1202023-12-04T23:29:37.901ZINFOphd-runner: [VM - EVENT] Waiting 300s for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 503 target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1212023-12-04T23:29:37.901ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 526 target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1222023-12-04T23:29:37.901ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6 wanted = localhost login:
1232023-12-04T23:29:38.987ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1242023-12-04T23:29:38.987ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1252023-12-04T23:29:38.987ZINFOphd-runner: [SERIAL - EVENT] Welcome to GRUB! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1262023-12-04T23:29:38.987ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1272023-12-04T23:29:38.997ZINFOphd-runner: [SERIAL - EVENT] GNU GRUB version 2.06 file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1282023-12-04T23:29:38.997ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1292023-12-04T23:29:39.008ZINFOphd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1302023-12-04T23:29:39.008ZINFOphd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1312023-12-04T23:29:40.032ZINFOphd-runner: [SERIAL - EVENT] before booting or `c' for a command-line. *Linux virt The highlighted entry will be executed automatically in 1s. The highlighted entry will be executed automatically in 0s. Booting `Linux virt' file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1322023-12-04T23:29:40.032ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1332023-12-04T23:29:41.429ZINFOphd-runner: [SERIAL - EVENT] 0% 6% ### 15% ###### 16% ####### 19% ######## 20% ######### 21% ######### 22% ######### 22% ########## 23% ########## 24% ########## 25% ########### 26% ########### 27% ########### 27% ############ 28% ############ 29% ############ 29% ############# 30% ############# 31% ############# 31% ############## 32% ############## 33% ############## 34% ############### 35% ############### 36% ############### 36% ################ 37% ################ 38% ################ 38% ################# 39% ################# 40% ################# 40% ################## 41% ################## 42% ################## 43% ################### 45% ################### 45% #################### 46% #################### 47% #################### 47% ##################### 49% ##################### 50% ###################### 71% ############################### 76% ################################# 77% ################################## 82% #################################### 83% #################################### 84% ##################################### 86% ##################################### 87% ###################################### 88% ###################################### 88% ####################################### 89% ####################################### 90% ####################################### 90% ######################################## 91% ######################################## 92% ######################################## 93% ######################################## 93% ######################################### 100% ############################################ file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1342023-12-04T23:29:41.440ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1352023-12-04T23:29:41.440ZINFOphd-runner: [SERIAL - EVENT] OpenRC 0.44.10 is starting up Linux 5.15.41-0-virt (x86_64) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1362023-12-04T23:29:41.440ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1372023-12-04T23:29:41.440ZINFOphd-runner: [SERIAL - EVENT] * /proc is already mounted file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1382023-12-04T23:29:41.440ZINFOphd-runner: [SERIAL - EVENT] * Mounting /run ... * /run/openrc: creating directory file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1392023-12-04T23:29:41.450ZINFOphd-runner: [SERIAL - EVENT] * /run/lock: creating directory file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1402023-12-04T23:29:41.450ZINFOphd-runner: [SERIAL - EVENT] * /run/lock: correcting owner file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1412023-12-04T23:29:41.494ZINFOphd-runner: [SERIAL - EVENT] * Caching service dependencies ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1422023-12-04T23:29:41.505ZINFOphd-runner: [SERIAL - EVENT] * Remounting devtmpfs on /dev ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1432023-12-04T23:29:41.505ZINFOphd-runner: [SERIAL - EVENT] * Mounting /dev/mqueue ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1442023-12-04T23:29:41.528ZINFOphd-runner: [SERIAL - EVENT] * Mounting modloop ... * Verifying modloop file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1452023-12-04T23:29:41.594ZINFOphd-runner: [SERIAL - EVENT] [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1462023-12-04T23:29:41.605ZINFOphd-runner: [SERIAL - EVENT] * Mounting security filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1472023-12-04T23:29:41.605ZINFOphd-runner: [SERIAL - EVENT] * Mounting debug filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1482023-12-04T23:29:41.605ZINFOphd-runner: [SERIAL - EVENT] * Mounting persistent storage (pstore) filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1492023-12-04T23:29:41.616ZINFOphd-runner: [SERIAL - EVENT] * Mounting efivarfs filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1502023-12-04T23:29:41.661ZINFOphd-runner: [SERIAL - EVENT] * Starting busybox mdev ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1512023-12-04T23:29:41.809ZINFOphd-runner: [SERIAL - EVENT] * Loading hardware drivers ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1522023-12-04T23:29:41.852ZINFOphd-runner: [SERIAL - EVENT] * Loading modules ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1532023-12-04T23:29:41.874ZINFOphd-runner: [SERIAL - EVENT] * Setting system clock using the hardware clock [UTC] ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1542023-12-04T23:29:41.886ZINFOphd-runner: [SERIAL - EVENT] * Checking local filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1552023-12-04T23:29:41.897ZINFOphd-runner: [SERIAL - EVENT] * Remounting filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1562023-12-04T23:29:41.908ZINFOphd-runner: [SERIAL - EVENT] * Mounting local filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1572023-12-04T23:29:41.919ZINFOphd-runner: [SERIAL - EVENT] * Configuring kernel parameters ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1582023-12-04T23:29:41.930ZINFOphd-runner: [SERIAL - EVENT] * Migrating /var/lock to /run/lock ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1592023-12-04T23:29:41.941ZINFOphd-runner: [SERIAL - EVENT] * Creating user login records ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1602023-12-04T23:29:41.941ZINFOphd-runner: [SERIAL - EVENT] * Cleaning /tmp directory ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1612023-12-04T23:29:41.952ZINFOphd-runner: [SERIAL - EVENT] * Setting hostname ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1622023-12-04T23:29:41.964ZINFOphd-runner: [SERIAL - EVENT] * Starting busybox syslog ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1632023-12-04T23:29:41.974ZINFOphd-runner: [SERIAL - EVENT] * Starting firstboot ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1642023-12-04T23:29:42.088ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1652023-12-04T23:29:42.088ZINFOphd-runner: [SERIAL - EVENT] Welcome to Alpine Linux 3.16 file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1662023-12-04T23:29:42.089ZINFOphd-runner: [SERIAL - EVENT] Kernel 5.15.41-0-virt on an x86_64 (/dev/ttyS0) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1672023-12-04T23:29:42.089ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1682023-12-04T23:29:42.089ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6 wanted = localhost:~#
1692023-12-04T23:29:42.100ZINFOphd-runner: [SERIAL - EVENT] localhost login: root file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1702023-12-04T23:29:42.100ZINFOphd-runner: [SERIAL - EVENT] Welcome to Alpine! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1712023-12-04T23:29:42.100ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1722023-12-04T23:29:42.100ZINFOphd-runner: [SERIAL - EVENT] The Alpine Wiki contains a large amount of how-to guides and general file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1732023-12-04T23:29:42.100ZINFOphd-runner: [SERIAL - EVENT] information about administrating Alpine systems. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1742023-12-04T23:29:42.100ZINFOphd-runner: [SERIAL - EVENT] See <http://wiki.alpinelinux.org/>. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1752023-12-04T23:29:42.100ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1762023-12-04T23:29:42.100ZINFOphd-runner: [SERIAL - EVENT] You can setup the system with the command: setup-alpine file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1772023-12-04T23:29:42.100ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1782023-12-04T23:29:42.100ZINFOphd-runner: [SERIAL - EVENT] You may change this message by editing /etc/motd. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1792023-12-04T23:29:42.100ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1802023-12-04T23:29:42.100ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4199 file = phd-tests/framework/src/test_vm/mod.rs line = 526 target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1812023-12-04T23:29:42.100ZINFOphd-runner: [VM - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 532 target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1822023-12-04T23:29:42.101ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
1832023-12-04T23:29:42.104ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
1842023-12-04T23:29:42.120ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
1852023-12-04T23:29:42.121ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 9122 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
1862023-12-04T23:29:42.121ZINFOphd-runner: [VM - END] elapsed_milliseconds = 9755 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = lspci_lifecycle_test vm_id = 51edaa19-fc65-45db-974a-61d9351da3f9
1872023-12-04T23:29:42.121ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 15s vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1882023-12-04T23:29:42.121ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6 wanted = sudo lspci -vvx\n
1892023-12-04T23:29:42.133ZINFOphd-runner: [SERIAL - EVENT] localhost:~# sudo lspci -vvx file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1902023-12-04T23:29:42.133ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 300s vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1912023-12-04T23:29:42.133ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6 wanted = localhost:~#
1922023-12-04T23:29:42.144ZINFOphd-runner: [SERIAL - EVENT] -ash: sudo: not found file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1932023-12-04T23:29:42.144ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 15s vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1942023-12-04T23:29:42.144ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6 wanted = sudo lshw -notime\n
1952023-12-04T23:29:42.154ZINFOphd-runner: [SERIAL - EVENT] localhost:~# sudo lshw -notime file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1962023-12-04T23:29:42.155ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 300s vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1972023-12-04T23:29:42.155ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6 wanted = localhost:~#
1982023-12-04T23:29:42.166ZINFOphd-runner: [SERIAL - EVENT] -ash: sudo: not found file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
1992023-12-04T23:29:42.176ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
2002023-12-04T23:29:42.177ZINFOphd-runner: [VM - EVENT] Cleaning up Test VM on drop file = phd-tests/framework/src/test_vm/mod.rs line = 647 target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
2012023-12-04T23:29:42.177ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
2022023-12-04T23:29:42.177ZINFOphd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
2032023-12-04T23:29:42.177ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
2042023-12-04T23:29:42.178ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
2052023-12-04T23:29:42.178ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 4278 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
2062023-12-04T23:29:42.691ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
2072023-12-04T23:29:42.694ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9002 target = phd_framework::test_vm::server
2082023-12-04T23:29:42.712ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9002 target = phd_framework::test_vm::server
2092023-12-04T23:29:42.712ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/bc1afc7b-0023-44f7-a8b2-7f7c13d32c5e.phd_disk target = phd_framework::disk::file
2102023-12-04T23:29:42.717ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 4817 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
2112023-12-04T23:29:42.717ZINFOphd-runner: [VM - END] elapsed_milliseconds = 5425 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = lspci_lifecycle_test_lifecycle_0 vm_id = 23241f79-e890-4f4b-9ef7-a7009dba13c6
2122023-12-04T23:29:42.717ZINFOphd-runner: test phd_tests::hw::lspci_lifecycle_test ... ok file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
2132023-12-04T23:29:42.717ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
2142023-12-04T23:29:42.717ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
2152023-12-04T23:29:42.717ZINFOphd-runner: Starting test phd_tests::migrate::multiple_migrations file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
2162023-12-04T23:29:42.717ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
2172023-12-04T23:29:42.717ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
2182023-12-04T23:29:42.717ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
2192023-12-04T23:29:42.718ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
2202023-12-04T23:29:42.718ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
2212023-12-04T23:29:42.718ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/084c818d-4f86-476c-8186-2ac5928e7491.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
2222023-12-04T23:29:42.742ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
2232023-12-04T23:29:42.742ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/084c818d-4f86-476c-8186-2ac5928e7491.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = multiple_migrations_0
2242023-12-04T23:29:42.742ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
2252023-12-04T23:29:42.742ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2262023-12-04T23:29:42.744ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/multiple_migrations_0.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9000 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
2272023-12-04T23:29:42.744ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/multiple_migrations_0.stderr.log" stdout_path = "/tmp/propolis-phd/multiple_migrations_0.stdout.log" target = phd_framework::server_log_mode
2282023-12-04T23:29:42.749ZINFOphd-runner: [NEW - EVENT] Launched server with pid 854 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
2292023-12-04T23:29:42.750ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 7 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
2302023-12-04T23:29:42.750ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
2312023-12-04T23:29:42.750ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/084c818d-4f86-476c-8186-2ac5928e7491.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = multiple_migrations_1
2322023-12-04T23:29:42.750ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
2332023-12-04T23:29:42.750ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
2342023-12-04T23:29:42.752ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/multiple_migrations_1.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9002 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
2352023-12-04T23:29:42.752ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/multiple_migrations_1.stderr.log" stdout_path = "/tmp/propolis-phd/multiple_migrations_1.stdout.log" target = phd_framework::server_log_mode
2362023-12-04T23:29:42.759ZINFOphd-runner: [NEW - EVENT] Launched server with pid 855 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
2372023-12-04T23:29:42.759ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 9 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
2382023-12-04T23:29:42.759ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
2392023-12-04T23:29:42.759ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/084c818d-4f86-476c-8186-2ac5928e7491.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = multiple_migrations_2
2402023-12-04T23:29:42.759ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
2412023-12-04T23:29:42.759ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
2422023-12-04T23:29:42.762ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/multiple_migrations_2.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9004 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
2432023-12-04T23:29:42.762ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/multiple_migrations_2.stderr.log" stdout_path = "/tmp/propolis-phd/multiple_migrations_2.stdout.log" target = phd_framework::server_log_mode
2442023-12-04T23:29:42.769ZINFOphd-runner: [NEW - EVENT] Launched server with pid 856 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
2452023-12-04T23:29:42.769ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
2462023-12-04T23:29:42.892ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2472023-12-04T23:29:42.892ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2482023-12-04T23:29:42.893ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 158ab8d5-ad12-497c-91e6-ec1d8a307407, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-158ab8d5-ad12-497c-91e6-ec1d8a307407", vcpus: 2 }, state: Creating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/084c818d-4f86-476c-8186-2ac5928e7491.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2492023-12-04T23:29:42.893ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2502023-12-04T23:29:42.893ZINFOphd-runner: [VM - EVENT] Waiting 300s for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 503 target = phd_framework::test_vm vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2512023-12-04T23:29:42.893ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 526 target = phd_framework::test_vm vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2522023-12-04T23:29:42.893ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407 wanted = localhost login:
2532023-12-04T23:29:43.977ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2542023-12-04T23:29:43.977ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2552023-12-04T23:29:43.977ZINFOphd-runner: [SERIAL - EVENT] Welcome to GRUB! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2562023-12-04T23:29:43.977ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2572023-12-04T23:29:43.988ZINFOphd-runner: [SERIAL - EVENT] GNU GRUB version 2.06 file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2582023-12-04T23:29:43.988ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2592023-12-04T23:29:43.988ZINFOphd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2602023-12-04T23:29:43.999ZINFOphd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2612023-12-04T23:29:45.023ZINFOphd-runner: [SERIAL - EVENT] before booting or `c' for a command-line. *Linux virt The highlighted entry will be executed automatically in 1s. The highlighted entry will be executed automatically in 0s. Booting `Linux virt' file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2622023-12-04T23:29:45.023ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2632023-12-04T23:29:46.412ZINFOphd-runner: [SERIAL - EVENT] 0% 6% ### 15% ###### 16% ####### 19% ######## 20% ######### 21% ######### 22% ######### 22% ########## 23% ########## 24% ########## 25% ########### 26% ########### 27% ########### 27% ############ 28% ############ 29% ############ 29% ############# 30% ############# 31% ############# 31% ############## 32% ############## 33% ############## 34% ############### 35% ############### 36% ############### 36% ################ 37% ################ 38% ################ 38% ################# 39% ################# 40% ################# 40% ################## 41% ################## 42% ################## 43% ################### 45% ################### 45% #################### 46% #################### 47% #################### 47% ##################### 49% ##################### 50% ###################### 71% ############################### 76% ################################# 77% ################################## 82% #################################### 83% #################################### 84% ##################################### 86% ##################################### 87% ###################################### 88% ###################################### 88% ####################################### 89% ####################################### 90% ####################################### 90% ######################################## 91% ######################################## 92% ######################################## 93% ######################################## 93% ######################################### 100% ############################################ file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2642023-12-04T23:29:46.423ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2652023-12-04T23:29:46.423ZINFOphd-runner: [SERIAL - EVENT] OpenRC 0.44.10 is starting up Linux 5.15.41-0-virt (x86_64) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2662023-12-04T23:29:46.423ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2672023-12-04T23:29:46.423ZINFOphd-runner: [SERIAL - EVENT] * /proc is already mounted file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2682023-12-04T23:29:46.434ZINFOphd-runner: [SERIAL - EVENT] * Mounting /run ... * /run/openrc: creating directory file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2692023-12-04T23:29:46.434ZINFOphd-runner: [SERIAL - EVENT] * /run/lock: creating directory file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2702023-12-04T23:29:46.434ZINFOphd-runner: [SERIAL - EVENT] * /run/lock: correcting owner file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2712023-12-04T23:29:46.478ZINFOphd-runner: [SERIAL - EVENT] * Caching service dependencies ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2722023-12-04T23:29:46.489ZINFOphd-runner: [SERIAL - EVENT] * Remounting devtmpfs on /dev ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2732023-12-04T23:29:46.490ZINFOphd-runner: [SERIAL - EVENT] * Mounting /dev/mqueue ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2742023-12-04T23:29:46.512ZINFOphd-runner: [SERIAL - EVENT] * Mounting modloop ... * Verifying modloop file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2752023-12-04T23:29:46.589ZINFOphd-runner: [SERIAL - EVENT] [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2762023-12-04T23:29:46.600ZINFOphd-runner: [SERIAL - EVENT] * Mounting security filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2772023-12-04T23:29:46.600ZINFOphd-runner: [SERIAL - EVENT] * Mounting debug filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2782023-12-04T23:29:46.601ZINFOphd-runner: [SERIAL - EVENT] * Mounting persistent storage (pstore) filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2792023-12-04T23:29:46.611ZINFOphd-runner: [SERIAL - EVENT] * Mounting efivarfs filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2802023-12-04T23:29:46.667ZINFOphd-runner: [SERIAL - EVENT] * Starting busybox mdev ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2812023-12-04T23:29:46.826ZINFOphd-runner: [SERIAL - EVENT] * Loading hardware drivers ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2822023-12-04T23:29:46.859ZINFOphd-runner: [SERIAL - EVENT] * Loading modules ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2832023-12-04T23:29:46.881ZINFOphd-runner: [SERIAL - EVENT] * Setting system clock using the hardware clock [UTC] ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2842023-12-04T23:29:46.892ZINFOphd-runner: [SERIAL - EVENT] * Checking local filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2852023-12-04T23:29:46.903ZINFOphd-runner: [SERIAL - EVENT] * Remounting filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2862023-12-04T23:29:46.914ZINFOphd-runner: [SERIAL - EVENT] * Mounting local filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2872023-12-04T23:29:46.924ZINFOphd-runner: [SERIAL - EVENT] * Configuring kernel parameters ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2882023-12-04T23:29:46.936ZINFOphd-runner: [SERIAL - EVENT] * Migrating /var/lock to /run/lock ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2892023-12-04T23:29:46.947ZINFOphd-runner: [SERIAL - EVENT] * Creating user login records ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2902023-12-04T23:29:46.947ZINFOphd-runner: [SERIAL - EVENT] * Cleaning /tmp directory ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2912023-12-04T23:29:46.958ZINFOphd-runner: [SERIAL - EVENT] * Setting hostname ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2922023-12-04T23:29:46.969ZINFOphd-runner: [SERIAL - EVENT] * Starting busybox syslog ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2932023-12-04T23:29:46.980ZINFOphd-runner: [SERIAL - EVENT] * Starting firstboot ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2942023-12-04T23:29:47.083ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2952023-12-04T23:29:47.095ZINFOphd-runner: [SERIAL - EVENT] Welcome to Alpine Linux 3.16 file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2962023-12-04T23:29:47.095ZINFOphd-runner: [SERIAL - EVENT] Kernel 5.15.41-0-virt on an x86_64 (/dev/ttyS0) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2972023-12-04T23:29:47.095ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
2982023-12-04T23:29:47.096ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407 wanted = localhost:~#
2992023-12-04T23:29:47.106ZINFOphd-runner: [SERIAL - EVENT] localhost login: root file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3002023-12-04T23:29:47.106ZINFOphd-runner: [SERIAL - EVENT] Welcome to Alpine! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3012023-12-04T23:29:47.106ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3022023-12-04T23:29:47.106ZINFOphd-runner: [SERIAL - EVENT] The Alpine Wiki contains a large amount of how-to guides and general file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3032023-12-04T23:29:47.107ZINFOphd-runner: [SERIAL - EVENT] information about administrating Alpine systems. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3042023-12-04T23:29:47.107ZINFOphd-runner: [SERIAL - EVENT] See <http://wiki.alpinelinux.org/>. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3052023-12-04T23:29:47.107ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3062023-12-04T23:29:47.107ZINFOphd-runner: [SERIAL - EVENT] You can setup the system with the command: setup-alpine file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3072023-12-04T23:29:47.107ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3082023-12-04T23:29:47.107ZINFOphd-runner: [SERIAL - EVENT] You may change this message by editing /etc/motd. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3092023-12-04T23:29:47.107ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3102023-12-04T23:29:47.107ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4213 file = phd-tests/framework/src/test_vm/mod.rs line = 526 target = phd_framework::test_vm vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3112023-12-04T23:29:47.107ZINFOphd-runner: [VM - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 532 target = phd_framework::test_vm vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3122023-12-04T23:29:47.107ZINFOphd-runner: [VM - EVENT] Migrating from source at address 127.0.0.1:9000 file = phd-tests/framework/src/test_vm/mod.rs line = 370 migration_id = 28f00966-118c-48c9-9a13-46c98fa3f2a8 target = phd_framework::test_vm vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3132023-12-04T23:29:47.224ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3142023-12-04T23:29:47.225ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3152023-12-04T23:29:47.225ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 0d0eb8cc-4d98-4531-994c-f590941ac11e, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-0d0eb8cc-4d98-4531-994c-f590941ac11e", vcpus: 2 }, state: Migrating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/084c818d-4f86-476c-8186-2ac5928e7491.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3162023-12-04T23:29:47.226ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 388 migration_id = 28f00966-118c-48c9-9a13-46c98fa3f2a8 target = phd_framework::test_vm vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3172023-12-04T23:29:58.550ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket received control message: "{\"Migrating\":{\"destination\":\"127.0.0.1:9002\",\"from_start\":7609}}" file = phd-tests/framework/src/serial/mod.rs line = 44 target = phd_framework::serial vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3182023-12-04T23:29:58.550ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket returned None file = phd-tests/framework/src/serial/mod.rs line = 47 target = phd_framework::serial vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3192023-12-04T23:29:58.550ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 15658 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3202023-12-04T23:29:58.665ZINFOphd-runner: [MIGRATE - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 397 migration_id = 28f00966-118c-48c9-9a13-46c98fa3f2a8 target = phd_framework::test_vm vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3212023-12-04T23:29:58.665ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 11439 file = phd-tests/framework/src/test_vm/mod.rs line = 388 migration_id = 28f00966-118c-48c9-9a13-46c98fa3f2a8 target = phd_framework::test_vm vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3222023-12-04T23:29:58.665ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 15s vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3232023-12-04T23:29:58.665ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e wanted = echo Hello world\n
3242023-12-04T23:29:58.676ZINFOphd-runner: [SERIAL - EVENT] echo Hello world file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3252023-12-04T23:29:58.676ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 300s vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3262023-12-04T23:29:58.676ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e wanted = localhost:~#
3272023-12-04T23:29:58.698ZINFOphd-runner: [SERIAL - EVENT] Hello world file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3282023-12-04T23:29:58.698ZINFOphd-runner: [VM - EVENT] Migrating from source at address 127.0.0.1:9002 file = phd-tests/framework/src/test_vm/mod.rs line = 370 migration_id = 4da10f8f-d569-428f-9b27-b2fb7e82d106 target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3292023-12-04T23:29:58.830ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3302023-12-04T23:29:58.830ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3312023-12-04T23:29:58.830ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 98238bb9-ac76-42dd-9691-dd8a0b68316c, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-98238bb9-ac76-42dd-9691-dd8a0b68316c", vcpus: 2 }, state: Migrating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/084c818d-4f86-476c-8186-2ac5928e7491.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3322023-12-04T23:29:58.831ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 388 migration_id = 4da10f8f-d569-428f-9b27-b2fb7e82d106 target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3332023-12-04T23:30:10.173ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket received control message: "{\"Migrating\":{\"destination\":\"127.0.0.1:9004\",\"from_start\":7657}}" file = phd-tests/framework/src/serial/mod.rs line = 44 target = phd_framework::serial vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3342023-12-04T23:30:10.173ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket returned None file = phd-tests/framework/src/serial/mod.rs line = 47 target = phd_framework::serial vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3352023-12-04T23:30:10.173ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 22948 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3362023-12-04T23:30:12.403ZINFOphd-runner: [MIGRATE - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 397 migration_id = 4da10f8f-d569-428f-9b27-b2fb7e82d106 target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3372023-12-04T23:30:12.403ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 13572 file = phd-tests/framework/src/test_vm/mod.rs line = 388 migration_id = 4da10f8f-d569-428f-9b27-b2fb7e82d106 target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3382023-12-04T23:30:12.403ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 15s vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3392023-12-04T23:30:12.403ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c wanted = echo I have migrated!\n
3402023-12-04T23:30:13.588ZINFOphd-runner: [SERIAL - EVENT] echo I have migrated! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3412023-12-04T23:30:13.588ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 300s vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3422023-12-04T23:30:13.588ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c wanted = localhost:~#
3432023-12-04T23:30:13.599ZINFOphd-runner: [SERIAL - EVENT] I have migrated! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3442023-12-04T23:30:13.599ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3452023-12-04T23:30:13.600ZINFOphd-runner: [VM - EVENT] Cleaning up Test VM on drop file = phd-tests/framework/src/test_vm/mod.rs line = 647 target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3462023-12-04T23:30:13.600ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3472023-12-04T23:30:13.601ZINFOphd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3482023-12-04T23:30:13.601ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3492023-12-04T23:30:13.601ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3502023-12-04T23:30:13.602ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 14771 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3512023-12-04T23:30:13.882ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3522023-12-04T23:30:13.885ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9004 target = phd_framework::test_vm::server
3532023-12-04T23:30:13.903ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9004 target = phd_framework::test_vm::server
3542023-12-04T23:30:13.903ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 15073 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3552023-12-04T23:30:13.903ZINFOphd-runner: [VM - END] elapsed_milliseconds = 15204 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = multiple_migrations_2 vm_id = 98238bb9-ac76-42dd-9691-dd8a0b68316c
3562023-12-04T23:30:13.903ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3572023-12-04T23:30:13.906ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9002 target = phd_framework::test_vm::server
3582023-12-04T23:30:13.922ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9002 target = phd_framework::test_vm::server
3592023-12-04T23:30:13.923ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 26697 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3602023-12-04T23:30:13.923ZINFOphd-runner: [VM - END] elapsed_milliseconds = 26815 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = multiple_migrations_1 vm_id = 0d0eb8cc-4d98-4531-994c-f590941ac11e
3612023-12-04T23:30:13.923ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3622023-12-04T23:30:13.926ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
3632023-12-04T23:30:13.942ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
3642023-12-04T23:30:13.942ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/084c818d-4f86-476c-8186-2ac5928e7491.phd_disk target = phd_framework::disk::file
3652023-12-04T23:30:13.947ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 31054 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3662023-12-04T23:30:13.947ZINFOphd-runner: [VM - END] elapsed_milliseconds = 31177 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = multiple_migrations_0 vm_id = 158ab8d5-ad12-497c-91e6-ec1d8a307407
3672023-12-04T23:30:13.947ZINFOphd-runner: test phd_tests::migrate::multiple_migrations ... ok file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
3682023-12-04T23:30:13.947ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
3692023-12-04T23:30:13.947ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
3702023-12-04T23:30:13.947ZINFOphd-runner: Starting test phd_tests::migrate::incompatible_vms file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
3712023-12-04T23:30:13.947ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
3722023-12-04T23:30:13.947ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
3732023-12-04T23:30:13.947ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
3742023-12-04T23:30:13.947ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
3752023-12-04T23:30:13.947ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
3762023-12-04T23:30:13.947ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/5582209c-1a41-440c-ac24-041ddc9799fe.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
3772023-12-04T23:30:13.971ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
3782023-12-04T23:30:13.971ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/5582209c-1a41-440c-ac24-041ddc9799fe.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = migration_incompatible_source_0
3792023-12-04T23:30:13.971ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
3802023-12-04T23:30:13.971ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
3812023-12-04T23:30:13.974ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/migration_incompatible_source_0.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9000 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
3822023-12-04T23:30:13.974ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/migration_incompatible_source_0.stderr.log" stdout_path = "/tmp/propolis-phd/migration_incompatible_source_0.stdout.log" target = phd_framework::server_log_mode
3832023-12-04T23:30:13.979ZINFOphd-runner: [NEW - EVENT] Launched server with pid 860 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
3842023-12-04T23:30:13.979ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 7 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
3852023-12-04T23:30:13.979ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9000/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
3862023-12-04T23:30:14.604ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
3872023-12-04T23:30:14.604ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
3882023-12-04T23:30:14.605ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 8684e691-7529-473c-b025-5c4bd9d5872c, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-8684e691-7529-473c-b025-5c4bd9d5872c", vcpus: 4 }, state: Creating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/5582209c-1a41-440c-ac24-041ddc9799fe.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
3892023-12-04T23:30:14.605ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
3902023-12-04T23:30:14.605ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
3912023-12-04T23:30:14.605ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
3922023-12-04T23:30:14.605ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
3932023-12-04T23:30:14.605ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/5a31999e-d609-44f8-b205-ba8af77d0eb0.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
3942023-12-04T23:30:14.631ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
3952023-12-04T23:30:14.631ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/5a31999e-d609-44f8-b205-ba8af77d0eb0.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 8, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = migration_incompatible_target_1
3962023-12-04T23:30:14.631ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
3972023-12-04T23:30:14.631ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
3982023-12-04T23:30:14.633ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/migration_incompatible_target_1.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9002 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
3992023-12-04T23:30:14.633ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/migration_incompatible_target_1.stderr.log" stdout_path = "/tmp/propolis-phd/migration_incompatible_target_1.stdout.log" target = phd_framework::server_log_mode
4002023-12-04T23:30:14.640ZINFOphd-runner: [NEW - EVENT] Launched server with pid 861 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
4012023-12-04T23:30:14.641ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 9 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
4022023-12-04T23:30:14.641ZINFOphd-runner: [VM - EVENT] Migrating from source at address 127.0.0.1:9000 file = phd-tests/framework/src/test_vm/mod.rs line = 370 migration_id = 3868f383-baa8-4a75-8223-74e663b42e6a target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4032023-12-04T23:30:14.641ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9002/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4042023-12-04T23:30:15.254ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4052023-12-04T23:30:15.254ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4062023-12-04T23:30:15.255ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: e1daab64-7400-457a-8754-3e89f171018b, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-e1daab64-7400-457a-8754-3e89f171018b", vcpus: 8 }, state: Failed } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/5a31999e-d609-44f8-b205-ba8af77d0eb0.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 8, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4072023-12-04T23:30:15.255ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 388 migration_id = 3868f383-baa8-4a75-8223-74e663b42e6a target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4082023-12-04T23:30:15.255ZINFOphd-runner: [MIGRATE - EVENT] Instance reported error during migration file = phd-tests/framework/src/test_vm/mod.rs line = 401 migration_id = 3868f383-baa8-4a75-8223-74e663b42e6a target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4092023-12-04T23:30:15.256ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 0 file = phd-tests/framework/src/test_vm/mod.rs line = 388 migration_id = 3868f383-baa8-4a75-8223-74e663b42e6a target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4102023-12-04T23:30:15.257ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4112023-12-04T23:30:15.257ZINFOphd-runner: [VM - EVENT] Cleaning up Test VM on drop file = phd-tests/framework/src/test_vm/mod.rs line = 647 target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4122023-12-04T23:30:15.257ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4132023-12-04T23:30:15.258ZINFOphd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4142023-12-04T23:30:15.258ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4152023-12-04T23:30:15.259ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4162023-12-04T23:30:15.259ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 4 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4172023-12-04T23:30:15.681ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4182023-12-04T23:30:15.683ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9002 target = phd_framework::test_vm::server
4192023-12-04T23:30:15.695ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4202023-12-04T23:30:15.695ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4212023-12-04T23:30:15.695ZINFOphd-runner: [SERIAL - EVENT] Welcome to GRUB! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4222023-12-04T23:30:15.695ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4232023-12-04T23:30:15.699ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9002 target = phd_framework::test_vm::server
4242023-12-04T23:30:15.699ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/5a31999e-d609-44f8-b205-ba8af77d0eb0.phd_disk target = phd_framework::disk::file
4252023-12-04T23:30:15.703ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 448 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4262023-12-04T23:30:15.703ZINFOphd-runner: [VM - END] elapsed_milliseconds = 1062 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = migration_incompatible_target_1 vm_id = e1daab64-7400-457a-8754-3e89f171018b
4272023-12-04T23:30:15.703ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4282023-12-04T23:30:15.704ZINFOphd-runner: [VM - EVENT] Cleaning up Test VM on drop file = phd-tests/framework/src/test_vm/mod.rs line = 647 target = phd_framework::test_vm vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4292023-12-04T23:30:15.704ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4302023-12-04T23:30:15.705ZINFOphd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4312023-12-04T23:30:15.705ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4322023-12-04T23:30:15.705ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4332023-12-04T23:30:15.706ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 1101 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4342023-12-04T23:30:16.192ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4352023-12-04T23:30:16.195ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
4362023-12-04T23:30:16.210ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
4372023-12-04T23:30:16.210ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/5582209c-1a41-440c-ac24-041ddc9799fe.phd_disk target = phd_framework::disk::file
4382023-12-04T23:30:16.215ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 1611 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4392023-12-04T23:30:16.215ZINFOphd-runner: [VM - END] elapsed_milliseconds = 2235 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = migration_incompatible_source_0 vm_id = 8684e691-7529-473c-b025-5c4bd9d5872c
4402023-12-04T23:30:16.215ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
4412023-12-04T23:30:16.215ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
4422023-12-04T23:30:16.215ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
4432023-12-04T23:30:16.215ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/9f559f86-e6a2-43f1-be24-5278030294aa.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
4442023-12-04T23:30:16.240ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
4452023-12-04T23:30:16.241ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/9f559f86-e6a2-43f1-be24-5278030294aa.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = migration_incompatible_source_1
4462023-12-04T23:30:16.241ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
4472023-12-04T23:30:16.241ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4482023-12-04T23:30:16.243ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/migration_incompatible_source_1.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9004 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
4492023-12-04T23:30:16.243ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/migration_incompatible_source_1.stderr.log" stdout_path = "/tmp/propolis-phd/migration_incompatible_source_1.stdout.log" target = phd_framework::server_log_mode
4502023-12-04T23:30:16.248ZINFOphd-runner: [NEW - EVENT] Launched server with pid 864 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
4512023-12-04T23:30:16.249ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 8 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
4522023-12-04T23:30:16.249ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9004/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4532023-12-04T23:30:16.866ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4542023-12-04T23:30:16.866ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4552023-12-04T23:30:16.867ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 9fe0269c-f49a-4622-8d69-1d54bbf755be, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-9fe0269c-f49a-4622-8d69-1d54bbf755be", vcpus: 4 }, state: Creating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/9f559f86-e6a2-43f1-be24-5278030294aa.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4562023-12-04T23:30:16.867ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4572023-12-04T23:30:16.867ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
4582023-12-04T23:30:16.868ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
4592023-12-04T23:30:16.868ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
4602023-12-04T23:30:16.868ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/740a8b55-4a20-458c-b958-69baf63e7b5c.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
4612023-12-04T23:30:16.894ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
4622023-12-04T23:30:16.894ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/740a8b55-4a20-458c-b958-69baf63e7b5c.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 1024 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = migration_incompatible_target_2
4632023-12-04T23:30:16.894ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
4642023-12-04T23:30:16.894ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4652023-12-04T23:30:16.897ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/migration_incompatible_target_2.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9006 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
4662023-12-04T23:30:16.897ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/migration_incompatible_target_2.stderr.log" stdout_path = "/tmp/propolis-phd/migration_incompatible_target_2.stdout.log" target = phd_framework::server_log_mode
4672023-12-04T23:30:16.904ZINFOphd-runner: [NEW - EVENT] Launched server with pid 865 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
4682023-12-04T23:30:16.905ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 10 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
4692023-12-04T23:30:16.905ZINFOphd-runner: [VM - EVENT] Migrating from source at address 127.0.0.1:9004 file = phd-tests/framework/src/test_vm/mod.rs line = 370 migration_id = 0d019b46-1b8a-4765-a434-fe394c1e6dd7 target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4702023-12-04T23:30:16.905ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9006/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4712023-12-04T23:30:17.595ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4722023-12-04T23:30:17.595ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4732023-12-04T23:30:17.596ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 1a02a810-e250-49fc-8479-23675bfd3b77, image_id: 00000000-0000-0000-0000-000000000000, memory: 1024, name: "phd-vm-1a02a810-e250-49fc-8479-23675bfd3b77", vcpus: 2 }, state: Failed } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/740a8b55-4a20-458c-b958-69baf63e7b5c.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 1024 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4742023-12-04T23:30:17.596ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 388 migration_id = 0d019b46-1b8a-4765-a434-fe394c1e6dd7 target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4752023-12-04T23:30:17.597ZINFOphd-runner: [MIGRATE - EVENT] Instance reported error during migration file = phd-tests/framework/src/test_vm/mod.rs line = 401 migration_id = 0d019b46-1b8a-4765-a434-fe394c1e6dd7 target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4762023-12-04T23:30:17.597ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 0 file = phd-tests/framework/src/test_vm/mod.rs line = 388 migration_id = 0d019b46-1b8a-4765-a434-fe394c1e6dd7 target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4772023-12-04T23:30:17.598ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4782023-12-04T23:30:17.598ZINFOphd-runner: [VM - EVENT] Cleaning up Test VM on drop file = phd-tests/framework/src/test_vm/mod.rs line = 647 target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4792023-12-04T23:30:17.598ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4802023-12-04T23:30:17.599ZINFOphd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4812023-12-04T23:30:17.599ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4822023-12-04T23:30:17.599ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4832023-12-04T23:30:17.600ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 4 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4842023-12-04T23:30:17.959ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4852023-12-04T23:30:17.959ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4862023-12-04T23:30:17.959ZINFOphd-runner: [SERIAL - EVENT] Welcome to GRUB! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4872023-12-04T23:30:17.959ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4882023-12-04T23:30:17.971ZINFOphd-runner: [SERIAL - EVENT] GNU GRUB version 2.06 file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4892023-12-04T23:30:17.971ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4902023-12-04T23:30:17.971ZINFOphd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4912023-12-04T23:30:17.982ZINFOphd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4922023-12-04T23:30:18.137ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4932023-12-04T23:30:18.141ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9006 target = phd_framework::test_vm::server
4942023-12-04T23:30:18.157ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9006 target = phd_framework::test_vm::server
4952023-12-04T23:30:18.157ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/740a8b55-4a20-458c-b958-69baf63e7b5c.phd_disk target = phd_framework::disk::file
4962023-12-04T23:30:18.162ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 566 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4972023-12-04T23:30:18.162ZINFOphd-runner: [VM - END] elapsed_milliseconds = 1257 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = migration_incompatible_target_2 vm_id = 1a02a810-e250-49fc-8479-23675bfd3b77
4982023-12-04T23:30:18.162ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
4992023-12-04T23:30:18.163ZINFOphd-runner: [VM - EVENT] Cleaning up Test VM on drop file = phd-tests/framework/src/test_vm/mod.rs line = 647 target = phd_framework::test_vm vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
5002023-12-04T23:30:18.163ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
5012023-12-04T23:30:18.163ZINFOphd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
5022023-12-04T23:30:18.163ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
5032023-12-04T23:30:18.164ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
5042023-12-04T23:30:18.164ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 1298 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
5052023-12-04T23:30:18.623ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
5062023-12-04T23:30:18.627ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9004 target = phd_framework::test_vm::server
5072023-12-04T23:30:18.643ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9004 target = phd_framework::test_vm::server
5082023-12-04T23:30:18.643ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/9f559f86-e6a2-43f1-be24-5278030294aa.phd_disk target = phd_framework::disk::file
5092023-12-04T23:30:18.648ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 1781 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
5102023-12-04T23:30:18.648ZINFOphd-runner: [VM - END] elapsed_milliseconds = 2398 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = migration_incompatible_source_1 vm_id = 9fe0269c-f49a-4622-8d69-1d54bbf755be
5112023-12-04T23:30:18.648ZINFOphd-runner: test phd_tests::migrate::incompatible_vms ... ok file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
5122023-12-04T23:30:18.648ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
5132023-12-04T23:30:18.648ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
5142023-12-04T23:30:18.648ZINFOphd-runner: Starting test phd_tests::migrate::smoke_test file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
5152023-12-04T23:30:18.648ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
5162023-12-04T23:30:18.648ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
5172023-12-04T23:30:18.648ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
5182023-12-04T23:30:18.648ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
5192023-12-04T23:30:18.648ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
5202023-12-04T23:30:18.648ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/8843898c-1da3-4d74-992a-7180f3b08101.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
5212023-12-04T23:30:18.673ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
5222023-12-04T23:30:18.673ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/8843898c-1da3-4d74-992a-7180f3b08101.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = migration_smoke_source
5232023-12-04T23:30:18.673ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
5242023-12-04T23:30:18.673ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5252023-12-04T23:30:18.676ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/migration_smoke_source.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9000 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
5262023-12-04T23:30:18.676ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/migration_smoke_source.stderr.log" stdout_path = "/tmp/propolis-phd/migration_smoke_source.stdout.log" target = phd_framework::server_log_mode
5272023-12-04T23:30:18.682ZINFOphd-runner: [NEW - EVENT] Launched server with pid 868 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
5282023-12-04T23:30:18.682ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 8 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
5292023-12-04T23:30:18.682ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9000/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5302023-12-04T23:30:19.297ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5312023-12-04T23:30:19.297ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5322023-12-04T23:30:19.298ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: ace90820-f6aa-49b9-b3f0-e4622317f2d9, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-ace90820-f6aa-49b9-b3f0-e4622317f2d9", vcpus: 2 }, state: Creating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/8843898c-1da3-4d74-992a-7180f3b08101.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5332023-12-04T23:30:19.298ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5342023-12-04T23:30:19.299ZINFOphd-runner: [VM - EVENT] Waiting 300s for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 503 target = phd_framework::test_vm vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5352023-12-04T23:30:19.299ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 526 target = phd_framework::test_vm vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5362023-12-04T23:30:19.299ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9 wanted = localhost login:
5372023-12-04T23:30:20.383ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5382023-12-04T23:30:20.383ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5392023-12-04T23:30:20.383ZINFOphd-runner: [SERIAL - EVENT] Welcome to GRUB! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5402023-12-04T23:30:20.383ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5412023-12-04T23:30:20.393ZINFOphd-runner: [SERIAL - EVENT] GNU GRUB version 2.06 file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5422023-12-04T23:30:20.393ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5432023-12-04T23:30:20.404ZINFOphd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5442023-12-04T23:30:20.404ZINFOphd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5452023-12-04T23:30:21.428ZINFOphd-runner: [SERIAL - EVENT] before booting or `c' for a command-line. *Linux virt The highlighted entry will be executed automatically in 1s. The highlighted entry will be executed automatically in 0s. Booting `Linux virt' file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5462023-12-04T23:30:21.428ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5472023-12-04T23:30:22.840ZINFOphd-runner: [SERIAL - EVENT] 0% 6% ### 15% ###### 16% ####### 19% ######## 20% ######### 21% ######### 22% ######### 22% ########## 23% ########## 24% ########## 25% ########### 26% ########### 27% ########### 27% ############ 28% ############ 29% ############ 29% ############# 30% ############# 31% ############# 31% ############## 32% ############## 33% ############## 34% ############### 35% ############### 36% ############### 36% ################ 37% ################ 38% ################ 38% ################# 39% ################# 40% ################# 40% ################## 41% ################## 42% ################## 43% ################### 45% ################### 45% #################### 46% #################### 47% #################### 47% ##################### 49% ##################### 50% ###################### 71% ############################### 76% ################################# 77% ################################## 82% #################################### 83% #################################### 84% ##################################### 86% ##################################### 87% ###################################### 88% ###################################### 88% ####################################### 89% ####################################### 90% ####################################### 90% ######################################## 91% ######################################## 92% ######################################## 93% ######################################## 93% ######################################### 100% ############################################ file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5482023-12-04T23:30:22.840ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5492023-12-04T23:30:22.840ZINFOphd-runner: [SERIAL - EVENT] OpenRC 0.44.10 is starting up Linux 5.15.41-0-virt (x86_64) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5502023-12-04T23:30:22.840ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5512023-12-04T23:30:22.850ZINFOphd-runner: [SERIAL - EVENT] * /proc is already mounted file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5522023-12-04T23:30:22.850ZINFOphd-runner: [SERIAL - EVENT] * Mounting /run ... * /run/openrc: creating directory file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5532023-12-04T23:30:22.850ZINFOphd-runner: [SERIAL - EVENT] * /run/lock: creating directory file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5542023-12-04T23:30:22.850ZINFOphd-runner: [SERIAL - EVENT] * /run/lock: correcting owner file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5552023-12-04T23:30:22.905ZINFOphd-runner: [SERIAL - EVENT] * Caching service dependencies ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5562023-12-04T23:30:22.916ZINFOphd-runner: [SERIAL - EVENT] * Remounting devtmpfs on /dev ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5572023-12-04T23:30:22.916ZINFOphd-runner: [SERIAL - EVENT] * Mounting /dev/mqueue ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5582023-12-04T23:30:22.938ZINFOphd-runner: [SERIAL - EVENT] * Mounting modloop ... * Verifying modloop file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5592023-12-04T23:30:22.994ZINFOphd-runner: [SERIAL - EVENT] [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5602023-12-04T23:30:23.016ZINFOphd-runner: [SERIAL - EVENT] * Mounting security filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5612023-12-04T23:30:23.016ZINFOphd-runner: [SERIAL - EVENT] * Mounting debug filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5622023-12-04T23:30:23.016ZINFOphd-runner: [SERIAL - EVENT] * Mounting persistent storage (pstore) filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5632023-12-04T23:30:23.027ZINFOphd-runner: [SERIAL - EVENT] * Mounting efivarfs filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5642023-12-04T23:30:23.071ZINFOphd-runner: [SERIAL - EVENT] * Starting busybox mdev ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5652023-12-04T23:30:23.243ZINFOphd-runner: [SERIAL - EVENT] * Loading hardware drivers ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5662023-12-04T23:30:23.276ZINFOphd-runner: [SERIAL - EVENT] * Loading modules ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5672023-12-04T23:30:23.298ZINFOphd-runner: [SERIAL - EVENT] * Setting system clock using the hardware clock [UTC] ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5682023-12-04T23:30:23.309ZINFOphd-runner: [SERIAL - EVENT] * Checking local filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5692023-12-04T23:30:23.331ZINFOphd-runner: [SERIAL - EVENT] * Remounting filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5702023-12-04T23:30:23.331ZINFOphd-runner: [SERIAL - EVENT] * Mounting local filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5712023-12-04T23:30:23.353ZINFOphd-runner: [SERIAL - EVENT] * Configuring kernel parameters ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5722023-12-04T23:30:23.364ZINFOphd-runner: [SERIAL - EVENT] * Migrating /var/lock to /run/lock ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5732023-12-04T23:30:23.364ZINFOphd-runner: [SERIAL - EVENT] * Creating user login records ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5742023-12-04T23:30:23.375ZINFOphd-runner: [SERIAL - EVENT] * Cleaning /tmp directory ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5752023-12-04T23:30:23.386ZINFOphd-runner: [SERIAL - EVENT] * Setting hostname ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5762023-12-04T23:30:23.397ZINFOphd-runner: [SERIAL - EVENT] * Starting busybox syslog ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5772023-12-04T23:30:23.408ZINFOphd-runner: [SERIAL - EVENT] * Starting firstboot ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5782023-12-04T23:30:23.508ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5792023-12-04T23:30:23.519ZINFOphd-runner: [SERIAL - EVENT] Welcome to Alpine Linux 3.16 file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5802023-12-04T23:30:23.519ZINFOphd-runner: [SERIAL - EVENT] Kernel 5.15.41-0-virt on an x86_64 (/dev/ttyS0) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5812023-12-04T23:30:23.519ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5822023-12-04T23:30:23.519ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9 wanted = localhost:~#
5832023-12-04T23:30:23.530ZINFOphd-runner: [SERIAL - EVENT] localhost login: root file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5842023-12-04T23:30:23.530ZINFOphd-runner: [SERIAL - EVENT] Welcome to Alpine! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5852023-12-04T23:30:23.530ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5862023-12-04T23:30:23.530ZINFOphd-runner: [SERIAL - EVENT] The Alpine Wiki contains a large amount of how-to guides and general file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5872023-12-04T23:30:23.531ZINFOphd-runner: [SERIAL - EVENT] information about administrating Alpine systems. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5882023-12-04T23:30:23.531ZINFOphd-runner: [SERIAL - EVENT] See <http://wiki.alpinelinux.org/>. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5892023-12-04T23:30:23.531ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5902023-12-04T23:30:23.531ZINFOphd-runner: [SERIAL - EVENT] You can setup the system with the command: setup-alpine file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5912023-12-04T23:30:23.531ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5922023-12-04T23:30:23.531ZINFOphd-runner: [SERIAL - EVENT] You may change this message by editing /etc/motd. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5932023-12-04T23:30:23.531ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5942023-12-04T23:30:23.531ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4232 file = phd-tests/framework/src/test_vm/mod.rs line = 526 target = phd_framework::test_vm vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5952023-12-04T23:30:23.531ZINFOphd-runner: [VM - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 532 target = phd_framework::test_vm vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5962023-12-04T23:30:23.531ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 15s vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5972023-12-04T23:30:23.531ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9 wanted = ls foo.bar 2> /dev/null\n
5982023-12-04T23:30:23.541ZINFOphd-runner: [SERIAL - EVENT] localhost:~# ls foo.bar 2> /dev/null file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
5992023-12-04T23:30:23.541ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 300s vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6002023-12-04T23:30:23.541ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9 wanted = localhost:~#
6012023-12-04T23:30:23.563ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 15s vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6022023-12-04T23:30:23.563ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9 wanted = touch ./foo.bar\n
6032023-12-04T23:30:23.574ZINFOphd-runner: [SERIAL - EVENT] localhost:~# touch ./foo.bar file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6042023-12-04T23:30:23.574ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 300s vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6052023-12-04T23:30:23.574ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9 wanted = localhost:~#
6062023-12-04T23:30:23.596ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 15s vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6072023-12-04T23:30:23.596ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9 wanted = sync ./foo.bar\n
6082023-12-04T23:30:23.607ZINFOphd-runner: [SERIAL - EVENT] localhost:~# sync ./foo.bar file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6092023-12-04T23:30:23.607ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 300s vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6102023-12-04T23:30:23.607ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9 wanted = localhost:~#
6112023-12-04T23:30:23.629ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
6122023-12-04T23:30:23.629ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/8843898c-1da3-4d74-992a-7180f3b08101.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = migration_smoke_target
6132023-12-04T23:30:23.629ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
6142023-12-04T23:30:23.629ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6152023-12-04T23:30:23.632ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/migration_smoke_target.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9002 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
6162023-12-04T23:30:23.632ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/migration_smoke_target.stderr.log" stdout_path = "/tmp/propolis-phd/migration_smoke_target.stdout.log" target = phd_framework::server_log_mode
6172023-12-04T23:30:23.640ZINFOphd-runner: [NEW - EVENT] Launched server with pid 869 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
6182023-12-04T23:30:23.640ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 11 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
6192023-12-04T23:30:23.644ZINFOphd-runner: [VM - EVENT] Migrating from source at address 127.0.0.1:9000 file = phd-tests/framework/src/test_vm/mod.rs line = 370 migration_id = 319f4803-b1f9-48b6-a7d8-faeef757cfbb target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6202023-12-04T23:30:23.644ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9002/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6212023-12-04T23:30:24.262ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6222023-12-04T23:30:24.262ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6232023-12-04T23:30:24.263ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 258ce201-5583-42d4-b668-749b215abb4f, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-258ce201-5583-42d4-b668-749b215abb4f", vcpus: 2 }, state: Migrating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/8843898c-1da3-4d74-992a-7180f3b08101.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6242023-12-04T23:30:24.263ZINFOphd-runner: [MIGRATE - START] file = phd-tests/framework/src/test_vm/mod.rs line = 388 migration_id = 319f4803-b1f9-48b6-a7d8-faeef757cfbb target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6252023-12-04T23:30:35.623ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket received control message: "{\"Migrating\":{\"destination\":\"127.0.0.1:9002\",\"from_start\":7718}}" file = phd-tests/framework/src/serial/mod.rs line = 44 target = phd_framework::serial vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6262023-12-04T23:30:35.623ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket returned None file = phd-tests/framework/src/serial/mod.rs line = 47 target = phd_framework::serial vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6272023-12-04T23:30:35.623ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 16326 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6282023-12-04T23:30:40.634ZINFOphd-runner: [MIGRATE - EVENT] Migration completed successfully file = phd-tests/framework/src/test_vm/mod.rs line = 397 migration_id = 319f4803-b1f9-48b6-a7d8-faeef757cfbb target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6292023-12-04T23:30:40.634ZINFOphd-runner: [MIGRATE - END] elapsed_milliseconds = 16370 file = phd-tests/framework/src/test_vm/mod.rs line = 388 migration_id = 319f4803-b1f9-48b6-a7d8-faeef757cfbb target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6302023-12-04T23:30:40.638ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 15s vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6312023-12-04T23:30:40.638ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f wanted = ls foo.bar\n
6322023-12-04T23:30:40.649ZINFOphd-runner: [SERIAL - EVENT] ls foo.bar file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6332023-12-04T23:30:40.649ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 300s vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6342023-12-04T23:30:40.649ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f wanted = localhost:~#
6352023-12-04T23:30:40.671ZINFOphd-runner: [SERIAL - EVENT] foo.bar file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6362023-12-04T23:30:40.672ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6372023-12-04T23:30:40.673ZINFOphd-runner: [VM - EVENT] Cleaning up Test VM on drop file = phd-tests/framework/src/test_vm/mod.rs line = 647 target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6382023-12-04T23:30:40.673ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6392023-12-04T23:30:40.673ZINFOphd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6402023-12-04T23:30:40.673ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6412023-12-04T23:30:40.674ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6422023-12-04T23:30:40.674ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 16411 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6432023-12-04T23:30:40.937ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6442023-12-04T23:30:40.940ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9002 target = phd_framework::test_vm::server
6452023-12-04T23:30:40.957ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9002 target = phd_framework::test_vm::server
6462023-12-04T23:30:40.957ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 16695 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6472023-12-04T23:30:40.957ZINFOphd-runner: [VM - END] elapsed_milliseconds = 17313 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = migration_smoke_target vm_id = 258ce201-5583-42d4-b668-749b215abb4f
6482023-12-04T23:30:40.958ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6492023-12-04T23:30:40.961ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
6502023-12-04T23:30:40.976ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
6512023-12-04T23:30:40.976ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/8843898c-1da3-4d74-992a-7180f3b08101.phd_disk target = phd_framework::disk::file
6522023-12-04T23:30:40.981ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 21683 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6532023-12-04T23:30:40.981ZINFOphd-runner: [VM - END] elapsed_milliseconds = 22298 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = migration_smoke_source vm_id = ace90820-f6aa-49b9-b3f0-e4622317f2d9
6542023-12-04T23:30:40.981ZINFOphd-runner: test phd_tests::migrate::smoke_test ... ok file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
6552023-12-04T23:30:40.981ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
6562023-12-04T23:30:40.981ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
6572023-12-04T23:30:40.981ZINFOphd-runner: Starting test phd_tests::crucible::smoke::shutdown_persistence_test file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
6582023-12-04T23:30:40.981ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
6592023-12-04T23:30:40.981ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
6602023-12-04T23:30:40.981ZINFOphd-runner: test phd_tests::crucible::smoke::shutdown_persistence_test ... skipped: Crucible backends not enabled (no downstairs path) file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
6612023-12-04T23:30:40.981ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
6622023-12-04T23:30:40.981ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
6632023-12-04T23:30:40.981ZINFOphd-runner: Starting test phd_tests::crucible::smoke::boot_test file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
6642023-12-04T23:30:40.981ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
6652023-12-04T23:30:40.981ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
6662023-12-04T23:30:40.981ZINFOphd-runner: test phd_tests::crucible::smoke::boot_test ... skipped: Crucible backends not enabled (no downstairs path) file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
6672023-12-04T23:30:40.982ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
6682023-12-04T23:30:40.982ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
6692023-12-04T23:30:40.982ZINFOphd-runner: Starting test phd_tests::crucible::migrate::load_test file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
6702023-12-04T23:30:40.982ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
6712023-12-04T23:30:40.982ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
6722023-12-04T23:30:40.982ZINFOphd-runner: test phd_tests::crucible::migrate::load_test ... skipped: Crucible backends not enabled (no downstairs path) file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
6732023-12-04T23:30:40.982ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
6742023-12-04T23:30:40.982ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
6752023-12-04T23:30:40.982ZINFOphd-runner: Starting test phd_tests::crucible::migrate::smoke_test file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
6762023-12-04T23:30:40.982ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
6772023-12-04T23:30:40.982ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
6782023-12-04T23:30:40.982ZINFOphd-runner: test phd_tests::crucible::migrate::smoke_test ... skipped: Crucible backends not enabled (no downstairs path) file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
6792023-12-04T23:30:40.982ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
6802023-12-04T23:30:40.982ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
6812023-12-04T23:30:40.982ZINFOphd-runner: Starting test phd_tests::server_state_machine::instance_reset_requires_running_test file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
6822023-12-04T23:30:40.982ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
6832023-12-04T23:30:40.982ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
6842023-12-04T23:30:40.982ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
6852023-12-04T23:30:40.982ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
6862023-12-04T23:30:40.982ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
6872023-12-04T23:30:40.982ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/9001b995-a09f-4d9e-bd1f-e563cbaa8277.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
6882023-12-04T23:30:41.006ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
6892023-12-04T23:30:41.006ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/9001b995-a09f-4d9e-bd1f-e563cbaa8277.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = instance_reset_requires_running_test
6902023-12-04T23:30:41.006ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
6912023-12-04T23:30:41.006ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
6922023-12-04T23:30:41.008ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/instance_reset_requires_running_test.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9000 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
6932023-12-04T23:30:41.008ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/instance_reset_requires_running_test.stderr.log" stdout_path = "/tmp/propolis-phd/instance_reset_requires_running_test.stdout.log" target = phd_framework::server_log_mode
6942023-12-04T23:30:41.013ZINFOphd-runner: [NEW - EVENT] Launched server with pid 872 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
6952023-12-04T23:30:41.014ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 8 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
6962023-12-04T23:30:41.014ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
6972023-12-04T23:30:41.014ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9000/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
6982023-12-04T23:30:41.629ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
6992023-12-04T23:30:41.629ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7002023-12-04T23:30:41.630ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 609dc0f6-3871-405b-a8a5-99f9b15e4411, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-609dc0f6-3871-405b-a8a5-99f9b15e4411", vcpus: 2 }, state: Creating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/9001b995-a09f-4d9e-bd1f-e563cbaa8277.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7012023-12-04T23:30:41.630ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7022023-12-04T23:30:41.630ZINFOphd-runner: [VM - EVENT] Waiting 60s for server to reach state Running file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7032023-12-04T23:30:41.630ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7042023-12-04T23:30:42.027ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7052023-12-04T23:30:42.027ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7062023-12-04T23:30:42.028ZINFOphd-runner: [VM - EVENT] Cleaning up Test VM on drop file = phd-tests/framework/src/test_vm/mod.rs line = 647 target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7072023-12-04T23:30:42.028ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7082023-12-04T23:30:42.029ZINFOphd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7092023-12-04T23:30:42.029ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7102023-12-04T23:30:42.029ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7112023-12-04T23:30:42.029ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 400 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7122023-12-04T23:30:42.315ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7132023-12-04T23:30:42.319ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
7142023-12-04T23:30:42.333ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
7152023-12-04T23:30:42.333ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/9001b995-a09f-4d9e-bd1f-e563cbaa8277.phd_disk target = phd_framework::disk::file
7162023-12-04T23:30:42.338ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 709 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7172023-12-04T23:30:42.338ZINFOphd-runner: [VM - END] elapsed_milliseconds = 1324 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = instance_reset_requires_running_test vm_id = 609dc0f6-3871-405b-a8a5-99f9b15e4411
7182023-12-04T23:30:42.338ZINFOphd-runner: test phd_tests::server_state_machine::instance_reset_requires_running_test ... ok file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
7192023-12-04T23:30:42.338ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
7202023-12-04T23:30:42.338ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
7212023-12-04T23:30:42.338ZINFOphd-runner: Starting test phd_tests::server_state_machine::instance_reset_test file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
7222023-12-04T23:30:42.338ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
7232023-12-04T23:30:42.338ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
7242023-12-04T23:30:42.338ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
7252023-12-04T23:30:42.339ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
7262023-12-04T23:30:42.339ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
7272023-12-04T23:30:42.339ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/15b91342-db26-4da7-82b3-4a73d2e27b91.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
7282023-12-04T23:30:42.363ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
7292023-12-04T23:30:42.363ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/15b91342-db26-4da7-82b3-4a73d2e27b91.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = instance_reset_returns_to_running_test
7302023-12-04T23:30:42.363ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
7312023-12-04T23:30:42.363ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7322023-12-04T23:30:42.366ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/instance_reset_returns_to_running_test.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9000 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
7332023-12-04T23:30:42.366ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/instance_reset_returns_to_running_test.stderr.log" stdout_path = "/tmp/propolis-phd/instance_reset_returns_to_running_test.stdout.log" target = phd_framework::server_log_mode
7342023-12-04T23:30:42.372ZINFOphd-runner: [NEW - EVENT] Launched server with pid 874 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
7352023-12-04T23:30:42.372ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 8 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
7362023-12-04T23:30:42.372ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7372023-12-04T23:30:42.372ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9000/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7382023-12-04T23:30:42.988ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7392023-12-04T23:30:42.988ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7402023-12-04T23:30:42.989ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 2befca62-00f4-426d-b0a9-bb1d3e1e87ad, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-2befca62-00f4-426d-b0a9-bb1d3e1e87ad", vcpus: 2 }, state: Creating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/15b91342-db26-4da7-82b3-4a73d2e27b91.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7412023-12-04T23:30:42.989ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7422023-12-04T23:30:42.990ZINFOphd-runner: [VM - EVENT] Waiting 60s for server to reach state Running file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7432023-12-04T23:30:42.990ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7442023-12-04T23:30:43.619ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7452023-12-04T23:30:43.620ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7462023-12-04T23:30:43.621ZINFOphd-runner: [VM - EVENT] Waiting 60s for server to reach state Running file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7472023-12-04T23:30:43.621ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7482023-12-04T23:30:44.002ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7492023-12-04T23:30:44.003ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7502023-12-04T23:30:44.003ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7512023-12-04T23:30:44.004ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7522023-12-04T23:30:44.004ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7532023-12-04T23:30:44.005ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7542023-12-04T23:30:44.005ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7552023-12-04T23:30:44.006ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7562023-12-04T23:30:44.007ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7572023-12-04T23:30:44.007ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7582023-12-04T23:30:44.008ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7592023-12-04T23:30:44.008ZINFOphd-runner: [VM - EVENT] Waiting 60s for server to reach state Running file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7602023-12-04T23:30:44.008ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7612023-12-04T23:30:44.623ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7622023-12-04T23:30:44.624ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7632023-12-04T23:30:44.624ZINFOphd-runner: [VM - EVENT] Waiting 60s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7642023-12-04T23:30:44.625ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7652023-12-04T23:30:44.625ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7662023-12-04T23:30:44.625ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 1636 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7672023-12-04T23:30:45.373ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7682023-12-04T23:30:45.374ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7692023-12-04T23:30:45.374ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7702023-12-04T23:30:45.377ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
7712023-12-04T23:30:45.393ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
7722023-12-04T23:30:45.393ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/15b91342-db26-4da7-82b3-4a73d2e27b91.phd_disk target = phd_framework::disk::file
7732023-12-04T23:30:45.397ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 2408 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7742023-12-04T23:30:45.397ZINFOphd-runner: [VM - END] elapsed_milliseconds = 3025 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = instance_reset_returns_to_running_test vm_id = 2befca62-00f4-426d-b0a9-bb1d3e1e87ad
7752023-12-04T23:30:45.397ZINFOphd-runner: test phd_tests::server_state_machine::instance_reset_test ... ok file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
7762023-12-04T23:30:45.398ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
7772023-12-04T23:30:45.398ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
7782023-12-04T23:30:45.398ZINFOphd-runner: Starting test phd_tests::server_state_machine::instance_stop_causes_destroy_test file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
7792023-12-04T23:30:45.398ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
7802023-12-04T23:30:45.398ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
7812023-12-04T23:30:45.398ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
7822023-12-04T23:30:45.398ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
7832023-12-04T23:30:45.398ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
7842023-12-04T23:30:45.398ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/25dd2fea-d335-40d9-bd95-f198c8cc5fcb.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
7852023-12-04T23:30:45.423ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
7862023-12-04T23:30:45.423ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/25dd2fea-d335-40d9-bd95-f198c8cc5fcb.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = instance_stop_causes_destroy_test
7872023-12-04T23:30:45.423ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
7882023-12-04T23:30:45.423ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
7892023-12-04T23:30:45.426ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/instance_stop_causes_destroy_test.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9000 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
7902023-12-04T23:30:45.426ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/instance_stop_causes_destroy_test.stderr.log" stdout_path = "/tmp/propolis-phd/instance_stop_causes_destroy_test.stdout.log" target = phd_framework::server_log_mode
7912023-12-04T23:30:45.432ZINFOphd-runner: [NEW - EVENT] Launched server with pid 876 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
7922023-12-04T23:30:45.432ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 9 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
7932023-12-04T23:30:45.433ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9000/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
7942023-12-04T23:30:46.048ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
7952023-12-04T23:30:46.048ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
7962023-12-04T23:30:46.049ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 727b2746-f019-4696-8cd2-a1e7bd5846dd, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-727b2746-f019-4696-8cd2-a1e7bd5846dd", vcpus: 2 }, state: Creating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/25dd2fea-d335-40d9-bd95-f198c8cc5fcb.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
7972023-12-04T23:30:46.049ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
7982023-12-04T23:30:46.050ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
7992023-12-04T23:30:46.050ZINFOphd-runner: [VM - EVENT] Waiting 60s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
8002023-12-04T23:30:46.050ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
8012023-12-04T23:30:46.051ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
8022023-12-04T23:30:46.051ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 2 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
8032023-12-04T23:30:46.629ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
8042023-12-04T23:30:46.630ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
8052023-12-04T23:30:46.631ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
8062023-12-04T23:30:46.631ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Reboot target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
8072023-12-04T23:30:46.632ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
8082023-12-04T23:30:46.634ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
8092023-12-04T23:30:46.649ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
8102023-12-04T23:30:46.649ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/25dd2fea-d335-40d9-bd95-f198c8cc5fcb.phd_disk target = phd_framework::disk::file
8112023-12-04T23:30:46.654ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 605 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
8122023-12-04T23:30:46.654ZINFOphd-runner: [VM - END] elapsed_milliseconds = 1222 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = instance_stop_causes_destroy_test vm_id = 727b2746-f019-4696-8cd2-a1e7bd5846dd
8132023-12-04T23:30:46.655ZINFOphd-runner: test phd_tests::server_state_machine::instance_stop_causes_destroy_test ... ok file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
8142023-12-04T23:30:46.655ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
8152023-12-04T23:30:46.655ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
8162023-12-04T23:30:46.655ZINFOphd-runner: Starting test phd_tests::server_state_machine::instance_start_stop_test file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
8172023-12-04T23:30:46.655ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
8182023-12-04T23:30:46.655ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
8192023-12-04T23:30:46.655ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
8202023-12-04T23:30:46.655ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
8212023-12-04T23:30:46.655ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
8222023-12-04T23:30:46.655ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/7ab1cf57-a9e1-4158-9f65-19495d957816.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
8232023-12-04T23:30:46.680ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
8242023-12-04T23:30:46.681ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/7ab1cf57-a9e1-4158-9f65-19495d957816.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = instance_ensure_running_test
8252023-12-04T23:30:46.681ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
8262023-12-04T23:30:46.681ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8272023-12-04T23:30:46.683ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/instance_ensure_running_test.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9000 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
8282023-12-04T23:30:46.683ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/instance_ensure_running_test.stderr.log" stdout_path = "/tmp/propolis-phd/instance_ensure_running_test.stdout.log" target = phd_framework::server_log_mode
8292023-12-04T23:30:46.689ZINFOphd-runner: [NEW - EVENT] Launched server with pid 878 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
8302023-12-04T23:30:46.689ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 8 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
8312023-12-04T23:30:46.690ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9000/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8322023-12-04T23:30:47.309ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8332023-12-04T23:30:47.309ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8342023-12-04T23:30:47.310ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-43b8d81f-2ec8-4ea4-9ece-29afb81b1a93", vcpus: 2 }, state: Creating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/7ab1cf57-a9e1-4158-9f65-19495d957816.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8352023-12-04T23:30:47.310ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8362023-12-04T23:30:47.311ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8372023-12-04T23:30:47.311ZINFOphd-runner: [VM - EVENT] Waiting 60s for server to reach state Running file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8382023-12-04T23:30:47.311ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8392023-12-04T23:30:47.695ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8402023-12-04T23:30:47.696ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8412023-12-04T23:30:47.696ZINFOphd-runner: [VM - EVENT] Waiting 60s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8422023-12-04T23:30:47.697ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8432023-12-04T23:30:47.697ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8442023-12-04T23:30:47.697ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 388 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8452023-12-04T23:30:47.950ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8462023-12-04T23:30:47.951ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8472023-12-04T23:30:47.954ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
8482023-12-04T23:30:47.968ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
8492023-12-04T23:30:47.968ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/7ab1cf57-a9e1-4158-9f65-19495d957816.phd_disk target = phd_framework::disk::file
8502023-12-04T23:30:47.973ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 663 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8512023-12-04T23:30:47.973ZINFOphd-runner: [VM - END] elapsed_milliseconds = 1283 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = instance_ensure_running_test vm_id = 43b8d81f-2ec8-4ea4-9ece-29afb81b1a93
8522023-12-04T23:30:47.973ZINFOphd-runner: test phd_tests::server_state_machine::instance_start_stop_test ... ok file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
8532023-12-04T23:30:47.973ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
8542023-12-04T23:30:47.973ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
8552023-12-04T23:30:47.973ZINFOphd-runner: Starting test phd_tests::smoke::instance_spec_get_test file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
8562023-12-04T23:30:47.973ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
8572023-12-04T23:30:47.973ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
8582023-12-04T23:30:47.973ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
8592023-12-04T23:30:47.973ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
8602023-12-04T23:30:47.973ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
8612023-12-04T23:30:47.973ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/21d1e1ed-85b4-49fa-8c14-07d64a516b8c.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
8622023-12-04T23:30:47.997ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
8632023-12-04T23:30:47.997ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/21d1e1ed-85b4-49fa-8c14-07d64a516b8c.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 3072 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = instance_spec_test
8642023-12-04T23:30:47.997ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
8652023-12-04T23:30:47.997ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8662023-12-04T23:30:48.000ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/instance_spec_test.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9000 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
8672023-12-04T23:30:48.000ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/instance_spec_test.stderr.log" stdout_path = "/tmp/propolis-phd/instance_spec_test.stdout.log" target = phd_framework::server_log_mode
8682023-12-04T23:30:48.005ZINFOphd-runner: [NEW - EVENT] Launched server with pid 880 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
8692023-12-04T23:30:48.006ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 8 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
8702023-12-04T23:30:48.006ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9000/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8712023-12-04T23:30:49.019ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8722023-12-04T23:30:49.019ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8732023-12-04T23:30:49.020ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f, image_id: 00000000-0000-0000-0000-000000000000, memory: 3072, name: "phd-vm-d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f", vcpus: 4 }, state: Creating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/21d1e1ed-85b4-49fa-8c14-07d64a516b8c.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 3072 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8742023-12-04T23:30:49.020ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8752023-12-04T23:30:49.021ZINFOphd-runner: [VM - EVENT] Sending instance spec get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 346 target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8762023-12-04T23:30:49.021ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8772023-12-04T23:30:49.022ZINFOphd-runner: [VM - EVENT] Cleaning up Test VM on drop file = phd-tests/framework/src/test_vm/mod.rs line = 647 target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8782023-12-04T23:30:49.022ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8792023-12-04T23:30:49.023ZINFOphd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8802023-12-04T23:30:49.023ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8812023-12-04T23:30:49.024ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8822023-12-04T23:30:49.024ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 4 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8832023-12-04T23:30:49.565ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8842023-12-04T23:30:50.679ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8852023-12-04T23:30:50.682ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
8862023-12-04T23:30:50.697ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
8872023-12-04T23:30:50.697ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/21d1e1ed-85b4-49fa-8c14-07d64a516b8c.phd_disk target = phd_framework::disk::file
8882023-12-04T23:30:50.702ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 1682 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8892023-12-04T23:30:50.702ZINFOphd-runner: [VM - END] elapsed_milliseconds = 2695 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = instance_spec_test vm_id = d9b1dcc0-e3d6-45ff-91fb-98cbc494ad9f
8902023-12-04T23:30:50.702ZINFOphd-runner: test phd_tests::smoke::instance_spec_get_test ... ok file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
8912023-12-04T23:30:50.702ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
8922023-12-04T23:30:50.702ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
8932023-12-04T23:30:50.702ZINFOphd-runner: Starting test phd_tests::smoke::nproc_test file = phd-tests/runner/src/execute.rs line = 101 target = phd_runner::execute
8942023-12-04T23:30:50.702ZINFOphd-runner: [TEST_SETUP - START] file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
8952023-12-04T23:30:50.702ZINFOphd-runner: [TEST_SETUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 39 target = phd_runner::fixtures
8962023-12-04T23:30:50.702ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd target = phd_framework::artifacts::store
8972023-12-04T23:30:50.702ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
8982023-12-04T23:30:50.702ZINFOphd-runner: Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::artifacts::store
8992023-12-04T23:30:50.702ZINFOphd-runner: Copying source image to create temporary disk disk_path = /tmp/propolis-phd/ba0436e2-5580-499e-a851-5161fbb4c39d.phd_disk file = phd-tests/framework/src/disk/file.rs line = 40 source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso target = phd_framework::disk::file
9002023-12-04T23:30:50.727ZINFOphd-runner: [NEW - START] file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
9012023-12-04T23:30:50.727ZINFOphd-runner: [NEW - EVENT] phd_framework::test_vm environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" } file = phd-tests/framework/src/test_vm/mod.rs guest_os_kind = Alpine line = 112 spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/ba0436e2-5580-499e-a851-5161fbb4c39d.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 6, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm_name = nproc_test
9022023-12-04T23:30:50.727ZINFOphd-runner: [NEW - EVENT] Verified artifact already exists file = phd-tests/framework/src/artifacts/store.rs line = 41 path = /work/phd-test/propolis-server target = phd_framework::artifacts::store
9032023-12-04T23:30:50.727ZINFOphd-runner: [VM - START] file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9042023-12-04T23:30:50.729ZINFOphd-runner: [NEW - EVENT] Launching Propolis server config_toml_path = "/tmp/propolis-phd/nproc_test.config.toml" file = phd-tests/framework/src/test_vm/server.rs line = 55 server_addr = 127.0.0.1:9000 server_path = "/work/phd-test/propolis-server" target = phd_framework::test_vm::server
9052023-12-04T23:30:50.729ZINFOphd-runner: [NEW - EVENT] Opening server log files file = phd-tests/framework/src/server_log_mode.rs line = 64 stderr_path = "/tmp/propolis-phd/nproc_test.stderr.log" stdout_path = "/tmp/propolis-phd/nproc_test.stdout.log" target = phd_framework::server_log_mode
9062023-12-04T23:30:50.735ZINFOphd-runner: [NEW - EVENT] Launched server with pid 882 file = phd-tests/framework/src/test_vm/server.rs line = 80 target = phd_framework::test_vm::server
9072023-12-04T23:30:50.736ZINFOphd-runner: [NEW - END] elapsed_milliseconds = 8 file = phd-tests/framework/src/test_vm/mod.rs line = 102 target = phd_framework::test_vm
9082023-12-04T23:30:50.736ZINFOphd-runner: [VM - EVENT] Error Communication Error: error sending request for url (http://127.0.0.1:9000/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146) while creating instance, will retry file = phd-tests/framework/src/test_vm/mod.rs line = 233 target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9092023-12-04T23:30:51.351ZINFOphd-runner: [SERIAL WEBSOCKET TASK - START] file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9102023-12-04T23:30:51.351ZINFOphd-runner: [SERIAL - START] file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9112023-12-04T23:30:51.352ZINFOphd-runner: [VM - EVENT] Started instance file = phd-tests/framework/src/test_vm/mod.rs instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 39c58568-af1e-4081-a9b7-1a6f11b1d398, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-39c58568-af1e-4081-a9b7-1a6f11b1d398", vcpus: 6 }, state: Creating } line = 257 self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/ba0436e2-5580-499e-a851-5161fbb4c39d.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 6, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } } target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9122023-12-04T23:30:51.352ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Run target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9132023-12-04T23:30:51.353ZINFOphd-runner: [VM - EVENT] Waiting 300s for guest to boot file = phd-tests/framework/src/test_vm/mod.rs line = 503 target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9142023-12-04T23:30:51.353ZINFOphd-runner: [WAIT_TO_BOOT - START] file = phd-tests/framework/src/test_vm/mod.rs line = 526 target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9152023-12-04T23:30:51.353ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398 wanted = localhost login:
9162023-12-04T23:30:52.443ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9172023-12-04T23:30:52.444ZINFOphd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9182023-12-04T23:30:52.444ZINFOphd-runner: [SERIAL - EVENT] Welcome to GRUB! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9192023-12-04T23:30:52.444ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9202023-12-04T23:30:52.454ZINFOphd-runner: [SERIAL - EVENT] GNU GRUB version 2.06 file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9212023-12-04T23:30:52.454ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9222023-12-04T23:30:52.465ZINFOphd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9232023-12-04T23:30:52.465ZINFOphd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9242023-12-04T23:30:53.488ZINFOphd-runner: [SERIAL - EVENT] before booting or `c' for a command-line. *Linux virt The highlighted entry will be executed automatically in 1s. The highlighted entry will be executed automatically in 0s. Booting `Linux virt' file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9252023-12-04T23:30:53.488ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9262023-12-04T23:30:55.575ZINFOphd-runner: [SERIAL - EVENT] 0% 6% ### 15% ###### 16% ####### 19% ######## 20% ######### 21% ######### 22% ######### 22% ########## 23% ########## 24% ########## 25% ########### 26% ########### 27% ########### 27% ############ 28% ############ 29% ############ 29% ############# 30% ############# 31% ############# 31% ############## 32% ############## 33% ############## 34% ############### 35% ############### 36% ############### 36% ################ 37% ################ 38% ################ 38% ################# 39% ################# 40% ################# 40% ################## 41% ################## 42% ################## 43% ################### 45% ################### 45% #################### 46% #################### 47% #################### 47% ##################### 49% ##################### 50% ###################### 71% ############################### 76% ################################# 77% ################################## 82% #################################### 83% #################################### 84% ##################################### 86% ##################################### 87% ###################################### 88% ###################################### 88% ####################################### 89% ####################################### 90% ####################################### 90% ######################################## 91% ######################################## 92% ######################################## 93% ######################################## 93% ######################################### 100% ############################################ file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9272023-12-04T23:30:55.575ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9282023-12-04T23:30:55.586ZINFOphd-runner: [SERIAL - EVENT] OpenRC 0.44.10 is starting up Linux 5.15.41-0-virt (x86_64) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9292023-12-04T23:30:55.586ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9302023-12-04T23:30:55.586ZINFOphd-runner: [SERIAL - EVENT] * /proc is already mounted file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9312023-12-04T23:30:55.586ZINFOphd-runner: [SERIAL - EVENT] * Mounting /run ... * /run/openrc: creating directory file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9322023-12-04T23:30:55.586ZINFOphd-runner: [SERIAL - EVENT] * /run/lock: creating directory file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9332023-12-04T23:30:55.586ZINFOphd-runner: [SERIAL - EVENT] * /run/lock: correcting owner file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9342023-12-04T23:30:55.641ZINFOphd-runner: [SERIAL - EVENT] * Caching service dependencies ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9352023-12-04T23:30:55.652ZINFOphd-runner: [SERIAL - EVENT] * Remounting devtmpfs on /dev ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9362023-12-04T23:30:55.652ZINFOphd-runner: [SERIAL - EVENT] * Mounting /dev/mqueue ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9372023-12-04T23:30:55.685ZINFOphd-runner: [SERIAL - EVENT] * Mounting modloop ... * Verifying modloop file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9382023-12-04T23:30:55.751ZINFOphd-runner: [SERIAL - EVENT] [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9392023-12-04T23:30:55.762ZINFOphd-runner: [SERIAL - EVENT] * Mounting security filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9402023-12-04T23:30:55.762ZINFOphd-runner: [SERIAL - EVENT] * Mounting debug filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9412023-12-04T23:30:55.762ZINFOphd-runner: [SERIAL - EVENT] * Mounting persistent storage (pstore) filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9422023-12-04T23:30:55.773ZINFOphd-runner: [SERIAL - EVENT] * Mounting efivarfs filesystem ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9432023-12-04T23:30:55.828ZINFOphd-runner: [SERIAL - EVENT] * Starting busybox mdev ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9442023-12-04T23:30:56.016ZINFOphd-runner: [SERIAL - EVENT] * Loading hardware drivers ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9452023-12-04T23:30:56.061ZINFOphd-runner: [SERIAL - EVENT] * Loading modules ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9462023-12-04T23:30:56.072ZINFOphd-runner: [SERIAL - EVENT] * Setting system clock using the hardware clock [UTC] ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9472023-12-04T23:30:56.083ZINFOphd-runner: [SERIAL - EVENT] * Checking local filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9482023-12-04T23:30:56.094ZINFOphd-runner: [SERIAL - EVENT] * Remounting filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9492023-12-04T23:30:56.117ZINFOphd-runner: [SERIAL - EVENT] * Mounting local filesystems ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9502023-12-04T23:30:56.128ZINFOphd-runner: [SERIAL - EVENT] * Configuring kernel parameters ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9512023-12-04T23:30:56.139ZINFOphd-runner: [SERIAL - EVENT] * Migrating /var/lock to /run/lock ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9522023-12-04T23:30:56.139ZINFOphd-runner: [SERIAL - EVENT] * Creating user login records ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9532023-12-04T23:30:56.139ZINFOphd-runner: [SERIAL - EVENT] * Cleaning /tmp directory ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9542023-12-04T23:30:56.150ZINFOphd-runner: [SERIAL - EVENT] * Setting hostname ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9552023-12-04T23:30:56.161ZINFOphd-runner: [SERIAL - EVENT] * Starting busybox syslog ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9562023-12-04T23:30:56.182ZINFOphd-runner: [SERIAL - EVENT] * Starting firstboot ... [ ok ] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9572023-12-04T23:30:56.291ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9582023-12-04T23:30:56.291ZINFOphd-runner: [SERIAL - EVENT] Welcome to Alpine Linux 3.16 file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9592023-12-04T23:30:56.291ZINFOphd-runner: [SERIAL - EVENT] Kernel 5.15.41-0-virt on an x86_64 (/dev/ttyS0) file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9602023-12-04T23:30:56.291ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9612023-12-04T23:30:56.292ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398 wanted = localhost:~#
9622023-12-04T23:30:56.302ZINFOphd-runner: [SERIAL - EVENT] localhost login: root file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9632023-12-04T23:30:56.302ZINFOphd-runner: [SERIAL - EVENT] Welcome to Alpine! file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9642023-12-04T23:30:56.302ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9652023-12-04T23:30:56.302ZINFOphd-runner: [SERIAL - EVENT] The Alpine Wiki contains a large amount of how-to guides and general file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9662023-12-04T23:30:56.302ZINFOphd-runner: [SERIAL - EVENT] information about administrating Alpine systems. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9672023-12-04T23:30:56.302ZINFOphd-runner: [SERIAL - EVENT] See <http://wiki.alpinelinux.org/>. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9682023-12-04T23:30:56.302ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9692023-12-04T23:30:56.302ZINFOphd-runner: [SERIAL - EVENT] You can setup the system with the command: setup-alpine file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9702023-12-04T23:30:56.302ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9712023-12-04T23:30:56.302ZINFOphd-runner: [SERIAL - EVENT] You may change this message by editing /etc/motd. file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9722023-12-04T23:30:56.302ZINFOphd-runner: [SERIAL - EVENT] file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9732023-12-04T23:30:56.302ZINFOphd-runner: [WAIT_TO_BOOT - END] elapsed_milliseconds = 4949 file = phd-tests/framework/src/test_vm/mod.rs line = 526 target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9742023-12-04T23:30:56.302ZINFOphd-runner: [VM - EVENT] Guest has booted file = phd-tests/framework/src/test_vm/mod.rs line = 532 target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9752023-12-04T23:30:56.303ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 15s vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9762023-12-04T23:30:56.303ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398 wanted = nproc\n
9772023-12-04T23:30:56.313ZINFOphd-runner: [SERIAL - EVENT] localhost:~# nproc file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9782023-12-04T23:30:56.313ZINFOphd-runner: [VM - EVENT] Waiting for output on serial console file = phd-tests/framework/src/test_vm/mod.rs line = 545 target = phd_framework::test_vm timeout_duration = 300s vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9792023-12-04T23:30:56.313ZINFOphd-runner: [SERIAL - EVENT] Registering wait for serial console output file = phd-tests/framework/src/serial/vt100.rs line = 152 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398 wanted = localhost:~#
9802023-12-04T23:30:56.324ZINFOphd-runner: [SERIAL - EVENT] 6 file = phd-tests/framework/src/serial/vt100.rs line = 119 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9812023-12-04T23:30:56.336ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9822023-12-04T23:30:56.337ZINFOphd-runner: [VM - EVENT] Cleaning up Test VM on drop file = phd-tests/framework/src/test_vm/mod.rs line = 647 target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9832023-12-04T23:30:56.337ZINFOphd-runner: [VM - EVENT] Requesting instance state change file = phd-tests/framework/src/test_vm/mod.rs line = 324 state = Stop target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9842023-12-04T23:30:56.337ZINFOphd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed file = phd-tests/framework/src/test_vm/mod.rs line = 464 target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9852023-12-04T23:30:56.337ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9862023-12-04T23:30:56.338ZINFOphd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed file = phd-tests/framework/src/serial/mod.rs line = 40 target = phd_framework::serial vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9872023-12-04T23:30:56.338ZINFOphd-runner: [SERIAL WEBSOCKET TASK - END] elapsed_milliseconds = 4987 file = phd-tests/framework/src/serial/mod.rs line = 80 target = phd_framework::serial vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9882023-12-04T23:30:56.883ZINFOphd-runner: [VM - EVENT] Sending instance get request to server file = phd-tests/framework/src/test_vm/mod.rs line = 331 target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9892023-12-04T23:30:56.887ZINFOphd-runner: Killing Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 92 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
9902023-12-04T23:30:56.902ZINFOphd-runner: Successfully waited for demise of Propolis server that was dropped file = phd-tests/framework/src/test_vm/server.rs line = 107 self.address = 127.0.0.1:9000 target = phd_framework::test_vm::server
9912023-12-04T23:30:56.902ZINFOphd-runner: Deleting guest disk image file = phd-tests/framework/src/disk/file.rs line = 82 path = /tmp/propolis-phd/ba0436e2-5580-499e-a851-5161fbb4c39d.phd_disk target = phd_framework::disk::file
9922023-12-04T23:30:56.907ZINFOphd-runner: [SERIAL - END] elapsed_milliseconds = 5555 file = phd-tests/framework/src/serial/vt100.rs line = 36 target = phd_framework::serial::vt100 vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9932023-12-04T23:30:56.907ZINFOphd-runner: [VM - END] elapsed_milliseconds = 6170 file = phd-tests/framework/src/test_vm/mod.rs line = 152 target = phd_framework::test_vm vm = nproc_test vm_id = 39c58568-af1e-4081-a9b7-1a6f11b1d398
9942023-12-04T23:30:56.907ZINFOphd-runner: test phd_tests::smoke::nproc_test ... ok file = phd-tests/runner/src/execute.rs line = 117 target = phd_runner::execute
9952023-12-04T23:30:56.907ZINFOphd-runner: [TEST_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
9962023-12-04T23:30:56.907ZINFOphd-runner: [TEST_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 49 target = phd_runner::fixtures
9972023-12-04T23:30:56.907ZINFOphd-runner: [EXECUTION_CLEANUP - START] file = phd-tests/runner/src/fixtures.rs line = 33 target = phd_runner::fixtures
9982023-12-04T23:30:56.907ZINFOphd-runner: [EXECUTION_CLEANUP - END] elapsed_milliseconds = 0 file = phd-tests/runner/src/fixtures.rs line = 33 target = phd_runner::fixtures
999 test result: ok. 10 passed; 0 failed; 4 skipped; 0 not run; finished in 116.32s
1000